bsps/arm: Add files to Doxygen group

This commit is contained in:
Sebastian Huber
2024-09-19 07:43:31 +02:00
parent 8c497f2693
commit 54c64352d5
2 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMShared
*
* @brief This source file contains the SMP support some Arm devices.
*/
/*
* Copyright (C) 2013, 2018 embedded brains GmbH & Co. KG
*

View File

@@ -1,6 +1,15 @@
/*
* SPDX-License-Identifier: BSD-2-Clause
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @ingroup RTEMSBSPsARMZynq
*
* @brief This source file contains the implementation of
* _CPU_SMP_Start_processor() for Xilinx Zynq 7000 devices.
*/
/*
* Copyright (C) 2014 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without