From fad3038b035db90c59f297891835d37fd97b79c5 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 13 Jun 2019 18:00:42 -0400 Subject: Initial commit. --- nrf52/Makefile.feather-52840 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nrf52/Makefile.feather-52840 (limited to 'nrf52/Makefile.feather-52840') diff --git a/nrf52/Makefile.feather-52840 b/nrf52/Makefile.feather-52840 new file mode 100644 index 0000000..81d7245 --- /dev/null +++ b/nrf52/Makefile.feather-52840 @@ -0,0 +1,10 @@ +# -*- mode: Makefile -*- + +VENDOR = adafruit +PLATFORM = nrf52 +BOARD = feather52840 + +EXTRAPREFS = -prefs "build.sd_name=s140" -prefs "build.sd_version=6.1.1" -prefs "build.sd_fwid=0x00B6" + +USBVID = 239a +USBPID = '0029|8029' -- cgit v1.3