Martin Vychodil a2b0068478 Merge branch 'bugfix/linux_build_errors' into 'master' 3 лет назад
..
main 9991862a10 fix(linux): fix build errors and warnings, remove ignore file 3 лет назад
CMakeLists.txt ec8f38c9da build system: generate the partition table by default for linux target 3 лет назад
README.md e7540dbe0e docs: remove the outdated "IDF monitor doesn't work on linux" notes 3 лет назад
partition_table.csv 723adae0ec spiffs: convert host tests from Make to CMake 3 лет назад
pytest_spiffs_linux.py b02687a6c4 test: migrate linux target host test jobs into pytest-embedded 3 лет назад
sdkconfig.defaults 723adae0ec spiffs: convert host tests from Make to CMake 3 лет назад

README.md

Supported Targets Linux

This is a test project for spiffs-related APIs on Linux target (CONFIG_IDF_TARGET_LINUX).

Build

Source the IDF environment as usual.

Once this is done, build the application:

idf.py build

Run

idf.py monitor