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

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

23 lines
583 B
Makefile
Raw Normal View History

2022-01-17 22:18:40 -05:00
USB_VID = 0x239A
USB_PID = 0x811A
USB_PRODUCT = "QT Py ESP32S3 no psram"
USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s3
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = MPZ
# The default queue depth of 16 overflows on release builds,
# so increase it to 32.
CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
CIRCUITPY_ESP_FLASH_MODE=dio
CIRCUITPY_ESP_FLASH_FREQ=80m
CIRCUITPY_ESP_FLASH_SIZE=8MB
2022-01-18 01:47:21 -05:00
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
2022-01-18 20:46:09 -05:00
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register