Merge branch 'bugfix/inline_intrmask_from_isr' into 'master'
freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR Closes IDFGH-6669 See merge request espressif/esp-idf!16970
This commit is contained in:
3
tools/unit-test-app/configs/no_optimization_c3
Normal file
3
tools/unit-test-app/configs/no_optimization_c3
Normal file
@@ -0,0 +1,3 @@
|
||||
CONFIG_IDF_TARGET="esp32c3"
|
||||
TEST_COMPONENTS=esp_ipc spi_flash
|
||||
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
||||
3
tools/unit-test-app/configs/no_optimization_esp32
Normal file
3
tools/unit-test-app/configs/no_optimization_esp32
Normal file
@@ -0,0 +1,3 @@
|
||||
CONFIG_IDF_TARGET="esp32"
|
||||
TEST_COMPONENTS=esp_ipc spi_flash
|
||||
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
||||
Reference in New Issue
Block a user