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

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

16 lines
357 B
Makefile
Raw Normal View History

USB_VID = 0x239A
USB_PID = 0x80AC
USB_PRODUCT = "FeatherS2"
USB_MANUFACTURER = "UnexpectedMaker"
IDF_TARGET = esp32s2
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 16MB
CIRCUITPY_BITBANG_APA102 = 1
2020-09-22 15:20:10 -04:00
# Include these Python libraries in firmware.
2020-09-22 15:20:10 -04:00
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar