tmedicci opened a new issue, #10852: URL: https://github.com/apache/nuttx/issues/10852
The `esp32-devkitc:pm` defconfig for ESP32 and `esp32c3-devkit:pm` for ESP32-C3 broke after #6673. It's been a while since that PR, but the problem only happens after typing something in the NSH terminal, so it's worth performing an investigation: ``` NuttShell (NSH) NuttX-12.2.1 nsh> esp32_idlepm: newstate= 1 oldstate=0 nsh> esp32_idlepm: newstate= 0 oldstate=1 _assert: Current Version: NuttX 12.2.1 35a26e8ad969 Oct 3 2023 14:44:01 xtensa _assert: Assertion failed wakelock->count > 0: at file: power/pm/pm_activity.c:405 task: Idle_Task 0x400d18e4 ``` Specifically, the issue was introduced by https://github.com/apache/nuttx/commit/479689eae950b62f725d5c0df90fb445b87140c1 -- 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: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org