Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: platform/mbed_interface.h
- Revision:
- 179:79309dc6340a
- Parent:
- 167:e84263d55307
diff -r d650f5d4c87a -r 79309dc6340a platform/mbed_interface.h
--- a/platform/mbed_interface.h Wed Nov 08 13:50:44 2017 +0000
+++ b/platform/mbed_interface.h Thu Nov 23 11:57:25 2017 +0000
@@ -1,6 +1,11 @@
/** \addtogroup platform */
/** @{*/
+/**
+ * \defgroup platform_interface Network interface and other utility functions
+ * @{
+ */
+
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
@@ -42,6 +47,11 @@
#if DEVICE_SEMIHOST
+/**
+ * \defgroup platform_interface interface functions
+ * @{
+ */
+
/** Functions to control the mbed interface
*
* mbed Microcontrollers have a built-in interface to provide functionality such as
@@ -137,6 +147,7 @@
*
*/
void mbed_error_vfprintf(const char * format, va_list arg);
+/** @}*/
#ifdef __cplusplus
}
