bl_mcu_sdk/examples/ble/ble_peripheral
2022-04-26 14:44:09 +08:00
..
cdk [update][ble] update ble stack, build controllerlib with t-head toolchain as default 2022-04-26 14:44:09 +08:00
ble_peripheral_tp_server.c [feat][examples/ble] update ble ld file,add mbedtls for oad,add capcode setting for ble 2021-09-26 14:00:38 +08:00
ble_peripheral_tp_server.h [style] format files by clang-format 2021-06-20 12:25:46 +08:00
CMakeLists.txt [update][ble] update ble stack, build controllerlib with t-head toolchain as default 2022-04-26 14:44:09 +08:00
main.c [update][ble] update ble stack, build controllerlib with t-head toolchain as default 2022-04-26 14:44:09 +08:00
readme.md [update][ble] update ble stack, build controllerlib with t-head toolchain as default 2022-04-26 14:44:09 +08:00

请使用 10.2 版本以上 T-head 工具链编译该 demo


$ make APP=ble_peripheral BOARD=bl706_iot SUPPORT_FLOAT=y

The Ble OTA function is enable by add command "set(CONFIG_BT_OAD_SERVER 1) " , in the script file “ble_flags.cmake”