zephyr/drivers/ieee802154
Maureen Helm 0d1beb2f9e boards: dts: Add mcr20a bindings and fix networking samples
Adds dts bindings for the mcr20a wireless transceiver. The frdm_k64f
board supports the mcr20a via an Arduino shield, therefore the dts node
is added to the board dts. The kw2xd is a SiP and thus the mcr20a dts
node is added to the soc dts.

The networking samples using prj_frdm_k64f_mcr20a.conf have been broken
since the refactoring of the mcux gpio driver to dts in commit
4e8f29f319. The sample is now fixed.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-05-10 15:43:42 -05:00
..
CMakeLists.txt drivers: 15.4: nrf5: Add OpenThread support to 802.15.4 driver 2018-01-29 22:42:03 -05:00
Kconfig drivers/ieee802154: Add hw filtering support for upipe driver 2018-02-20 14:47:14 +02:00
Kconfig.cc1200 kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.cc2520 drivers/ieee802154: Switch CC2520 to new SPI API 2018-04-04 19:02:35 +02:00
Kconfig.kw41z kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.mcr20a boards: dts: Add mcr20a bindings and fix networking samples 2018-05-10 15:43:42 -05:00
Kconfig.nrf5 kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
ieee802154_cc1200.c driver: ieee802154: cc1200: fix context handling 2018-05-02 14:30:34 +03:00
ieee802154_cc1200.h api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
ieee802154_cc1200_regs.h drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip 2018-01-15 15:15:38 +02:00
ieee802154_cc1200_rf.h drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip 2018-01-15 15:15:38 +02:00
ieee802154_cc2520.c drivers/ieee802154: Switch CC2520 to new SPI API 2018-04-04 19:02:35 +02:00
ieee802154_cc2520.h drivers/ieee802154: Switch CC2520 to new SPI API 2018-04-04 19:02:35 +02:00
ieee802154_cc2520_regs.h
ieee802154_kw41z.c drivers: ieee802154: Add OpenThread modifications to KW41Z driver 2018-04-11 16:57:12 +03:00
ieee802154_mcr20a.c drivers/ieee802154: No need of semaphore for spi in mcr20a 2018-04-04 19:02:35 +02:00
ieee802154_mcr20a.h drivers/ieee802154: No need of semaphore for spi in mcr20a 2018-04-04 19:02:35 +02:00
ieee802154_mcr20a_regs.h
ieee802154_nrf5.c drivers: 15.4: nrf5: Add OpenThread support to 802.15.4 driver 2018-01-29 22:42:03 -05:00
ieee802154_nrf5.h
ieee802154_uart_pipe.c net: if: Separate IP address configuration from net_if 2018-03-27 10:06:54 -04:00
ieee802154_uart_pipe.h