soc: arm: nordic_nrf: move soc_nrf_common.h to common folder
Since the addition of pinctrl the common folder is added to the Zephyr include path. This can be re-used to place the soc_nrf_common.h header in the common folder and include it directly, without the need of relative paths. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a6520ad690
commit
a8c93478db
5 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef _NORDICSEMI_NRF51_SOC_H_
|
||||
#define _NORDICSEMI_NRF51_SOC_H_
|
||||
|
||||
#include "../soc_nrf_common.h"
|
||||
#include <soc_nrf_common.h>
|
||||
|
||||
#define NRF51_POWER_RAMON_ADDRESS 0x40000524
|
||||
#define NRF51_POWER_RAMONB_ADDRESS 0x40000554
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef _NORDICSEMI_NRF52_SOC_H_
|
||||
#define _NORDICSEMI_NRF52_SOC_H_
|
||||
|
||||
#include "../soc_nrf_common.h"
|
||||
#include <soc_nrf_common.h>
|
||||
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
#define FLASH_PAGE_MAX_CNT 256UL
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef _NORDICSEMI_NRF53_SOC_H_
|
||||
#define _NORDICSEMI_NRF53_SOC_H_
|
||||
|
||||
#include "../soc_nrf_common.h"
|
||||
#include <soc_nrf_common.h>
|
||||
|
||||
#if defined(CONFIG_SOC_NRF5340_CPUAPP)
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifndef _NORDICSEMI_NRF91_SOC_H_
|
||||
#define _NORDICSEMI_NRF91_SOC_H_
|
||||
|
||||
#include "../soc_nrf_common.h"
|
||||
#include <soc_nrf_common.h>
|
||||
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
#define FLASH_PAGE_MAX_CNT 256UL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue