1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ieee802154_hal
Jean Pierre Dudey 4ca37c96b3 net/ieee802154: add PHY mode capabilities
- Adds capabilities for each PHY mode. Converts the uint16_t caps field to an
uint32_t in order to hold all capability bits, size of the structure remains
unchanged due to alignment.
- Modifies the test application to configure the PHY mode using the shell
command. Also adds the PHY modes to the capabilities shell command.
- Updates the nrf802154 and cc2538 radio drivers to specify the PHY mode
supported.

Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-02-26 11:16:27 +01:00
..
common.h tests/ieee802154_hal: add test application 2020-09-04 11:09:18 +02:00
init_devs.c tests/ieee802154_hal: add nrf802154 2020-09-10 17:01:14 +02:00
main.c net/ieee802154: add PHY mode capabilities 2021-02-26 11:16:27 +01:00
Makefile tests/ieee802154_hal: use netdev_default 2020-09-10 17:23:54 +02:00