From c991eeeccc21901011ddd9ecc626c4d164fe2041 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Mar 2019 15:32:15 +0100 Subject: bsps: Adjust bsp.h Doxygen groups Update #3706. --- bsps/powerpc/t32mppc/include/bsp.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bsps/powerpc/t32mppc') diff --git a/bsps/powerpc/t32mppc/include/bsp.h b/bsps/powerpc/t32mppc/include/bsp.h index c27f235ef6..e7dfc7cb08 100644 --- a/bsps/powerpc/t32mppc/include/bsp.h +++ b/bsps/powerpc/t32mppc/include/bsp.h @@ -1,3 +1,11 @@ +/** + * @file + * + * @ingroup RTEMSBSPsPowerPCT32MPPC + * + * @brief Global BSP definitions. + */ + /* * Copyright (c) 2012, 2017 embedded brains GmbH. All rights reserved. * @@ -15,6 +23,16 @@ #ifndef LIBBSP_POWERPC_T32MPPC_BSP_H #define LIBBSP_POWERPC_T32MPPC_BSP_H +/** + * @defgroup RTEMSBSPsPowerPCT32MPPC t32mppc + * + * @ingroup RTEMSBSPsPowerPC + * + * @brief Lauterbach Trace32 Board Support Package. + * + * @{ + */ + #include #ifndef ASM @@ -39,4 +57,6 @@ void t32mppc_decrementer_dispatch(void); } #endif /* __cplusplus */ +/** @} */ + #endif /* LIBBSP_POWERPC_T32MPPC_BSP_H */ -- cgit v1.2.3