File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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
317317tian.build.core=arduino
318318tian.build.extra_flags=-D__SAMD21G18A__ -mthumb {build.usb_flags}
319319tian.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
320+ tian.build.openocdscript=openocd_scripts/arduino_zero.cfg
320321tian.build.variant=arduino_mzero
321322tian.build.variant_system_lib=
322323tian.build.vid=0x2a03
323324tian.build.pid=0x8052
324325tian.build.preferred_out_format=hex
325326tian.bootloader.size=0x4000
326327tian.build.emu.mcu=atmega2560
327- tian.bootloader.tool=avrdude
328+ tian.bootloader.tool=openocd-withbootsize
328329tian.bootloader.low_fuses=0xff
329330tian.bootloader.file=sofia/Sofia_Tian_151118.hex
330331tian.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
126126tools.avrdude.upload.params.noverify=-V
127127tools.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"
128128
129+ tools.avrdude_remote.upload.pattern=/usr/bin/run-avrdude /tmp/sketch.hex
130+
129131#
130132# BOSSA
131133#
You can’t perform that action at this time.
0 commit comments