Skip to content

Commit

Permalink
Fix size mismatch in STM32 CMSIS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed Feb 17, 2024
1 parent 0f208e1 commit 16321f3
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions package_fortebit_openiot_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"version": "1.0.2"
},
{
"packager": "STM32",
"packager": "fortebit_openiot",
"name": "CMSIS",
"version": "5.3.0"
}
Expand Down Expand Up @@ -58,7 +58,7 @@
"version": "1.0.2"
},
{
"packager": "STM32",
"packager": "fortebit_openiot",
"name": "CMSIS",
"version": "5.3.0"
}
Expand Down Expand Up @@ -86,7 +86,7 @@
"version": "1.0.2"
},
{
"packager": "STM32",
"packager": "fortebit_openiot",
"name": "CMSIS",
"version": "5.3.0"
}
Expand Down Expand Up @@ -114,7 +114,7 @@
"version": "1.0.2"
},
{
"packager": "STM32",
"packager": "fortebit_openiot",
"name": "CMSIS",
"version": "5.3.0"
}
Expand Down Expand Up @@ -178,6 +178,41 @@
"size": "66626"
}
]
},
{
"name": "CMSIS",
"version": "5.3.0",
"systems":
[
{
"host": "i686-mingw32",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.3.0/CMSIS-5.3.0.tar.bz2",
"archiveFileName": "CMSIS-5.3.0.tar.bz2",
"checksum": "SHA-256:7f1a669fa23fc51532d807955aa32976b89cb14675189d07a5ce3652bc1c8e3c",
"size": "42817677"
},
{
"host": "x86_64-apple-darwin",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.3.0/CMSIS-5.3.0.tar.bz2",
"archiveFileName": "CMSIS-5.3.0.tar.bz2",
"checksum": "SHA-256:7f1a669fa23fc51532d807955aa32976b89cb14675189d07a5ce3652bc1c8e3c",
"size": "42817677"
},
{
"host": "x86_64-pc-linux-gnu",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.3.0/CMSIS-5.3.0.tar.bz2",
"archiveFileName": "CMSIS-5.3.0.tar.bz2",
"checksum": "SHA-256:7f1a669fa23fc51532d807955aa32976b89cb14675189d07a5ce3652bc1c8e3c",
"size": "42817677"
},
{
"host": "i686-pc-linux-gnu",
"url": "https://github.com/stm32duino/ArduinoModule-CMSIS/releases/download/5.3.0/CMSIS-5.3.0.tar.bz2",
"archiveFileName": "CMSIS-5.3.0.tar.bz2",
"checksum": "SHA-256:7f1a669fa23fc51532d807955aa32976b89cb14675189d07a5ce3652bc1c8e3c",
"size": "42817677"
}
]
}]
}]
}

0 comments on commit 16321f3

Please sign in to comment.