Filesystem library designed for flash devices
Dependents: flash-fs-example Dragonfly_Filesystem_Example STM32F407VET6_SPIFlash Dragonfly_Filesystem_Example_mbed_5
History
Update to latest from Multitech git repo
2020-06-26, by Leon Lindenfelser [Fri, 26 Jun 2020 14:21:17 -0500] rev 4
Update to latest from Multitech git repo
1. Change "errno" to "err_code" to address ARM compiler errors
2. Feature: add move file support
Update to latest from Multitech git repo
2020-06-26, by Leon Lindenfelser [Fri, 26 Jun 2020 14:31:42 -0500] rev 3
Update to latest from Multitech git repo
1. Add timeout when waiting for WIP
2. Check 'write in progress bit' after writing the status register
3. Add ability to write the status register
4. Read identification function actually reads identification
5. Hardcode memory size as parameter in constructor
6. Move wakeup() call after CS, WP, and HOLD setup so it wakes the flash if it was sleeping
more changes to appease the IAR gods - fix void pointer arithmetic not allowed by IAR
2014-12-29, by Mike Fiore [Mon, 29 Dec 2014 14:10:45 -0600] rev 2
more changes to appease the IAR gods - fix void pointer arithmetic not allowed by IAR
add support for packed structs the IAR way in spiffs_nucleus.h
2014-12-29, by Mike Fiore [Mon, 29 Dec 2014 12:44:24 -0600] rev 1
add support for packed structs the IAR way in spiffs_nucleus.h
first commit
2014-12-16, by mfiore [Tue, 16 Dec 2014 15:13:10 +0000] rev 0
first commit