Back to home page

LXR

 
 

    


Warning, /spec/build/bsps/makebsp.yml is written in an unsupported language. File is not indexed.

0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 build-type: config-file
0003 content: |
0004   ## BSP configuration flags for BSP "${ARCH}/${BSP_NAME}"
0005 
0006   ##
0007   ## Does this BSP support multiprocessing ?
0008   ##
0009   HAS_MP = ${RTEMS_HAS_MULTIPROCESSING}
0010 
0011   ##
0012   ## Does this BSP support RTEMS's remote debugger ?
0013   ##
0014   HAS_RDBG = no
0015 
0016   ##
0017   ## Does this BSP support RTEMS's posix API ?
0018   ##
0019   HAS_POSIX_API = ${RTEMS_HAS_POSIX_API}
0020 
0021   ##
0022   ## Does this BSP support RTEMS's ITRON API ?
0023   ##
0024   HAS_ITRON_API = no
0025 
0026   ##
0027   ## Does this BSP support RTEMS's CXX API ?
0028   ##
0029   HAS_CPLUSPLUS = yes
0030 
0031   ##
0032   ## Does this BSP support RTEMS's networking ?
0033   ##
0034   HAS_NETWORKING = ${RTEMS_HAS_NETWORKING}
0035 copyrights:
0036 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0037 enabled-by: true
0038 install-path: ${PREFIX}/${ARCH}-rtems${__RTEMS_MAJOR__}/${BSP_NAME}/make
0039 links: []
0040 target: bsp.cfg
0041 type: build