初始提交

This commit is contained in:
2025-05-13 22:00:58 +08:00
commit e4c030b0c0
564 changed files with 78858 additions and 0 deletions

View File

@ -0,0 +1,24 @@
#===============================================================================
# @brief Kconfig file.
# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
#===============================================================================
choice
prompt "BLE Sample"
config SAMPLE_SUPPORT_BLE_GATT_CLIENT_SAMPLE
bool "Support BLE GATT Client Sample."
config SAMPLE_SUPPORT_BLE_GATT_SERVER_SAMPLE
bool "Support BLE GATT Server Sample."
config SAMPLE_SUPPORT_BLE_SPEED_SERVER_SAMPLE
bool "Support BLE Throughput Server Sample."
config SAMPLE_SUPPORT_BLE_SPEED_CLIENT_SAMPLE
bool "Support BLE Throughput Client Sample"
config SAMPLE_SUPPORT_BLE_CFG_SAMPLE
bool "Support BLE WIFI CFG Sample"
endchoice