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:
158:1c57384330a6
Parent:
152:235179ab3f27
Child:
161:aa5281ff4a02
--- a/platform/CriticalSectionLock.h	Thu Nov 09 11:14:10 2017 +0000
+++ b/platform/CriticalSectionLock.h	Thu Nov 23 11:44:04 2017 +0000
@@ -22,6 +22,13 @@
 
 namespace mbed {
 
+/** \addtogroup platform */
+/** @{*/
+/**
+ * \defgroup platform_CriticalSectionLock CriticalSectionLock functions
+ * @{
+ */
+
 /** RAII object for disabling, then restoring, interrupt state
   * Usage:
   * @code
@@ -65,6 +72,9 @@
     }
 };
 
+/**@}*/
+
+/**@}*/
 
 } // namespace mbed