mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
menu "ESP-Driver:Cordic Configurations"
|
|
depends on SOC_CORDIC_SUPPORTED
|
|
|
|
config CORDIC_ONESHOT_CTRL_FUNC_IN_IRAM
|
|
bool "Place cordic oneshot calculation function into IRAM"
|
|
default n
|
|
help
|
|
Place cordic oneshot function into IRAM so that cordic oneshot function
|
|
can be safely used in ISR even when cache is disabled.
|
|
endmenu
|