]> sigrok.org Git - libsigrokdecode.git/commitdiff
i2c: Drop obsolete 10bit slave address TODO.
authorUwe Hermann <redacted>
Sat, 13 Jan 2018 17:07:57 +0000 (18:07 +0100)
committerUwe Hermann <redacted>
Sat, 13 Jan 2018 17:07:57 +0000 (18:07 +0100)
Nobody has seen any such slave in the wild, yet. In the very unlikely
case that someone actually sees or needs this, patches are welcome
though (together with sample .sr files).

decoders/i2c/pd.py

index 7f8960da4ffdf60fbf7f070f1d91107a0c1755b7..b633397f563f6ae5b34327d1738b5c15fe65a026 100644 (file)
@@ -18,7 +18,6 @@
 ##
 
 # TODO: Look into arbitration, collision detection, clock synchronisation, etc.
 ##
 
 # TODO: Look into arbitration, collision detection, clock synchronisation, etc.
-# TODO: Implement support for 10bit slave addresses.
 # TODO: Implement support for inverting SDA/SCL levels (0->1 and 1->0).
 # TODO: Implement support for detecting various bus errors.
 
 # TODO: Implement support for inverting SDA/SCL levels (0->1 and 1->0).
 # TODO: Implement support for detecting various bus errors.