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

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

17 lines
300 B
Makefile
Raw Normal View History

2022-05-23 23:57:35 -04:00
USB_VID = 0x239A
USB_PID = 0x811E
USB_PRODUCT = "Feather ESP32-S3 TFT"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s3
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
2022-07-15 17:01:50 -04:00
OPTIMIZATION_FLAGS = -Os
2023-01-27 11:28:37 -05:00
CIRCUITPY_ESPCAMERA = 0
CIRCUITPY_ESP_PSRAM_SIZE = 2MB