Skip to content

Commit 8df2bae

Browse files
committed
Merge branch 'ci/disable_wifi_iram_opt_for_tat_jobs' into 'master'
ci: Disabled wifi iram optimization for tat jobs See merge request application/esp-at!1720
2 parents 2888691 + 9ef0d51 commit 8df2bae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab/ci/build_template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
- echo -e "CONFIG_AT_WIFI_DUMP_STATIS_DEBUG=y" >> ${at_sdkconfig_file}
175175
- echo -e "CONFIG_AT_NET_DEBUG=y" >> ${at_sdkconfig_file}
176176

177+
.disable_wifi_iram_opt: &disable_wifi_iram_opt
178+
- echo -e "CONFIG_ESP_WIFI_IRAM_OPT=n" >> ${at_sdkconfig_file}
179+
- echo -e "CONFIG_ESP_WIFI_RX_IRAM_OPT=n" >> ${at_sdkconfig_file}
180+
177181
#########################
178182
# Enlarge app partition #
179183
#########################
@@ -230,6 +234,7 @@
230234
- add_gitlab_ssh_keys
231235
- get_module_configs
232236
- *enable_at_debugs
237+
- *disable_wifi_iram_opt
233238
- *enlarge_app_partition
234239

235240
.before_script_enable_all_wifi_cmds:

0 commit comments

Comments
 (0)