From 9e95e4d85337965285d4814eb0c44837910b66f8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Sep 2013 20:10:01 +0200 Subject: [PATCH] i2c: Drop obsolete TODOs. --- decoders/i2c/pd.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index 6beb251..c8afc45 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -21,14 +21,9 @@ # I2C protocol decoder # TODO: Look into arbitration, collision detection, clock synchronisation, etc. -# TODO: Handle clock stretching. -# TODO: Handle combined messages / repeated START. -# TODO: Implement support for 7bit and 10bit slave addresses. +# 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: I2C address of slaves. -# TODO: Handle multiple different I2C devices on same bus -# -> we need to decode multiple protocols at the same time. import sigrokdecode as srd -- 2.30.2