summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
blob: 12d64f3890862d615035f173c352d636e6b3a835 (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
## BSP configuration flags for BSP "@RTEMS_BSP@"

##
## Does this BSP support multiprocessing ?
##
HAS_MP = @HAS_MP@

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

##
## Does this BSP support RTEMS's posix API ?
##
HAS_POSIX_API = @HAS_POSIX_API@

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

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

##
## Does this BSP support RTEMS's networking ?
##
HAS_NETWORKING = @HAS_NETWORKING@

## Only used for the bare bsp
BARE_CPU_MODEL = @BARE_CPU_MODEL@
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@