This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
59e40fafba
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 07:18:39 -05:00
CONFIG_IDF_TARGET="esp32"
esp_hw_support: move test to pytest
2022-10-25 04:20:44 -04: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 07:18:39 -05:00
CONFIG_COMPILER_OPTIMIZATION_NONE=y
Reference in New Issue
Copy Permalink