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

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

19 lines
412 B
Makefile
Raw Normal View History

USB_VID = 0x303A
USB_PID = 0x80E8
USB_PRODUCT = "HiiBot IoTs2"
USB_MANUFACTURER = "HiiBot"
2022-02-02 07:35:56 -05:00
IDF_TARGET = esp32s2
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
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 8MB
#CIRCUITPY_ESP_FLASH_SIZE = 4MB