mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f44dd00276
The generic approach of calling avrdude to perform a reset with `make reset` does also work on board with a bootloader, but only if no other process is also accessing the serial (e.g. via `make term`). `make test` first accesses the serial and then performs `make reset` to not miss any output on the serial. This however blocks when `make reset` also wants to access that serial. As workaround, `make reset` is no only provided if the ATmega device is not programmed via bootloader. Normally, those boards reset anyway upon `make term`, which allows `make test` to work normally again. |
||
---|---|---|
.. | ||
openocd-adapters | ||
avrdude.inc.mk | ||
bmp-serial.inc.mk | ||
bmp.inc.mk | ||
bossa.inc.mk | ||
dfu.inc.mk | ||
edbg.inc.mk | ||
gdb.inc.mk | ||
jlink.inc.mk | ||
kconfiglib.inc.mk | ||
openocd.inc.mk | ||
pic32prog.inc.mk | ||
pyocd.inc.mk | ||
renode.inc.mk | ||
serial.inc.mk | ||
targets.inc.mk | ||
uniflash.inc.mk |