You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TC321X): Added interfaces stimer_get_lev_irq_status and stimer_clr_lev_irq_status for getting/clearing the stimer track 32k interrupt and the interrupt for completing the reading of the 32k tick value.
Bug Fixes
(TC321X): Fix the issue in gpio_set_interrupt_risc0/1/2/3 where other interrupts are mistakenly cleared.
Detailed description: Because |= retains all bits that have been set to 1 and writes them back, under the influence of the W1C (Write 1 to Clear) mechanism, this will cause the interrupt flag bits that are queuing up for processing to be mistakenly cleared.
After Fix: Fixed the issue of mistakenly clearing other interrupts.
Update Recommendation: When using RSIC IRQ, an update is necessary.
Refactoring
ir
(TC321X): Optimize the IR learning distance to improve the performance of infrared signal reception and enhance the reliability of remote control learning functionality.