Re: [PATCH v2 1/6] hw/gpio/nrf51: implement DETECT signal

2023-07-27 Thread Peter Maydell
On Wed, 26 Jul 2023 at 04:32, Chris Laplante wrote: > > Implement nRF51 DETECT signal in the GPIO peripheral. > > The reference manual makes mention of a per-pin DETECT signal, but these > are not exposed to the user. See > https://devzone.nordicsemi.com/f/nordic-q-a/39858/gpio-per-pin-detect-sig

[PATCH v2 1/6] hw/gpio/nrf51: implement DETECT signal

2023-07-25 Thread Chris Laplante
Implement nRF51 DETECT signal in the GPIO peripheral. The reference manual makes mention of a per-pin DETECT signal, but these are not exposed to the user. See https://devzone.nordicsemi.com/f/nordic-q-a/39858/gpio-per-pin-detect-signal-available for more information. Currently, I don't see a rea