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:
245:b4dea936db71
Parent:
103:9b881da47c92
Child:
605:ded2017be6ab
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC15XX/LPC15xx.h	Mon Jun 30 05:45:07 2014 +0100
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC15XX/LPC15xx.h	Mon Jun 30 08:00:09 2014 +0100
@@ -1502,7 +1502,11 @@
   __IO uint32_t  CANIF2_ARB1;                       /*!< Message interface 1 arbitration 1                                     */
   __IO uint32_t  CANIF2_ARB2;                       /*!< Message interface 1 arbitration 2                                     */
   __IO uint32_t  CANIF2_MCTRL;                      /*!< Message interface 1 message control                                   */
-  __I  uint32_t  RESERVED2[25];
+  __IO uint32_t  CANIF2_DA1;                        /*!< Message interface 2 data A1                                           */
+  __IO uint32_t  CANIF2_DA2;                        /*!< Message interface 2 data A2                                           */
+  __IO uint32_t  CANIF2_DB1;                        /*!< Message interface 2 data B1                                           */
+  __IO uint32_t  CANIF2_DB2;                        /*!< Message interface 2 data B2                                           */
+  __I  uint32_t  RESERVED2[21];
   __I  uint32_t  CANTXREQ1;                         /*!< Transmission request 1                                                */
   __I  uint32_t  CANTXREQ2;                         /*!< Transmission request 2                                                */
   __I  uint32_t  RESERVED3[6];