ext: nordic: Replace HAL and MDK with the ones from nrfx

The old HAL and MDK have been removed from the source tree.
Since RADIO HAL is not yet present in nrfx, the "nrf_radio.h" file
was temporarily moved to "nrfx/hal" folder. It will be replaced with
the proper file from nrfx in its next update.

Signed-off-by: Michał Kruszewski <michal.kruszewski@nordicsemi.no>
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Michał Kruszewski 2017-07-09 11:24:13 +02:00 committed by Anas Nashif
commit aee2ff526d
68 changed files with 0 additions and 59300 deletions

View file

@ -4,15 +4,8 @@
# SPDX-License-Identifier: Apache-2.0
#
config HAS_NORDIC_MDK
bool
config HAS_NORDIC_HAL
bool
config HAS_NORDIC_DRIVERS
bool
select HAS_NORDIC_HAL
config HAS_NRFX
bool