TODO, NEWS.
authorFlorian Pose <fp@igh-essen.com>
Fri, 10 Oct 2008 09:56:32 +0000
changeset 1260 9a43991c2115
parent 1259 5f9d1abbee71
child 1261 72e04173691f
TODO, NEWS.
NEWS
TODO
--- a/NEWS	Fri Oct 10 09:37:06 2008 +0000
+++ b/NEWS	Fri Oct 10 09:56:32 2008 +0000
@@ -6,6 +6,7 @@
 
 Changes since 1.4.0:
 
+* Added a userspace library for accessing the application interface.
 * Added VoE protocol support.
 * Separated datagram initialization from filling the payload with zeros.
   Introduced new method ec_datagram_zero() for that.
--- a/TODO	Fri Oct 10 09:37:06 2008 +0000
+++ b/TODO	Fri Oct 10 09:56:32 2008 +0000
@@ -8,9 +8,9 @@
 
 Version 1.5.0:
 
-* Implement user space realtime interface via cdev.
 * Remove ecrt_domain_state().
 * Segmented Sdo downloads.
+* Overthink pointer return values.
 
 Future issues:
 
@@ -32,14 +32,12 @@
     - Data type abbreviations.
     - Add a -n (numeric) switch.
 	- Check for unwanted options.
-* Get original driver for r8169.
 * Simplyfy master fsm by introducing a common request state to handle external
   requests (replace write_sii, sdo_request, etc).
 
 Smaller issues:
 
 * Stop master thread at ecrt_master_request() to get rid of allow_* flags?
-* Evaluate SII Size field (0x003E) to determine maximum SII memory size.
 * Clear sync managers in INIT.
 * Read out CRC counters.
 * Configure slave ports to automatically open on link detection.