Skip to content

Commit 166f00d

Browse files
committed
nano33ble: disable shell and cpp
1 parent fdc397d commit 166f00d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/arduino_nano_33_ble_nrf52840_sense/arduino_nano_33_ble_nrf52840_sense.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ CONFIG_USB_CDC_ACM_RINGBUF_SIZE=512
2323
CONFIG_UART_LINE_CTRL=y
2424
CONFIG_CDC_ACM_DTE_RATE_CALLBACK_SUPPORT=y
2525

26+
CONFIG_CPP=n
27+
CONFIG_SHELL=n
28+
2629
CONFIG_ADC=y
2730
CONFIG_PWM=y
2831

2932
CONFIG_LLEXT_STORAGE_WRITABLE=n
30-
CONFIG_SHELL_STACK_SIZE=2048
3133
CONFIG_HEAP_MEM_POOL_SIZE=16384
3234
CONFIG_LLEXT_HEAP_SIZE=128
3335
CONFIG_MAIN_STACK_SIZE=16384

0 commit comments

Comments
 (0)