File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ arduino_101.build.variant_system_lib=arc32drv_arduino101
2828arduino_101.build.vid=0x8087
2929arduino_101.build.pid=0x0AB6
3030
31+ arduino_101.bootloader.tool=arduino101load
32+
3133##############################################################
3234
3335
Original file line number Diff line number Diff line change @@ -99,3 +99,12 @@ tools.arduino101load.upload.params.verbose=verbose
9999tools.arduino101load.upload.params.quiet=quiet
100100
101101tools.arduino101load.upload.pattern="{cmd.path}" "{runtime.tools.arduino101load.path}/x86/bin" {build.path}/{build.project_name}.bin {serial.port} "{upload.verbose}"
102+
103+ # This is needed to avoid an error on unexistent fields
104+ tools.arduino101load.erase.params.verbose=
105+ tools.arduino101load.erase.params.quiet=
106+ tools.arduino101load.erase.pattern=
107+ tools.arduino101load.bootloader.params.verbose=
108+ tools.arduino101load.bootloader.params.quiet=
109+ tools.arduino101load.bootloader.pattern={runtime.tools.flashpack.path}/flash_dfu.sh
110+ tools.arduino101load.bootloader.pattern.windows={runtime.tools.flashpack.path}/flash_dfu.bat
Original file line number Diff line number Diff line change 1+ arduino101fw.name=Arduino 101 Firmware Updater
2+ arduino101fw.communication=USB
3+ arduino101fw.protocol=
4+ arduino101fw.program.protocol=
5+ arduino101fw.program.tool=arduino101load
6+ arduino101fw.program.extra_params=
You can’t perform that action at this time.
0 commit comments