zephyr/drivers/ieee802154
Johann Fischer 8f983c3654 drivers: ieee802154: add Decawave DW1000 driver
Add initial support for Decawave DW1000
IEEE 802.15.4-2011 UWB transceiver.

Driver has basic functionality. Additional functions such
as reading out timestamps and delayed TX were implemented
for test purposes, but also require support in the 802154
subsystem.

Register, sub-register, and defaults defines in the file
ieee802154_dw1000_regs.h are taken from the Decawave's
DW1000 driver for the Mynewt OS.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2020-05-07 23:30:58 -05:00
..
CMakeLists.txt drivers: ieee802154: add Decawave DW1000 driver 2020-05-07 23:30:58 -05:00
ieee802154_cc13xx_cc26xx.c net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
ieee802154_cc13xx_cc26xx.h drivers: ieee802154: add CC13xx / CC26xx driver 2019-09-25 08:49:55 +03:00
ieee802154_cc1200.c net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03: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 net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03: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_dw1000.c drivers: ieee802154: add Decawave DW1000 driver 2020-05-07 23:30:58 -05:00
ieee802154_dw1000_regs.h drivers: ieee802154: add Decawave DW1000 driver 2020-05-07 23:30:58 -05:00
ieee802154_kw41z.c net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
ieee802154_mcr20a.c drivers: ieee802154: mcr20a: Convert to use k_timeout_t 2020-05-01 10:50:03 +03:00
ieee802154_mcr20a.h drivers: ieee802154: Convert to new DT_INST macros 2020-03-30 17:04:32 -05: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: Handle frame pending bit mode 2020-04-17 09:17:38 +03:00
ieee802154_nrf5.h drivers: ieee802154_nrf5: Notify about FPB value in ACK reponse 2020-04-17 09:17:38 +03:00
ieee802154_rf2xx.c devicetree: replace DT_HAS_DRV_INST with DT_INST_FOREACH 2020-05-06 17:35:08 -05:00
ieee802154_rf2xx.h drivers: ieee802154: rf2xx: Add local-mac-address 2020-04-28 10:30:55 +03: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 net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
ieee802154_uart_pipe.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig drivers: ieee802154: add Decawave DW1000 driver 2020-05-07 23:30:58 -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.dw1000 drivers: ieee802154: add Decawave DW1000 driver 2020-05-07 23:30:58 -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: Add no auto start option 2020-04-28 10:30:55 +03:00