Skip to content

Commit

Permalink
Merge branch 'task/enable_fpu_in_isr_for_esp32s3' into 'master'
Browse files Browse the repository at this point in the history
feat(freertos): Enabled Kconfig option to allow FPU usage in ISR for esp32s3

Closes IDFGH-13365

See merge request espressif/esp-idf!32746
  • Loading branch information
sudeep-mohanty committed Aug 23, 2024
2 parents a5f249b + bfa3c55 commit a110f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/freertos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,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
Expand Down

0 comments on commit a110f09

Please sign in to comment.