mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5bd67d88a8
This is the radio found in NXP Kinetis KW41Z, KW21Z. Only 802.15.4 mode is implemented (KW41Z also supports BLE on the same transceiver). The driver uses vendor supplied initialization code for the low level XCVR hardware, these files were imported from KSDK 2.2.0 (framework_5.3.5)
9 lines
320 B
Makefile
9 lines
320 B
Makefile
MODULE = mcux_xcvr_mkw41z
|
|
|
|
# This vendor code expect all the vendor headers to also be in the include path
|
|
# These include paths are only added when building this particular directory and
|
|
# should not be available to the rest of the system.
|
|
INCLUDES += -I../../OSAbstraction/Interface
|
|
|
|
include $(RIOTBASE)/Makefile.base
|