soc: nrf: add include of nrfx_config_nrf9160.h in nrf9160 soc.h
In soc.h of nRF9160 SoC we need to explicitly include nrfx_config_nrf9160.h to have the standard peripheral base address macro mappings in Zephyr builds for nRF9160 SoC. (We need to do this spefically for nRF9160, as those macros are not present in the nRF9160 MDK header). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
94f8f4c09d
commit
2a3852fc75
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
/* Add include for DTS generated information */
|
||||
#include <generated_dts_board.h>
|
||||
|
||||
/* Add include for peripheral base address mappings */
|
||||
#include <nrfx_config_nrf9160.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue