Search found 4 matches
- Wed Dec 09, 2020 7:20 pm
- Forum: ESP-IDF
- Topic: RTOS Post Sleep Processing
- Replies: 1
- Views: 1910
Re: RTOS Post Sleep Processing
Bumping for visibility..
- Tue Dec 01, 2020 8:36 pm
- Forum: ESP-IDF
- Topic: RTOS Post Sleep Processing
- Replies: 1
- Views: 1910
RTOS Post Sleep Processing
Hi! With ESP32, the user doesn't write the FreeRTOSConfig.h file so I can't seem to find if there is any access to the functions configPreSleepProcessing and configPostSleepProcessing. These are generally placed around the sleep command during the tickless idle task. Is there a functional equivalent...
- Thu Sep 17, 2020 1:49 pm
- Forum: General Discussion
- Topic: Automatic Light Sleep
- Replies: 2
- Views: 4960
Re: Automatic Light Sleep
Is there a way to prevent light sleep from disconnecting the debugger?
- Wed Sep 16, 2020 2:49 pm
- Forum: General Discussion
- Topic: Automatic Light Sleep
- Replies: 2
- Views: 4960
Automatic Light Sleep
Hi! There seems to be very limited information about attaining automatic light sleep even though it looks like that was part of the IDF v3.3 release. I'd like to achieve the typical RTOS scenario of disabling the clock and leaving memory in retention while in the FreeRTOS idle task. From the datashe...