comparison packages/io/serial/current/ChangeLog @ 40:a3cc6665b684 ecos-sw-1999-10-01

Merge from eCos master repository on 1999-10-01-07:47:04-BST
author jlarmour
date Fri, 01 Oct 1999 13:25:47 +0000
parents 29bc183297e1
children 41bd4f3a90de
comparison
equal deleted inserted replaced
39:542bd7fab9d0 40:a3cc6665b684
1 1999-09-28 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * src/powerpc/quicc_smc_serial.c (quicc_smc_serial_init): Correct
4 value supplied for interrupt priority - it may be unused, but it
5 is asserted for range. Initialize the diagnostic channel if on an
6 MBX and if NOT using SMC1 ourselves, to ensure that diag output
7 and built-in stubs work correctly; otherwise reset the quicc and
8 ignore SMC1 as before. Fix various warnings, mostly about
9 casting/arg-passing/assigning away volatile.
10
1 1999-08-31 Jesper Skov <jskov@cygnus.co.uk> 11 1999-08-31 Jesper Skov <jskov@cygnus.co.uk>
2 12
3 * tests/ser_test_protocol.inl: Define dummy crash ID. 13 * tests/ser_test_protocol.inl: Define dummy crash ID.
4 14
5 1999-08-30 Jesper Skov <jskov@cygnus.co.uk> 15 1999-08-30 Jesper Skov <jskov@cygnus.co.uk>