summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/makebsp.yml
blob: 9ea6f53516918a3d10576d36f7bbd9fa490681f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: config-file
content: |
  ## BSP configuration flags for BSP "${ARCH}/${BSP_NAME}"

  ##
  ## Does this BSP support multiprocessing ?
  ##
  HAS_MP = ${RTEMS_HAS_MULTIPROCESSING}

  ##
  ## Does this BSP support RTEMS's remote debugger ?
  ##
  HAS_RDBG = no

  ##
  ## Does this BSP support RTEMS's posix API ?
  ##
  HAS_POSIX_API = ${RTEMS_HAS_POSIX_API}

  ##
  ## Does this BSP support RTEMS's ITRON API ?
  ##
  HAS_ITRON_API = no

  ##
  ## Does this BSP support RTEMS's CXX API ?
  ##
  HAS_CPLUSPLUS = yes

  ##
  ## Does this BSP support RTEMS's networking ?
  ##
  HAS_NETWORKING = ${RTEMS_HAS_NETWORKING}
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
install-path: ${PREFIX}/${ARCH}-rtems${__RTEMS_MAJOR__}/${BSP_NAME}/make
links: []
target: bsp.cfg
type: build