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:
441:d2c15dda23c1
Parent:
437:0b72c0f86db6
Child:
500:04797f1feae2
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h	Tue Dec 16 08:15:08 2014 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/PeripheralNames.h	Tue Jan 06 16:15:36 2015 +0000
@@ -28,6 +28,10 @@
     UART1,
     UART2,
     UART3,
+    UART4,
+    UART5,
+    UART6,
+    UART7,
 } UARTName;
 
 // PWMType & 1 == 1 then have to use PWDTR[12] == 1
@@ -93,7 +97,7 @@
 
 #define STDIO_UART_TX     USBTX
 #define STDIO_UART_RX     USBRX
-#define STDIO_UART        P_SCIF2
+#define STDIO_UART        UART2
 
 // Default peripherals
 #define MBED_SPI0         p5, p6, p7, p8