Ivan Grokhotkov cef0744299 Merge branch 'bugfix/linux_target_gen_partition_table' into 'master' 3 лет назад
..
main 9e191bad52 esp_partition/linux target: Add functions supporting host tests 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 c9c7573f71 Storage: Partition APIs moved to the new component 'esp_partition' 3 лет назад
pytest_esp_partition_linux.py b02687a6c4 test: migrate linux target host test jobs into pytest-embedded 3 лет назад
sdkconfig.defaults 9e191bad52 esp_partition/linux target: Add functions supporting host tests 3 лет назад

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