diff --git a/PSNeecore/hardware/avr/1.0.2/boards.txt b/PSNeecore/hardware/avr/1.0.3/boards.txt similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/boards.txt rename to PSNeecore/hardware/avr/1.0.3/boards.txt diff --git a/PSNeecore/hardware/avr/1.0.2/bootloaders/bootloader.txt b/PSNeecore/hardware/avr/1.0.3/bootloaders/bootloader.txt similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/bootloaders/bootloader.txt rename to PSNeecore/hardware/avr/1.0.3/bootloaders/bootloader.txt diff --git a/PSNeecore/hardware/avr/1.0.2/platform.txt b/PSNeecore/hardware/avr/1.0.3/platform.txt similarity index 79% rename from PSNeecore/hardware/avr/1.0.2/platform.txt rename to PSNeecore/hardware/avr/1.0.3/platform.txt index a4ece93..295fd29 100644 --- a/PSNeecore/hardware/avr/1.0.2/platform.txt +++ b/PSNeecore/hardware/avr/1.0.3/platform.txt @@ -1,5 +1,5 @@ name=PSNee -version=1.0.2 +version=1.0.3 tools.avrdude.path={runtime.tools.avrdude.path} tools.avrdude.cmd.path={path}/bin/avrdude @@ -11,7 +11,7 @@ tools.avrdude.program.params.quiet=-q -q # tools.avrdude.program.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value tools.avrdude.program.verify= tools.avrdude.program.params.noverify=-V -tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:{upload.low_fuses}:m "-Uflash:w:{build.path}/{build.project_name}.hex:i" +tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" -F {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:{upload.low_fuses}:m "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.erase.params.verbose=-v -v -v -v tools.avrdude.erase.params.quiet=-q -q diff --git a/PSNeecore/hardware/avr/1.0.2/variants/leonardo/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/leonardo/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/leonardo/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/leonardo/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/micro/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/micro/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/micro/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/micro/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/pb-variant/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/pb-variant/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/pb-variant/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/pb-variant/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/standard/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/standard/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/standard/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/standard/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/tiny8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/tiny8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/tiny8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/tiny8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/tinyx8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/tinyx8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/tinyx8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/tinyx8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.2/variants/tinyx8_mh/pins_arduino.h b/PSNeecore/hardware/avr/1.0.3/variants/tinyx8_mh/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.2/variants/tinyx8_mh/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.3/variants/tinyx8_mh/pins_arduino.h