Skip to content

arch/risc-v/espressif: Fix auto light sleep enable flag#18765

Merged
simbit18 merged 1 commit intoapache:masterfrom
eren-terzioglu:bugfix/auto_light_sleep
Apr 20, 2026
Merged

arch/risc-v/espressif: Fix auto light sleep enable flag#18765
simbit18 merged 1 commit intoapache:masterfrom
eren-terzioglu:bugfix/auto_light_sleep

Conversation

@eren-terzioglu
Copy link
Copy Markdown
Contributor

@eren-terzioglu eren-terzioglu commented Apr 20, 2026

Summary

  • arch/risc-v/espressif: Fix auto light sleep enable flag

Fix auto light sleep enable flag

Impact

Impact on user: Yes, auto light sleep bug fixed

Impact on build: No

Impact on hardware: No

Impact on documentation: No

Impact on security: No

Impact on compatibility: No

Testing

Building

Used configs:

esp32c6-devkitc:autopm

Command to build:

make -j distclean && ./tools/configure.sh esp32c6-devkitc:autopm && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BAUD=921600 ESPTOOL_BINDIR=./

Sleep logs and power consumption checked

Results

System logs (Power Related debug options enabled):

...
NuttShell (NSH) NuttX-10.4.0
esp_pm_skip_light_sleep: UART wakeup still within guard window
nsh> esp_pm_skip_light_sleep: UART wakeup still within guard window
esp_pm_skip_light_sleep: UART wakeup still within guard window
nsh> esp_pm_skip_light_sleep: UART wakeup still within guard window
...

@github-actions github-actions bot added Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Size: XS The size of the change in this PR is very small labels Apr 20, 2026
Fix auto light sleep enable flag

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
@simbit18 simbit18 merged commit 50fb114 into apache:master Apr 20, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants