1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles
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
..
arch makefiles/gnu.inc.mk: set flags based on compiler version 2022-11-19 23:14:54 +01:00
boards makefiles/boards/stm32.inc.mk: improve stm32flash support 2022-08-16 22:00:06 +02:00
boot makefiles: add riotboot_dfu-util.mk to override board's dfu-util config 2022-11-30 19:28:14 +01:00
libc makefiles/libc/picolibc.mk: fix compilation with modern binutils 2022-11-12 17:09:11 +01:00
pkg
tests build-system: add capability to execute scripts with custom executor 2022-10-19 13:58:19 +02:00
toolchain makefiles/gnu.inc.mk: fix "extraneous text after 'ifneq' directive" 2022-11-20 14:53:34 +01:00
tools build system: improve MOST_RECENT_PORT=1 handling 2022-12-11 18:58:18 +01:00
utils
app_dirs.inc.mk
application.inc.mk
auto_init.inc.mk
bindist.inc.mk
blob.inc.mk
boards.inc.mk
buildtests.inc.mk
cargo-settings.inc.mk Rust: Add crates-to-module adapter 2022-07-09 21:15:29 +02:00
cargo-targets.inc.mk makefiles: Use grep -q rather than --quiet 2022-11-14 09:51:19 +01:00
cflags.inc.mk makefiles/cflags.inc.mk: don't include absolute path in __FILE__ macro 2022-11-15 15:28:54 +01:00
clang_tidy.inc.mk
color.inc.mk
default-radio-settings.inc.mk
defaultmodules_deps.inc.mk sys/preprocessor: add preprocessor module 2022-10-17 10:38:14 +02:00
defaultmodules_no_recursive_deps.inc.mk buildsystem: split default modules include early and late 2022-06-02 12:56:59 +02:00
defaultmodules_regular.inc.mk libc: add to default modules 2022-09-26 19:06:46 +02:00
dependencies_debug.inc.mk
dependency_resolution.inc.mk buildsystem: split default modules include early and late 2022-06-02 12:56:59 +02:00
deprecated_boards.inc.mk cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
deprecated_cpus.inc.mk cpu/mips: Remove all mips 2022-09-27 13:42:37 +02:00
deprecated_modules.inc.mk sys/shell/cmds: fix shell_cmd_netif LoRaWAN integration 2022-10-04 23:06:03 +02:00
docker.inc.mk makefiles/docker.inc.mk: add support for podman 2022-09-29 20:59:42 +02:00
driver_with_disp_dev.mk
driver_with_saul.mk
driver_with_touch_dev.mk
eclipse.inc.mk
features_check.inc.mk
features_modules.inc.mk makefiles/features_modules: ignore non-init periphs 2022-08-17 14:37:24 +02:00
git_version.inc.mk
info-global.inc.mk makefiles: undefine BOARD_VERSION in info-global.inc.mk 2022-08-30 15:08:39 +02:00
info-nproc.inc.mk
info.inc.mk makefiles: Add make info-rust target 2022-09-23 02:03:50 +02:00
kconfig.mk
mcuboot.mk
modules.inc.mk
murdock.inc.mk
periph.mk
pseudomodules.inc.mk sys/malloc_tracing: add module to trace dyn memory management 2022-11-15 12:59:46 +01:00
scan-build.inc.mk
stdio.inc.mk pkg/tinyusb: implement stdio via CDC ACM 2022-11-09 12:06:36 +01:00
suit.base.inc.mk makefiles/suit: avoid unwanted key creation trigger 2022-07-20 12:35:33 +02:00
suit.inc.mk
tests.inc.mk
ubsan.inc.mk
usb-codes.inc.mk
vars.inc.mk makefiles: Add openocd-rtt 2022-08-30 09:34:22 +02:00