t

Fork of mbed-dev by mbed official

Committer:
<>
Date:
Fri Oct 28 11:17:30 2016 +0100
Revision:
149:156823d33999
Parent:
targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAMR21/cmsis.h@15:a81a8d6c1dfe
This updates the lib to the mbed lib v128

NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 15:a81a8d6c1dfe 1 /* mbed Microcontroller Library - CMSIS
mbed_official 15:a81a8d6c1dfe 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
mbed_official 15:a81a8d6c1dfe 3 *
mbed_official 15:a81a8d6c1dfe 4 * A generic CMSIS include header, pulling in samr21j18a specifics
mbed_official 15:a81a8d6c1dfe 5 */
mbed_official 15:a81a8d6c1dfe 6
mbed_official 15:a81a8d6c1dfe 7 #ifndef MBED_CMSIS_H
mbed_official 15:a81a8d6c1dfe 8 #define MBED_CMSIS_H
mbed_official 15:a81a8d6c1dfe 9
mbed_official 15:a81a8d6c1dfe 10 #include "samr21.h"
mbed_official 15:a81a8d6c1dfe 11 #include "cmsis_nvic.h"
mbed_official 15:a81a8d6c1dfe 12
mbed_official 15:a81a8d6c1dfe 13 #endif