diff options
author | Brian Cully <bjc@kublai.com> | 2019-06-13 18:00:42 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-06-22 16:18:03 -0400 |
commit | fad3038b035db90c59f297891835d37fd97b79c5 (patch) | |
tree | e99ab8e4de5130dc9aca5ad35f3c6b8e0e82d263 /nrf52/Makefile.feather-52832 | |
download | usb2btle-fad3038b035db90c59f297891835d37fd97b79c5.tar.gz usb2btle-fad3038b035db90c59f297891835d37fd97b79c5.zip |
Initial commit.
Diffstat (limited to 'nrf52/Makefile.feather-52832')
-rw-r--r-- | nrf52/Makefile.feather-52832 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nrf52/Makefile.feather-52832 b/nrf52/Makefile.feather-52832 new file mode 100644 index 0000000..c2dff2b --- /dev/null +++ b/nrf52/Makefile.feather-52832 @@ -0,0 +1,10 @@ +# -*- mode: Makefile -*- + +VENDOR = adafruit +PLATFORM = nrf52 +BOARD = feather52832 + +EXTRAPREFS = -prefs "build.sd_flags=-DS132" -prefs "build.sd_name=s132" -prefs "build.sd_version=6.1.1" -prefs "build.sd_fwid=0x00B7" + +USBVID = 10c4 +USBPID = ea60 |