|
1 |
| -# Copyright (c) 2014-2015 Arduino LLC. All right reserved. |
2 |
| -# |
3 |
| -# This library is free software; you can redistribute it and/or |
4 |
| -# modify it under the terms of the GNU Lesser General Public |
5 |
| -# License as published by the Free Software Foundation; either |
6 |
| -# version 2.1 of the License, or (at your option) any later version. |
7 |
| -# |
8 |
| -# This library is distributed in the hope that it will be useful, |
9 |
| -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 |
| -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
11 |
| -# See the GNU Lesser General Public License for more details. |
12 |
| -# |
13 |
| -# You should have received a copy of the GNU Lesser General Public |
14 |
| -# License along with this library; if not, write to the Free Software |
15 |
| -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
16 |
| - |
17 |
| - |
18 |
| -adafruit_feather_m0.name=Adafruit Feather M0 (Native USB Port) |
19 |
| -adafruit_feather_m0.vid.0=0x239A |
20 |
| -adafruit_feather_m0.pid.0=0x800B |
21 |
| -adafruit_feather_m0.vid.1=0x239A |
22 |
| -adafruit_feather_m0.pid.1=0x000B |
23 |
| -adafruit_feather_m0.upload.tool=bossac |
24 |
| -adafruit_feather_m0.upload.protocol=sam-ba |
25 |
| -adafruit_feather_m0.upload.maximum_size=262144 |
26 |
| -adafruit_feather_m0.upload.use_1200bps_touch=true |
27 |
| -adafruit_feather_m0.upload.wait_for_upload_port=true |
28 |
| -adafruit_feather_m0.upload.native_usb=true |
29 |
| -adafruit_feather_m0.build.mcu=cortex-m0plus |
30 |
| -adafruit_feather_m0.build.f_cpu=48000000L |
31 |
| -adafruit_feather_m0.build.usb_product="Feather M0" |
32 |
| -adafruit_feather_m0.build.usb_manufacturer="Adafruit" |
33 |
| -adafruit_feather_m0.build.board=SAMD_FEATHER_M0 |
34 |
| -adafruit_feather_m0.build.core=arduino |
35 |
| -adafruit_feather_m0.build.extra_flags=-DARDUINO_SAMD_ZERO -D__SAMD21G18A__ {build.usb_flags} |
36 |
| -adafruit_feather_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld |
37 |
| -adafruit_feather_m0.build.openocdscript=openocd_scripts/arduino_zero.cfg |
38 |
| -adafruit_feather_m0.build.variant=arduino_zero |
39 |
| -adafruit_feather_m0.build.variant_system_lib= |
40 |
| -adafruit_feather_m0.build.vid=0x239A |
41 |
| -adafruit_feather_m0.build.pid=0x800B |
42 |
| -adafruit_feather_m0.bootloader.tool=openocd |
43 |
| -adafruit_feather_m0.bootloader.file=feather/samd21_sam_ba.bin |
44 |
| - |
45 |
| - |
46 |
| -adafruit_metro_m0.name=Adafruit Metro M0 (Native USB Port) |
47 |
| -adafruit_metro_m0.vid.0=0x239A |
48 |
| -adafruit_metro_m0.pid.0=0x8013 |
49 |
| -adafruit_metro_m0.vid.1=0x239A |
50 |
| -adafruit_metro_m0.pid.1=0x0013 |
51 |
| -adafruit_metro_m0.upload.tool=bossac |
52 |
| -adafruit_metro_m0.upload.protocol=sam-ba |
53 |
| -adafruit_metro_m0.upload.maximum_size=262144 |
54 |
| -adafruit_metro_m0.upload.use_1200bps_touch=true |
55 |
| -adafruit_metro_m0.upload.wait_for_upload_port=true |
56 |
| -adafruit_metro_m0.upload.native_usb=true |
57 |
| -adafruit_metro_m0.build.mcu=cortex-m0plus |
58 |
| -adafruit_metro_m0.build.f_cpu=48000000L |
59 |
| -adafruit_metro_m0.build.usb_product="Metro M0" |
60 |
| -adafruit_metro_m0.build.usb_manufacturer="Adafruit" |
61 |
| -adafruit_metro_m0.build.board=SAMD_ZERO |
62 |
| -adafruit_metro_m0.build.core=arduino |
63 |
| -adafruit_metro_m0.build.extra_flags=-D__SAMD21G18A__ {build.usb_flags} |
64 |
| -adafruit_metro_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld |
65 |
| -adafruit_metro_m0.build.openocdscript=openocd_scripts/arduino_zero.cfg |
66 |
| -adafruit_metro_m0.build.variant=arduino_zero |
67 |
| -adafruit_metro_m0.build.variant_system_lib= |
68 |
| -adafruit_metro_m0.build.vid=0x239A |
69 |
| -adafruit_metro_m0.build.pid=0x8013 |
70 |
| -adafruit_metro_m0.bootloader.tool=openocd |
71 |
| -adafruit_metro_m0.bootloader.file=metro/samd21_sam_ba.bin |
72 |
| - |
| 1 | +# Copyright (c) 2014-2015 Arduino LLC. All right reserved. |
| 2 | +# |
| 3 | +# This library is free software; you can redistribute it and/or |
| 4 | +# modify it under the terms of the GNU Lesser General Public |
| 5 | +# License as published by the Free Software Foundation; either |
| 6 | +# version 2.1 of the License, or (at your option) any later version. |
| 7 | +# |
| 8 | +# This library is distributed in the hope that it will be useful, |
| 9 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 11 | +# See the GNU Lesser General Public License for more details. |
| 12 | +# |
| 13 | +# You should have received a copy of the GNU Lesser General Public |
| 14 | +# License along with this library; if not, write to the Free Software |
| 15 | +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 16 | + |
| 17 | + |
| 18 | +adafruit_feather_m0.name=Adafruit Feather M0 (Native USB Port) |
| 19 | +adafruit_feather_m0.vid.0=0x239A |
| 20 | +adafruit_feather_m0.pid.0=0x800B |
| 21 | +adafruit_feather_m0.vid.1=0x239A |
| 22 | +adafruit_feather_m0.pid.1=0x000B |
| 23 | +adafruit_feather_m0.upload.tool=bossac |
| 24 | +adafruit_feather_m0.upload.protocol=sam-ba |
| 25 | +adafruit_feather_m0.upload.maximum_size=262144 |
| 26 | +adafruit_feather_m0.upload.use_1200bps_touch=true |
| 27 | +adafruit_feather_m0.upload.wait_for_upload_port=true |
| 28 | +adafruit_feather_m0.upload.native_usb=true |
| 29 | +adafruit_feather_m0.build.mcu=cortex-m0plus |
| 30 | +adafruit_feather_m0.build.f_cpu=48000000L |
| 31 | +adafruit_feather_m0.build.usb_product="Feather M0" |
| 32 | +adafruit_feather_m0.build.usb_manufacturer="Adafruit" |
| 33 | +adafruit_feather_m0.build.board=SAMD_FEATHER_M0 |
| 34 | +adafruit_feather_m0.build.core=arduino |
| 35 | +adafruit_feather_m0.build.extra_flags=-DARDUINO_SAMD_ZERO -D__SAMD21G18A__ {build.usb_flags} |
| 36 | +adafruit_feather_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld |
| 37 | +adafruit_feather_m0.build.openocdscript=openocd_scripts/arduino_zero.cfg |
| 38 | +adafruit_feather_m0.build.variant=arduino_zero |
| 39 | +adafruit_feather_m0.build.variant_system_lib= |
| 40 | +adafruit_feather_m0.build.vid=0x239A |
| 41 | +adafruit_feather_m0.build.pid=0x800B |
| 42 | +adafruit_feather_m0.bootloader.tool=openocd |
| 43 | +adafruit_feather_m0.bootloader.file=feather/samd21_sam_ba.bin |
| 44 | + |
| 45 | + |
| 46 | +adafruit_metro_m0.name=Adafruit Metro M0 (Native USB Port) |
| 47 | +adafruit_metro_m0.vid.0=0x239A |
| 48 | +adafruit_metro_m0.pid.0=0x8013 |
| 49 | +adafruit_metro_m0.vid.1=0x239A |
| 50 | +adafruit_metro_m0.pid.1=0x0013 |
| 51 | +adafruit_metro_m0.upload.tool=bossac |
| 52 | +adafruit_metro_m0.upload.protocol=sam-ba |
| 53 | +adafruit_metro_m0.upload.maximum_size=262144 |
| 54 | +adafruit_metro_m0.upload.use_1200bps_touch=true |
| 55 | +adafruit_metro_m0.upload.wait_for_upload_port=true |
| 56 | +adafruit_metro_m0.upload.native_usb=true |
| 57 | +adafruit_metro_m0.build.mcu=cortex-m0plus |
| 58 | +adafruit_metro_m0.build.f_cpu=48000000L |
| 59 | +adafruit_metro_m0.build.usb_product="Metro M0" |
| 60 | +adafruit_metro_m0.build.usb_manufacturer="Adafruit" |
| 61 | +adafruit_metro_m0.build.board=SAMD_ZERO |
| 62 | +adafruit_metro_m0.build.core=arduino |
| 63 | +adafruit_metro_m0.build.extra_flags=-D__SAMD21G18A__ {build.usb_flags} |
| 64 | +adafruit_metro_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld |
| 65 | +adafruit_metro_m0.build.openocdscript=openocd_scripts/arduino_zero.cfg |
| 66 | +adafruit_metro_m0.build.variant=arduino_zero |
| 67 | +adafruit_metro_m0.build.variant_system_lib= |
| 68 | +adafruit_metro_m0.build.vid=0x239A |
| 69 | +adafruit_metro_m0.build.pid=0x8013 |
| 70 | +adafruit_metro_m0.bootloader.tool=openocd |
| 71 | +adafruit_metro_m0.bootloader.file=metro/samd21_sam_ba.bin |
0 commit comments