Skip to content

Commit 2583daa

Browse files
committed
[sam] move adk2 variant out of hardware/google into hardware/arduino
1 parent 38973dc commit 2583daa

File tree

17 files changed

+14
-93
lines changed

17 files changed

+14
-93
lines changed

hardware/arduino/sam/boards.txt

+14
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,17 @@ arduino_due_x.build.variant=arduino_due_x
2929
arduino_due_x.build.variant_system_lib=libsam_sam3x8e_gcc_rel.a
3030
arduino_due_x.build.vid=0x2341
3131
arduino_due_x.build.pid=0x003e
32+
33+
##############################################################
34+
35+
adk2.name=Google ADK2
36+
adk2.upload.tool=bossac
37+
adk2.upload.protocol=sam-ba
38+
adk2.upload.maximum_size=49152
39+
adk2.build.mcu=cortex-m3
40+
adk2.build.f_cpu=84000000L
41+
adk2.build.core=arduino
42+
adk2.build.extra_flags=-D__SAM3X8E__ -mthumb
43+
adk2.build.ldscript=linker_scripts/gcc/flash.ld
44+
adk2.build.variant=adk2
45+
adk2.build.variant_system_lib=libsam_sam3x8e_gcc_rel.a

hardware/google/sam/boards.txt

-13
This file was deleted.

hardware/google/sam/platform.txt

-62
This file was deleted.

hardware/google/sam/programmers.txt

-18
This file was deleted.

0 commit comments

Comments
 (0)