zephyr/samples/boards/nrf
Andrzej Głąbek 88b83471a4 samples/boards/nrf/system_off: Fix configuration of the wake up button
Use NRF_DT_GPIOS_TO_PSEL() in calls to nRF GPIO HAL functions as they
need a psel value, a pin number combined with the corresponding GPIO
port number, not only the pin number as provided by DT_GPIO_PIN().
This way buttons connected to pins in the P1 port can also be handled
properly.
Replace also DT_NODELABEL(button0) with DT_ALIAS(sw0) for consistency
with other samples that use the standard button.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-03-14 11:28:15 +01:00
..
battery samples: boards: nrf: battery: fix board in sample commands 2021-09-23 08:38:44 -04:00
clock_skew samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
dynamic_pinctrl drivers: serial: nrfx: Ensure that instances have some pins assigned 2022-03-09 12:05:22 +01:00
ieee802154/802154_rpmsg modules: hal_nordic: Port nrf_802154 to ipc_service 2022-03-02 17:03:01 +01:00
mesh drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
nrf53_sync_rtc samples: boards: nrf: Add nrf53_sync_rtc sample 2022-01-19 17:46:28 +01:00
nrf_led_matrix samples: boards: nrf: Add sample for the display_nrf_led_matrix driver 2021-12-17 15:48:08 +01:00
nrfx samples: boards: nrfx: Fix setting up of (D)PPI channel endpoints 2021-09-23 13:13:30 -04:00
nrfx_prs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
system_off samples/boards/nrf/system_off: Fix configuration of the wake up button 2022-03-14 11:28:15 +01:00