zephyr/drivers/ieee802154
Gerson Fernando Budke 2cfb11e050 drivers: ieee802154: rf2xx: Rem trx_state variable
The rx timeout timer callback need update trx_state variable and this
variable is protected by a mutex. Because of that, when compiling the
system with CONFIG_ASSERT=y the system reports 'ASSERTION FAIL
[!arch_is_in_isr()] @ ZEPHYR_BASE/kernel/include/ksched.h:262'.

This refactor the driver remove trx_state variable dependency and
consequently removes phy_mutex and rx timeout timer to be compliant
with kernel rules.

Fixes: #23198

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-03-09 14:17:06 +02:00
..
CMakeLists.txt net: openthread: Update OpenThread version and better CMake integration 2019-12-16 11:08:09 +02:00
ieee802154_cc13xx_cc26xx.c include: Fix use of <sys_io.h> -> <sys/sys_io.h> 2019-12-10 08:39:37 -05:00
ieee802154_cc13xx_cc26xx.h drivers: ieee802154: add CC13xx / CC26xx driver 2019-09-25 08:49:55 +03:00
ieee802154_cc1200.c drivers/ieee802154: Adapt cc1200 driver to new GPIO API 2020-02-05 12:00:36 +01:00
ieee802154_cc1200.h drivers/ieee802154: Adapt cc1200 driver to new GPIO API 2020-02-05 12:00:36 +01:00
ieee802154_cc1200_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_cc1200_rf.h treewide: use full path to ieee802154/cc1200.h header 2020-01-26 17:52:12 +01:00
ieee802154_cc2520.c drivers/ieee802154: Adapt cc2520 driver to new GPIO API 2020-02-05 12:00:36 +01:00
ieee802154_cc2520.h drivers/ieee802154: Adapt cc2520 driver to new GPIO API 2020-02-05 12:00:36 +01:00
ieee802154_cc2520_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
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: ieee802154_mcr20a: convert to new GPIO API 2020-02-05 12:00:36 +01: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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
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_rf2xx.c drivers: ieee802154: rf2xx: Rem trx_state variable 2020-03-09 14:17:06 +02:00
ieee802154_rf2xx.h drivers: ieee802154: rf2xx: Rem trx_state variable 2020-03-09 14:17:06 +02:00
ieee802154_rf2xx_iface.c drivers: ieee802154: rf2xx: Add SRAM read method 2020-03-09 14:17:06 +02:00
ieee802154_rf2xx_iface.h drivers: ieee802154: rf2xx: Add SRAM read method 2020-03-09 14:17:06 +02:00
ieee802154_rf2xx_regs.h drivers: ieee802154: rf2xx: Add initial driver 2019-12-13 11:23:23 +02:00
ieee802154_uart_pipe.c treewide: use full path to console/uart_pipe.h header 2020-01-26 17:52:12 +01:00
ieee802154_uart_pipe.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig drivers: ieee802154: rf2xx: Add initial driver 2019-12-13 11:23:23 +02: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 modules: nordic: Allow separate nRF 802.15.4 radio driver build 2020-01-28 15:18:42 +01:00
Kconfig.rf2xx drivers: ieee802154: rf2xx: Enable sub-GHz L2 conditionally 2020-02-04 15:49:35 -06:00