1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538/radio
Jose Alamos 3c56cdf0c0
cc2538_rf/radio_hal: fix transmit function
This commit sets the correct value to the MCU_CTRL bit for the
cc2538_rf. This variable is used to detect when the radio is doing
transmission with CCA. Since this was not set to 1 when sending without
CCA, the `confirm_transmit` function returned -EAGAIN after the TX_DONE
event (which violates the HAL API).

This error was discovered using some Radio HAL riotctrl scripts by @LarsKowoll.
2021-01-14 10:34:50 +01:00
..
cc2538_rf_getset.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
cc2538_rf_internal.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
cc2538_rf_netdev.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
cc2538_rf_radio_ops.c cc2538_rf/radio_hal: fix transmit function 2021-01-14 10:34:50 +01:00
cc2538_rf.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Makefile cpu/cc2538/radio: only build required files 2020-09-04 15:25:36 +02:00