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-12-05 08:40:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ed9c70aa3b51c9077fc7bd01211ec0410d94e0d
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