Skip to content

Commit fb26095

Browse files
committed
Update platform.txt
1 parent cb3b373 commit fb26095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

megaavr/platform.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ versionnum.major=2
99
versionnum.minor=6
1010
versionnum.patch=7
1111
versionnum.postfix=
12-
versionnum.released=0
12+
versionnum.released=1
1313

1414
version={versionnum.major}.{versionnum.minor}.{versionnum.patch}{versionnum.postfix}
1515
#####################
1616
# Stupid workaround #
1717
# for IDE bug #
1818
#####################
19-
version=2.7.7
19+
version=2.6.7.1
2020

2121
build.versiondefines=-DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} -DMEGATINYCORE="{version}" -DMEGATINYCORE_MAJOR={versionnum.major}UL -DMEGATINYCORE_MINOR={versionnum.minor}UL -DMEGATINYCORE_PATCH={versionnum.patch}UL -DMEGATINYCORE_RELEASED={versionnum.released}
2222

@@ -234,7 +234,7 @@ tools.serialupdi.bootloader.pattern="{cmd}" -u "{runtime.platform.path}/tools/pr
234234
# Program will set fuses 2, 6 and 8 only. Fuses 0 and 4 are not written because the core never configures that.
235235
# If a user went and set that themselvesm we shouldn't undo it.
236236
# Fuse 1 is the BOD configuration, which could "brick" the chip if set for a higher voltage than the power rail.
237-
# Fuse 5 is SYSCFG0 which could disable UPDI and leave the board programmable without HV programming.
237+
# Fuse 5 is SYSCFG0 which could disable UPDI and leave the board unprogrammable without HV programming.
238238
# That leaves OSCCFG to choose 16 vs 20 MHz clock, and SYSCFG1 (for startup time and stuff) and BOOTEND,
239239
# ensuring that a part previously set to use a bootloader will be unbootloaded cleanly, instead of the
240240
# bootloader being erased but no sketches working)

0 commit comments

Comments
 (0)