aboutsummaryrefslogtreecommitdiff
path: root/stm/storage.c
AgeCommit message (Expand)Author
2014-02-08stm: Mount SD card on 1:/ if present.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-04stm: Add comments for storage read from cache.Damien George
2014-01-04Fix issue #62: Cache loses datastevie67
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-12-20stm: add pyb.sd_test; flash cache flushed only via MSD.Damien
2013-12-17stm: flush storage cache immediately; improve user interface.Damien
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-19Working SysTick, code factoring, some boot-up code.Damien
2013-10-18Partially implement proper flash storage.Damien