File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Documentation/platforms/risc-v/esp32c3 Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,18 @@ You can scan for all I2C devices using the following command::
208
208
209
209
nsh> i2c dev 0x00 0x7f
210
210
211
+ nimble
212
+ ------
213
+
214
+ This configuration can be used to test ble using the nimble library. The
215
+ ``nimble `` example starts advertising and can be connected to or disconnected
216
+ from. Before starting the ``nimble `` example make sure the bnep0 interface is
217
+ up by issuing::
218
+
219
+ nsh> ifup bnep0
220
+ ifup bnep0...OK
221
+ nsh> nimble &
222
+
211
223
nsh
212
224
---
213
225
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ Peripheral Support NOTES
287
287
=========== ======= ====================
288
288
ADC No
289
289
AES No
290
- Bluetooth No
290
+ Bluetooth Yes
291
291
CAN/TWAI Yes
292
292
CDC Console Yes Rev.3
293
293
DMA Yes
You can’t perform that action at this time.
0 commit comments