first commit

This commit is contained in:
2025-07-03 23:58:20 +08:00
commit ce2b3cdfd4
444 changed files with 65256 additions and 0 deletions

21
application/samples/bt/Kconfig Executable file
View File

@ -0,0 +1,21 @@
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
choice
prompt "Sample"
config SAMPLE_SUPPORT_BLE_SAMPLE
bool "Support BLE Sample."
if SAMPLE_SUPPORT_BLE_SAMPLE
osource "application/samples/bt/ble/Kconfig"
endif
config SAMPLE_SUPPORT_SLE_SAMPLE
bool "Support SLE Sample."
if SAMPLE_SUPPORT_SLE_SAMPLE
osource "application/samples/bt/sle/Kconfig"
endif
endchoice