zephyr/drivers/ieee802154
Robert Lubos 44c947ec3e drivers: ieee802154_kw41z: Create a fake ACK frame for upper layers
Upper layers like OpenThread expect the radio driver to forward ACK
frame received by the radio.
Simulate this behavior on kw41z by recreating the ACK frame from the
available data.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-12-09 12:47:45 -05:00
..
CMakeLists.txt drivers: ieee802154: add CC13xx / CC26xx driver 2019-09-25 08:49:55 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cc13xx_cc26xx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cc1200 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cc2520 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.kw41z kconfig: Clean up 'config FOO' (two spaces) definitions 2019-11-04 17:31:27 -05:00
Kconfig.mcr20a kconfig: Clean up 'config FOO' (two spaces) definitions 2019-11-04 17:31:27 -05:00
Kconfig.nrf5 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ieee802154_cc13xx_cc26xx.c drivers: ieee802154: add CC13xx / CC26xx driver 2019-09-25 08:49:55 +03:00
ieee802154_cc13xx_cc26xx.h drivers: ieee802154: add CC13xx / CC26xx driver 2019-09-25 08:49:55 +03:00
ieee802154_cc1200.c coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
ieee802154_cc1200.h cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
ieee802154_cc1200_regs.h
ieee802154_cc1200_rf.h
ieee802154_cc2520.c coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
ieee802154_cc2520.h cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
ieee802154_cc2520_regs.h
ieee802154_kw41z.c drivers: ieee802154_kw41z: Create a fake ACK frame for upper layers 2019-12-09 12:47:45 -05:00
ieee802154_mcr20a.c drivers: fix k_thread_create timeout argument 2019-09-19 17:35:53 +02:00
ieee802154_mcr20a.h cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
ieee802154_mcr20a_regs.h
ieee802154_nrf5.c drivers: ieee802154_nrf5: Add ACK handling 2019-12-09 12:47:45 -05:00
ieee802154_nrf5.h drivers: ieee802154_nrf5: Add ACK handling 2019-12-09 12:47:45 -05:00
ieee802154_uart_pipe.c docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
ieee802154_uart_pipe.h