summaryrefslogtreecommitdiffstats
path: root/c/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'c/PROBLEMS')
-rw-r--r--c/PROBLEMS4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/PROBLEMS b/c/PROBLEMS
index c1b534d204..3c26c78b40 100644
--- a/c/PROBLEMS
+++ b/c/PROBLEMS
@@ -20,6 +20,10 @@ This is the list of outstanding problems in this release.
This also implies that RTEMS may "think" of something as generic
across the i960 family when in fact it is specific to the CA.
++ Some of the BSPs still define RAM_START and RAM_END in the bsp.h file.
+ It is better to define these in the linkcmds file. It is also nice
+ to use the linkcmds file to place overlays for on-board hardware.
+
+ The __read() system call in all of the BSPs using single
character input/output needs to be smarter. The following
issues need to be addressed: