Skip to content

Commit

Permalink
chore: update to support Arduino IDE 1.8.19
Browse files Browse the repository at this point in the history
Remove all usage for host.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 2, 2024
1 parent a58978e commit 0e3e525
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 16 deletions.
30 changes: 29 additions & 1 deletion STM32/src/templates/package_svd_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,35 @@
"systems":
[
{
"host": "all",
"host": "arm-linux-gnueabihf",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "aarch64-linux-gnu",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "i686-mingw32",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "x86_64-apple-darwin",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/%%VERSION%%/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
Expand Down
44 changes: 29 additions & 15 deletions package_stmicroelectronics_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1025,13 +1025,6 @@
"archiveFileName": "CMSIS-5.7.0.tar.bz2",
"checksum": "SHA-256:0b04b0f214e483bcc360cda985cddc0de8031714019ceabcda4770d510b82bfe",
"size": "26151901"
},
{
"host": "all",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.7.0/CMSIS-5.7.0.tar.bz2",
"archiveFileName": "CMSIS-5.7.0.tar.bz2",
"checksum": "SHA-256:0b04b0f214e483bcc360cda985cddc0de8031714019ceabcda4770d510b82bfe",
"size": "26151901"
}
]
},
Expand Down Expand Up @@ -1074,13 +1067,6 @@
"archiveFileName": "CMSIS-5.9.0.tar.bz2",
"checksum": "SHA-256:693aabf1a793512316bfc9809203a5cfe304931e981ba708b51419939c3cefcd",
"size": "2365397"
},
{
"host": "all",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.9.0/CMSIS-5.9.0.tar.bz2",
"archiveFileName": "CMSIS-5.9.0.tar.bz2",
"checksum": "SHA-256:693aabf1a793512316bfc9809203a5cfe304931e981ba708b51419939c3cefcd",
"size": "2365397"
}
]
},
Expand Down Expand Up @@ -1300,7 +1286,35 @@
"systems":
[
{
"host": "all",
"host": "arm-linux-gnueabihf",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/1.15.1/STM32_SVD-1.15.1.tar.bz2",
"archiveFileName": "STM32_SVD-1.15.1.tar.bz2",
"checksum": "SHA-256:f37b918e7ea2dbc818492a07ba35b8b3d287d4473794a383e876656b442b5fcc",
"size": "12998735"
},
{
"host": "aarch64-linux-gnu",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/1.15.1/STM32_SVD-1.15.1.tar.bz2",
"archiveFileName": "STM32_SVD-1.15.1.tar.bz2",
"checksum": "SHA-256:f37b918e7ea2dbc818492a07ba35b8b3d287d4473794a383e876656b442b5fcc",
"size": "12998735"
},
{
"host": "i686-mingw32",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/1.15.1/STM32_SVD-1.15.1.tar.bz2",
"archiveFileName": "STM32_SVD-1.15.1.tar.bz2",
"checksum": "SHA-256:f37b918e7ea2dbc818492a07ba35b8b3d287d4473794a383e876656b442b5fcc",
"size": "12998735"
},
{
"host": "x86_64-apple-darwin",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/1.15.1/STM32_SVD-1.15.1.tar.bz2",
"archiveFileName": "STM32_SVD-1.15.1.tar.bz2",
"checksum": "SHA-256:f37b918e7ea2dbc818492a07ba35b8b3d287d4473794a383e876656b442b5fcc",
"size": "12998735"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "https://github.com/stm32duino/stm32_svd/releases/download/1.15.1/STM32_SVD-1.15.1.tar.bz2",
"archiveFileName": "STM32_SVD-1.15.1.tar.bz2",
"checksum": "SHA-256:f37b918e7ea2dbc818492a07ba35b8b3d287d4473794a383e876656b442b5fcc",
Expand Down

0 comments on commit 0e3e525

Please sign in to comment.