esp-idf/components/spiffs/host_test
Tomáš Rohlínek c44da2f222
feat(storage/spiffs): add host test for disabled erase check
2024-05-29 11:00:25 +02:00
..
main feat(storage/spiffs): add host test for disabled erase check 2024-05-29 11:00:25 +02:00
.build-test-rules.yml feat(storage): Update build test rules for storage related components 2024-01-02 13:10:59 +01:00
CMakeLists.txt spiffs: test is using configurable build dir 2023-03-31 15:07:07 +08:00
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 spiffs: convert host tests from Make to CMake 2022-09-12 14:14:09 +00:00
pytest_spiffs_linux.py feat(storage/spiffs): add host test for disabled erase check 2024-05-29 11:00:25 +02:00
sdkconfig.ci.erase_check feat(storage/spiffs): add host test for disabled erase check 2024-05-29 11:00:25 +02:00
sdkconfig.ci.no_erase_check feat(storage/spiffs): add host test for disabled erase check 2024-05-29 11:00:25 +02:00
sdkconfig.defaults fix(storage): cleanup storage examples/test_apps sdkconfigs 2024-02-12 10:57:46 +01:00

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