Document what needs to be done for an official 1.0 release - based upon email from...
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 8 Sep 2011 15:33:29 +0000 (17:33 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 8 Sep 2011 15:33:29 +0000 (17:33 +0200)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..369ae12
--- /dev/null
+++ b/TODO
@@ -0,0 +1,23 @@
+*** TODO for 1.0 release ***
+Build related:
+- Rename the library and header file,
+  so libftdi 0.x and 1.x can co-exist
+- Remove autoconf support
+
+API extentions:
+- Make EEPROM structure opaque
+- Function to query the library version,
+   either as string or as integers. Maybe both.
+- TO DECIDE: Make ftdi structure opaque?
+
+Misc:
+- Fix baudrate unit test for AM type chips
+- Resolve TODO entries in ftdi_eeprom
+- Look into merging ftdi_eeprom and examples/eeprom
+- "To deal with ftdi_context"  <-- Xiaofan: What was meant by this?
+  Maybe the same as "Make ftdi structure opaque?"
+
+Documentation:
+- Mention libusb-1.0 dependency
+- Comparison between 1.0 and 0.19
+- Document the new EEPROM function