comparison packages/NEWS @ 86:6512add4f5d6 ecos-sw-2000-05-05

Merge from eCos master repository on 2000-05-05-07:47:05-BST
author jlarmour
date Fri, 05 May 2000 17:31:08 +0000
parents 6736c52df507
children 4642a6d35749
comparison
equal deleted inserted replaced
85:142b52c7e568 86:6512add4f5d6
1 * IO serial driver
2 The common serial driver has been extended with a configurable option for
3 a non-blocking read/write mode. It has also been given some new callbacks
4 which allow low-level drivers to transfer data in blocks instead of as
5 single characters.
1 * SH HAL 6 * SH HAL
2 Now provides ROMRAM startup type, copying code and data to RAM before 7 Now provides ROMRAM startup type, copying code and data to RAM before
3 executing, improving performance at cost of memory. 8 executing, improving performance at cost of memory.
4 * IO serial drivers reworked by separating into distinct platform 9 * IO serial drivers reworked by separating into distinct platform
5 packages, making it simpler to implement new drivers. 10 packages, making it simpler to implement new drivers.