Skip to content

Commit b8d5dfc

Browse files
authored
Enable C6 ULP
1 parent 1152616 commit b8d5dfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/defconfig.esp32c6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# C6 has full Newlib in Rom
22
# CONFIG_NEWLIB_NANO_FORMAT is not set
33

4+
# Enable LP Core
5+
CONFIG_ULP_COPROC_ENABLED=y
6+
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
7+
CONFIG_ULP_COPROC_RESERVE_MEM=8192
8+
49
#
510
# Bluetooth
611
#

0 commit comments

Comments
 (0)