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

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

16 lines
348 B
Makefile
Raw Normal View History

2023-05-21 14:34:33 -04:00
CIRCUITPY_CREATOR_ID = 0x19881988
CIRCUITPY_CREATION_ID = 0x00C30002
IDF_TARGET = esp32c3
CIRCUITPY_ESP_FLASH_MODE=qio
CIRCUITPY_ESP_FLASH_FREQ=80m
CIRCUITPY_ESP_FLASH_SIZE=4MB
2023-05-21 17:30:51 -04:00
2023-09-19 19:27:00 -04:00
CIRCUITPY_ESP_USB_SERIAL_JTAG = 1
CIRCUITPY_BLEIO = 0
2023-05-21 17:30:51 -04:00
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel