mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 01:11:21 +01:00
In order to flash AVR devices, avrdude needs the ability to reset them: Those using a bootloader will only enter it after a reset, and those programmed via ISP also need a reset to enter ISP mode. Sadly, avrdude has no option to reset the board. But running it without commands will read and print the boards identification and fuse settings. For this, as reset is needed. This commit uses this side-effect reset to implement make reset for all AVR based boards