From 01be58990eac05020ff5a5f2327615c1ff737372 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 10 Oct 2008 09:56:32 +0000 Subject: [PATCH] TODO, NEWS. --- NEWS | 1 + TODO | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ff8b8a8e..6cc2ce5e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ $Id$ 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. diff --git a/TODO b/TODO index 68de45cd..6778c9cf 100644 --- a/TODO +++ b/TODO @@ -8,9 +8,9 @@ $Id$ 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 @@ Future issues: - 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.