2018-10-08 12:20:49 +02:00
|
|
|
PSEUDOMODULES += esp32_wrover_kit_camera
|
|
|
|
|
2018-10-15 11:14:52 +02:00
|
|
|
# configure the serial interface
|
|
|
|
PORT_LINUX ?= /dev/ttyUSB1
|
|
|
|
|
2023-12-05 19:05:20 +01:00
|
|
|
# Only consider TTYs matching the following filter when auto-selecting the TTY
|
|
|
|
# with `MOST_RECENT_PORT=1`.
|
|
|
|
TTY_BOARD_FILTER := --driver 'ftdi_sio' --vendor FTDI --model 'Dual RS232-HS' --iface-num 1
|
|
|
|
|
2021-10-15 09:51:24 +02:00
|
|
|
ifneq (,$(filter esp_jtag,$(USEMODULE)))
|
|
|
|
OPENOCD_CONFIG ?= board/esp32-wrover-kit-3.3v.cfg
|
|
|
|
endif
|
|
|
|
|
2018-10-08 12:20:49 +02:00
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.include
|