aboutsummaryrefslogtreecommitdiff
path: root/stm/storage.h
AgeCommit message (Collapse)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-02-08stm: Mount SD card on 1:/ if present.Damien George
If SD card is present on (soft) reset then it's mounted on 1:/ and files can be openned using, eg, open('1:/test.txt', 'r'), or 'w' for writing.
2013-12-11stm: add timer to storage cache so it can be flushed.Damien
2013-10-23Implement simple servo control using PWM.Damien
2013-10-19Fix IRQ priority issue to give working USB; and some cleanup.Damien
2013-10-18Partially implement proper flash storage.Damien