circuitpython/ports/espressif/boards/adafruit_feather_esp32s3_4m.../mpconfigboard.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
385 B
Makefile
Raw Normal View History

USB_VID = 0x239A
USB_PID = 0x811C
USB_PRODUCT = "Adafruit Feather ESP32S3 4MB Flash 2MB PSRAM"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s3
2023-09-11 19:53:14 -04:00
CIRCUITPY_ESP_FLASH_SIZE = 4MB
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
2023-09-11 19:53:14 -04:00
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
CIRCUITPY_ESP_PSRAM_MODE = qio
CIRCUITPY_ESP_PSRAM_FREQ = 80m
2022-07-15 17:01:50 -04:00
OPTIMIZATION_FLAGS = -Os
2023-01-27 11:28:37 -05:00
CIRCUITPY_ESPCAMERA = 0