From 1d46a1eb25bb4bfe511bf25419303b3b8bd148d6 Mon Sep 17 00:00:00 2001 From: kalymos Date: Thu, 13 Feb 2025 23:11:05 +0100 Subject: [PATCH] In correction in board.txt --- PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/boards.txt | 1 + .../hardware/avr/{1.0.0 => 1.0.1}/bootloaders/bootloader.txt | 0 PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/platform.txt | 2 +- .../avr/{1.0.0 => 1.0.1}/variants/leonardo/pins_arduino.h | 0 .../hardware/avr/{1.0.0 => 1.0.1}/variants/micro/pins_arduino.h | 0 .../avr/{1.0.0 => 1.0.1}/variants/pb-variant/pins_arduino.h | 0 .../avr/{1.0.0 => 1.0.1}/variants/standard/pins_arduino.h | 0 .../hardware/avr/{1.0.0 => 1.0.1}/variants/tiny8/pins_arduino.h | 0 .../avr/{1.0.0 => 1.0.1}/variants/tinyx8/pins_arduino.h | 0 .../avr/{1.0.0 => 1.0.1}/variants/tinyx8_mh/pins_arduino.h | 0 10 files changed, 2 insertions(+), 1 deletion(-) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/boards.txt (99%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/bootloaders/bootloader.txt (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/platform.txt (98%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/leonardo/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/micro/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/pb-variant/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/standard/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/tiny8/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/tinyx8/pins_arduino.h (100%) rename PSNeecore/hardware/avr/{1.0.0 => 1.0.1}/variants/tinyx8_mh/pins_arduino.h (100%) diff --git a/PSNeecore/hardware/avr/1.0.0/boards.txt b/PSNeecore/hardware/avr/1.0.1/boards.txt similarity index 99% rename from PSNeecore/hardware/avr/1.0.0/boards.txt rename to PSNeecore/hardware/avr/1.0.1/boards.txt index d80d36b..d9a29e6 100644 --- a/PSNeecore/hardware/avr/1.0.0/boards.txt +++ b/PSNeecore/hardware/avr/1.0.1/boards.txt @@ -11,6 +11,7 @@ menu.fuses=Fuses ATtinyX5.name=ATtiny25/45/85 ATtinyX5.upload.tool=arduino:avrdude +ATtinyX5.upload.low_fuses=0xff ATtinyX5.program.tool=arduino:avrdude diff --git a/PSNeecore/hardware/avr/1.0.0/bootloaders/bootloader.txt b/PSNeecore/hardware/avr/1.0.1/bootloaders/bootloader.txt similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/bootloaders/bootloader.txt rename to PSNeecore/hardware/avr/1.0.1/bootloaders/bootloader.txt diff --git a/PSNeecore/hardware/avr/1.0.0/platform.txt b/PSNeecore/hardware/avr/1.0.1/platform.txt similarity index 98% rename from PSNeecore/hardware/avr/1.0.0/platform.txt rename to PSNeecore/hardware/avr/1.0.1/platform.txt index 1e1b8b8..6162f14 100644 --- a/PSNeecore/hardware/avr/1.0.0/platform.txt +++ b/PSNeecore/hardware/avr/1.0.1/platform.txt @@ -1,5 +1,5 @@ name=PSNee -version=1.0.0 +version=1.0.1 tools.avrdude.path={runtime.tools.avrdude.path} tools.avrdude.cmd.path={path}/bin/avrdude diff --git a/PSNeecore/hardware/avr/1.0.0/variants/leonardo/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/leonardo/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/leonardo/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/leonardo/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/micro/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/micro/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/micro/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/micro/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/pb-variant/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/pb-variant/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/pb-variant/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/pb-variant/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/standard/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/standard/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/standard/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/standard/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/tiny8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/tiny8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/tiny8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/tiny8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/tinyx8/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/tinyx8/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/tinyx8/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/tinyx8/pins_arduino.h diff --git a/PSNeecore/hardware/avr/1.0.0/variants/tinyx8_mh/pins_arduino.h b/PSNeecore/hardware/avr/1.0.1/variants/tinyx8_mh/pins_arduino.h similarity index 100% rename from PSNeecore/hardware/avr/1.0.0/variants/tinyx8_mh/pins_arduino.h rename to PSNeecore/hardware/avr/1.0.1/variants/tinyx8_mh/pins_arduino.h