xiaoxiang781216 commented on issue #12901: URL: https://github.com/apache/nuttx/issues/12901#issuecomment-2296009020
> So after exploring this solution for a little bit, I've noticed another challenge. > > The PL011 UARTs on the Raspberry Pi 4B all share one single IRQ, which doesn't work with the current implementation of the IRQ attaching logic in the PL011 UART driver. Part of me wants to mess around with a "clean" solution for this, but I think it would just be faster for me to duplicate the driver code in the Pi source tree and make the required modifications. you can turn on IRQCHAIN option, so the irq can be attached more than one handler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
