URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libchip/] [serial/] [STATUS] - Rev 173
Compare with Previous | Blame | View Log
## $Id: STATUS,v 1.2 2001-09-27 12:01:42 chris Exp $#General=======+ Hardware flow control is not currently supported. Some of the chipdrivers (in particular the z8530) have support for hardware flow controlbut this has not been tested in the libchip context. There will needto be a way to totally disabled hardware flow control which is notcurrently in this.+ "ulClockSpeed" configuration item field to become a pointer to a tableof chip specific information. For example, the z8530 should specifyclock speed and clock divisor setting.+ A termios structure should be included to specify the initial settings.Right now all drivers default to 9600, 8N1.+ Need to switch to passing pointers rather than a minor number tofunctions which are strictly internal to each chip driver. Thisshould be a performance win.+ Need a test which prompts you for termios settings and tests them. Untilthis happens, testing for the variety of settings possible will be limited.This test should be able to test any serial port while prompts come to theconsole.MC68681=======+ Works interrupt and polled.+ Hardware flow control not included.NS16650=======+ ns16550_set-attributes function is untested.+ Hardware flow control included but is currently disabled in ISR.Z85C30======+ Works polled and interrupt.+ Hardware flow control included but is currently disabled in ISR.+ Needs to support mode where more specific vectors are generated.
