eren-terzioglu opened a new pull request, #18765: URL: https://github.com/apache/nuttx/pull/18765
## 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 <!-- Provide how to build the test for each SoC being tested --> 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=./ ``` For UART wakeup, sleep logs and power consumption checked ### Results <!-- Provide tests' results and runtime logs --> 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 ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
