mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
254 B
Makefile
11 lines
254 B
Makefile
PSEUDOMODULES += esp32_wrover_kit_camera
|
|
|
|
# configure the serial interface
|
|
PORT_LINUX ?= /dev/ttyUSB1
|
|
|
|
ifneq (,$(filter esp_jtag,$(USEMODULE)))
|
|
OPENOCD_CONFIG ?= board/esp32-wrover-kit-3.3v.cfg
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.include
|