]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: Add usable one-liner descriptions for all PDs.
authorUwe Hermann <redacted>
Tue, 8 May 2012 22:35:30 +0000 (00:35 +0200)
committerUwe Hermann <redacted>
Tue, 8 May 2012 22:35:30 +0000 (00:35 +0200)
16 files changed:
decoders/dcf77/dcf77.py
decoders/edid/edid.py
decoders/i2c/i2c.py
decoders/i2cdemux/i2cdemux.py
decoders/i2cfilter/i2cfilter.py
decoders/i2s/i2s.py
decoders/lpc/lpc.py
decoders/mlx90614/mlx90614.py
decoders/mx25lxx05d/mx25lxx05d.py
decoders/mxc6225xu/mxc6225xu.py
decoders/nunchuk/nunchuk.py
decoders/pan1321/pan1321.py
decoders/rtc8564/rtc8564.py
decoders/spi/spi.py
decoders/uart/uart.py
decoders/usb/usb.py

index a02eb324c5bc9d7a58fa94bced537791ea984430..3a8134ff289b5f2d8ef5a54bec2840e005257125 100644 (file)
@@ -35,7 +35,7 @@ class Decoder(srd.Decoder):
     id = 'dcf77'
     name = 'DCF77'
     longname = 'DCF77 time protocol'
-    desc = 'TODO.'
+    desc = 'European longwave time signal (77.5kHz carrier signal).'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['dcf77']
index c11d41a6c5e19ab8a47294c9bf5b73c80d8d75f7..835f300dc39cc6ac5664de708d9ebf0a4339ea9b 100644 (file)
@@ -79,7 +79,7 @@ class Decoder(srd.Decoder):
     id = 'edid'
     name = 'EDID'
     longname = 'Extended display identification data'
-    desc = 'A data structure describing the capabilities of a display device.'
+    desc = 'Data structure describing display device capabilities.'
     license = 'gplv3+'
     inputs = ['ddc2']
     outputs = ['edid']
index 5f67d3576ab49d70eb0dbc15e107de67b3d8edea..0e79497cc848253c7c1386ee8f1a3cace489ff1b 100644 (file)
@@ -55,7 +55,7 @@ class Decoder(srd.Decoder):
     id = 'i2c'
     name = 'I2C'
     longname = 'Inter-Integrated Circuit'
-    desc = 'I2C is a two-wire, multi-master, serial bus.'
+    desc = 'Two-wire, multi-master, serial bus.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['i2c']
index 360c408a42a4aa85dab502b4cd54292249ef93c7..bb47f230a66f0ec834a7381fb87ee4baaf3a5d81 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     id = 'i2cdemux'
     name = 'I2C demux'
     longname = 'I2C demultiplexer'
-    desc = 'TODO.'
+    desc = 'Demux I2C packets into per-slave-address streams.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = [] # TODO: Only known at run-time.
index fad11c31d77a718023dda904c3a00ffa59bb3b86..64010cb2a3f0404aba7e79031fa3b058f614144c 100644 (file)
@@ -26,7 +26,7 @@ class Decoder(srd.Decoder):
     id = 'i2cfilter'
     name = 'I2C filter'
     longname = 'I2C filter'
-    desc = 'Filter out specific addresses/directions in an I2C stream.'
+    desc = 'Filter out addresses/directions in an I2C stream.'
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = []
index b81f2dd45d59f61319418f183d38e43626d34a8b..b921011589bd3592824efb6d68ff5ad9b3b76561 100644 (file)
@@ -30,8 +30,7 @@ class Decoder(srd.Decoder):
     id = 'i2s'
     name = 'I2S'
     longname = 'Integrated Interchip Sound'
-    desc = 'I2S is an electrical serial bus interface standard used ' \
-        'for connecting digital audio devices together.'
+    desc = 'Serial bus for connecting digital audio devices.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['i2s']
index 1357fbd1b17e0542d0363dcdddaf2cf5a2cae308..cd56a9b4e21b9f49e449b0d4e3333bbd56f25d76 100644 (file)
@@ -102,7 +102,7 @@ class Decoder(srd.Decoder):
     id = 'lpc'
     name = 'LPC'
     longname = 'Low-Pin-Count'
-    desc = 'TODO.'
+    desc = 'Protocol for low-bandwidth devices on PC mainboards.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['lpc']
index 35ca0323248b8249480cfdb5f2783b80cfa1a2df..707eb7fc1663127e54f9ee5760a9ba639891aa0b 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     id = 'mlx90614'
     name = 'MLX90614'
     longname = 'Melexis MLX90614'
-    desc = 'TODO.'
+    desc = 'Infrared Thermometer protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mlx90614']
index 7c8a6fd3beb172bfccde00d9a09949aacb6888c4..f7c84764097cc8bbecf534fa8d0978d3d71328cf 100644 (file)
@@ -98,7 +98,7 @@ class Decoder(srd.Decoder):
     id = 'mx25lxx05d'
     name = 'MX25Lxx05D'
     longname = 'Macronix MX25Lxx05D'
-    desc = 'Macronix MX25Lxx05D SPI flash chip decoder'
+    desc = 'SPI (NOR) flash chip protocol.'
     license = 'gplv2+'
     inputs = ['spi', 'logic']
     outputs = ['mx25lxx05d']
index 5769f3e691df066bf9c13868e2f45912439f96e5..39564a957f1e4d0ea4557c9316f82060d2eae704 100644 (file)
@@ -66,7 +66,7 @@ class Decoder(srd.Decoder):
     id = 'mxc6225xu'
     name = 'MXC6225XU'
     longname = 'MEMSIC MXC6225XU'
-    desc = 'Digital Thermal Orientation Sensor (DTOS) protocol'
+    desc = 'Digital Thermal Orientation Sensor (DTOS) protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mxc6225xu']
index 0c4cf11277f7825320f33cda1fe87210a753100c..1bcba23db99aedb14bb7dde3925f40b7c7b8d6c7 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     id = 'nunchuk'
     name = 'Nunchuk'
     longname = 'Nintendo Wii Nunchuk'
-    desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.'
+    desc = 'Nintendo Wii Nunchuk controller protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['nunchuck']
index 9d1d8122e763a06b5285b6918ba5854ee69764ca..da981f25438f098734c18d12fa26fc4977923f4f 100644 (file)
@@ -31,7 +31,7 @@ class Decoder(srd.Decoder):
     id = 'pan1321'
     name = 'PAN1321'
     longname = 'Panasonic PAN1321'
-    desc = 'TODO.'
+    desc = 'Bluetooth RF module with Serial Port Profile (SPP).'
     license = 'gplv2+'
     inputs = ['uart']
     outputs = ['pan1321']
index c74630a53713182595bef0c08c4d60e24b5f9fd2..bf5d4b6c731bce2afc7cb3b58df858fd32401a9d 100644 (file)
@@ -31,7 +31,7 @@ class Decoder(srd.Decoder):
     id = 'rtc8564'
     name = 'RTC-8564'
     longname = 'Epson RTC-8564 JE/NB'
-    desc = 'TODO.'
+    desc = 'Realtime clock module protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['rtc8564']
index 5e5e74ec5c7123d8a022beb0086e04a7e1f17dc8..72a3dfb8e2b202ab22466bf73e228becf006bf92 100644 (file)
@@ -41,7 +41,7 @@ class Decoder(srd.Decoder):
     id = 'spi'
     name = 'SPI'
     longname = 'Serial Peripheral Interface'
-    desc = '...desc...'
+    desc = 'Full-duplex, synchronous, serial bus.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['spi']
index a478c8eb7906019ea21fcb5c35e57683420f6162..bb4d9e62c22e75f9b1513e9c8ab42a9b4e799b11 100644 (file)
@@ -61,7 +61,7 @@ class Decoder(srd.Decoder):
     id = 'uart'
     name = 'UART'
     longname = 'Universal Asynchronous Receiver/Transmitter'
-    desc = 'Universal Asynchronous Receiver/Transmitter (UART)'
+    desc = 'Asynchronous, serial bus.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['uart']
index 5bfaf6901fd2555438fc91fa668735e3f2bb105b..8620de0f576afe2351164eb7d5775f2573ee8cfb 100644 (file)
@@ -86,7 +86,7 @@ class Decoder(srd.Decoder):
     id = 'usb'
     name = 'USB'
     longname = 'Universal Serial Bus'
-    desc = 'Universal Serial Bus'
+    desc = 'USB 1.x (full-speed) serial protocol.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['usb']