mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
613:bc40b8d2aec4
Parent:
612:fba1c7dc54c0
Child:
614:9d86c2ae5de0
--- a/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/samr21.h	Tue Aug 18 15:00:09 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#ifndef _SAMR21_
-#define _SAMR21_
-
-/**
- * \defgroup SAMR21_definitions SAMR21 Device Definitions
- * \brief SAMR21 CMSIS Definitions.
- */
-
-#if defined(__SAMR21E16A__) || defined(__ATSAMR21E16A__)
-#include "samr21e16a.h"
-#elif defined(__SAMR21E17A__) || defined(__ATSAMR21E17A__)
-#include "samr21e17a.h"
-#elif defined(__SAMR21E18A__) || defined(__ATSAMR21E18A__)
-#include "samr21e18a.h"
-#elif defined(__SAMR21G16A__) || defined(__ATSAMR21G16A__)
-#include "samr21g16a.h"
-#elif defined(__SAMR21G17A__) || defined(__ATSAMR21G17A__)
-#include "samr21g17a.h"
-#elif defined(__SAMR21G18A__) || defined(__ATSAMR21G18A__)
-#include "samr21g18a.h"
-#else
-#error Library does not support the specified device.
-#endif
-
-#endif /* _SAMR21_ */