File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ uno2018.vid.0=0x03eb
1010uno2018.pid.0=0x2145
1111
1212uno2018.upload.tool=avrdude
13- uno2018.upload.protocol=arduino
13+ uno2018.upload.protocol=xplainedmini_updi
1414uno2018.upload.maximum_size=32256
1515uno2018.upload.maximum_data_size=2048
1616uno2018.upload.speed=115200
@@ -28,6 +28,6 @@ uno2018.build.f_cpu=16000000L
2828uno2018.build.board=AVR_UNO_2018
2929uno2018.build.core=arduino
3030uno2018.build.variant=uno2018
31- uno2018.build.extra_flags=-B{runtime.tools.atpack.path}/gcc/dev/{build.mcu}
31+ # uno2018.build.extra_flags=-B{runtime.tools.atpack.path}/gcc/dev/{build.mcu}
3232
33- ##############################################################
33+ ##############################################################
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ tools.avrdude.upload.params.quiet=-q -q
102102# tools.avrdude.upload.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
103103tools.avrdude.upload.verify=
104104tools.avrdude.upload.params.noverify=-V
105- tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} "-P{serial.port}" -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
105+ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -Pusb -b{upload.speed} -e -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
106106
107107tools.avrdude.program.params.verbose=-v
108108tools.avrdude.program.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments