ext: Integrate Nordic SDK HAL files into Zephyr

Nordic Semiconductor's Software Development Kit's HAL layer
provides a set of low-level header and sourcefiles that give access
to the different hardware peripherals of Nordic ICs.

This patch includes the new files in the build and refactors the Kconfig
and Kbuild files in ext/hal/nordic to acommodate for the presence of the
new HAL layer.

Change-Id: Ie8e1a4c9fcc7e9058a9d16a2692ef1789603aa53
Signed-off-by: Wojciech Bober <wojciech.bober@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2017-01-27 13:12:25 +01:00
commit 17f7b4ed95
8 changed files with 13 additions and 3 deletions

View file

@ -17,5 +17,6 @@ config SOC_SERIES_NRF51X
select XIP
select HAS_CMSIS
select HAS_NORDIC_MDK
select HAS_NORDIC_HAL
help
Enable support for NRF51 MCU series

View file

@ -18,5 +18,6 @@ config SOC_SERIES_NRF52X
select XIP
select HAS_CMSIS
select HAS_NORDIC_MDK
select HAS_NORDIC_HAL
help
Enable support for NRF52 MCU series