comparison packages/io/serial/current/ChangeLog @ 48:1370c5e55234 ecos-sw-1999-10-25

Merge from eCos master repository on 1999-10-25-21:18:27-BST
author jlarmour
date Mon, 25 Oct 1999 20:48:32 +0000
parents 797268ecc331
children a0774359f013
comparison
equal deleted inserted replaced
47:dda182546c3f 48:1370c5e55234
1 1999-10-25 Gary Thomas <gthomas@cygnus.co.uk>
2
3 * src/arm/pid_serial.h (ISR_RxTO): Define - character received but
4 not handled "promptly".
5
6 * src/arm/pid_serial_with_ints.c (pid_serial_DSR): Handle rcv interrupts
7 properly (can't ignore them even with TO bit set).
8
9 * src/arm/cl7211_serial.c (cl7211_serial_rx_DSR): Need to handle all
10 input (empty input FIFO) otherwise characters get dropped.
11
1 1999-10-15 Jesper Skov <jskov@cygnus.co.uk> 12 1999-10-15 Jesper Skov <jskov@cygnus.co.uk>
2 13
3 * tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus. 14 * tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus.
4 15
5 1999-10-06 Jesper Skov <jskov@cygnus.co.uk> 16 1999-10-06 Jesper Skov <jskov@cygnus.co.uk>