Skip to content

Commit 1e59766

Browse files
authored
Merge pull request aosedge#164 from aoscloud/develop
[prj.conf] Increase kobject rodata
2 parents 1564f89 + 3ccb448 commit 1e59766

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

prj.conf

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@
99
# ######################################################################################################################
1010

1111
# Set mem parameters
12-
1312
CONFIG_HEAP_MEM_POOL_SIZE=2097152
1413

1514
# Enable userspace
16-
1715
CONFIG_USERSPACE=y
1816

1917
# Set stack size
20-
2118
CONFIG_MAIN_STACK_SIZE=32768
2219

2320
# Select libc
24-
2521
CONFIG_PICOLIBC=y
2622

23+
# Increase KOBJECT RODATA
24+
CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=2048
25+
2726
# ######################################################################################################################
2827
# Enable C++
2928
# ######################################################################################################################

0 commit comments

Comments
 (0)