modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
menu "Lib"
|
||||
|
||||
menuconfig LIB
|
||||
bool "Enable libc APIs from toolchain"
|
||||
default y
|
||||
|
||||
if LIB
|
||||
config LIB_POSIX
|
||||
bool "Enable POSIX layer for poll/select, stdin etc"
|
||||
default y
|
||||
endif
|
||||
|
||||
choice
|
||||
prompt "select libc"
|
||||
default LIB_NEWLIB
|
||||
|
||||
config LIB_NEWLIB
|
||||
bool "use newlib as libc realization."
|
||||
|
||||
config LIB_MUSLLIB
|
||||
bool "use musllib as libc realization."
|
||||
endchoice
|
||||
|
||||
source "$KERNEL_DIR/lib/libcpp/Kconfig"
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user