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.

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Mon Mar 18 10:36:46 2013 +0000
Parent:
5:ab1c572cb536
Child:
7:3a1b3e92fa02
Commit message:
Fix GCC build including define of ARMCC intrinsic __disable_irq

Changed in this revision

capi/us_ticker_api.c Show annotated file Show diff for this revision Revisions of this file
--- a/capi/us_ticker_api.c	Fri Mar 15 17:00:57 2013 +0000
+++ b/capi/us_ticker_api.c	Mon Mar 18 10:36:46 2013 +0000
@@ -15,6 +15,7 @@
  */
 #include <stddef.h>
 #include "us_ticker_api.h"
+#include "cmsis.h"
 
 static ticker_event_handler event_handler;
 static ticker_event_t *head = NULL;