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 208bf7eef3
build system: improve MOST_RECENT_PORT=1 handling
Allow overriding the shell command used to auto-detect the TTY of a
board with `MOST_RECENT_PORT=1` via the `TTY_SELECT_CMD` variable.
The use case is to also detect Arduino Mega 2560 clones with cheap
USB UART bridges (for which the filter command may yield false
positives) while preferring genuine Arduino Mega 2560 boards (if
found) over the clones (as the filter for genuine boards does not yield
false positives).
2022-12-11 18:58:18 +01:00
..
openocd-adapters tools/openocd: add generic FTDI adapter 2022-09-22 17:49:34 +02:00
adafruit-nrfutil.inc.mk
avrdude.inc.mk tools/avarice: deduce debugger from AVRDUDE_PROGRAMMER 2022-09-23 13:41:27 +02:00
bmp-serial.inc.mk
bmp.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
bossa-build.inc.mk
bossa.inc.mk makefiles/tools: remove deprecated FFLAGS_OPTS variable 2022-01-08 12:04:02 +01:00
cc2538-bsl.inc.mk makefiles/tools: remove deprecated FFLAGS_OPTS variable 2022-01-08 12:04:02 +01:00
cpy2remed.inc.mk tools/cpy2remed: Addition of cpy2remed programmer to nucleo-L552ZE-Q 2022-02-11 08:27:25 -05:00
dfu-util.inc.mk makefiles/tools/dfu-util: add option to pass DFU_SERIAL 2022-08-29 09:39:15 +02:00
edbg-devices.inc.mk
edbg.inc.mk
elf2uf2.inc.mk tools/elf2uf2: addition of new PROGRAMMER for rpi-pico board 2021-12-15 11:40:10 -05:00
esptool.inc.mk makefile/tools/esptool: use dio instead of qout or qio flash mode 2022-08-01 15:08:41 +02:00
fixdep.inc.mk
gdb.inc.mk makefiles/tools/gdb.inc.mk: prefer $(target)-gdb over gdb-multiarch 2022-10-24 09:24:24 +02:00
goodfet.inc.mk
jlink.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
kconfiglib.inc.mk makefiles: quiet messages on CI 2022-08-22 11:35:56 +02:00
lpc2k_pgm.inc.mk
mspdebug.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
openocd.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
programmer.inc.mk
pyocd.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
qemu.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
renode.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
riotboot_serial.inc.mk makefiles: riotboot_serial: default to STDIO BAUD for PROG_BAUD 2021-11-21 23:08:31 +01:00
riotgen.inc.mk makefiles: Sort >/dev/null and 2>&1 2021-08-24 14:41:54 +02:00
robotis-loader.inc.mk
serial.inc.mk build system: improve MOST_RECENT_PORT=1 handling 2022-12-11 18:58:18 +01:00
stm32loader.inc.mk
targets.inc.mk makefiles/tools/serial.inc.mk: add support for bootterm 2022-10-15 00:20:09 +02:00
uf2conv.inc.mk makefiles/tools/uf2conv.inc.mk: partial riotboot support 2022-06-01 11:01:30 +02:00
uniflash.inc.mk makefiles/tools: define DEBUG_ELFFILE and use it for debugging 2022-05-31 12:39:16 +02:00
usb_board_reset.mk