source: rtems/spec/build/bsps/optconsolebaud.yml @ 7e85f4d6

Last change on this file since 7e85f4d6 was ebdfa24b, checked in by Sebastian Huber <sebastian.huber@…>, on 07/23/21 at 06:45:07

build: Merge default-by-family into by-variant

Prefix the BSP family name with "bsps/" to make it distinct to the BSP
variant names.

Update #4468.

  • Property mode set to 100644
File size: 618 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-variant:
10- value: 9600
11  variants:
12  - bsps/powerpc/motorola_powerpc
13  - m68k/m5484FireEngine
14  - powerpc/hsc_cm01
15  - powerpc/beatnik
16  - powerpc/haleakala
17  - powerpc/mvme3100
18  - powerpc/mvme5500
19- value: 19200
20  variants:
21  - m68k/COBRA5475
22description: |
23  Default baud for console and other serial devices.
24enabled-by: true
25format: '{}'
26links: []
27name: BSP_CONSOLE_BAUD
28type: build
Note: See TracBrowser for help on using the repository browser.