1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools
Marian Buschsieweke f44dd00276
tools/avrdude: Fix make reset with bootloader
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.
2019-11-25 14:39:25 +01:00
..
openocd-adapters makefiles/openocd: add sysfs gpio debug adapter 2019-08-05 14:59:34 +02:00
avrdude.inc.mk tools/avrdude: Fix make reset with bootloader 2019-11-25 14:39:25 +01:00
bmp-serial.inc.mk Add helper script for Black Magic Probe 2019-10-15 12:58:24 +02:00
bmp.inc.mk Add helper script for Black Magic Probe 2019-10-15 12:58:24 +02:00
bossa.inc.mk boards: change PORT used for flash/debug/reset to PROG_DEV 2019-10-24 12:58:12 +02:00
dfu.inc.mk makefiles/dfu.inc.mk: use FLASHFILE 2019-06-17 18:09:43 +02:00
edbg.inc.mk make/tools/edbg: verify before flash 2019-09-25 10:14:20 +02:00
gdb.inc.mk makefiles/tools: Automatically detect gdb-multiarch 2019-03-05 14:31:22 +01:00
jlink.inc.mk makefiles/tools/jlink.inc.mk: DEBUG_ADAPTER_ID as JLINK_SERIAL 2019-11-18 13:04:42 +01:00
kconfiglib.inc.mk dist/tools: Add kconfiglib 2019-11-19 17:46:38 +01:00
openocd.inc.mk boards/tools: remove exporting DEBUG* 2019-05-28 09:58:35 +02:00
pic32prog.inc.mk pic32prog.inc.mk: add udev rule for pic32 programmer 2019-09-24 17:43:12 +02:00
pyocd.inc.mk makefiles/tools: pass DEBUG_ADAPTER_ID to pyocd 2019-09-12 08:13:28 +02:00
renode.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
serial.inc.mk tools/serial.inc.mk: Support miniterm.py 2019-11-19 15:07:32 +01:00
targets.inc.mk make/targets: fix typo in message 2019-10-03 15:23:19 +02:00
uniflash.inc.mk uniflash.inc.mk: add variables for configuration files 2019-07-24 15:17:42 +02:00