mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
216 B
Makefile
9 lines
216 B
Makefile
# The board uses a ESP32-S3 with a 16MB QSPI Flash and a 8MB QSPI PSRAM
|
|
FLASH_SIZE ?= 16
|
|
|
|
PORT_LINUX ?= /dev/ttyACM0
|
|
|
|
OPENOCD_CONFIG ?= board/esp32s3-builtin.cfg
|
|
|
|
include $(RIOTBOARD)/common/esp32s3/Makefile.include
|