Skip to content

Commit 28937fe

Browse files
Laczenxiaoxiang781216
authored andcommitted
Documentation: add (nim)ble on esp32c3
Modify documentation of esp32c3 and add nimble section to esp32c3-generic. Signed-off-by: Laczen JMS <[email protected]>
1 parent 57bdeb8 commit 28937fe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,18 @@ You can scan for all I2C devices using the following command::
208208

209209
nsh> i2c dev 0x00 0x7f
210210

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+
211223
nsh
212224
---
213225

Documentation/platforms/risc-v/esp32c3/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Peripheral Support NOTES
287287
=========== ======= ====================
288288
ADC No
289289
AES No
290-
Bluetooth No
290+
Bluetooth Yes
291291
CAN/TWAI Yes
292292
CDC Console Yes Rev.3
293293
DMA Yes

0 commit comments

Comments
 (0)