source: rtems/spec/build/bsps/optconsolebaud.yml @ 6f2aa8ad

Last change on this file since 6f2aa8ad was 6f2aa8ad, checked in by Chris Johns <chrisj@…>, on 07/14/21 at 06:47:08

build: Use BSP family for options

  • Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs

Close #4468

  • Property mode set to 100644
File size: 635 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-integer: null
4- define: null
5build-type: option
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8default: 115200
9default-by-family: []
10default-by-variant:
11- value: 9600
12  variants:
13  - m68k/m5484FireEngine
14  - powerpc/hsc_cm01
15  - powerpc/beatnik
16  - powerpc/haleakala
17  - powerpc/motorola_powerpc
18  - powerpc/mvme3100
19  - powerpc/mvme5500
20- value: 19200
21  variants:
22  - m68k/COBRA5475
23description: |
24  Default baud for console and other serial devices.
25enabled-by: true
26format: '{}'
27links: []
28name: BSP_CONSOLE_BAUD
29type: build
Note: See TracBrowser for help on using the repository browser.