aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/hal.dox')
-rw-r--r--os/hal/hal.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox
index 08a3ebbd1..733e71758 100644
--- a/os/hal/hal.dox
+++ b/os/hal/hal.dox
@@ -58,6 +58,17 @@
*/
/**
+ * @defgroup platforms Platforms
+ * @brief Supported platforms.
+ * @details The implementation of the device drivers can be sligthly different
+ * on the various platforms because architectural constrains. This section
+ * describes the implementation of the various device drivers on the various
+ * supported platforms.
+ *
+ * @ingroup IO
+ */
+
+/**
* @defgroup HAL HAL Driver
* @brief Hardware Abstraction Layer.
* @details The HAL driver performs the system initialization and includes