mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
9 lines
223 B
Makefile
9 lines
223 B
Makefile
# the board uses a ESP32-S3 with embedded 8MB QSPI PSRAM and a 16MB QSPI Flash
|
|
FLASH_SIZE ?= 16
|
|
|
|
PORT_LINUX ?= /dev/ttyACM0
|
|
|
|
OPENOCD_CONFIG ?= board/esp32s3-builtin.cfg
|
|
|
|
include $(RIOTBOARD)/common/esp32s3/Makefile.include
|