mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(freertos): Enabled Kconfig option to allow FPU usage in ISR for esp32s3
This commit enables the Kconfig option to allow FPU usage in an ISR context for the esp32s3.
This commit is contained in:
parent
354ffb4534
commit
bfa3c55250
@ -441,7 +441,7 @@ menu "FreeRTOS"
|
||||
|
||||
config FREERTOS_FPU_IN_ISR
|
||||
bool "Use float in Level 1 ISR"
|
||||
depends on IDF_TARGET_ESP32
|
||||
depends on SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)
|
||||
default n
|
||||
help
|
||||
When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in
|
||||
|
Loading…
x
Reference in New Issue
Block a user