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:
170:e95d10626187
Parent:
165:d1b4690b3f8b
--- a/TARGET_DISCO_L496AG/TARGET_STM/TARGET_STM32L4/device.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_DISCO_L496AG/TARGET_STM/TARGET_STM32L4/device.h	Thu Sep 06 13:39:34 2018 +0100
@@ -36,5 +36,7 @@
 #define DEVICE_ID_LENGTH       24
 
 #include "objects.h"
+/*  WORKAROUND waiting for mbed-os issue 4408 to be addressed */
+#include "stm32l4xx_ll_usart.h"
 
 #endif