chore: migrate project into clean repository

This commit is contained in:
yuuux
2026-08-13 16:50:52 +08:00
commit d1d25a09e7
27405 changed files with 9422808 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
menu "collections-c configuration"
config SDK_MODULE_COLLECTIONS_C
bool "collections-c support"
default n
if SDK_MODULE_COLLECTIONS_C
config SDK_MODULE_COLLECTIONS_C_WITHOUT_PREFIX
bool "collections-c prefix"
default n
config SDK_MODULE_COLLECTIONS_C_CUSTOM_INCLUDE
bool "collections-c custom include"
default n
config SDK_MODULE_COLLECTIONS_C_LIST_COMPILE_EN
bool "collections-c compile list"
default y
config SDK_MODULE_COLLECTIONS_C_CUSTOM_INCLUDE_PATH
string "collections-c custom include path"
default ""
depends on SDK_MODULE_COLLECTIONS_C_CUSTOM_INCLUDE
endif
endmenu