We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1564f89 + 3ccb448 commit 1e59766Copy full SHA for 1e59766
prj.conf
@@ -9,21 +9,20 @@
9
# ######################################################################################################################
10
11
# Set mem parameters
12
-
13
CONFIG_HEAP_MEM_POOL_SIZE=2097152
14
15
# Enable userspace
16
17
CONFIG_USERSPACE=y
18
19
# Set stack size
20
21
CONFIG_MAIN_STACK_SIZE=32768
22
23
# Select libc
24
25
CONFIG_PICOLIBC=y
26
+# Increase KOBJECT RODATA
+CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=2048
+
27
28
# Enable C++
29
0 commit comments