mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
8509ec1958
Route PCNT unit interrupts through private shared groups bound by module name so units in the same PCNT instance share one CPU line without allowing other peripherals to join. Remove redundant PCNT-side priority conflict checks and rely on the interrupt allocator for conflict validation. Switch the PCNT test app to unity leak utilities and clean newlib reent state during teardown so leak checks are more stable with lazy allocations.