Changeset 49720a90 in rtems
- Timestamp:
- 05/23/23 14:09:08 (4 months ago)
- 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)
- 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 1 11 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 12 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG 5 13 * -
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 1 12 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 13 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG 5 14 * -
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 1 11 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 12 * Copyright (C) 2013 embedded brains GmbH & Co. KG 5 13 * -
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 1 12 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 13 * Copyright (C) 2013, 2015 embedded brains GmbH & Co. KG 5 14 * -
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 1 12 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 13 * Copyright (C) 2013, 2014 embedded brains GmbH & Co. KG 5 14 * -
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 1 12 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 13 * Copyright (C) 2013 embedded brains GmbH & Co. KG 5 14 * -
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 1 12 /* 2 * SPDX-License-Identifier: BSD-2-Clause3 *4 13 * Copyright (C) 2013, 2017 embedded brains GmbH & Co. KG 5 14 *
Note: See TracChangeset
for help on using the changeset viewer.