zephyr/ext/hal/nordic/nrfx
Michał Kruszewski aee2ff526d 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>
2018-01-29 03:02:06 +05:30
..
drivers
hal
mdk
README
nrfx.h

README

nrfx
####

Origin:
   https://github.com/NordicSemiconductor/nrfx/tree/v0.8.0

Status:
   v0.8.0

Purpose:
   With added proper shims adapting it to Zephyr's APIs, nrfx will provide
   peripheral drivers for Nordic SoCs.

Description:
   nrfx is an extract from the nRF5 SDK that contains solely the drivers
   for peripherals present in Nordic SoCs, for convenience complemented with
   the MDK package containing required structures and bitfields definitions,
   startup files etc.

   Only relevant files from nrfx were imported, for instance, template files
   and the ones with startup code or strictly related to installation of IRQs
   in the vector table were omitted.

Dependencies:
   CMSIS header files

URL:
   https://github.com/NordicSemiconductor/nrfx

commit:
   b7cfe970b45ad7cc9c36b62ee620508e9e2c7fb5

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   https://github.com/NordicSemiconductor/nrfx/blob/master/LICENSE