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

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

21 lines
442 B
Makefile
Raw Normal View History

2020-08-02 20:54:11 -04:00
USB_VID = 0x1209
USB_PID = 0xBAB0
2020-07-28 01:56:37 -04:00
USB_PRODUCT = "Bast WiFi"
USB_MANUFACTURER = "ElectronicCats"
IDF_TARGET = esp32s2
2020-07-28 01:56:37 -04:00
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_NEOPIXEL_WRITE = 0
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
2022-08-23 12:34:03 -04:00
CIRCUITPY_ESP32_CAMERA = 0