mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
7 lines
169 B
Makefile
7 lines
169 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
|