|
1 | 1 | ############################################################## |
2 | 2 |
|
3 | | -arduino_due_u.name=Arduino DueU Dev. Ed. |
4 | | -arduino_due_u.upload.tool=bossac |
5 | | -arduino_due_u.upload.protocol=sam-ba |
6 | | -arduino_due_u.upload.maximum_size=49152 |
7 | | -arduino_due_u.build.mcu=cortex-m3 |
8 | | -arduino_due_u.build.f_cpu=84000000L |
9 | | -arduino_due_u.build.core=sam |
10 | | -arduino_due_u.build.extra_flags=-D__SAM3U4E__ -mthumb |
11 | | -arduino_due_u.build.ldscript=linker_scripts/gcc/flash.ld |
12 | | -arduino_due_u.build.variant=arduino_due_u |
13 | | -arduino_due_u.build.variant_system_lib=libsam_sam3u4e_gcc_rel.a |
14 | | - |
15 | | -############################################################## |
16 | | - |
17 | | -arduino_due_x.name=Arduino DueX Dev. Ed. |
18 | | -arduino_due_x.upload.tool=bossac |
19 | | -arduino_due_x.upload.protocol=sam-ba |
20 | | -arduino_due_x.upload.maximum_size=49152 |
21 | | -arduino_due_x.build.mcu=cortex-m3 |
22 | | -arduino_due_x.build.f_cpu=96000000L |
23 | | -arduino_due_x.build.core=sam |
24 | | -arduino_due_x.build.extra_flags=-D__SAM3X8E__ -mthumb |
25 | | -arduino_due_x.build.ldscript=linker_scripts/gcc/flash.ld |
26 | | -arduino_due_x.build.variant=arduino_due_x |
27 | | -arduino_due_x.build.variant_system_lib=libsam_sam3x8e_gcc_rel.a |
| 3 | +adk2.name=Google ADK2 |
| 4 | +adk2.upload.tool=bossac |
| 5 | +adk2.upload.protocol=sam-ba |
| 6 | +adk2.upload.maximum_size=49152 |
| 7 | +adk2.build.mcu=cortex-m3 |
| 8 | +adk2.build.f_cpu=84000000L |
| 9 | +adk2.build.core=sam |
| 10 | +adk2.build.extra_flags=-D__SAM3X8E__ -mthumb |
| 11 | +adk2.build.ldscript=linker_scripts/gcc/flash.ld |
| 12 | +adk2.build.variant=adk2 |
| 13 | +adk2.build.variant_system_lib=libsam_sam3x8e_gcc_rel.a |
0 commit comments