me-no-dev
8dc70e0add
Revert "Update licenses"
...
This reverts commit 4b3f5c8ed4
.
2021-03-11 12:11:53 +02:00
me-no-dev
4b3f5c8ed4
Update licenses
2021-02-18 12:14:35 +02:00
lbernstone
d8b1fc81c0
Added usedBytes to match other filesystems ( #4534 )
2020-11-15 08:48:21 +02:00
lbernstone
f8c06894c5
Better cleanup on mount failures, as the idf api now seems to assign handle and mountpoint before failing. Fixes #3265 ( #3282 )
2019-09-26 19:12:52 +03:00
lbernstone
ca88fdc273
Fixed FFat::end. Fixes #3244 ( #3245 )
...
* Fixed FFat::end. Fixes #3244
* Missed the handle check in format
2019-09-24 23:23:03 +03:00
Luc
56fe2dbaff
Fix F_Fat::format return false when succeed ( #3220 )
...
this is due to ussage of esp_err_t result; instead of boolean, ESP_OK =0 so it is false
2019-09-21 02:34:25 +03:00
Luc
f558e69181
Fix warnings in platformio ( #2960 )
...
Fix : warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
Fix : warning: unused variable 'res' [-Wunused-variable]
2019-07-09 19:19:16 +03:00
lbernstone
7206b2f397
FAT on SPI Flash Library ( #1809 )
...
* First commit of FFat library
* Fixed reboot loops if no fat present. Added CMakeLists
* Functionalize the partition checks
* Cleanup, especially in format
* Dont format if mounted. More wording cleanup
* 16M ffat should only be on 16M board
* Fix some casting issues that trip up the compiler when building as ESP-IDF component
2018-09-17 23:06:04 +02:00