mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 15:59:41 +01:00
Although the hardware documentation suggests that SCHED_INFO is only used for periodic channels, empirical evidence shows that omitting this configuration on non-periodic channels can cause them to freeze. Therefore, we set this field for all channels to ensure reliable operation.