This website requires JavaScript.
Explore
Help
Sign In
dasharo
/
zephyr
Watch
0
Star
0
Fork
0
You've already forked zephyr
mirror of
https://github.com/Dasharo/zephyr.git
synced
2026-03-06 14:57:20 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
zephyr
/
samples
/
cpp
/
cpp_synchronization
/
prj.conf
3 lines
54 B
Plaintext
Raw
Permalink
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 06:16:44 +09: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-29 16:31:20 -07:00
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=128
Reference in New Issue
Copy Permalink