1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc110x
Marian Buschsieweke 02a425f114
drivers/cc110x: Handle lost IRQs more gracefully
When an IRQ is lost during cc110x_send(), the driver will remain locked until
another IRQ is triggered. This commit changes the behavior to wait for at most
an reasonable upper bound, which is chosen to not only allow the driver to
recover but also (at least in theory) complete the transmission correctly.
2020-03-08 12:49:57 +01:00
..
include drivers/cc110x: Replaced some magic numbers 2020-01-23 18:27:03 +01:00
cc110x_calibration.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_chanmaps.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_communication.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_configs.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_netdev.c drivers/cc110x: Handle lost IRQs more gracefully 2020-03-08 12:49:57 +01:00
cc110x_patables.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_rx_tx.c driver/cc110x: Fixed indent/alignment in doc 2019-09-04 13:15:15 +02:00
cc110x_settings.c drivers/cc110x: Replaced some magic numbers 2020-01-23 18:27:03 +01:00
cc110x.c drivers/cc110x: Allow setting the default channel 2019-09-10 10:04:51 +02:00
Makefile drivers/cc110x: Rewrite of the cc110x driver 2019-08-20 16:32:11 +02:00