raiden00pl
b3b543e093
arch/nrf52: add initial support for IEEE 802.15.4
Supported features:
- frame transmition
- frame reception and filtering
- immediate ACK (incoming and outgoing)
- promiscuous mode
- delayed transmision
- radio events trace
- setting pending bit for all incoming Data Request frames
- un-slotted CSMA-CA
Work in progres features (some logic is present, but they require more work):
- beacon transmision (periodic transmition works, but requires verification)
- slotted CSMA-CA
- GTS
Fetures not implemented:
- enhanced ACK (Enh-ACK)
- enhanced beacon
- low power mode
- advanced features from IEEE 802.15.4e (DSME, TSCH)
Added examples for boards:
- nrf52832-dk: mrf24j40_6lowpan
- nrf52832-dk: mrf24j40_mac
- nrf52840-dk: ieee802154_6lowpan
- nrf52840-dk: ieee802154_mac
- nrf52840-dongle: ieee802154_mac
- nrf9160-dk-nrf52: ieee802154_6lowpan
- nrf9160-dk-nrf52: ieee802154_mac
2024-02-18 07:40:41 -08:00
..
2024-02-18 07:40:41 -08:00
2024-01-15 13:22:13 +08:00
2024-02-08 11:12:13 -03:00
2024-01-15 13:22:13 +08:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2024-02-15 19:53:24 -08:00
2024-02-04 09:54:05 +01:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2024-02-18 05:34:53 -08:00
2024-02-13 10:31:35 -03:00
2024-01-17 09:18:17 -08:00
2024-01-17 09:18:17 -08:00
2023-07-08 13:50:48 +08:00
2024-02-01 16:50:23 +08:00