esp-idf/components/spiffs/host_test
Martin Vychodil a2b0068478 Merge branch 'bugfix/linux_build_errors' into 'master'
fix(linux): fix build errors without --skip-setting-flags

See merge request espressif/esp-idf!22063
2023-01-20 14:46:36 +08:00
..
main fix(linux): fix build errors and warnings, remove ignore file 2023-01-18 09:24:28 +08:00
CMakeLists.txt
README.md docs: remove the outdated "IDF monitor doesn't work on linux" notes 2023-01-13 08:14:56 +01:00
partition_table.csv
pytest_spiffs_linux.py test: migrate linux target host test jobs into pytest-embedded 2023-01-16 10:25:55 +08:00
sdkconfig.defaults

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