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 /samd/Makefile.feather-m4 | |
download | usb2btle-fad3038b035db90c59f297891835d37fd97b79c5.tar.gz usb2btle-fad3038b035db90c59f297891835d37fd97b79c5.zip |
Initial commit.
Diffstat (limited to 'samd/Makefile.feather-m4')
-rw-r--r-- | samd/Makefile.feather-m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samd/Makefile.feather-m4 b/samd/Makefile.feather-m4 new file mode 100644 index 0000000..b8c15ec --- /dev/null +++ b/samd/Makefile.feather-m4 @@ -0,0 +1,12 @@ +# -*- mode: Makefile -*- + +VENDOR = adafruit +PLATFORM = samd +BOARD = adafruit_feather_m4 + +EXTRAPREFS = -prefs "build.f_cpu=120000000L" + +USBVID = 239a +USBPID = 0022 + +IMGOFFSET = 0x4000 |