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

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

12 lines
218 B
Makefile
Raw Normal View History

2021-11-10 17:23:29 -05:00
USB_VID = 0x239A
USB_PID = 0x8110
USB_PRODUCT = "Feather ESP32-S2 TFT"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s2
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB