cwespressif opened a new pull request #3715:
URL: https://github.com/apache/incubator-nuttx/pull/3715


   ## Summary
   
   1. Support tickless OS
   2. Support auto-sleep in Tickless mode.
   
   ## Impact
   
   Make the device automatically enter the low power consumption mode in the 
idle state, power off the cpu and other peripherals.
   
   ## Testing
   
   Test Tickless mode:
   
   `./tools/configure.sh esp32c3-devkit:tickless`
   
   `nsh>sleep 10`
   
   Test to enter auto-sleep with Wi-Fi power on:
   
   `./tools/configure.sh esp32c3-devkit:autopm`
   
   `make menuconfig` configure WirelessAccessPoint `ssid` and `password`
   
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to