1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/arduino-mega2560
Marian Buschsieweke 015ee050f2
makefiles/tools/serial.inc.mk: Allow detection of debug adapter
Boards with an integrated debugger/programmer that also provides the
serial as UART <--> USB adapter, the TTY serial matches the serial of
the programmer.

This adapts the `serial.inc.mk` to set the `DEBUG_ADAPTER_ID` to the
TTY serial if (and only if) `MOST_RECENT_PORT` *and*
`DEBUG_ADAPTER_ID_IS_TTY_SERIAL` both have a value of `1`. Boards with
an integrated programmer are expected to set
`DEBUG_ADAPTER_ID_IS_TTY_SERIAL` to `1` in their `Makefile.include`.
2023-02-24 16:50:56 +01:00
..
include boards/arduino-mega2560: add ztimer adjust paramters 2022-03-22 15:20:31 +01:00
doc.txt boards/arduino-mega2560: fix broken links 2020-03-23 18:01:14 +01:00
Kconfig boards: model avr-based boards Kconfig 2021-11-22 12:25:30 +01:00
Makefile boards/arduino-atmega: move shared code to common/arduino-atmega 2017-11-30 10:26:35 +01:00
Makefile.dep boards/common/atmega: Refactoring periph_conf.h 2019-02-25 18:48:09 +01:00
Makefile.features cpu/atmega_common: Add feature PUF_SRAM 2020-05-15 11:31:23 +02:00
Makefile.include makefiles/tools/serial.inc.mk: Allow detection of debug adapter 2023-02-24 16:50:56 +01:00