OVMS3-idf/components/spiffs
Renz Christian Bagaporo d49077c13b spiffs: fix build issue on clean project
From issue:

I did some poking around in components/spiffs/project_include.cmake and
it looks like what is failing is it isn't getting an offset from
parttool.py. I think what the problem is that the parttool.py cannot
determine the offset of the storage partition as I can't run menuconfig
to set the custom partitions.

I have tested that this problem is solvable by manually setting the
custom partitions in sdkconfig and that is a workaround but there should
be at least a better error message in the configuration when it cannot
find the partition as this would also happen if the partition name was
misspelled.

Closes https://github.com/espressif/esp-idf/issues/4236
2019-11-11 18:11:12 +08:00
..
include remove executable permission from source files 2018-05-29 20:07:45 +08:00
spiffs@f5e26c4e93 Fix typo in spiffs config and update submodule 2017-09-20 17:29:57 +08:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
test_spiffs_host global: update note in the partition tables 2019-07-27 10:28:16 +02:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk spiffs: Make spiffs runnable on host 2018-06-06 17:35:30 +00:00
esp_spiffs.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
Kconfig Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
Makefile.projbuild spiffs,make: change spiffsgen build API 2019-06-21 10:58:40 +08:00
project_include.cmake spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
spiffs_api.c Merge branch 'feature/idf-fs-profile-modifications' into 'master' 2018-07-25 08:56:04 +08:00
spiffs_api.h Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
spiffsgen.py fix spiffsgen.py wrong path delimiter on windows 2019-05-05 17:50:15 +08:00