Skip to content

Commit f43e990

Browse files
committed
treewide: align to modified include paths in nrfx
Include nrfx instead of MDK. Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent af0c988 commit f43e990

File tree

39 files changed

+33
-45
lines changed

39 files changed

+33
-45
lines changed

include/esb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <stdbool.h>
1111
#include <errno.h>
1212

13-
#include <nrf.h>
13+
#include <nrfx.h>
1414
#include <hal/nrf_radio.h>
1515

1616
#include <zephyr/sys/util.h>

include/tfm/tfm_builtin_key_ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#ifndef __TFM_BUILTIN_KEY_IDS_H__
88
#define __TFM_BUILTIN_KEY_IDS_H__
99

10-
#include <nrf.h>
10+
#include <nrfx.h>
1111

1212
#if defined(NRF_CRACENCORE) || defined(CONFIG_CRACEN_HW_PRESENT)
1313

lib/fem_al/fem_al.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#ifdef DPPI_PRESENT
1313
#include <nrfx_dppi.h>
1414
#endif
15-
#include <nrf_erratas.h>
15+
#include <nrfx.h>
1616

1717
#include <zephyr/sys/printk.h>
1818

lib/flash_patch/flash_patch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include <nrf.h>
7+
#include <nrfx.h>
88
#include <zephyr/sys/reboot.h>
99
#include <zephyr/init.h>
1010

lib/fprotect/fprotect_bprot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
#include <nrf.h>
7+
#include <nrfx.h>
88
#if defined(NRF_BPROT)
99
#include <hal/nrf_bprot.h>
1010
#define PROTECT nrf_bprot_nvm_blocks_protection_enable

lib/fprotect/fprotect_rram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <string.h>
99
#include <errno.h>
1010
#include <soc.h>
11-
#include <nrf_erratas.h>
11+
#include <nrfx.h>
1212
#include <hal/nrf_rramc.h>
1313

1414
#define RRAMC_REGION_FOR_FPROTECT_DEFAULT_VALUE 0x0000000f

lib/fprotect/fprotect_spu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <hal/nrf_spu.h>
1010
#include <errno.h>
1111
#include <soc.h>
12-
#include <nrf_erratas.h>
12+
#include <nrfx.h>
1313

1414

1515
#define SPU_BLOCK_SIZE CONFIG_FPROTECT_BLOCK_SIZE

lib/hw_unique_key/hw_unique_key_cc3xx_kmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <nrfx.h>
1212
#include <nrfx_nvmc.h>
1313

14-
#include <mdk/nrf_erratas.h>
1514
#include <zephyr/logging/log.h>
1615

1716
#define KMU_KEYSLOT_SIZE_WORDS 4

lib/nrf_modem_lib/nrf_modem_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <zephyr/kernel.h>
1010
#include <nrf_modem.h>
1111
#include <nrf_modem_os.h>
12-
#include <nrf.h>
12+
#include <nrfx.h>
1313
#include <nrf_errno.h>
1414
#include <errno.h>
1515

modules/nrfxlib/nrf_802154/sl/platform/nrf_802154_hp_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <stdbool.h>
2020
#include <stdint.h>
2121

22-
#include "nrf.h"
22+
#include "nrfx.h"
2323
#include "hal/nrf_timer.h"
2424

2525
#include "nrf_802154_sl_periphs.h"

0 commit comments

Comments
 (0)