4.104.114.84.95
Last change
on this file since c73b8ac2 was
c73b8ac2,
checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 22:18:43
|
This patch adds the basic framework for the ITRON 3.0 API implementation
for RTEMS.
|
-
Property mode set to
100644
|
File size:
534 bytes
|
Line | |
---|
1 | ## BSP configuration flags for BSP "@RTEMS_BSP@" |
---|
2 | |
---|
3 | ## |
---|
4 | ## Does this BSP support multiprocessing ? |
---|
5 | ## |
---|
6 | HAS_MP = @HAS_MP@ |
---|
7 | |
---|
8 | ## |
---|
9 | ## Does this BSP support RTEMS's remote debugger ? |
---|
10 | ## |
---|
11 | HAS_RDBG = @HAS_RDBG@ |
---|
12 | |
---|
13 | ## |
---|
14 | ## Does this BSP support RTEMS's posix API ? |
---|
15 | ## |
---|
16 | HAS_POSIX_API = @HAS_POSIX_API@ |
---|
17 | |
---|
18 | ## |
---|
19 | ## Does this BSP support RTEMS's ITRON API ? |
---|
20 | ## |
---|
21 | HAS_ITRON_API = @HAS_ITRON_API@ |
---|
22 | |
---|
23 | ## |
---|
24 | ## Does this BSP support RTEMS's CXX API ? |
---|
25 | ## |
---|
26 | HAS_CPLUSPLUS = @HAS_CPLUSPLUS@ |
---|
27 | |
---|
28 | ## |
---|
29 | ## Does this BSP support RTEMS's networking ? |
---|
30 | ## |
---|
31 | HAS_NETWORKING = @HAS_NETWORKING@ |
---|
Note: See
TracBrowser
for help on using the repository browser.