Skip to content

Commit

Permalink
Documentation: add (nim)ble on esp32c3
Browse files Browse the repository at this point in the history
Modify documentation of esp32c3 and add nimble section to
esp32c3-generic.

Signed-off-by: Laczen JMS <[email protected]>
  • Loading branch information
Laczen committed Dec 13, 2024
1 parent ad75da3 commit 1c640d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,18 @@ You can scan for all I2C devices using the following command::

nsh> i2c dev 0x00 0x7f

nimble
------

This configuration can be used to test ble using the nimble library. The
``nimble`` example starts advertising and can be connected to or disconnected
from. Before starting the ``nimble`` example make sure the bnep0 interface is
up by issuing::

nsh> ifup bnep0
ifup bnep0...OK
nsh> nimble &

nsh
---

Expand Down
2 changes: 1 addition & 1 deletion Documentation/platforms/risc-v/esp32c3/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Peripheral Support NOTES
=========== ======= ====================
ADC No
AES No
Bluetooth No
Bluetooth Yes
CAN/TWAI Yes
CDC Console Yes Rev.3
DMA Yes
Expand Down

0 comments on commit 1c640d7

Please sign in to comment.