source: rtems/spec/build/bsps/optconsolebaud.yml @ 87609ba

Last change on this file since 87609ba was 87609ba, checked in by Chris Johns <chrisj@…>, on 07/14/21 at 08:55:28

build: Fix the motorola_powerpc default baudrate

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