esp-idf/components/esp_partition/host_test/partition_api_test
radek.tandler 4c13bf53ea change(esp_partition): Improved granularity of power-off emulation for Linux 2023-08-09 14:14:14 +02:00
..
main change(esp_partition): Improved granularity of power-off emulation for Linux 2023-08-09 14:14:14 +02:00
CMakeLists.txt Storage: ESP Partition extended options for the SPI Flash emulation 2023-03-03 23:57:34 +00: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 Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
partition_table_8M.csv Storage: ESP Partition extended options for the SPI Flash emulation 2023-03-03 23:57:34 +00:00
pytest_esp_partition_linux.py test: migrate linux target host test jobs into pytest-embedded 2023-01-16 10:25:55 +08:00
sdkconfig.defaults Storage: Fixed formatting of esp_partition Linux code 2023-03-03 23:57:34 +00:00

README.md

Supported Targets Linux

This is a test project for partition-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