Mercurial > ecos
diff packages/NEWS @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | 8f2f7615e727 |
| children | f935b880e96c |
line wrap: on
line diff
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,13 @@ +* Added support for USB slave devices. This includes generic USB slave + support, a device driver for the SA11x0 on-chip USB device, and an + additional support package for developing USB-ethernet and similar + peripherals. +* Added POSIX cancellation points for the sigwait family of functions, + pthread_join, pthread_cond_wait, pthread_cond_timedwait, sleep and + nanosleep +* Virtual vectors initialization can now be configured with a finer + granularity. Diagnostic output should also appear on the same channel + (possibly ethernet) as the application was launched from. * Added cyg_pci_find_matching() to PCI library API to allow more generalized matching on device properties. * ARM EBSA285 now configured to use virtual vectors all the time. Users with
