ESP RTOS improvements
enhancementhelp wantedesp32
## TODO
- [ ] stack overflow detection
May be worth exploring the debug assist module, but this can also be done with a guard value.
- [ ] sync primitives should cooperatively yield if they wake a higher priority task
- [ ] low power mode where tick interrupt is only triggered when necessary
- [ ] direct task notifications
0 条评论