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

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

10 lines
180 B
Makefile
Raw Normal View History

2021-12-21 06:08:11 -05:00
USB_VID = 0x2886
USB_PID = 0x0045
USB_PRODUCT = "XIAO nRF52840 Sense"
USB_MANUFACTURER = "Seeed"
MCU_CHIP = nrf52840
QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "P25Q16H"