We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b533e2f commit ef0dde6Copy full SHA for ef0dde6
extras/package_index.json.template
@@ -31,6 +31,13 @@
31
"checksum": "SHA-256:%%CHECKSUM%%",
32
"size": "%%SIZE%%"
33
},
34
+ {
35
+ "host": "arm-linux-gnueabihf",
36
+ "url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel/releases/download/v%%VERSION%%/%%FILENAME%%",
37
+ "archiveFileName": "%%FILENAME%%",
38
+ "checksum": "SHA-256:%%CHECKSUM%%",
39
+ "size": "%%SIZE%%"
40
+ },
41
{
42
"host": "all",
43
"url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel/releases/download/v%%VERSION%%/%%FILENAME%%",
0 commit comments