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

13 Commits

Author SHA1 Message Date
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
7d54f5211c Improvements for MD5Builder with Stream 2016-01-01 12:43:35 +00:00
d0a944e417 Refactoring of FS::info (#779) 2015-11-13 13:23:16 +03:00
luc
320a747890 Add SPIFFS wrapper for info function
this allow to display total space and used space on SPIFFS
2015-10-22 11:22:32 +08:00
c8b12fd72c Implement SPIFFS.exists 2015-09-14 12:46:47 +03:00
041f971a8b Add FS::format (#702) 2015-08-31 10:26:04 +03:00
69e68943b1 Merge pull request #664 from martinayotte/esp8266
fix dtostrf() issue, add Dir::fileSize
2015-08-13 12:03:32 +03:00
568c48b065 add fileSize() method to Dir object 2015-08-12 22:12:22 -04:00
15fca01031 Import fs::SeekMode enum into global namespace 2015-08-10 15:27:28 +03:00
5cbaa57af9 Resolve naming conflicts between FS and SD library 2015-08-05 08:36:43 -04:00
b5d9db91aa Filesystem: fix File::available, add File::name 2015-08-05 07:41:12 -04:00
4aa8e1b8d5 FileSystem: interface changes and some additions
- rename mount to begin to be more in line with other libraries
- add rename and remove methods
- remove freestanding functions (mount,open,openDir) from public API until that part is ready
- fix resource leak in SPIFFSDirImpl
2015-07-30 13:44:50 +03:00
bbd8c9b411 FS wrapper 2015-07-28 15:23:11 +03:00