Skip to content

Commit 549fe39

Browse files
committed
Splitting Tiny84 Bootloaders again
Okay, that didn't work. Well, it did, but Shawn's bootloader config for the roshamglo uses a jumper to go into bootloader mode which I don't have on the Atto84. I rebuilt the t84_default bootloader config with the VID/PID that is set in the included build of micronucleus.exe so hopefully everything will work as intended now.
1 parent fdbd7a7 commit 549fe39

File tree

17 files changed

+5491
-106
lines changed

17 files changed

+5491
-106
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,12 @@
485485
{
486486
"name":"SparkFun ATtiny Boards",
487487
"architecture":"tiny",
488-
"version":"0.1.3",
488+
"version":"0.1.4",
489489
"category":"Contributed",
490-
"url":"https://github.com/sparkfun/Arduino_Boards/raw/tiny/IDE_Board_Manager/sparkfun-tiny-0.1.3.tar.bz2",
491-
"archiveFileName":"sparkfun-tiny-0.1.3.tar.bz2",
492-
"checksum":"SHA-256:11F88C9F91967B5C0DB69288B0F21586CA110AF1D679474415494E5E4B0095EB",
493-
"size":"689459",
490+
"url":"https://github.com/sparkfun/Arduino_Boards/raw/tiny/IDE_Board_Manager/sparkfun-tiny-0.1.4.tar.bz2",
491+
"archiveFileName":"sparkfun-tiny-0.1.4.tar.bz2",
492+
"checksum":"SHA-256:B03D4F6D994BA9E3E5C0F099DD2FFFAA0EE4A8A54B5ACC1FD8DC2B27CD5F5B56",
493+
"size":"728431",
494494
"help":{
495495
"online":"https://forums.sparkfun.com"
496496
},
711 KB
Binary file not shown.

sparkfun/tiny/boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Roshamglo.bootloader.tool=arduino:avrdude
2929
Roshamglo.bootloader.low_fuses=0xE2
3030
Roshamglo.bootloader.high_fuses=0xDD
3131
Roshamglo.bootloader.extended_fuses=0xFE
32-
Roshamglo.bootloader.file=attiny/releases/t84_sparkfun.hex
32+
Roshamglo.bootloader.file=attiny/releases/t84_roshamglo.hex
3333

3434
################################################################################
3535
################################### Atto84 #####################################
@@ -58,4 +58,4 @@ Atto84.bootloader.tool=arduino:avrdude
5858
Atto84.bootloader.low_fuses=0xE2
5959
Atto84.bootloader.high_fuses=0xDD
6060
Atto84.bootloader.extended_fuses=0xFE
61-
Atto84.bootloader.file=attiny/releases/t84_sparkfun.hex
61+
Atto84.bootloader.file=attiny/releases/t84_default.hex
980 Bytes
Binary file not shown.
13.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)