1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538
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
..
include Update cpu/cc2538/include/cc2538_eui_primary.h 2020-12-14 15:23:13 +01:00
ldscripts cpu/cc2538: add riotboot 2020-11-13 14:51:57 +01:00
periph cpu/cc2538: add periph_uart_nonblocking 2020-12-11 09:36:16 +01:00
radio cc2538_rf/radio_hal: fix transmit function 2021-01-14 10:34:50 +01:00
cpu.c cpu/*: remove unused assert.h include 2020-10-22 11:13:09 +02:00
doc.txt
Kconfig cpu/cc2538: add periph_uart_nonblocking 2020-12-11 09:36:16 +01:00
Makefile
Makefile.dep Merge pull request #15569 from fjmolinas/pr_cc2538_uart_nonblocking 2020-12-11 10:57:36 +01:00
Makefile.features cpu/cc2538: add periph_uart_nonblocking 2020-12-11 09:36:16 +01:00
Makefile.include cpu/cc2538: add riotboot 2020-11-13 14:51:57 +01:00
vectors.c