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

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

15 lines
282 B
Makefile
Raw Normal View History

USB_VID = 0x239A
USB_PID = 0x8124
USB_PRODUCT = "Feather ESP32-S3 Reverse TFT"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_ESPCAMERA = 0
2023-03-02 06:45:57 -05:00
CIRCUITPY_ESP_PSRAM_SIZE = 2MB