circuitpython/ports/nrf/boards/hiibot_bluefi/mpconfigboard.mk

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

10 lines
178 B
Makefile
Raw Normal View History

2020-05-17 21:42:37 -04:00
USB_VID = 0x239A
USB_PID = 0x80B2
2020-05-17 21:42:37 -04:00
USB_PRODUCT = "HiiBot BlueFi"
USB_MANUFACTURER = "HiiBot"
MCU_CHIP = nrf52840
QSPI_FLASH_FILESYSTEM = 1
2021-03-24 20:10:54 -04:00
EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"