1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

34 Commits

Author SHA1 Message Date
liebman
3b0c395837 cleanup warnings (#3934) 2017-12-08 02:08:54 -03:00
Ivan Grokhotkov
35d5fabe33 Revert SPIFFS_USE_MAGIC_LENGTH to 0 (#3612) 2017-09-22 18:38:01 +08:00
Ahmed El Sharnoby
1683b12dd7 SPIFFS: update to f5e26c4, fixes #3612 (#3623) 2017-09-22 03:49:41 -05:00
me-no-dev
6ac48124bd Update spiffs 0.3.7 to and mkspiffs 0.1.3 2017-09-12 19:21:08 +08:00
Rodion Kvashnin
2126146e20 Fix warnings (#2881)
* Suppressed -Wunused-parameter and -Wunused-function by casting to void unused identifiers.

* Explicit initialization of all fields to suppress -Wmissing-field-initializers.

* Fixed signed/unsigned integer comparison.

* memset initialization of structs.

* More -Wunused-parameter fixes.
2017-01-31 10:07:59 +03:00
Ivan Grokhotkov
6a7551e1f0 Update SPIFFS to 82aeac6
Fixes duplicate files issue (#1685)
2016-03-10 13:00:38 +03:00
Ivan Grokhotkov
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
andig
1d5d1c18c6 Change %i to %d for ets_printf compatibility 2016-02-02 09:26:27 +01:00
Pascal Gollor
5333bdf8a6 update SPIFFS to version 0.3.3 2015-10-18 10:52:17 +02:00
Ivan Grokhotkov
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
Ivan Grokhotkov
bbd8c9b411 FS wrapper 2015-07-28 15:23:11 +03:00
Markus Sattler
2b5879ef12 use int types for s32_t and u32_t. 2015-06-05 15:12:11 +02:00
Ivan Grokhotkov
01d0f61429 Update SDK to 1.1.0 (#306) 2015-05-23 12:48:56 +03:00
Ivan Grokhotkov
db1e033186 Remove SPIFFS wrapper 2015-05-23 10:13:59 +03:00
ficeto
fe601d21ab clean unused defines and typos 2015-05-22 02:45:29 +03:00
ficeto
742d47b80a add proper headers 2015-05-22 02:30:41 +03:00
ficeto
df0da7c73b Merge branch 'esp8266' of https://github.com/esp8266/Arduino into esp8266-esp8266
blah
2015-05-18 16:48:48 +03:00
ficeto
d6e7cf1045 add SPIFS support to up to 16MB flash chips 2015-05-18 16:21:53 +03:00
Ivan Grokhotkov
1db2c8aa89 Support for multiple FileSystem instances 2015-05-18 13:45:34 +03:00
ficeto
b5763e0e77 leftovers 2015-05-18 04:57:34 +03:00
ficeto
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
ficeto
4c4e6b8ce9 spiffs fixes 2015-05-17 00:04:39 +03:00
ficeto
b6c196a49a fix start address so erase works 2015-05-16 21:40:41 +03:00
ficeto
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
ficeto
ab46291383 fix uart triggering reset when spi has been read/written 2015-05-16 20:38:00 +03:00
ficeto
540fdb0f8c add flash splits depending on the flash size 2015-05-15 15:36:09 +03:00
ficeto
8153edb550 use WDT_RESET macro in spiffs_flashmem methods 2015-05-15 13:54:42 +03:00
ficeto
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
Ivan Grokhotkov
4644c3bad0 boolean -> bool 2015-05-14 15:05:24 +03:00
ficeto
5181f90725 alignment not needed. we use fixed addresses 2015-05-14 12:14:39 +03:00
ficeto
53e8bd8f4d Rework SPIFFS API to be more Arduino like
SD Style commands and Stream API
2015-05-14 11:29:26 +03:00
ficeto
cfac2cacb1 fix missed edits 2015-05-14 01:06:55 +03:00
ficeto
f501530f37 fix SPIFFS to work 2015-05-14 00:44:33 +03:00
ficeto
3ff7641329 Add SPIFFS Support 2015-05-13 19:50:31 +03:00