source: rtems/doc/TODO @ 33bbd74

4.104.114.84.95
Last change on this file since 33bbd74 was 1e19ef61, checked in by Joel Sherrill <joel.sherrill@…>, on 10/19/98 at 21:50:16

Removed KA9Q issues.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1#
2#  $Id$
3#
4
5This is a collection of things which need to be done to the various
6manuals.
7
8POSIX User Notes
9================
10
11Add pages for network services.
12
13Add timer() services if we have any.
14
15
16Development Environment Guide
17=============================
18Either rename to "A Tour of the RTEMS Source Tree" or include
19more information on the GNU tools. 
20
21The "C Suites" section is oddly named and the directory
22tree included is wrong in that make is no longer under
23the c directory.  I think the build-tools make have
24moved as well.
25
26All the paths should be provided as relative paths
27from the top of the RTEMS source tree.  It wastes
28valuable screen space to do otherwise.
29
30The last paragraph of "C Suites" is vague and could
31be written better.  It should include the subdirectory
32names as part of the textual description.
33
34
35Should this documentation even use the phrase "C Implementation"
36any longer?
37
38Directory names should be in @code -- not "quoted".
39
40In "Support Library Source Directory", look for "which installed"
41
42In the latter part of the "libbsp" paragraph in "Support
43Library Source Directory", there is reference to the
44stubdr directory which is no longer there.
45
46Update this section to include discussion of the shared
47subdirectory and its relationship to the BSPs.  Write this
48in such a way that it can be passed on to Geoffroy Montel.
49
50Include a better discussion of the subdirectories
51under each BSP.  This can be a starting point for
52Geoffroy Montel.  The sample tests also deserve mention
53in a BSP development guide.
54
55In the section, "Test Suite Source Directory", there is a
56numeric count of the number of tests in each suite.  This
57should be eliminated for maintenance purposes.
58
59The psxtest directory is not mentioned.  Check that no others
60have been forgotten.
61
62There should probably be no reference to the Ada sample
63applications.  This document used to cover both implementations.
64This now seems inappropriate.
65
66The hello world sample test discussion mentions that it provides
67a rudiementary test of the BSP startup code and the "RTEMS
68C Library".  This should be rewritten to tell mroe about what
69this test shows (actually a lot).  It should mention that this
70test tries to avoid using interrupts.
71
72The ticker test should mention that in contrast to hello, it
73does use interrupts. :)  It can be used to tune the clock
74tick.
75
76The ticker test documentation says it calls "tm_get" -- jeez
77how old is this manual.
Note: See TracBrowser for help on using the repository browser.