Rename python wrapper to ftdi1. Adapt examples with minimal code changes
[libftdi] / TODO
diff --git a/TODO b/TODO
index adafdc2..1660516 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,13 @@
 *** TODO for 1.0 release ***
-Build related:
-- Rename the library and header file,
-  so libftdi 0.x and 1.x can co-exist
-
-API extentions:
-- TO DECIDE: Make ftdi structure opaque?
+Python wrapper:
+- Find out the following:
+  - Rename wrapper library to "ftdi1", users have to "import ftdi1"
+  - All other code in the examples can continue
+    to use "ftdi.xxx" instead of "ftdi1.xxx"
 
 Misc:
 - 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