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

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
Kojto
Date:
Tue Feb 16 14:28:01 2016 +0000
Revision:
114:252557024ec3
Parent:
82:6473597d706e
Release 114 of the mbed library

Changes:
- Atmel SAM - warnings fixes
- B96B F446VE - hw control flow addition
- Remove of GCC CW which was not active
- Remove GCC CS, not released anymore - deprecated

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 82:6473597d706e 1 // List of reserved pins for LPC1114
bogdanm 82:6473597d706e 2
bogdanm 82:6473597d706e 3 #ifndef RESERVED_PINS_H
bogdanm 82:6473597d706e 4 #define RESERVED_PINS_H
bogdanm 82:6473597d706e 5
bogdanm 82:6473597d706e 6 #define TARGET_RESERVED_PINS {P0_0, P0_11, P1_0, P1_1, P1_2}
bogdanm 82:6473597d706e 7
bogdanm 82:6473597d706e 8 #endif