nuttx/boards/arm/nrf52/nrf52832-dk/src
Matias N 4cbfbd0c74 nrf52_wdt: split into low-level API and watchdog driver lower-half
This separation allows to interact with the watchdog from OS code,
for example initiating the watchdog very early on boot. Moreover,
these changes make the lower-half driver support an already running
watchdog, which may happen if there's a bootloader which already
started it.
2020-10-29 20:17:33 -03:00
..
Makefile build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
nrf52_appinit.c Fix typos 2020-05-14 10:49:44 -06:00
nrf52_autoleds.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_boot.c arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
nrf52_bringup.c nrf52_wdt: split into low-level API and watchdog driver lower-half 2020-10-29 20:17:33 -03:00
nrf52_buttons.c drivers/button: Let board_button_initialize return the button number 2020-06-07 19:28:10 +01:00
nrf52_userleds.c drivers/led: Extend userled_set_t from 8bits to 32bits 2020-06-07 19:28:10 +01:00
nrf52832-dk.h