1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
6a7551e1f0 Update SPIFFS to 82aeac6
Fixes duplicate files issue (#1685)
2016-03-10 13:00:38 +03:00
1f32b7f66e Clean up core files
- remove ICACHE_FLASH_ATTR
- remove unneeded SDK includes
- split spiffs_api into .h and .cpp
2016-03-03 02:13:22 +03:00
1d5d1c18c6 Change %i to %d for ets_printf compatibility 2016-02-02 09:26:27 +01:00
5333bdf8a6 update SPIFFS to version 0.3.3 2015-10-18 10:52:17 +02:00
c363b2d4f6 Update SPIFFS to 0.2-64-g15e5618
fix some exceptions due to unaligned memory access
remove leftover changes from NodeMCU (SPIFFS_eof and SPIFFS_ftell)
2015-08-14 01:01:47 +03:00
bbd8c9b411 FS wrapper 2015-07-28 15:23:11 +03:00
2b5879ef12 use int types for s32_t and u32_t. 2015-06-05 15:12:11 +02:00
01d0f61429 Update SDK to 1.1.0 (#306) 2015-05-23 12:48:56 +03:00
db1e033186 Remove SPIFFS wrapper 2015-05-23 10:13:59 +03:00
fe601d21ab clean unused defines and typos 2015-05-22 02:45:29 +03:00
742d47b80a add proper headers 2015-05-22 02:30:41 +03:00
df0da7c73b Merge branch 'esp8266' of https://github.com/esp8266/Arduino into esp8266-esp8266
blah
2015-05-18 16:48:48 +03:00
d6e7cf1045 add SPIFS support to up to 16MB flash chips 2015-05-18 16:21:53 +03:00
1db2c8aa89 Support for multiple FileSystem instances 2015-05-18 13:45:34 +03:00
b5763e0e77 leftovers 2015-05-18 04:57:34 +03:00
ca88cb2b67 Update to the latest SPIFFS git and cleanup
Almost unmodified spiffs from github
lots of NodeMCU leftovers are removed
More proper names given to platform related files
Adjusting the FS class for the changes
2015-05-18 04:54:27 +03:00
4c4e6b8ce9 spiffs fixes 2015-05-17 00:04:39 +03:00
b6c196a49a fix start address so erase works 2015-05-16 21:40:41 +03:00
b902e86cb1 disable all interrupts when reading from spiffs
this fixes any possible resets caused by interrupt routines trying to
read the flash while there is an ongoing spiffs operation
2015-05-16 21:01:51 +03:00
ab46291383 fix uart triggering reset when spi has been read/written 2015-05-16 20:38:00 +03:00
540fdb0f8c add flash splits depending on the flash size 2015-05-15 15:36:09 +03:00
8153edb550 use WDT_RESET macro in spiffs_flashmem methods 2015-05-15 13:54:42 +03:00
0897f9e2e3 fix reading bytes from incoming POST upload
proper error and premature connection loss should be implemented to
handle weird cases where we might not get the whole post content
2015-05-15 02:22:00 +03:00
4644c3bad0 boolean -> bool 2015-05-14 15:05:24 +03:00
5181f90725 alignment not needed. we use fixed addresses 2015-05-14 12:14:39 +03:00
53e8bd8f4d Rework SPIFFS API to be more Arduino like
SD Style commands and Stream API
2015-05-14 11:29:26 +03:00
cfac2cacb1 fix missed edits 2015-05-14 01:06:55 +03:00
f501530f37 fix SPIFFS to work 2015-05-14 00:44:33 +03:00
3ff7641329 Add SPIFFS Support 2015-05-13 19:50:31 +03:00