Age | Commit message (Expand) | Author |
2020-01-13 | sdcard_sd: Put card status fields in their own annotation classes. | Uwe Hermann |
2020-01-12 | sdcard_sd: Add basic support for CSD register fields. | Uwe Hermann |
2020-01-12 | sdcard_sd: Add basic support for CID register fields. | Uwe Hermann |
2020-01-12 | sdcard_sd: Rename some annotation classes. | Uwe Hermann |
2020-01-11 | sdcard_sd: Use a Bit class to improve readability. | Uwe Hermann |
2020-01-11 | sdcard_sd: Replace a hardcoded number for better readability. | Uwe Hermann |
2020-01-11 | sdcard_sd: Clarify some variable/argument names. | Uwe Hermann |
2020-01-11 | sdcard_sd: Remove a list that needs manual maintenance. | Uwe Hermann |
2020-01-10 | sdcard_sd: Use correct annotation class for R2. | Uwe Hermann |
2020-01-10 | cjtag: Use SrdIntEnum for cJTAG states. | Uwe Hermann |
2020-01-10 | sda2506: Use SrdIntEnum for pins. | Uwe Hermann |
2020-01-10 | tlc5620: Use SrdIntEnum for pins. | Uwe Hermann |
2020-01-10 | maple_bus: Use SrdIntEnum for pins. | Uwe Hermann |
2020-01-10 | sdcard_sd: Use SrdIntEnum for pins. | Uwe Hermann |
2020-01-10 | sdcard_sd: Simplify self.putr() invocations. | Uwe Hermann |
2020-01-10 | sdcard_sd: Put responses in their own annotation classes. | Uwe Hermann |
2020-01-10 | sdcard_sd: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-01-10 | cjtag: Use SrdStrEnum for the state machine. | Uwe Hermann |
2020-01-10 | jtag: Use SrdStrEnum for the state machine. | Uwe Hermann |
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 |