mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a0e3d488da
This commit enables ULP FSM support for esp32s3 and updates ULP FSM code flow for other chips. It adds C Macro support for the ULP FSM instruction set on esp32s2 and esp32s3. The unit tests are also updated to test ULP FSM on ep32s2 and esp32s3.
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
# Enable ULP
|
|
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
|
|
CONFIG_ESP32S2_ULP_COPROC_RESERVE_MEM=1024
|