1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at86rf2xx
Benjamin Valentin 8f1eaae353 drivers/at86rf2xx: add support for ATmegaRF MCUs
The ATmega128RFA1 and ATmega256RFR2 contain a version of this IP
on the MCU.

The radio core behaves mostly like a at86rf231, but all registers
are mapped to memory and radio states can directly generate interrupts
on the CPU.

The ATmega256RFR2 adds support for automatic retransmissions.
This has not been implemented yet.

Co-authored-by: Josua Arndt <jarndt@ias.rwth-aachen.de>
2019-10-26 23:10:18 +02:00
..
include drivers/at86rf2xx: add support for ATmegaRF MCUs 2019-10-26 23:10:18 +02:00
at86rf2xx_getset.c drivers/at86rf2xx: add support for ATmegaRF MCUs 2019-10-26 23:10:18 +02:00
at86rf2xx_internal.c drivers/at86rf2xx: add support for ATmegaRF MCUs 2019-10-26 23:10:18 +02:00
at86rf2xx_netdev.c drivers/at86rf2xx: add support for ATmegaRF MCUs 2019-10-26 23:10:18 +02:00
at86rf2xx.c drivers/at86rf2xx: add support for ATmegaRF MCUs 2019-10-26 23:10:18 +02:00
Makefile at86rf2xx: remove ng_ prefix 2015-08-10 00:08:21 +02:00