Skip to content

Commit 7a6ecea

Browse files
committed
unoq: disable shell and cpp
1 parent b6a65a3 commit 7a6ecea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

variants/arduino_uno_q_stm32u585xx/arduino_uno_q_stm32u585xx.conf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
CONFIG_LLEXT_STORAGE_WRITABLE=n
2-
CONFIG_HEAP_MEM_POOL_SIZE=131072
3-
CONFIG_SHELL_STACK_SIZE=32768
4-
CONFIG_MAIN_STACK_SIZE=32768
2+
CONFIG_HEAP_MEM_POOL_SIZE=32768
53
CONFIG_LLEXT_HEAP_SIZE=128
4+
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=-1
5+
6+
CONFIG_CPP=n
7+
CONFIG_SHELL=n
68

79
CONFIG_FPU=y
810

@@ -28,7 +30,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y
2830
CONFIG_LOG_MODE_IMMEDIATE=n
2931

3032
CONFIG_COUNTER=y
31-
CONFIG_COUNTER_SHELL=y
3233

3334
CONFIG_DEBUG_THREAD_INFO=y
3435

0 commit comments

Comments
 (0)