arduino / ArduinoModule-CMSIS-Atmel

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

install into Arduino IDE???? #6

Closed karu2003 closed 7 years ago

karu2003 commented 7 years ago

How to install ArduinoModule-CMSIS-Atmel in Arduino IDE. I want to use SAML21e15b

Th Andrew.

facchinm commented 7 years ago

Hi @karu2003 , this submodule is automatically installed when you install SAMD core so you should be able to use it by including the relevant flags in your platform.txt (see https://github.com/arduino/ArduinoCore-samd/blob/master/platform.txt#L67). The L21 support is included in any version >= 1.1.0 (which corresponds to SAMD core 1.6.12). Feel free to reopen if needed, thanks!

karu2003 commented 7 years ago

Thank you,

I installed the SAMD 1.6.15. I did not find how to add my board. Please tell me how to add custom Board.

Thank you. Andrew.

facchinm commented 7 years ago

A comprehensive guide on how to add a board can be found here (https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification#boardstxt). If you need additional help, the forum is the right place to ask! Thanks!

karu2003 commented 7 years ago

Thanks!