Skip to content

Added Serial4 (USART2) and updated compiler #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
vChavezB authored Jul 14, 2022
commit 634827ec23fc0309b0fc17107ab6bafa4c339c9b
85 changes: 0 additions & 85 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
{"name": "Arduino Due Enhanced"}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "SAM-Enhanced",
"name": "arm-none-eabi-gcc",
"version": "10.3-2021.10"
},
{
"packager": "SAM-Enhanced",
"name": "arm-none-eabi-gcc",
Expand All @@ -46,81 +36,6 @@
}
],
"tools": [
{
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1",
"systems": [
{
"host": "arm-linux-gnueabihf",
"url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2",
"archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-arm.tar.bz2",
"checksum": "SHA-256:ebe96b34c4f434667cab0187b881ed585e7c7eb990fe6b69be3c81ec7e11e845",
"size": "44423906"
},
{
"host": "i686-mingw32",
"archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz",
"url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz",
"checksum": "SHA-256:fd8c111c861144f932728e00abd3f7d1107e186eb9cd6083a54c7236ea78b7c2",
"size": "84537449"
},
{
"host": "x86_64-apple-darwin",
"url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz",
"checksum": "SHA-256:3598acf21600f17a8e4a4e8e193dc422b894dc09384759b270b2ece5facb59c2",
"size": "52518522"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz",
"archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz",
"checksum": "SHA-256:d23f6626148396d6ec42a5b4d928955a703e0757829195fa71a939e5b86eecf6",
"size": "51395093"
},
{
"host": "i686-pc-linux-gnu",
"url": "http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz",
"archiveFileName": "gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz",
"checksum": "SHA-256:ba1994235f69c526c564f65343f22ddbc9822b2ea8c5ee07dd79d89f6ace2498",
"size": "51029223"
}
]
},
{
"name": "arm-none-eabi-gcc",
"version": "10.3-2021.10",
"systems": [
{
"host": "aarch64-linux-gnu",
"url": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-aarch64-linux.tar.bz2",
"archiveFileName": "gcc-arm-none-eabi-10.3-2021.10-aarch64-linux.tar.bz2",
"size": 168772350,
"checksum": "MD5:3fe3d8bb693bd0a6e4615b6569443d0d"
},
{
"host": "i686-mingw32",
"url": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.zip",
"archiveFileName": "gcc-arm-none-eabi-10.3-2021.10-win32.zip",
"size": 200578763,
"checksum": "MD5:2bc8f0c4c4659f8259c8176223eeafc1"
},
{
"host": "x86_64-apple-darwin",
"url": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-mac.tar.bz2",
"archiveFileName": "gcc-arm-none-eabi-10.3-2021.10-mac.tar.bz2",
"size": 158961466,
"checksum": "MD5:7f2a7b7b23797302a9d6182c6e482449"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2",
"archiveFileName": "gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2",
"size": 157089706,
"checksum": "MD5:2383e4eb4ea23f248d33adc70dc3227e"
}
]
},
{
"name": "arm-none-eabi-gcc",
"version": "11.2.1-xpack",
Expand Down