Age | Commit message (Expand) | Author |
2020-01-10 | edid: Use SrdIntEnum for the state machine. | Uwe Hermann |
2020-01-10 | sdcard_sd: Use SrdStrEnum for the state machine. | Uwe Hermann |
2020-01-10 | srdhelper: Add SrdStrEnum with various helper methods. | Uwe Hermann |
2020-01-10 | usb_signalling: Use SrdIntEnum for the state machine. | Uwe Hermann |
2020-01-10 | jtag_ejtag: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | mcs48: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | ac97: Rename Pins class to Pin. | Uwe Hermann |
2020-01-10 | ac97: Use SrdIntEnum for annotation/binary/pin classes. | Uwe Hermann |
2020-01-10 | spiflash: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | sdcard_spi: Use ternary operator where possible. | Uwe Hermann |
2020-01-10 | sdcard_spi: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | ds1307: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | ds1307: Consistently use _ instead of - for various IDs. | Uwe Hermann |
2020-01-10 | cc1101: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | amulet_ascii: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | srdhelper: Add SrdIntEnum with various helper methods. | Uwe Hermann |
2020-01-09 | cjtag: Drop no longer needed _real variable name suffix. | Uwe Hermann |
2020-01-09 | cjtag: Give each cJTAG state its own annotation class. | Uwe Hermann |
2020-01-09 | cjtag: Use correct TCKC/TMSC channel names. | Uwe Hermann |
2020-01-09 | cjtag: Drop some unused method arguments. | Uwe Hermann |
2020-01-09 | cjtag: Drop non-existing channels from the decoder. | Uwe Hermann |
2020-01-09 | cjtag: Use ternary operator where possible. | Uwe Hermann |
2020-01-09 | cjtag: Use += operator where possible. | Uwe Hermann |
2020-01-09 | cjtag: Drop various unneeded parenthesis. | Uwe Hermann |
2020-01-09 | cjtag: Use plural for annotation row IDs/names. | Uwe Hermann |
2020-01-09 | cjtag: Add cJTAG OSCAN1 decoder. | Kongou Hikari |
2020-01-08 | cjtag: Use an exact copy of the jtag PD as basis for cjtag. | Uwe Hermann |
2020-01-05 | spiflash: Don't use ambiguous annotation class names. | Uwe Hermann |
2020-01-05 | dmx512: stack DMX512 on top of UART and improve usability | Gerhard Sittig |
2020-01-05 | dmx512: remove previous implementation before replacing it | Gerhard Sittig |
2020-01-04 | ps2: end data byte at rising clock edge of the stop bit | Gerhard Sittig |
2020-01-02 | flexray: fix annotation for 'frame end sequence' | Stephan Thiele |
2020-01-01 | amulet_ascii: Minor consistency fix. | Uwe Hermann |
2020-01-01 | xfp: Add annotation rows. | Uwe Hermann |
2020-01-01 | modbus: Add missing annotation class names. | Uwe Hermann |
2020-01-01 | mlx90614: Add annotation rows. | Uwe Hermann |
2020-01-01 | cc1101: Add missing annotation class. | Uwe Hermann |
2020-01-01 | All PDs: Consistently use singular/plural for annotation classes/rows. | Uwe Hermann |
2019-12-31 | x2444m: Eliminate duplicate annotation class ID. | Uwe Hermann |
2019-12-31 | srd_decoder_load(): Error out upon various duplicate IDs. | Uwe Hermann |
2019-12-31 | HACKING: Add some Python coding style hints, fix incorrect docs. | Uwe Hermann |
2019-12-30 | uart: Use human-readable names for binary classes. | Uwe Hermann |
2019-12-30 | uart: Fix incorrect stop bit annotation class. | Uwe Hermann |
2019-12-30 | uart: Use human-readable names for annotation classes. | Uwe Hermann |
2019-12-17 | uart: sample position nits, fix typo, float calculation awareness | Gerhard Sittig |
2019-12-17 | uart: allow arbitrary sample positions for UART bit values (1-99%) | Gerhard Sittig |
2019-12-12 | can: Drop an unused method. | Uwe Hermann |
2019-12-12 | signature: increase compatibility across Python versions | Gerhard Sittig |
2019-12-10 | ac97/lin: Remove some unneeded code snippets. | Uwe Hermann |
2019-12-10 | struct srd_decoder: Fix/improve some documentation comments. | Uwe Hermann |