You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/drivers/at86rf2xx
Thomas Eichinger 66db33b662 drivers/at86rf2xx: prevent a possible race condition after state change
It was pointed out that after a state change to RX_AACK_ON reading back
the state to confirm the transition can fail due to an imidiate change
into BUSY_RX_AACK between the successful change on the transceiver and
querying the state.
For this we exclude the readback of the state for transitions to
RX_AACK_ON.
6 years ago
..
include at86rf2xx: document operation mode concerns for 7 years ago
Makefile at86rf2xx: remove ng_ prefix 8 years ago
at86rf2xx.c netdev2_ieee802154: remove NETDEV2_IEEE802154_PAN_COMP flag 7 years ago
at86rf2xx_getset.c drivers/at86rf2xx: prevent a possible race condition after state change 6 years ago
at86rf2xx_internal.c at86rf2xx: Add at86rf2xx_get_random to at86rf2xx_internal 7 years ago
at86rf2xx_netdev.c at86rf2xx: move netstat increment after possible error return 7 years ago