File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ versionnum.major=2
9
9
versionnum.minor=6
10
10
versionnum.patch=7
11
11
versionnum.postfix=
12
- versionnum.released=0
12
+ versionnum.released=1
13
13
14
14
version={versionnum.major}.{versionnum.minor}.{versionnum.patch}{versionnum.postfix}
15
15
#####################
16
16
# Stupid workaround #
17
17
# for IDE bug #
18
18
#####################
19
- version=2.7.7
19
+ version=2.6.7.1
20
20
21
21
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}
22
22
@@ -234,7 +234,7 @@ tools.serialupdi.bootloader.pattern="{cmd}" -u "{runtime.platform.path}/tools/pr
234
234
# Program will set fuses 2, 6 and 8 only. Fuses 0 and 4 are not written because the core never configures that.
235
235
# If a user went and set that themselvesm we shouldn't undo it.
236
236
# 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.
238
238
# That leaves OSCCFG to choose 16 vs 20 MHz clock, and SYSCFG1 (for startup time and stuff) and BOOTEND,
239
239
# ensuring that a part previously set to use a bootloader will be unbootloaded cleanly, instead of the
240
240
# bootloader being erased but no sketches working)
You can’t perform that action at this time.
0 commit comments