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

View File

@@ -7,5 +7,3 @@ set(COMPONENTS main)
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/")
project(partition_api_test)
add_dependencies(partition_api_test.elf partition-table)

View File

@@ -8,11 +8,10 @@ Source the IDF environment as usual.
Once this is done, build the application:
```bash
idf.py build partition-table
idf.py build
```
Note that for the time being, `partition-table` target needs to be built manually.
# Run
```bash
`build/partition_api_test.elf`
idf.py monitor
```