Skip to content

Commit 8f01e4c

Browse files
keith-packardfabiobaltieri
authored andcommitted
modules/cmsis: Change libc requirement to allow picolibc
Change from depending on newlib to requiring a full libc, this allows use with picolibc or any other C library providing a complete implementation. Signed-off-by: Keith Packard <[email protected]>
1 parent 12ce5be commit 8f01e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Kconfig.cmsis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif
2222

2323
menuconfig CMSIS_DSP
2424
bool "CMSIS-DSP Library Support"
25-
depends on NEWLIB_LIBC || ARCH_POSIX
25+
select REQUIRES_FULL_LIBC if !ARCH_POSIX
2626

2727
if CMSIS_DSP
2828
source "modules/Kconfig.cmsis_dsp"

0 commit comments

Comments
 (0)