1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/esp32s2-wemos-mini/Makefile.include
2023-02-02 10:56:40 +01:00

10 lines
219 B
Makefile

PORT_LINUX ?= /dev/ttyACM0
USB_VID ?= $(USB_VID_TESTING)
USB_PID ?= $(USB_PID_TESTING)
CFLAGS += -DCONFIG_CONSOLE_UART_TX=39
CFLAGS += -DCONFIG_CONSOLE_UART_RX=37
include $(RIOTBOARD)/common/esp32s2/Makefile.include