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

11
ext/hal/nordic/Kconfig Normal file
View file

@ -0,0 +1,11 @@
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
config HAS_NORDIC_MDK
bool
config HAS_NORDIC_HAL
bool