This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-23 18:59:34 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a23a3703b51fa5280d367b95a97342f6be2eb331
esp-idf
/
tools
/
unit-test-app
/
configs
/
no_optimization_esp32
4 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR These were called from IRAM context where the caller expect them to be inlined and accessible when cache is disabled. This was not the case when compiled with -O0. Closes https://github.com/espressif/esp-idf/issues/8301
2022-01-27 20:18:39 +08:00
CONFIG_IDF_TARGET="esp32"
esp_hw_support: move test to pytest
2022-10-25 16:20:44 +08:00
TEST_COMPONENTS=spi_flash
freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR These were called from IRAM context where the caller expect them to be inlined and accessible when cache is disabled. This was not the case when compiled with -O0. Closes https://github.com/espressif/esp-idf/issues/8301
2022-01-27 20:18:39 +08:00
CONFIG_COMPILER_OPTIMIZATION_NONE=y
Reference in New Issue
Copy Permalink