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.

11 lines
208 B
Makefile
Raw Normal View History

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