diff options
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 |