We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
y
1 parent 1323374 commit 1c857f0Copy full SHA for 1c857f0
cmake/zephyr/Kconfig
@@ -7,3 +7,9 @@ config TOOLCHAIN_ZEPHYR_0_16
7
config TOOLCHAIN_ZEPHYR_SUPPORTS_THREAD_LOCAL_STORAGE
8
def_bool y
9
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