ext: nordic: Add initial adaptation layer for nrfx

This commit adds a glue layer that adapts nrfx to be usable in Zephyr
as a host environment and files with static configuration of nrfx
drivers for several supported SoCs.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2018-01-17 10:43:01 +01:00 committed by Anas Nashif
commit c84c2eaa82
10 changed files with 7888 additions and 0 deletions

View file

@ -13,3 +13,6 @@ config HAS_NORDIC_HAL
config HAS_NORDIC_DRIVERS
bool
select HAS_NORDIC_HAL
config HAS_NRFX
bool