mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
6d70b91a55
The current implementation of PIO Interrupt for Allwinner A64 is incomplete. This PR fixes the implementation of PIO Interrupt for all supported PIO Ports (PB, PG and PH). ### Modified Files `arch/arm64/src/a64/a64_pio.c`, `a64_pio.h`: Add implementation of PIO Interrupt `arch/arm64/include/a64/irq.h`: Add IRQ for PIO Port PH `arch/arm64/src/a64/hardware/a64_pio.h`: Fix addresses of PIO Interrupt Registers