Skip to content

Commit 1c857f0

Browse files
tejlmandstephanosio
authored andcommitted
kconfig: define PICOLIBC_SUPPORTED to y
Zephyr SDK now supports Picolibc as built-in for both C and C++ development. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent 1323374 commit 1c857f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmake/zephyr/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ config TOOLCHAIN_ZEPHYR_0_16
77
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
88
def_bool y
99
select TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
10+
11+
config PICOLIBC_SUPPORTED
12+
def_bool y
13+
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
14+
help
15+
Zephyr SDK >=0.16 always supports Picolibc for C and C++ development.

0 commit comments

Comments
 (0)