esp-idf/components/spiffs/host_test
radek.tandler e9e388a085 Storage: ESP Partition extended options for the SPI Flash emulation
Various extensions and fixes to improve Linux target SPI Flash emulation. Used by the host tests
2023-03-03 23:57:34 +00:00
..
main Storage: ESP Partition extended options for the SPI Flash emulation 2023-03-03 23:57:34 +00:00
CMakeLists.txt build system: generate the partition table by default for linux target 2023-01-13 08:14:56 +01:00
partition_table.csv spiffs: convert host tests from Make to CMake 2022-09-12 14:14:09 +00:00
pytest_spiffs_linux.py test: migrate linux target host test jobs into pytest-embedded 2023-01-16 10:25:55 +08:00
README.md docs: remove the outdated "IDF monitor doesn't work on linux" notes 2023-01-13 08:14:56 +01:00
sdkconfig.defaults spiffs: convert host tests from Make to CMake 2022-09-12 14:14:09 +00:00

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