Commit c29f473
committed
refactor(esptool_py): Remove elf variable dependencies
This commit updates all test_apps that have dependency on the elf
variable. Such test_apps now fetch the executable target from the build
properties.1 parent b6ea668 commit c29f473
File tree
28 files changed
+29
-0
lines changed- components
- driver/test_apps
- legacy_i2c_driver
- legacy_twai
- esp_adc/test_apps/adc
- esp_driver_ana_cmpr/test_apps/analog_comparator
- esp_driver_dac/test_apps/dac
- esp_driver_gpio/test_apps
- gpio_extensions
- gpio
- esp_driver_gptimer/test_apps/gptimer
- esp_driver_i2c/test_apps/i2c_test_apps
- esp_driver_i2s/test_apps/i2s
- esp_driver_ledc/test_apps/ledc
- esp_driver_mcpwm/test_apps/mcpwm
- esp_driver_parlio/test_apps/parlio
- esp_driver_pcnt/test_apps/pulse_cnt
- esp_driver_rmt/test_apps/rmt
- esp_driver_sdm/test_apps/sigma_delta
- esp_driver_spi/test_apps
- master
- slave
- esp_driver_touch_sens/test_apps/touch_sens
- esp_driver_twai/test_apps/test_twai
- esp_driver_uart/test_apps
- uart
- uhci
- esp_lcd/test_apps
- mipi_dsi_lcd
- rgb_lcd
- esp_mm/test_apps
- mmap_hw
- mm
- heap/test_apps/heap_tests
- spi_flash/test_apps/mspi_test
28 files changed
+29
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments