This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
21ed808ba1
zephyr
/
samples
/
cpp
/
cpp_synchronization
/
prj.conf
3 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS This commit updates all in-tree code to use `CONFIG_CPP` instead of `CONFIG_CPLUSPLUS`, which is now deprecated. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2022-12-09 05:16:44 +08:00
CONFIG_CPP=y
tests/samples: Replace minimal libc malloc configs with common ones With the minimal C library malloc implementation moving to libc/common, all of the related Kconfig variables have also changed. Update uses within the tree. Signed-off-by: Keith Packard <keithp@keithp.com>
2023-03-30 07:31:20 +08:00
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=128