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:
parent
f06c000911
commit
c84c2eaa82
10 changed files with 7888 additions and 0 deletions
|
@ -13,3 +13,6 @@ config HAS_NORDIC_HAL
|
|||
config HAS_NORDIC_DRIVERS
|
||||
bool
|
||||
select HAS_NORDIC_HAL
|
||||
|
||||
config HAS_NRFX
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue