Skip to content

Commit 78b3992

Browse files
committed
Add support for CPP exceptions for C3
Fixes: espressif/arduino-esp32#6187
1 parent b1fe3e0 commit 78b3992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32c3

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
22
CONFIG_ARDUINO_RUN_CORE0=y
33
CONFIG_ARDUINO_EVENT_RUN_CORE0=y
44
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
5+
CONFIG_COMPILER_CXX_EXCEPTIONS=y
6+
CONFIG_COMPILER_STACK_CHECK_MODE_NORM=y
7+
CONFIG_COMPILER_WARN_WRITE_STRINGS=y
58
CONFIG_BT_ENABLED=y
69
CONFIG_BT_BLE_BLUFI_ENABLE=y
710
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y

0 commit comments

Comments
 (0)