zephyr/drivers/ieee802154
Kumar Gala e99652b67d drivers: ieee802154: cc2520: Convert to DEVICE_DT_INST_DEFINE
Move driver to use {NET_}DEVICE_DT_INST_DEFINE.  This lets us
remove the IEEE802154_CC2520_DRV_NAME Kconfig symobl.

We also update the ieee802154 build_all test to actually enable
the CC2520 driver.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-19 10:32:21 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.b91 drivers: ieee802154: b91: Convert to DEVICE_DT_INST_DEFINE 2022-07-19 10:32:09 +02:00
Kconfig.cc13xx_cc26xx
Kconfig.cc1200
Kconfig.cc2520 drivers: ieee802154: cc2520: Convert to DEVICE_DT_INST_DEFINE 2022-07-19 10:32:21 +02:00
Kconfig.dw1000
Kconfig.kw41z
Kconfig.mcr20a
Kconfig.nrf5
Kconfig.rf2xx
ieee802154_b91.c drivers: ieee802154: b91: Convert to DEVICE_DT_INST_DEFINE 2022-07-19 10:32:09 +02:00
ieee802154_b91.h
ieee802154_cc13xx_cc26xx.c
ieee802154_cc13xx_cc26xx.h
ieee802154_cc13xx_cc26xx_subg.c
ieee802154_cc13xx_cc26xx_subg.h
ieee802154_cc1200.c
ieee802154_cc1200.h
ieee802154_cc1200_regs.h
ieee802154_cc1200_rf.h
ieee802154_cc2520.c drivers: ieee802154: cc2520: Convert to DEVICE_DT_INST_DEFINE 2022-07-19 10:32:21 +02:00
ieee802154_cc2520.h
ieee802154_cc2520_regs.h
ieee802154_dw1000.c
ieee802154_dw1000_regs.h
ieee802154_kw41z.c drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
ieee802154_mcr20a.c
ieee802154_mcr20a.h
ieee802154_mcr20a_regs.h
ieee802154_nrf5.c drivers: ieee802154: fix freeing Rx buffer 2022-07-04 16:39:14 +02:00
ieee802154_nrf5.h
ieee802154_rf2xx.c
ieee802154_rf2xx.h
ieee802154_rf2xx_iface.c
ieee802154_rf2xx_iface.h
ieee802154_rf2xx_regs.h
ieee802154_uart_pipe.c uart_pipe: move driver from console to serial 2022-07-07 09:59:49 +02:00
ieee802154_uart_pipe.h