aboutsummaryrefslogtreecommitdiff
path: root/stm
AgeCommit message (Expand)Author
2013-10-24Add support for SD card (not working).Damien
2013-10-23Add working MMA support.Damien
2013-10-23Implement simple servo control using PWM.Damien
2013-10-23Implement boot-up commands; run main script after boot.Damien
2013-10-22Board running boot.py, working REPL, soft reboot.Damien
2013-10-22Add gchelper.s, to load registers and clean stack for GC.Damien
2013-10-22stm: improved GC, and cooked output for VCP.Damien
2013-10-22Remove unnecessary USB files from stm.Damien
2013-10-21Make stm use garbage collector.Damien
2013-10-21Implement crude but working REPL for board.Damien
2013-10-21VCP works, need to init comm port PC side; add some debugging output.Damien
2013-10-21Try to get REPL working, but bug with CDC VCP...Damien
2013-10-20Integrate new lexer stream with stm framework.Damien
2013-10-19Fix IRQ priority issue to give working USB; and some cleanup.Damien
2013-10-19Try to re-add USB support...Damien
2013-10-19Make pfenv's const so they go in .text section.Damien
2013-10-19Working SysTick, code factoring, some boot-up code.Damien
2013-10-18Partially implement proper flash storage.Damien
2013-10-17Fix up linker script; improve startup code; printf to USB.Damien
2013-10-16NLR and Python exceptions work on the board.Damien
2013-10-14Change VID/PID info so USB works on Windows.Damien
2013-10-13Implement crude but functional CDC + MSC USB device.Damien
2013-10-13Inital commit of stm32f4xx framework.Damien