forked from piyl8cs5f/Iot_Cs_best
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
277 B
16 lines
277 B
1 year ago
|
menu "Lib"
|
||
|
config LIB_LIBC
|
||
|
bool "Enable Libc"
|
||
|
default y
|
||
|
help
|
||
|
Answer Y to enable libc for full code.
|
||
|
|
||
|
config LIB_ZLIB
|
||
|
bool "Enable Zlib"
|
||
|
default y
|
||
|
depends on LIB_LIBC
|
||
|
help
|
||
|
Answer Y to enable LiteOS support compress file library.
|
||
|
endmenu
|
||
|
|