source: rtems/spec/build/bsps/objdevserialzynq.yml @ 2365c937

Last change on this file since 2365c937 was 2365c937, checked in by Kinsey Moore <kinsey.moore@…>, on 12/03/20 at 16:58:26

spec: Move zynq-uart into its own object

Currently, zynq-uart code is always built and has some requirements for
BSPs that use it. Instead of making all BSPs satisfy that requirement or
working around it by setting defaults, this moves the zynq-uart code
into its own spec build object so it can be included if needed.

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