aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <travisg@google.com>2012-06-26 21:29:46 -0700
committerTravis Geiselbrecht <travisg@google.com>2012-06-26 22:08:57 -0700
commita390732bad2169e7ecec314bad36579bc68a4187 (patch)
treec74a75173d2b7f2a44b4b117ea9e97da6541d9ce
parentf7836e2f57fe154c3cb549f57c19f126a2b74883 (diff)
downloadarduino-ide-master.tar.gz
set the default target and board to sam and adk2HEADmastermain
Change-Id: I531d14a45a838eaf2ac8fc95c8087e9ad4397348
-rwxr-xr-xbuild/shared/lib/preferences.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/shared/lib/preferences.txt b/build/shared/lib/preferences.txt
index 16290aa..46392c3 100755
--- a/build/shared/lib/preferences.txt
+++ b/build/shared/lib/preferences.txt
@@ -243,11 +243,11 @@ run.present.exclusive.macosx = true
# ARDUINO PREFERENCES
target_package = arduino
-target_platform = avr
-board = uno
+target_platform = sam
+board = adk2
software=ARDUINO
-programmer = arduino:avrispmkii
+programmer = arduino:sambausb
upload.using = bootloader
upload.verify = true