ext: Integrate Nordic's 802.15.4 radio driver into Zephyr
This patch includes the new files in the build and refactors the Kconfig and Kbuild files in ext/hal/nordic to acommodate for the presence of the radio driver. Change-Id: Ifeda1f6d51916c7096be3c09ef7db6ca59c87728 Signed-off-by: Wojciech Bober <wojciech.bober@nordicsemi.no>
This commit is contained in:
parent
16a9a502a3
commit
37b3e9f78b
5 changed files with 44 additions and 33 deletions
|
@ -8,4 +8,8 @@ config HAS_NORDIC_MDK
|
|||
bool
|
||||
|
||||
config HAS_NORDIC_HAL
|
||||
bool
|
||||
bool
|
||||
|
||||
config HAS_NORDIC_DRIVERS
|
||||
bool
|
||||
select HAS_NORDIC_HAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue