From 3d84e680865a02d8a5d6ec0e4ebf947ec9b54390 Mon Sep 17 00:00:00 2001 From: Laczen JMS Date: Fri, 13 Dec 2024 17:54:31 +0100 Subject: [PATCH] Documentation: add (nim)ble on esp32c3 Modify documentation of esp32c3 and add nimble section to esp32c3-generic. Signed-off-by: Laczen JMS --- .../risc-v/esp32c3/boards/esp32c3-generic/index.rst | 12 ++++++++++++ Documentation/platforms/risc-v/esp32c3/index.rst | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst index c4685a347b0b4..cfa22f8fc2f74 100644 --- a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-generic/index.rst @@ -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 --- diff --git a/Documentation/platforms/risc-v/esp32c3/index.rst b/Documentation/platforms/risc-v/esp32c3/index.rst index 39873414813b2..d4e8808fac7e9 100644 --- a/Documentation/platforms/risc-v/esp32c3/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/index.rst @@ -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