1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

37 Commits

Author SHA1 Message Date
Jose Alamos
db815aa779
ieee802154/hal: migrate to request_op and confirm_op 2022-01-10 13:57:02 +01:00
Gunar Schorcht
1091c879a0 tests/ieee802154_hal: fix compilation with NDEBUG 2021-12-12 13:18:46 +01:00
Benjamin Valentin
84135ede91 tests/ieee802154_hal: fix default RNG selection 2021-12-07 19:08:49 +01:00
José Alamos
ce8cda2fd8
Merge pull request #16932 from benpicco/socket_zep-hal
socket_zep: port to radio HAL
2021-12-07 18:24:33 +01:00
Leandro Lanzieri
c5f9d50a57 socket_zep: add Kconfig 2021-11-18 14:17:29 +01:00
Benjamin Valentin
558010e8eb tests/ieee802154_hal: add support for socket_zep 2021-11-18 11:51:14 +01:00
Jose Alamos
0fa4b8560b test/ieee802154_hal: rename long_addr into ext_addr 2021-09-30 17:30:17 +02:00
Jose Alamos
a8b19a1c76 test/ieee802154_hal: use od where possible 2021-09-30 17:30:17 +02:00
Jose Alamos
3b4240dd22 test/ieee802154_hal: use l2util where possible 2021-09-30 17:30:17 +02:00
Jose Alamos
57ee43a048 test/ieee802154_hal/Makefile: use regular event_thread 2021-09-30 17:30:17 +02:00
Jose Alamos
88aaec38e5 test/ieee802154_hal/Makefile: add shell_commands 2021-09-30 17:30:16 +02:00
Jose Alamos
d12d514d7c test/ieee802154_hal: rename packet to frame 2021-09-30 17:30:16 +02:00
Kevin "Tristate Tom" Weiss
4c6dc973c8
Merge pull request #16719 from MrKevinWeiss/pr/kconfig/cc2538
cpu/cc2538: Add Kconfig support
2021-09-09 08:21:09 +02:00
MrKevinWeiss
50b0e36ee9
tests/iee802154_*: Add app.config.test 2021-09-08 12:40:32 +02:00
Jose Alamos
9089d224b8
tests/ieee802154_hal: improve error reporting 2021-09-07 17:17:46 +02:00
Jose Alamos
0f14f826d1
tests/ieee802154_hal: wait for IFS during transmission 2021-09-07 17:17:45 +02:00
Jose Alamos
fd81b978fc
tests/ieee802154_hal: use _set_trx_state where possible 2021-09-07 17:17:45 +02:00
Jose Alamos
c464ab7e7c
tests/ieee802154_hal: spin if radio is BUSY on trx_state request 2021-09-07 17:04:31 +02:00
Jose Alamos
ddc9c7c686
ieee802154/radio_hal: detach hal descriptor from driver 2021-08-18 15:24:10 +02:00
Jan Romann
4384795cb9
treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
Jose Alamos
7d14fb3571
ieee802154/hal: remove set_rx_mode 2021-06-17 10:07:43 +02:00
Jose Alamos
6d64b537ef
ieee802154/hal: remove set_hw_addr_filter 2021-06-17 10:07:43 +02:00
Leandro Lanzieri
e47727fb16
treewide: remove unneeded ieee802154_radio_hal pseudomodule 2021-03-10 14:18:13 +01:00
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
Francisco Molina
5cbb8093cf
tests/ieee802154_hal: add CRC_ERROR handling 2021-01-13 23:42:44 +01:00
benpicco
e4164e3924
Merge pull request #15275 from jia200x/pr/radio/config_phy_amendment
ieee802154/radio: add TRX_OFF pre condition to config_phy
2020-10-26 23:28:45 +01:00
Jose Alamos
ee802467fb tests/ieee802154_hal: adapt config_phy call to TRX_OFF precondition 2020-10-26 17:04:48 +01:00
José Alamos
9fd49581e7
Merge pull request #15140 from fjmolinas/pr_tx_start_radio_hal
sys/net/ieee802154/radio: add IEEE802154_RADIO_INDICATION_TX_START
2020-10-22 16:57:27 +02:00
Francisco Molina
60fdd7b15c
tests/ieee802154_hal: set default cca params 2020-10-22 14:59:06 +02:00
Bas Stottelaar
6deaf39e5d tests/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
Jose Alamos
d0192f3d18 tests/ieee802154_hal: set default CCA threshold 2020-10-20 14:24:01 +02:00
Jose Alamos
bc6d5ebe67 tests/ieee802154_hal: don't set state on config_phy 2020-10-20 14:24:01 +02:00
Jose Alamos
8af9147f02 tests/ieee802154_hal: go to RX_ON on frame receive 2020-10-20 14:24:01 +02:00
Jose Alamos
ee5adad401 ieee802154/radio: replace indication mechanism 2020-10-14 18:07:28 +02:00
Jose Alamos
5ec4a7fad7 tests/ieee802154_hal: use netdev_default 2020-09-10 17:23:54 +02:00
Jose Alamos
d523ae35a4 tests/ieee802154_hal: add nrf802154 2020-09-10 17:01:14 +02:00
Jose Alamos
387deeca4d tests/ieee802154_hal: add test application 2020-09-04 11:09:18 +02:00