mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
##############################################################
|
|
|
|
adk2.name=Google ADK2
|
|
adk2.upload.tool=bossac
|
|
adk2.upload.protocol=sam-ba
|
|
adk2.upload.maximum_size=49152
|
|
adk2.build.mcu=cortex-m3
|
|
adk2.build.f_cpu=84000000L
|
|
adk2.build.core=sam
|
|
adk2.build.extra_flags=-D__SAM3X8E__ -mthumb
|
|
adk2.build.ldscript=linker_scripts/gcc/flash.ld
|
|
adk2.build.variant=adk2
|
|
adk2.build.variant_system_lib=libsam_sam3x8e_gcc_rel.a
|