
23 Mar
2004
23 Mar
'04
10:10 p.m.
In message 15911-31205@sneakemail.com you wrote:
Perhaps this is an even better patch:
...
The "#if CONFIG_SERIAL_SOFTWARE_FIFO" is the right version, if one assumes the documentation is correct that setting CONFIG_SERIAL_SOFTWARE_FIFO=0 causes the serial port to become insensitive to CTS.
Perhaps it would be even better to change it to:
#if defined(CONFIG_SERIAL_SOFTWARE_FIFO) && CONFIG_SOFTWARE_FIFO>0 ... #endif
Thanks, added.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
If you want strict real-time behavior, run in the real time schedu-
ling class. But there are no seatbelts or airbags; main(){for(;;);}
can hard hang your system. -- Bart Smaalders