This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a3f4d292ff0a35cc9f7aaa3d928752fdfd8694bd Author: Eren Terzioglu <[email protected]> AuthorDate: Fri Apr 24 14:29:57 2026 +0200 Docs/platforms/esp32c3: Add BLE sleep Add BLE sleep docs for esp32[-c3] Signed-off-by: Eren Terzioglu <[email protected]> --- Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst index 48c1d9fba5a..8a313748066 100644 --- a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst @@ -154,6 +154,9 @@ Get the list of BLE devices found around you:: advertiser data: 10 09 4d 69 20 XX XX XX XX XX XX XX XX XX XX 20 e nsh> +To decrease power consumption, ``CONFIG_ESPRESSIF_AUTO_SLEEP`` needs to be enabled. This option +makes the device automatically enter the low power consumption mode when in the idle state + bmp180 ------
