File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -312,8 +312,16 @@ bossac.exe -d --port=COM5 -U true -i -e -w -v Blink_Demo_ATSAMD21E18A.bin -R
312312For all builds and platforms you will need to have the Arduino IDE installed as well as the packages
313313for both Arduino SAMD Boards and for MattairTech SAM M0+ Boards, which provides the needed dependencies
314314(CMSIS, CMSIS-Atmel, and the compiler toolchain: arm-none-eabi-gcc), which can be installed using the
315- Arduino IDE Boards Manager. This project uses a Makefile, which is present in the root (zero) directory.
316- However, you will need a make program:
315+ Arduino IDE Boards Manager. If you do not wish to install the MattairTech SAM M0+ Boards core, then the
316+ arm-none-eabi-gcc, CMSIS, and openocd packages are included with the stock Arduino SAMD. However, you
317+ will still need to download bossac (see above) and CMSIS-Atmel from MattairTech:
318+
319+ * https://www.mattairtech.com/software/arduino/CMSIS-Atmel-1.0.0-mattairtech-1.tar.gz
320+
321+ Then install to ~ /arduino15/packages/MattairTech_Arduino/tools/CMSIS-Atmel (or similar based on your OS)
322+ and rename the folder in CMSIS-Atmel from CMSIS to 1.0.0-mattairtech-1.
323+
324+ This project uses a Makefile, which is in the root zero directory. However, you will need a make program:
317325
318326#### Windows
319327
You can’t perform that action at this time.
0 commit comments