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

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