mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 13:18:59 +00:00
[feat] add demo readme for command line compile
This commit is contained in:
parent
3fcd3c73d2
commit
579ed433a3
60 changed files with 322 additions and 0 deletions
5
examples/ble/ble_central/readme.md
Normal file
5
examples/ble/ble_central/readme.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
```bash
|
||||
|
||||
$ make APP=ble_central BOARD=bl706_iot SUPPORT_FLOAT=y SUPPORT_FREERTOS=y SUPPORT_BLE=y
|
||||
|
||||
```
|
5
examples/ble/ble_peripheral/readme.md
Normal file
5
examples/ble/ble_peripheral/readme.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
```bash
|
||||
|
||||
$ make APP=ble_peripheral BOARD=bl706_iot SUPPORT_FLOAT=y SUPPORT_FREERTOS=y SUPPORT_BLE=y
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue