From 957689a792469665e59343b1b327dda0510fd95e Mon Sep 17 00:00:00 2001 From: MCUdude Date: Thu, 10 Oct 2024 21:05:52 +0200 Subject: [PATCH] Bump version + fix avrdude.conf path --- megaavr/platform.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/megaavr/platform.txt b/megaavr/platform.txt index e635303..0cfe6bb 100644 --- a/megaavr/platform.txt +++ b/megaavr/platform.txt @@ -6,7 +6,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification name=MegaCoreX -version=1.1.2 +version=1.1.3 # AVR compile variables # --------------------- @@ -115,7 +115,7 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} { tools.avrdude.path={runtime.tools.avrdude.path} tools.avrdude.cmd.path={runtime.tools.avrdude.path}/bin/avrdude -tools.avrdude.config.path={runtime.platform.path}/avrdude.conf +tools.avrdude.config.path={runtime.tools.avrdude.path}/bin/avrdude.conf tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA @@ -131,7 +131,7 @@ tools.avrdude_nanoevery.upload.params.verbose=-v tools.avrdude_nanoevery.upload.params.quiet=-q -q tools.avrdude_nanoevery.upload.verify= tools.avrdude_nanoevery.upload.params.noverify=-V -tools.avrdude_nanoevery.upload.pattern="{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.platform.path}/avrdude.conf" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} {program.extra_params} -Ufuses:w:{bootloader.WDTCFG},{bootloader.BODCFG},{bootloader.OSCCFG},0xff,{bootloader.TCD0CFG},{bootloader.SYSCFG0},{bootloader.SYSCFG1},{bootloader.APPEND},{bootloader.BOOTEND}:m -Ulock:w:{bootloader.LOCKBIT}:m "-Uflash:w:{build.path}/{build.project_name}.hex:i" +tools.avrdude_nanoevery.upload.pattern="{runtime.tools.avrdude.path}/bin/avrdude" "-C{runtime.tools.avrdude.path}/etc/avrdude.conf" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} {program.extra_params} -Ufuses:w:{bootloader.WDTCFG},{bootloader.BODCFG},{bootloader.OSCCFG},0xff,{bootloader.TCD0CFG},{bootloader.SYSCFG0},{bootloader.SYSCFG1},{bootloader.APPEND},{bootloader.BOOTEND}:m -Ulock:w:{bootloader.LOCKBIT}:m "-Uflash:w:{build.path}/{build.project_name}.hex:i" tools.avrdude.program.params.verbose=-v tools.avrdude.program.params.quiet=-q -q