Changeset 49720a90 in rtems


Ignore:
Timestamp:
05/23/23 14:09:08 (4 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
363fafb
Parents:
ebe4224
git-author:
Sebastian Huber <sebastian.huber@…> (05/23/23 14:09:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/26/23 04:56:11)
Message:

arm/xilinx-zynq: Improve Doxygen file comments

Location:
bsps
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/xilinx-zynq/console/console-config.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the definition of ::zynq_uart_instances.
     9 */
     10
    111/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    412 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG
    513 *
  • bsps/arm/xilinx-zynq/console/debug-console.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the definition of ::BSP_output_char and
     9 *   ::BSP_poll_char.
     10 */
     11
    112/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    413 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG
    514 *
  • bsps/arm/xilinx-zynq/start/bspreset.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the implementation of bsp_reset().
     9 */
     10
    111/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    412 * Copyright (C) 2013 embedded brains GmbH & Co. KG
    513 *
  • bsps/arm/xilinx-zynq/start/bspstart.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the implementation of zynq_clock_cpu_1x()
     9 *   and bsp_start().
     10 */
     11
    112/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    413 * Copyright (C) 2013, 2015 embedded brains GmbH & Co. KG
    514 *
  • bsps/arm/xilinx-zynq/start/bspstarthooks.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the implementation of bsp_start_hook_0()
     9 *   and bsp_start_hook_1().
     10 */
     11
    112/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    413 * Copyright (C) 2013, 2014 embedded brains GmbH & Co. KG
    514 *
  • bsps/arm/xilinx-zynq/start/bspstartmmu.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the implementation of
     9 *   zynq_setup_mmu_and_cache().
     10 */
     11
    112/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    413 * Copyright (C) 2013 embedded brains GmbH & Co. KG
    514 *
  • bsps/shared/dev/serial/zynq-uart-polled.c

    rebe4224 r49720a90  
     1/* SPDX-License-Identifier: BSD-2-Clause */
     2
     3/**
     4 * @file
     5 *
     6 * @ingroup RTEMSBSPsARMZynq
     7 *
     8 * @brief This source file contains the implementation of the polled Zynq UART
     9 *   support.
     10 */
     11
    112/*
    2  * SPDX-License-Identifier: BSD-2-Clause
    3  *
    413 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG
    514 *
Note: See TracChangeset for help on using the changeset viewer.