- 26 Dec, 2016 1 commit
-
-
Arnim Läuger authored
-
- 19 Nov, 2016 1 commit
-
-
Arnim Läuger authored
* handle error condition in file.read() * simplify loop initialization
-
- 08 Nov, 2016 2 commits
-
-
Arnim Läuger authored
-
Arnim Läuger authored
-
- 03 Oct, 2016 1 commit
-
-
Arnim Läuger authored
Another bug squashed!
-
- 05 Sep, 2016 1 commit
-
-
Arnim Läuger authored
* Add FatFs * enable BUILD_FATFS for all-module build * push vfs into rest of firmware * align maximum filename length * increase timeout for acmd41 during card initialization * switch from DOS to Unix path semantics chdrive() is substituted by chdir() * update to fatfs R.012a incl. patches 1-6 * add callback for rtc provisioning in file * update docs
-
- 22 Jul, 2016 1 commit
-
-
Arnim Läuger authored
-
- 05 Jun, 2016 1 commit
-
-
Philip Gladstone authored
Fixes #1164 and thus also #1150, #1149, #1147 and #898. * Move to latest version of SPIFFS * Add SPIFFS porting layer for NodeMCU * Add option to delete output if it doesn't fit * Change FLASHSIZE to be in bits by default: default 4mb 32mb * Add SPIFFS_MAX_FILESYSTEM_SIZE override * Add notes on SPIFFS_FIXED_LOCATION * Add 1M boundary * Include the current version of the LICENSE
-
- 16 Dec, 2015 1 commit
-
-
Johny Mattsson authored
-
- 12 Dec, 2015 1 commit
-
-
Johny Mattsson authored
There was only one genuine use of this macro, all other places were using it only as a necessary compensation. While this was fine as long as it was the first meg of flash which was mapped, it became incorrect and quite dangerous whenever this assumption did not hold (such as when running from the second slot in an OTA scenario). The flash API now uses actual addresses, not translated/mapped addresses, and the users of this API have been adjusted accordingly. This makes the flash API work correctly regardless of what flash mapping is in use. The old macro is still available under the new name INTERNAL_FLASH_MAPPED_ADDRESS, and this is used to detect flash writes where the source is mapped flash (and thus has to be bounced), and to adjust the _flash_used_end linker symbol when used with flassh_find_sector() by the filesystem code. The latter usage is not OTA-proof, but in an OTA scenario the filesystem needs a fixed location anyway and thus would not use this code path.
-
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
To assist with testing new SDK.
-
- 31 Jul, 2015 1 commit
-
-
Johny Mattsson authored
Also made the cache on/off configurable via user_config.h. Uncached writes are not a very good idea, but for read-only deployments a further ~0.5k RAM can be gained by disabling the cache. Tweaked the file.read() workhorse to read large chunks at a time rather than use getc(), to compensate for potential unavailability of cache.
-
- 29 May, 2015 2 commits
- 21 May, 2015 3 commits
- 02 Apr, 2015 1 commit
-
-
funshine authored
-
- 09 Mar, 2015 1 commit
-
-
funshine authored
-
- 13 Feb, 2015 1 commit
-
-
funshine authored
-
- 11 Feb, 2015 1 commit
-
-
funshine authored
-
- 27 Jan, 2015 2 commits
- 08 Jan, 2015 1 commit
-
-
funshine authored
-
- 07 Jan, 2015 1 commit
-
-
funshine authored
-
- 05 Jan, 2015 1 commit
-
-
HuangRui authored
-
- 22 Dec, 2014 1 commit
-
-
funshine authored
-