1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/sam21_common/include/cmsis/samr21
2016-09-21 20:40:28 +02:00
..
include cpu/sam21_common: eliminate trailing white space in CMSIS include files 2016-09-21 20:40:28 +02:00
README.md cpu/sam21_common: eliminate trailing white space in CMSIS include files 2016-09-21 20:40:28 +02:00
rename-includes.sh cpu/samr21: rename ASF include files to prepare for ASF update 2016-09-21 19:43:30 +02:00

CMSIS include files from Atmel for SAMR21

It is unclear which version of ASF was used for the first implementation of samr21 (it was called samd21).

Since then the files has been updated using a distribution from Atmel Currently we're using sam0/utils/cmsis/samr21 from asf-3.21.0.7z.

Trailing White Space

Because of the whitespace check (dist/tools/whitespacecheck/check.sh) all the trailing white space had to be removed. Please take this into account when comparing to the original ASF distribution.

find include/ -name '*.h' -exec sed -i 's/\s*$//' '{}' +