Files
2025-11-13 23:25:30 +08:00
..
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00
2025-11-13 23:25:30 +08:00

sample 编译准备

  1. 更改Makefile中的CROSS宏为主控使用的工具链。
  2. lib文件夹中新增BTH静态库文件

sample 编译

  1. applications/sample/ble/ble_gatt_client目录下执行make clean;make即可编译出ble_client_sample二进制。