mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
10 lines
322 B
Makefile
10 lines
322 B
Makefile
PSEUDOMODULES += esp32s2-lilygo-ttgo-t8-usb
|
|
|
|
ifneq (,$(filter esp32s2-lilygo-ttgo-t8-usb,$(USEMODULE)))
|
|
PORT_LINUX ?= /dev/ttyACM0
|
|
endif
|
|
|
|
# Only consider TTYs matching the following filter when auto-selecting the TTY
|
|
# with `MOST_RECENT_PORT=1`.
|
|
TTY_BOARD_FILTER := --driver 'ch341' --vendor '1a86' --model 'USB Serial'
|