source: rtems/c/src/libchip/serial/STATUS @ f68401e

4.115
Last change on this file since f68401e was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1General
2=======
3
4+ Hardware flow control is not currently supported.  Some of the chip
5  drivers (in particular the z8530) have support for hardware flow control
6  but this has not been tested in the libchip context.  There will need
7  to be a way to totally disabled hardware flow control which is not
8  currently in this.
9
10+ "ulClockSpeed" configuration item field to become a pointer to a table
11  of chip specific information.  For example, the z8530 should specify
12  clock speed and clock divisor setting.
13
14+ A termios structure should be included to specify  the initial settings.
15  Right now all drivers default to 9600, 8N1.
16 
17+ Need to switch to passing pointers rather than a minor number to
18  functions which are strictly internal to each chip driver.  This
19  should be a performance win.
20
21+ Need a test which prompts you for termios settings and tests them.  Until
22  this happens, testing for the variety of settings possible will be limited.
23  This test should be able to test any serial port while prompts come to the
24  console.
25
26MC68681
27=======
28
29+ Works interrupt and polled.
30
31+ Hardware flow control not included.
32
33NS16650
34=======
35
36+ ns16550_set-attributes function is untested.
37
38+ Hardware flow control included but is currently disabled in ISR.
39
40Z85C30
41======
42
43+ Works polled and interrupt.
44
45+ Hardware flow control included but is currently disabled in ISR.
46
47+ Needs to support mode where more specific vectors are generated.
48
Note: See TracBrowser for help on using the repository browser.