index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
usbd_msc_storage.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-19
stmhal: Clean up USB CDC/MSC files and remove commented-out code.
Damien George
2017-01-27
stmhal/usbd_msc_storage: Use storage functions instead of disk ones.
Damien George
2015-03-04
stmhal: Include fatfs headers using lib/fatfs prefix.
Damien George
2015-02-13
stmhal: Add Python-configurable USB HID mode.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-01
Proposed fix for USB Mass Storage.
Dave Hylands
2014-09-15
stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-17
Merge pull request #500 from dhylands/fix-sdcard-removed
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-16
Fix to allow usbd_msc_storage.c to compile when MICROPY_HW_HAS_SDCARD isn't d...
Dave Hylands
2014-04-15
stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.
Damien George
2014-03-30
stmhal: Unify naming of HW config; make SD detect configurable.
Damien George
2014-03-23
stmhal: Change flash MSD from fixed to removable drive.
Damien George
2014-03-22
stmhal: USB CDC and MSC device work together.
Damien George
2014-03-21
stmhal: Add support for USB MSC device.
Damien George