Skip to content

Commit

Permalink
Add 3.0.3 to boards manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Nov 20, 2024
1 parent 830b069 commit 45b951a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Boards_manager_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR=MCUdude # Github username
REPOSITORY=MiniCore # Github repo name

AVRDUDE_VERSION="7.2-arduino.1"
AVRDUDE_VERSION="8.0-arduino.1"

# Get the download URL for the latest release from Github
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/$AUTHOR/$REPOSITORY/releases/latest | grep "tarball_url" | awk -F\" '{print $4}')
Expand Down
Binary file added MiniCore-3.0.3.tar.bz2
Binary file not shown.
44 changes: 44 additions & 0 deletions package_MCUdude_MiniCore_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,50 @@
"version": "1.3.0"
}
]
},
{
"name": "MiniCore",
"architecture": "avr",
"version": "3.0.3",
"category": "Contributed",
"url": "https://MCUdude.github.io/MiniCore/MiniCore-3.0.3.tar.bz2",
"archiveFileName": "MiniCore-3.0.3.tar.bz2",
"checksum": "SHA-256:0573d026ec3aa8ea7dccd39398a664eb826ca78813c97e1ef13ef8e473cc1141",
"size": "609477",
"boards": [
{
"name": "ATmega328/P/PA/A/PB"
},
{
"name": "ATmega168/P/PA/A/PB"
},
{
"name": "ATmega88/P/PA/A/PB"
},
{
"name": "ATmega48/P/PA/A/PB"
},
{
"name": "ATmega8"
}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "avr-gcc",
"version": "7.3.0-atmel3.6.1-arduino7"
},
{
"packager": "MiniCore",
"name": "avrdude",
"version": "8.0-arduino.1"
},
{
"packager": "arduino",
"name": "arduinoOTA",
"version": "1.3.0"
}
]
}
],
"tools": [
Expand Down

0 comments on commit 45b951a

Please sign in to comment.