File tree 12 files changed +13
-15
lines changed
boards/arm/nrf52840_pca10059
include/drivers/clock_control
subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5
12 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
#include <init.h>
8
- #include <nrf_power.h>
8
+ #include <hal/ nrf_power.h>
9
9
10
10
static int board_nrf52840_pca10059_init (struct device * dev )
11
11
{
Original file line number Diff line number Diff line change 11
11
#include <device.h>
12
12
#include <drivers/clock_control.h>
13
13
#include <sys/__assert.h>
14
- #include <nrf_clock.h>
14
+ #include <hal/ nrf_clock.h>
15
15
#if defined(CONFIG_USB ) && defined(CONFIG_SOC_NRF52840 )
16
- #include <nrf_power.h>
16
+ #include <hal/ nrf_power.h>
17
17
#include <drivers/clock_control/nrf_clock_control.h>
18
18
#endif
19
19
Original file line number Diff line number Diff line change 8
8
#include <drivers/entropy.h>
9
9
#include <sys/atomic.h>
10
10
#include <soc.h>
11
- #include " nrf_rng.h"
11
+ #include <hal/ nrf_rng.h>
12
12
13
13
/*
14
14
* The nRF5 RNG HW has several characteristics that need to be taken
Original file line number Diff line number Diff line change 9
9
#include <drivers/sensor.h>
10
10
#include <drivers/clock_control.h>
11
11
#include <logging/log.h>
12
- #include <nrf_temp.h>
12
+ #include <hal/ nrf_temp.h>
13
13
14
14
LOG_MODULE_REGISTER (temp_nrf5 , CONFIG_SENSOR_LOG_LEVEL );
15
15
Original file line number Diff line number Diff line change 10
10
#include <drivers/clock_control/nrf_clock_control.h>
11
11
#include <drivers/timer/system_timer.h>
12
12
#include <sys_clock.h>
13
- #include <nrf_rtc.h>
13
+ #include <hal/ nrf_rtc.h>
14
14
#include <spinlock.h>
15
15
16
16
#define RTC NRF_RTC1
Original file line number Diff line number Diff line change 10
10
#if defined(CONFIG_USB ) && defined(CONFIG_SOC_NRF52840 )
11
11
#include <device.h>
12
12
#endif
13
- #include <nrf_clock.h>
13
+ #include <hal/ nrf_clock.h>
14
14
15
15
/* TODO: move all these to clock_control.h ? */
16
16
Original file line number Diff line number Diff line change 5
5
*/
6
6
#include <zephyr.h>
7
7
#include <power/power.h>
8
- #include <nrf_power.h>
8
+ #include <hal/ nrf_power.h>
9
9
10
10
#include <logging/log.h>
11
11
LOG_MODULE_DECLARE (soc , CONFIG_SOC_LOG_LEVEL );
Original file line number Diff line number Diff line change 16
16
#include <kernel.h>
17
17
#include <init.h>
18
18
#include <nrfx.h>
19
- #include <nrf_power.h>
19
+ #include <hal/ nrf_power.h>
20
20
#include <soc/nrfx_coredep.h>
21
21
#include <logging/log.h>
22
22
Original file line number Diff line number Diff line change 5
5
*/
6
6
#include <zephyr.h>
7
7
#include <power/power.h>
8
- #include <nrf_power.h>
8
+ #include <hal/ nrf_power.h>
9
9
10
10
#include <logging/log.h>
11
11
LOG_MODULE_DECLARE (soc , CONFIG_SOC_LOG_LEVEL );
Original file line number Diff line number Diff line change 16
16
#include <init.h>
17
17
#include <cortex_m/exc.h>
18
18
#include <nrfx.h>
19
- #include <nrf_power.h>
19
+ #include <hal/ nrf_power.h>
20
20
#include <soc/nrfx_coredep.h>
21
21
#include <logging/log.h>
22
22
@@ -39,8 +39,6 @@ extern void z_NmiInit(void);
39
39
#error "Unknown SoC."
40
40
#endif
41
41
42
- #include <hal/nrf_power.h>
43
-
44
42
#define LOG_LEVEL CONFIG_SOC_LOG_LEVEL
45
43
LOG_MODULE_REGISTER (soc );
46
44
Original file line number Diff line number Diff line change 13
13
#define LOG_MODULE_NAME bt_ctlr_cntr
14
14
#include "common/log.h"
15
15
#include "hal/debug.h"
16
- #include " nrf_rtc.h"
16
+ #include <nrfx/hal/ nrf_rtc.h>
17
17
18
18
#ifndef NRF_RTC
19
19
#define NRF_RTC NRF_RTC0
Original file line number Diff line number Diff line change 17
17
#include "common/log.h"
18
18
#include "hal/debug.h"
19
19
20
- #include " nrf_ecb.h"
20
+ #include <nrfx/hal/ nrf_ecb.h>
21
21
22
22
struct ecb_param {
23
23
u8_t key [16 ];
You can’t perform that action at this time.
0 commit comments