1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega128rfa1
Benjamin Valentin 5b6d56efd5 atmega_common: provide CPU ID for every device
ATmega128RFA1/ATmega256RFR2 do not have a unique CPU ID.

Use the RC oscillator callibration byte as an impromptu CPU ID and rely
on bootlader constants present on all ATmega families for the remaining
bytes.

This way we can provide a faux CPU ID on all ATmega MCUs and typical hobbyists
with no access to JTAG adapters or high voltage programmer capable of writing
the user signature have a good chance that the CPU IDs of their device do not collide.
2019-11-08 16:58:03 +01:00
..
include atmega_common: provide CPU ID for every device 2019-11-08 16:58:03 +01:00
ldscripts_compat cpu/atmega128rfa1: ATmega128rfa1 MCU support 2019-10-17 19:20:31 +02:00
doc.txt cpu/atmega128rfa1: ATmega128rfa1 MCU support 2019-10-17 19:20:31 +02:00
Makefile cpu/atmega_common: move periph/cpuid.c to common code 2019-10-17 19:20:31 +02:00
Makefile.dep cpu/atmega128rfa1: Hook up at86rfa1 radio 2019-10-26 23:10:18 +02:00
Makefile.features atmega_common: provide CPU ID for every device 2019-11-08 16:58:03 +01:00
Makefile.include cpu/atmega: cleanup dependencies handling 2019-10-18 12:40:34 +02:00