Merge branch 'bugfix/linux_target_gen_partition_table' into 'master'

multiple fixes for linux target

Closes IDF-6641

See merge request espressif/esp-idf!21993
This commit is contained in:
Ivan Grokhotkov
2023-01-18 11:57:08 +08:00
10 changed files with 42 additions and 24 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ set_property(
DIRECTORY
APPEND PROPERTY ADDITIONAL_CLEAN_FILES "../image.bin")
add_dependencies(host_test_spiffs.elf partition-table image.bin)
add_dependencies(host_test_spiffs.elf image.bin)
+1 -1
View File
@@ -13,5 +13,5 @@ idf.py build
# Run
```bash
build/host_test_spiffs.elf
idf.py monitor
```