Can anyone explain how interrupts are handled and the preferred / best method using Legato / WP85?
For example GPIO2 is used on the Mangoh board (net GPIOEXP_INT2) - can we generate Legato events from this IP or do we need to do something in Linux or something else?
It should do what you need, but there will be some latency as you’re in userspace, so quite a lot has happened before you get called. I think the best thing would be to test and see.