File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -317,14 +317,15 @@ tian.build.board=SAMD_TIAN
317
317
tian.build.core=arduino
318
318
tian.build.extra_flags=-D__SAMD21G18A__ -mthumb {build.usb_flags}
319
319
tian.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
320
+ tian.build.openocdscript=openocd_scripts/arduino_zero.cfg
320
321
tian.build.variant=arduino_mzero
321
322
tian.build.variant_system_lib=
322
323
tian.build.vid=0x2a03
323
324
tian.build.pid=0x8052
324
325
tian.build.preferred_out_format=hex
325
326
tian.bootloader.size=0x4000
326
327
tian.build.emu.mcu=atmega2560
327
- tian.bootloader.tool=avrdude
328
+ tian.bootloader.tool=openocd-withbootsize
328
329
tian.bootloader.low_fuses=0xff
329
330
tian.bootloader.file=sofia/Sofia_Tian_151118.hex
330
331
tian.drivers=SiliconLabs-CP2105/Silicon Labs VCP Driver.pkg
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ tools.avrdude.upload.params.quiet=-q -q
126
126
tools.avrdude.upload.params.noverify=-V
127
127
tools.avrdude.upload.pattern="{cmd}" "-C{config.path}" {upload.verbose} -p{build.emu.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
128
128
129
+ tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex
130
+
129
131
#
130
132
# BOSSA
131
133
#
You can’t perform that action at this time.
0 commit comments