File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ jobs:
122
122
pytest-embedded-qemu==1.12.1 \
123
123
pytest-embedded-wokwi==1.12.1
124
124
125
+ - name : Remove esp_wifi_remote for esp32p4 - as it's not relevant for sim tests
126
+ if : matrix.esp-idf-target == 'esp32p4'
127
+ working-directory : ./src/platforms/esp32/components/avm_builtins/
128
+ run : |
129
+ rm idf_component.yml
130
+
125
131
- name : Set SDKCONFIG_DEFAULTS and Build ESP32-sim tests using idf.py
126
132
working-directory : ./src/platforms/esp32/test/
127
133
run : |
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ CONFIG_SPIRAM=y
11
11
# (default options for esp32-p4-function-ev-board)
12
12
CONFIG_LWIP_PPP_VJ_HEADER_COMPRESSION=n
13
13
CONFIG_SLAVE_IDF_TARGET_ESP32C6=y
14
+ CONFIG_LWIP_IPV6=y
14
15
CONFIG_WIFI_RMT_EXTRA_IRAM_OPT=n
15
16
CONFIG_WIFI_RMT_SLP_IRAM_OPT=n
You can’t perform that action at this time.
0 commit comments