circuitpython/stmhal/usbdev/class
Damien George 6d983539bc stmhal: Improve flash storage cache management.
Internal flash used for the filesystem is now written (from the cache)
only after a 5s delay, or when a file is closed, or when the drive is
unmounted from the host.  This delay means that multiple writes can
accumulate in the cache, and leads to less writes to the flash, making
it last longer.

It's implemented by a high-priority interrupt that takes care of flash
erase and write, and flushing the cache.

This is still only an interim solution for the flash filesystem.  It
eventually needs to be replaced with something that uses less RAM for
the cache, something that can use more of the flash, and something that
does proper wear levelling.
2014-04-16 23:08:36 +01:00
..
AUDIO stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
cdc_hid stmhal: Add CDC+HID USB device. 2014-03-29 21:57:30 +00:00
cdc_msc stmhal: Tidy up USB CDC+MSC device some more. 2014-03-22 13:21:58 +00:00
cdc_msc_hid stmhal: Improve flash storage cache management. 2014-04-16 23:08:36 +01:00
CustomHID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
DFU stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
HID stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00
msc stmhal: Add support for USB MSC device. 2014-03-21 23:32:01 +00:00
Template stmhal: Get USB enumerating a CDC device. 2014-03-14 00:30:37 +00:00