install into Arduino IDE????
karu2003 opened this issue · 4 comments
How to install ArduinoModule-CMSIS-Atmel in Arduino IDE.
I want to use SAML21e15b
Th
Andrew.
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!
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.
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!
Thanks!