mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed verbose upload. Removed unused platform.txt params.
This commit is contained in:
@ -102,11 +102,11 @@ public abstract class Uploader implements MessageConsumer {
|
|||||||
int result=0; // pre-initialized to quiet a bogus warning from jikes
|
int result=0; // pre-initialized to quiet a bogus warning from jikes
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
if (verbose || Preferences.getBoolean("upload.verbose")) {
|
||||||
for(int i = 0; i < commandArray.length; i++) {
|
for(int i = 0; i < commandArray.length; i++) {
|
||||||
System.out.print(commandArray[i] + " ");
|
System.out.print(commandArray[i] + " ");
|
||||||
}
|
}
|
||||||
System.out.println();
|
System.out.println();
|
||||||
if (verbose || Preferences.getBoolean("upload.verbose")) {
|
|
||||||
}
|
}
|
||||||
Process process = Runtime.getRuntime().exec(commandArray);
|
Process process = Runtime.getRuntime().exec(commandArray);
|
||||||
new MessageSiphon(process.getInputStream(), this);
|
new MessageSiphon(process.getInputStream(), this);
|
||||||
|
@ -59,17 +59,17 @@ tools.avrdude.config.path.linux={runtime.ide.path}/hardware/tools/avrdude.conf
|
|||||||
|
|
||||||
tools.avrdude.upload.params.verbose=-v -v -v -v
|
tools.avrdude.upload.params.verbose=-v -v -v -v
|
||||||
tools.avrdude.upload.params.quiet=-q -q
|
tools.avrdude.upload.params.quiet=-q -q
|
||||||
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.params.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
|
tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
|
||||||
|
|
||||||
tools.avrdude.program.params.verbose=-v -v -v -v
|
tools.avrdude.program.params.verbose=-v -v -v -v
|
||||||
tools.avrdude.program.params.quiet=-q -q
|
tools.avrdude.program.params.quiet=-q -q
|
||||||
tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.params.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
|
tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
|
||||||
|
|
||||||
tools.avrdude.erase.params.verbose=-v -v -v -v
|
tools.avrdude.erase.params.verbose=-v -v -v -v
|
||||||
tools.avrdude.erase.params.quiet=-q -q
|
tools.avrdude.erase.params.quiet=-q -q
|
||||||
tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.params.verbose} -p{build.mcu} -c{protocol} {program.extra_params} -e -Ulock:w:{bootloader.unlock_bits}:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:{bootloader.high_fuses}:m -Ulfuse:w:{bootloader.low_fuses}:m
|
tools.avrdude.erase.pattern="{cmd.path}" "-C{config.path}" {erase.verbose} -p{build.mcu} -c{protocol} {program.extra_params} -e -Ulock:w:{bootloader.unlock_bits}:m -Uefuse:w:{bootloader.extended_fuses}:m -Uhfuse:w:{bootloader.high_fuses}:m -Ulfuse:w:{bootloader.low_fuses}:m
|
||||||
|
|
||||||
tools.avrdude.bootloader.params.verbose=-v -v -v -v
|
tools.avrdude.bootloader.params.verbose=-v -v -v -v
|
||||||
tools.avrdude.bootloader.params.quiet=-q -q
|
tools.avrdude.bootloader.params.quiet=-q -q
|
||||||
tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.params.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{runtime.ide.path}/hardware/arduino/avr/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m
|
tools.avrdude.bootloader.pattern="{cmd.path}" "-C{config.path}" {bootloader.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{runtime.ide.path}/hardware/arduino/avr/bootloaders/{bootloader.file}:i" -Ulock:w:{bootloader.lock_bits}:m
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
name=Arduino ARM (32-bits) Boards
|
name=Arduino ARM (32-bits) Boards
|
||||||
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
|
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
|
||||||
#compiler.path=C:/arm-none-eabi-gcc-4_6/bin/
|
|
||||||
compiler.c.cmd=arm-none-eabi-gcc
|
compiler.c.cmd=arm-none-eabi-gcc
|
||||||
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
|
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
|
||||||
compiler.c.elf.cmd=arm-none-eabi-g++
|
compiler.c.elf.cmd=arm-none-eabi-g++
|
||||||
@ -64,13 +63,3 @@ tools.bossac.upload.params.verbose=-i -d
|
|||||||
tools.bossac.upload.params.quiet=
|
tools.bossac.upload.params.quiet=
|
||||||
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w -v -b "{build.path}/{build.project_name}.bin" -R
|
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w -v -b "{build.path}/{build.project_name}.bin" -R
|
||||||
|
|
||||||
# specialized tool for adk2 to twiddle the erase line before running bossac
|
|
||||||
tools.adk2install.cmd=adk2install
|
|
||||||
tools.adk2install.cmd.windows=bossac.exe
|
|
||||||
tools.adk2install.path={runtime.ide.path}/hardware/tools
|
|
||||||
|
|
||||||
tools.adk2install.upload.params.verbose=
|
|
||||||
tools.adk2install.upload.params.quiet=
|
|
||||||
tools.adk2install.upload.pattern={path}/{cmd} {path}/adk2tool {serial.port.file} {path}/bossac {build.path}/{build.project_name}.bin
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user