source: rtems/spec/build/bsps/objxilinxsupportr5.yml @ c0fad60

Last change on this file since c0fad60 was c0fad60, checked in by Kinsey Moore <kinsey.moore@…>, on 02/02/23 at 20:58:56

bsps/xil: Import full xil_exception.h

This imports the full xil_exception.h instead of an empty stub. This is
required for some Xilinx drivers. The imported files adhere to the
current VERSION file.

  • Property mode set to 100644
File size: 490 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2022 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by: false
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/include/xil/arm/cortexr5/xil_cache.h
14  - bsps/include/xil/arm/cortexr5/xil_exception.h
15  - bsps/include/xil/arm/cortexr5/xpseudo_asm.h
16  - bsps/include/xil/arm/cortexr5/xreg_cortexr5.h
17links: []
18source: []
19type: build
Note: See TracBrowser for help on using the repository browser.