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

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

11 lines
214 B
Makefile
Raw Normal View History

2021-08-14 08:29:33 -04:00
USB_VID = 0x612B
USB_PID = 0x80A7
2021-08-14 22:18:40 -04:00
USB_PRODUCT = "ESP 12k NodeMCU"
2021-08-14 08:29:33 -04:00
USB_MANUFACTURER = "Ai-Thinker"
IDF_TARGET = esp32s2
2022-06-23 15:59:06 -04:00
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB