ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation
Otherwise IRAM usage is too high in this example.
This commit is contained in:
committed by
Angus Gratton
parent
ecaf816c0b
commit
e6ad330018
@@ -460,7 +460,7 @@ UT_034:
|
||||
|
||||
UT_035:
|
||||
extends: .unit_test_template
|
||||
parallel: 16
|
||||
parallel: 38
|
||||
tags:
|
||||
- ESP32S2BETA_IDF
|
||||
- UT_T1_1
|
||||
|
||||
4
tools/unit-test-app/configs/spi_flash_legacy_s2
Normal file
4
tools/unit-test-app/configs/spi_flash_legacy_s2
Normal file
@@ -0,0 +1,4 @@
|
||||
TEST_COMPONENTS=spi_flash
|
||||
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
||||
CONFIG_SPI_FLASH_USE_LEGACY_IMPL=y
|
||||
CONFIG_IDF_TARGET="esp32s2beta"
|
||||
Reference in New Issue
Block a user