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

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

18 lines
369 B
Makefile
Raw Normal View History

2023-08-30 11:58:52 -04:00
USB_VID = 0x239A
USB_PID = 0x814C
2023-08-09 10:33:20 -04:00
USB_PRODUCT = "ESP32-S3-EV-LCD-Board"
USB_MANUFACTURER = "Espressif"
IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_FLASH_SIZE = 16MB
2023-09-14 18:04:07 -04:00
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
CIRCUITPY_ESP_PSRAM_MODE = opi
2023-09-26 08:48:52 -04:00
CIRCUITPY_ESP_PSRAM_FREQ = 120m
2023-09-14 18:04:07 -04:00
2023-08-09 10:33:20 -04:00
CIRCUITPY_DOTCLOCKFRAMEBUFFER = 1
UF2_BOOTLOADER = 0