Skip to content

Commit ef0dde6

Browse files
committed
Add missing arm-linux-gnueabihf entry
1 parent b533e2f commit ef0dde6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extras/package_index.json.template

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"checksum": "SHA-256:%%CHECKSUM%%",
3232
"size": "%%SIZE%%"
3333
},
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+
},
3441
{
3542
"host": "all",
3643
"url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel/releases/download/v%%VERSION%%/%%FILENAME%%",

0 commit comments

Comments
 (0)