source: rtos_arduino/trunk/arduino_lib/hardware/arduino/samd/boards.txt@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 4.1 KB
Line 
1#ARDUINO M0 PRO (WITH) BOOTLOADER - PROGRAMMING PORT
2arduino_zero_pro_bl_dbg.name=Arduino M0 Pro (Programming Port)
3arduino_zero_pro_bl_dbg.vid.0=0x03eb
4arduino_zero_pro_bl_dbg.pid.0=0x2111
5arduino_zero_pro_bl_dbg.upload.tool=openocd
6arduino_zero_pro_bl_dbg.upload.protocol=sam-ba
7arduino_zero_pro_bl_dbg.upload.maximum_size=262144
8arduino_zero_pro_bl_dbg.upload.use_1200bps_touch=false
9arduino_zero_pro_bl_dbg.upload.wait_for_upload_port=false
10arduino_zero_pro_bl_dbg.upload.native_usb=false
11arduino_zero_pro_bl_dbg.build.mcu=cortex-m0plus
12arduino_zero_pro_bl_dbg.build.f_cpu=48000000L
13arduino_zero_pro_bl_dbg.build.usb_product="Arduino M0 Pro"
14arduino_zero_pro_bl_dbg.build.board=SAM_ZERO
15arduino_zero_pro_bl_dbg.build.core=arduino
16arduino_zero_pro_bl_dbg.build.extra_flags=-D__SAMD21G18A__ -mthumb {build.usb_flags}
17arduino_zero_pro_bl_dbg.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
18arduino_zero_pro_bl_dbg.build.openocdscript=openocd_scripts/arduino_zero.cfg
19arduino_zero_pro_bl_dbg.build.variant=arduino_zero
20arduino_zero_pro_bl_dbg.build.variant_system_lib=
21arduino_zero_pro_bl_dbg.build.vid=0x2a03
22arduino_zero_pro_bl_dbg.build.pid=0x804f
23arduino_zero_pro_bl_dbg.build.section.start=0x4000
24
25arduino_zero_pro_bl_dbg.bootloader.tool=openocd
26arduino_zero_pro_bl_dbg.bootloader.cmd_unprotect=at91samd bootloader 0
27arduino_zero_pro_bl_dbg.bootloader.cmd_protect=at91samd bootloader 16384
28arduino_zero_pro_bl_dbg.bootloader.cmd_protect_verify=at91samd bootloader
29arduino_zero_pro_bl_dbg.bootloader.file=zero/Bootloader_D21_M0_Pro_150427.hex
30
31#ARDUINO M0 PRO (WITH) BOOTLOADER - NATIVE PORT
32arduino_zero_pro_bl.name=Arduino M0 Pro (Native USB Port)
33arduino_zero_pro_bl.vid.0=0x2a03
34arduino_zero_pro_bl.pid.0=0x004d
35arduino_zero_pro_bl.vid.1=0x2a03
36arduino_zero_pro_bl.pid.1=0x804d
37arduino_zero_pro_bl.vid.2=0x2a03
38arduino_zero_pro_bl.pid.2=0x004f
39arduino_zero_pro_bl.vid.3=0x2a03
40arduino_zero_pro_bl.pid.3=0x804f
41arduino_zero_pro_bl.upload.tool=avrdude
42arduino_zero_pro_bl.upload.protocol=stk500v2
43arduino_zero_pro_bl.upload.maximum_size=262144
44arduino_zero_pro_bl.upload.use_1200bps_touch=true
45arduino_zero_pro_bl.upload.wait_for_upload_port=true
46arduino_zero_pro_bl.upload.native_usb=true
47arduino_zero_pro_bl.upload.speed=57600
48arduino_zero_pro_bl.build.mcu=cortex-m0plus
49arduino_zero_pro_bl.build.f_cpu=48000000L
50arduino_zero_pro_bl.build.usb_product="Arduino M0 Pro"
51arduino_zero_pro_bl.build.board=SAM_ZERO
52arduino_zero_pro_bl.build.core=arduino
53arduino_zero_pro_bl.build.extra_flags=-D__SAMD21G18A__ -mthumb {build.usb_flags}
54arduino_zero_pro_bl.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
55arduino_zero_pro_bl.build.variant=arduino_zero
56arduino_zero_pro_bl.build.variant_system_lib=
57arduino_zero_pro_bl.build.vid=0x2a03
58arduino_zero_pro_bl.build.pid=0x804f
59arduino_zero_pro_bl.build.section.start=0x4000
60arduino_zero_pro_bl.build.emu.mcu=atmega2560
61arduino_zero_pro_bl.bootloader.tool=avrdude
62arduino_zero_pro_bl.bootloader.low_fuses=0xff
63
64#ARDUINO M0 (WITH) BOOTLOADER
65arduino_zero_bl.name=Arduino M0
66arduino_zero_bl.vid.0=0x2a03
67arduino_zero_bl.pid.0=0x004d
68arduino_zero_bl.vid.1=0x2a03
69arduino_zero_bl.pid.1=0x804d
70arduino_zero_bl.vid.2=0x2a03
71arduino_zero_bl.pid.2=0x004e
72arduino_zero_bl.vid.3=0x2a03
73arduino_zero_bl.pid.3=0x804e
74arduino_zero_bl.upload.tool=avrdude
75arduino_zero_bl.upload.protocol=stk500v2
76arduino_zero_bl.upload.maximum_size=262144
77arduino_zero_bl.upload.use_1200bps_touch=true
78arduino_zero_bl.upload.wait_for_upload_port=true
79arduino_zero_bl.upload.native_usb=true
80arduino_zero_bl.upload.speed=57600
81arduino_zero_bl.build.mcu=cortex-m0plus
82arduino_zero_bl.build.f_cpu=48000000L
83arduino_zero_bl.build.usb_product="Arduino M0"
84arduino_zero_bl.build.board=SAM_ZERO
85arduino_zero_bl.build.core=arduino
86arduino_zero_bl.build.extra_flags=-D__SAMD21G18A__ -mthumb {build.usb_flags}
87arduino_zero_bl.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
88arduino_zero_bl.build.variant=arduino_zero
89arduino_zero_bl.build.variant_system_lib=
90arduino_zero_bl.build.vid=0x2a03
91arduino_zero_bl.build.pid=0x804e
92arduino_zero_bl.build.section.start=0x4000
93arduino_zero_bl.build.emu.mcu=atmega2560
94arduino_zero_bl.bootloader.tool=avrdude
95arduino_zero_bl.bootloader.low_fuses=0xff
Note: See TracBrowser for help on using the repository browser.