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

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

17 lines
353 B
Makefile
Raw Normal View History

2020-08-25 11:02:44 -04:00
USB_VID = 0x239A
USB_PID = 0x80C6
USB_PRODUCT = "microS2"
USB_MANUFACTURER = "MicroDev"
2020-08-25 11:02:44 -04:00
IDF_TARGET = esp32s2
2020-08-25 11:02:44 -04:00
INTERNAL_FLASH_FILESYSTEM = 1
# 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=qio
CIRCUITPY_ESP_FLASH_FREQ=80m
2020-08-25 11:02:44 -04:00
CIRCUITPY_ESP_FLASH_SIZE=16MB