Skip to content

Commit 9b52756

Browse files
committed
ESPULP: set default ulp type
1 parent edcf0c3 commit 9b52756

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ports/espressif/esp-idf-config/sdkconfig-esp32.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y
6565
# Ultra Low Power (ULP) Co-processor
6666
#
6767
CONFIG_ULP_COPROC_ENABLED=y
68+
CONFIG_ULP_COPROC_TYPE_FSM=y
6869
CONFIG_ULP_COPROC_RESERVE_MEM=4080
6970
# end of Ultra Low Power (ULP) Co-processor
7071

ports/espressif/esp-idf-config/sdkconfig-esp32s2.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIG_NEWLIB_NANO_FORMAT=y
5151
# Ultra Low Power (ULP) Co-processor
5252
#
5353
CONFIG_ULP_COPROC_ENABLED=y
54+
CONFIG_ULP_COPROC_TYPE_FSM=y
5455
CONFIG_ULP_COPROC_RESERVE_MEM=8176
5556
# end of Ultra Low Power (ULP) Co-processor
5657

ports/espressif/esp-idf-config/sdkconfig-esp32s3.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ CONFIG_NEWLIB_NANO_FORMAT=y
9292
# Ultra Low Power (ULP) Co-processor
9393
#
9494
CONFIG_ULP_COPROC_ENABLED=y
95+
CONFIG_ULP_COPROC_TYPE_FSM=y
9596
CONFIG_ULP_COPROC_RESERVE_MEM=8176
9697
# end of Ultra Low Power (ULP) Co-processor
9798

0 commit comments

Comments
 (0)