aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_msc_storage.c
AgeCommit message (Expand)Author
2014-09-15stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-17Merge pull request #500 from dhylands/fix-sdcard-removedDamien George
2014-04-16stmhal: Improve flash storage cache management.Damien George
2014-04-16Fix to allow usbd_msc_storage.c to compile when MICROPY_HW_HAS_SDCARD isn't d...Dave Hylands
2014-04-15stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-23stmhal: Change flash MSD from fixed to removable drive.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George