hal: Build weak version of the HAL for the 53 series also

Including the reset part.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-12 14:45:19 +02:00
parent f18422df00
commit 5aac1c2b8e
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,4 @@ src/nrfx/hal/nrf_egu.c
src/nrfx/hal/nrf_rng.c
src/nrfx/hal/nrf_rtc.c
src/nrfx/hal/nrf_timer.c
src/nrfx/hal/nrf_hal_originals.c

View File

@ -141,6 +141,10 @@
#include "hal/nrf_regulators.h"
#endif
#ifdef NRF_RESET /* The MDK lacks a RESET_PRESENT macro */
#include "hal/nrf_reset.h"
#endif
#ifdef RNG_PRESENT
#include "hal/nrf_rng.h"
#endif