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

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

14 lines
335 B
Makefile
Raw Normal View History

2022-05-11 03:18:31 -04:00
USB_VID = 0x303A
USB_PID = 0x80F9
USB_PRODUCT = "Cytron Maker Feather AIoT S3"
USB_MANUFACTURER = "Cytron"
IDF_TARGET = esp32s3
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_FLASH_SIZE = 8MB
2022-05-11 03:18:31 -04:00
# Include these Python libraries in firmware.
2022-05-11 03:30:45 -04:00
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel