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:
@@ -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)
|
||||
|
||||
@@ -13,5 +13,5 @@ idf.py build
|
||||
|
||||
# Run
|
||||
```bash
|
||||
build/host_test_spiffs.elf
|
||||
idf.py monitor
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user