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

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

16 lines
283 B
Makefile
Raw Normal View History

USB_VID = 0x303A
USB_PID = 0x81AA
USB_PRODUCT = "MagiClick S3 n4r2"
USB_MANUFACTURER = "MakerM0"
IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 80m
2023-09-24 09:50:30 -04:00
CIRCUITPY_ESP_FLASH_SIZE = 4MB
2023-09-24 09:38:30 -04:00
2023-09-24 09:50:30 -04:00
CIRCUITPY_ESPCAMERA = 0
CIRCUITPY_DISPLAYIO = 1
2023-09-29 04:32:33 -04:00
CIRCUITPY_GIFIO = 1