zephyr/ext/hal/nordic/nrfx
Andrzej Głąbek 354c8222f1 ext: hal: nordic: Update nrfx to version 1.1.0
Updates nrfx to the recently released version.

This version introduces a new HAL for the RADIO peripheral (contained
in the "nrf_radio.h" file) and this HAL replaces the one temporarily
copied to the "nrfx/hal" folder in the Zephyr source tree (see commit
619790a9bc). The nRF 802.15.4 radio
driver ("nrf_drv_radio802154.c") is updated accordingly to reflect
the changes between these two RADIO HAL implementations.

Origin: nrfx
License: BSD 3-Clause
URL: https://github.com/NordicSemiconductor/nrfx/tree/v1.1.0
commit: 293f553ed9551c1fdfd05eac48e75bbdeb4e7290
Purpose: Provide peripheral drivers for Nordic SoCs
Maintained-by: External

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-06-15 14:39:10 +02:00
..
drivers ext: hal: nordic: Update nrfx to version 1.1.0 2018-06-15 14:39:10 +02:00
hal ext: hal: nordic: Update nrfx to version 1.1.0 2018-06-15 14:39:10 +02:00
mdk ext: hal: nordic: Update nrfx to version 1.1.0 2018-06-15 14:39:10 +02:00
README ext: hal: nordic: Update nrfx to version 1.1.0 2018-06-15 14:39:10 +02:00
nrfx.h ext: hal: nordic: Update nrfx to version 1.0.0 2018-03-27 09:35:21 -04:00

README

nrfx
####

Origin:
   https://github.com/NordicSemiconductor/nrfx/tree/v1.1.0

Status:
   v1.1.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:
   293f553ed9551c1fdfd05eac48e75bbdeb4e7290

Maintained-by:
   External

License:
   BSD-3-Clause

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