sdk-hwV1.3/lichee/melis-v3.0/source/ekernel/components/aw/newlib/Kconfig

15 lines
184 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
menu "Libc library"
choice
prompt "C library"
default LIBCNEWLIB
config LIBCNEWLIB
bool "newlib "
config LIBCNONE
bool "none"
endchoice
endmenu