summaryrefslogtreecommitdiffstats
path: root/bsps/arm/altera-cyclone-v/include/bsp.h
diff options
context:
space:
mode:
authorshashvatjain <shashvatjain2002@gmail.com>2018-11-08 06:17:49 +0530
committerGedare Bloom <gedare@rtems.org>2018-11-09 12:51:08 -0500
commitb3c624d8886db6e791babe5e0d4f8b28992e000a (patch)
treea6b9e8b739a5b794b4e51bcd8bcf99e92de87583 /bsps/arm/altera-cyclone-v/include/bsp.h
parentInclude missing <rtems/score/thread.h> (diff)
downloadrtems-b3c624d8886db6e791babe5e0d4f8b28992e000a.tar.bz2
arm/altera cyclone v: Update Doxygen (GCI 2018)
Diffstat (limited to 'bsps/arm/altera-cyclone-v/include/bsp.h')
-rw-r--r--bsps/arm/altera-cyclone-v/include/bsp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsps/arm/altera-cyclone-v/include/bsp.h b/bsps/arm/altera-cyclone-v/include/bsp.h
index 860a15c5bf..92bc95531b 100644
--- a/bsps/arm/altera-cyclone-v/include/bsp.h
+++ b/bsps/arm/altera-cyclone-v/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup arm_altera-cyclone-v
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* Copyright (c) 2013, 2018 embedded brains GmbH. All rights reserved.
*
@@ -50,3 +58,13 @@ extern "C" {
#endif /* ASM */
#endif /* LIBBSP_ARM_ALTERA_CYCLONE_V_BSP_H */
+
+/**
+ * @defgroup arm_altera-cyclone-v Altera Cyclone V Support
+ *
+ * @ingroup bsp_arm
+ *
+ * @brief Altera Cyclone V support package.
+ *
+ * @{
+ */