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
..
2023-07-25 06:08:54 -07:00
2023-06-23 00:11:25 +03:00
2020-09-13 10:57:11 -03:00
2020-10-10 12:24:28 -06:00
2022-05-03 16:50:52 +03:00
2022-04-17 23:32:05 +03:00
2024-02-18 07:40:41 -08:00
2023-03-14 19:17:31 -03:00
2023-09-06 02:29:32 +08:00
2022-07-14 12:08:45 +08:00
2022-11-27 22:23:50 +01:00
2022-05-03 16:50:52 +03:00
2022-05-03 16:50:52 +03:00
2023-04-22 01:12:27 +08:00
2020-09-13 10:57:11 -03:00
2022-05-03 16:50:52 +03:00
2023-03-14 19:17:31 -03:00
2022-05-03 16:50:52 +03:00
2023-03-30 09:28:55 -03:00
2022-05-03 16:50:52 +03:00
2023-05-24 00:04:28 +08:00