| Age | Commit message (Expand) | Author |
| 2014-01-05 | Convert many object types structs to use C99 tagged initializer syntax. | Paul Sokolovsky |
| 2014-01-05 | stm: rename sw_xx to switch_xx; change Python bindings to new version. | Damien George |
| 2014-01-05 | Move user switch code into a separate module | mux |
| 2014-01-04 | Convert Python types to proper Python type hierarchy. | Damien George |
| 2014-01-04 | Split qstr into pools, and put initial pool in ROM. | Damien George |
| 2014-01-03 | Change mp_compile so that it returns a function object for the module. | Damien George |
| 2014-01-02 | Add module object, to be used eventually for import. | Damien George |
| 2013-12-29 | Change memory allocation API to require size for free and realloc. | Damien |
| 2013-12-28 | changes to Makefile and main.c to add i2c.c | Hagen Kaye |
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
| 2013-12-20 | stm: add pyb.sd_test; flash cache flushed only via MSD. | Damien |
| 2013-12-17 | stm: flush storage cache immediately; improve user interface. | Damien |
| 2013-12-11 | stm: add basic Servo class, and stop and standby functions. | Damien |
| 2013-12-06 | stm: add Led object; add option to reset filesystem. | Damien |
| 2013-12-05 | stm: initial commit of working CC3000 driver, based on Adafruit. | Damien |
| 2013-11-30 | stm: servos on PA0-3; MMA filtering; timer for Python REPL. | Damien |
| 2013-11-09 | STM: add LCD functions for pixel access; add RNG Py bindings. | Damien |
| 2013-11-06 | Add to STM code timer functionality to call Python on interrupt. | Damien |
| 2013-11-04 | Add DAC, and simple audio driver to STM code. | Damien |
| 2013-11-03 | Add simple PWM control command to STM code. | Damien |
| 2013-11-03 | Add simple file support to board. | Damien |
| 2013-11-02 | Floats work with MP on board; function for LCD pixel manipulation. | Damien |
| 2013-10-26 | Working SD card, but no functionality yet (was hardware error). | Damien |
| 2013-10-26 | Add USART support, connected to stdio for REPL. | Damien |
| 2013-10-26 | Add simple readline history. | Damien |
| 2013-10-26 | Add support for RTC, used as a calendar. | Damien |
| 2013-10-25 | Add USB HID support. Runs as an alternative to VCP+MSC. | Damien |
| 2013-10-24 | Add support for SD card (not working). | Damien |
| 2013-10-23 | Add working MMA support. | Damien |
| 2013-10-23 | Implement simple servo control using PWM. | Damien |
| 2013-10-23 | Implement boot-up commands; run main script after boot. | Damien |
| 2013-10-22 | Board running boot.py, working REPL, soft reboot. | Damien |
| 2013-10-22 | stm: improved GC, and cooked output for VCP. | Damien |
| 2013-10-21 | Make stm use garbage collector. | Damien |
| 2013-10-21 | Implement crude but working REPL for board. | Damien |
| 2013-10-21 | Try to get REPL working, but bug with CDC VCP... | Damien |
| 2013-10-20 | Integrate new lexer stream with stm framework. | Damien |
| 2013-10-19 | Fix IRQ priority issue to give working USB; and some cleanup. | Damien |
| 2013-10-19 | Try to re-add USB support... | Damien |
| 2013-10-19 | Working SysTick, code factoring, some boot-up code. | Damien |
| 2013-10-18 | Partially implement proper flash storage. | Damien |
| 2013-10-17 | Fix up linker script; improve startup code; printf to USB. | Damien |
| 2013-10-16 | NLR and Python exceptions work on the board. | Damien |
| 2013-10-13 | Implement crude but functional CDC + MSC USB device. | Damien |
| 2013-10-13 | Inital commit of stm32f4xx framework. | Damien |