| Age | Commit message (Expand) | Author |
| 2013-11-09 | Small improvements to timer module. | 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 vprintf, vsnprintf 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-11-01 | Add proper FPU compile flags; disable Python float support. | Damien |
| 2013-11-01 | Remove debugging print for SD card; add comment to possibly-buggy USB code. | Damien |
| 2013-11-01 | Add syscfg and SPI libraries from STM. | Damien |
| 2013-10-30 | PC13 (SDIO detect) can handle at most 2MHz speed config. | 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 | Add gchelper.s, to load registers and clean stack for GC. | Damien |
| 2013-10-22 | stm: improved GC, and cooked output for VCP. | Damien |
| 2013-10-22 | Remove unnecessary USB files from stm. | Damien |
| 2013-10-21 | Make stm use garbage collector. | Damien |
| 2013-10-21 | Implement crude but working REPL for board. | Damien |
| 2013-10-21 | VCP works, need to init comm port PC side; add some debugging output. | 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 | Make pfenv's const so they go in .text section. | 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-14 | Change VID/PID info so USB works on Windows. | Damien |
| 2013-10-13 | Implement crude but functional CDC + MSC USB device. | Damien |
| 2013-10-13 | Inital commit of stm32f4xx framework. | Damien |