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

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

12 lines
226 B
Makefile
Raw Normal View History

USB_VID = 0x239A
2023-01-23 14:13:27 -05:00
USB_PID = 0x80EE
USB_PRODUCT = "Feather ESP32-S2 Reverse TFT"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s2
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB