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.

Revision:
103:bad568076d81
Parent:
90:cb3d968589d8
--- a/TARGET_KL05Z/TARGET_Freescale/TARGET_KLXX/objects.h	Wed Jul 08 11:22:30 2015 +0100
+++ b/TARGET_KL05Z/TARGET_Freescale/TARGET_KLXX/objects.h	Tue Jul 21 09:59:51 2015 +0200
@@ -29,6 +29,8 @@
 #define UARTLP_Type UART0_Type
 #elif defined(TARGET_KL43Z)
 #define UARTLP_Type LPUART_Type
+#elif defined(TARGET_KL26Z)
+	#define UARTLP_Type UART0_Type
 #endif
 
 struct gpio_irq_s {