zephyr/drivers/ieee802154
Bogdan Davidoaia 3389ee4eb4 drivers: ieee802154: kw41z: fix issue in RX sequence
The chip seems to require a wait time before reading packet
data after the RX sequence done interrupt, as imidiate reading
of it will indicate a packet size of zero and cause the RX
sequence done to be continually retriggered.

In addition, the extra clearing of the interrupt flags can be
removed, as this is already done at the beginning of the isr.

Jira: ZEP-2278
Signed-off-by: Bogdan Davidoaia <bogdan.davidoaia@linaro.org>
2017-07-06 14:20:32 -05:00
..
ieee802154_cc2520.c drivers: ieee802154: use k_thread_create() 2017-05-11 20:24:22 -04:00
ieee802154_cc2520.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ieee802154_cc2520_regs.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
ieee802154_kw41z.c drivers: ieee802154: kw41z: fix issue in RX sequence 2017-07-06 14:20:32 -05:00
ieee802154_mcr20a.c drivers: ieee802154: use k_thread_create() 2017-05-11 20:24:22 -04:00
ieee802154_mcr20a.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ieee802154_mcr20a_regs.h drivers: ieee802154: add MCR20A driver 2017-01-27 12:35:51 +02:00
ieee802154_nrf5.c drivers: ieee802154: use k_thread_create() 2017-05-11 20:24:22 -04:00
ieee802154_nrf5.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
ieee802154_uart_pipe.c net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
ieee802154_uart_pipe.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
Kconfig net: ieee802154: add native IEEE 802.15.4 driver for KW41Z 2017-04-28 15:01:10 +03:00
Kconfig.cc2520 doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Kconfig.kw41z doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Kconfig.mcr20a doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Kconfig.nrf5 doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Makefile net: ieee802154: add native IEEE 802.15.4 driver for KW41Z 2017-04-28 15:01:10 +03:00