arduino / ArduinoModule-CMSIS-Atmel

Atmel Smart ARM devices CMSIS module for Arduino IDE
BSD 2-Clause "Simplified" License
23 stars 36 forks source link

CMSIS-Atmel not available on ARM Linux - cannot install latest SAMD boards #2

Closed oqibidipo closed 7 years ago

oqibidipo commented 7 years ago

Originally reported on the forum:

http://forum.arduino.cc/index.php?topic=445623.0

... IDE 1.8.0 on my Raspberry Pi 2 Model B running the latest Raspbian Jessie

Under Board Manager I selected "Arduino SAMD Boards (32-bit ARM Cortex-M0+) by Arduino" when I clicked "Install" next to "1.6.11". I got the following error:

"Tool CMSIS-Atmel is not available for your operating system."

Add this to extras/package_index.json.template (the "host": "all" entry does not seem to work).

            {
              "host": "arm-linux-gnueabihf",
              "url": "https://github.com/arduino/ArduinoModule-CMSIS-Atmel/releases/download/v%%VERSION%%/%%FILENAME%%",
              "archiveFileName": "%%FILENAME%%",
              "checksum": "SHA-256:%%CHECKSUM%%",
              "size": "%%SIZE%%"
            }
sandeepmistry commented 7 years ago

@oqibidipo thanks for letting us know.

I've added your suggestion in https://github.com/arduino/ArduinoModule-CMSIS-Atmel/commit/ef0dde6739a8aab7059a876c38d4fdbea0f0443a and also updated http://downloads.arduino.cc/packages/package_index.json.