Skip to content

Commit b2462ab

Browse files
committed
Added bootloader documentation for manually downloading CMSIS-Atmel
1 parent 1a484a9 commit b2462ab

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

bootloaders/zero/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,16 @@ bossac.exe -d --port=COM5 -U true -i -e -w -v Blink_Demo_ATSAMD21E18A.bin -R
312312
For all builds and platforms you will need to have the Arduino IDE installed as well as the packages
313313
for 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

0 commit comments

Comments
 (0)