Age | Commit message (Expand) | Author |
2018-06-10 | cfp: Add reset() method. | Uwe Hermann |
2018-06-10 | cfp: Use the Python in/range keywords. | Uwe Hermann |
2018-06-10 | cfp: Shorten two variable names. | Uwe Hermann |
2018-06-10 | cfp: Factor out self.putx(). | Uwe Hermann |
2018-06-10 | cfp: Reduce indentation level. | Uwe Hermann |
2018-06-10 | cfp: Drop unneeded annotation prefix; plural fixes. | Uwe Hermann |
2018-06-10 | cfp: Drop unused self.out_python. | Uwe Hermann |
2018-06-10 | cfp: Fix incorrect copy-paste description. | Uwe Hermann |
2018-06-10 | Revert "mdio: Add 'TURNAROUND' long/full annotation." in order to comply with... | Elias Oenal |
2018-06-10 | Add a CFP decoder. | Elias Oenal |
2018-05-30 | counter: Drop unneeded tuple braces. | Uwe Hermann |
2018-05-30 | counter: emit wider annotations for data and word counts | Gerhard Sittig |
2018-05-30 | counter: prepare for variable width annotations | Gerhard Sittig |
2018-05-29 | counter: explicit string formatting for annotation text | Gerhard Sittig |
2018-05-29 | counter: use local variables instead of instance variables | Gerhard Sittig |
2018-05-29 | counter: move some init code to the start of decode() | Gerhard Sittig |
2018-05-29 | counter: use symbolic names for input pins, wait conditions, annotation rows | Gerhard Sittig |
2018-05-29 | counter: explicit option text to .wait() edge mapping | Gerhard Sittig |
2018-05-26 | atsha204a: Add the reset() method. | Uwe Hermann |
2018-05-26 | atsha204a: Rename a few methods for consistency. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten a few more code chunks, add helpers. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten self.opcode to op in a few places. | Uwe Hermann |
2018-05-26 | atsha204a: Use the Python 'in' keyword to improve readability. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten output_tx_bytes()/output_rx_bytes() a bit. | Uwe Hermann |
2018-05-26 | Add decoder for Microchip ATSHA204A crypto module | Michalis Pappas |
2018-05-21 | Add ON Semi CAT24C256, CAT24M01. | whitequark |
2018-05-13 | st7735: Merge reset_state() into reset(). | Uwe Hermann |
2018-05-13 | Simple decoder for ST7735 TFT controller | Aleksander Alekseev |
2018-05-12 | mcs48: add reset method, make A12 optional, unassorted adjustment | Gerhard Sittig |
2018-05-12 | Add new decoder: Intel MCS-48 | fenugrec |
2018-05-03 | jtag_stm32: Always switch state on new instruction | George Hopkins |
2018-05-03 | jtag_stm32: Fix handling of boundary scan TAP | George Hopkins |
2018-05-03 | jtag: Fix shifting of registers | George Hopkins |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev |
2018-04-24 | dcf77: annotate unexpected bit numbers and values, do not abort execution | Gerhard Sittig |
2018-04-24 | dcf77: annotate invalid dow and month fields, do not abort execution | Gerhard Sittig |
2018-04-23 | dcf77, lpc: rephrase bit string formatting | Gerhard Sittig |
2018-04-12 | can: Fix incorrect stuff bit handling. | Uwe Hermann |
2018-04-08 | sda2506/qi: Add missing full stop in 'desc' field. | Uwe Hermann |
2018-04-08 | rc_encode: Use different annotation classes for code word addr/data. | Uwe Hermann |
2018-04-08 | rc_encode: Use different annotation classes for different bits. | Uwe Hermann |
2018-04-08 | rc_encode: Add self.putx() helper. | Uwe Hermann |
2018-04-08 | rc_encode: Use common self.ss/self.es naming. | Uwe Hermann |
2018-04-08 | rc_encode: Use += operator where possible. | Uwe Hermann |
2018-04-08 | rc_encode: Drop unneeded casts. | Uwe Hermann |
2018-04-08 | Add initial rc_encode protocol decoder. | steversig |
2018-03-31 | adns5020: Python style nit, fixup whitespace | Gerhard Sittig |
2018-03-31 | max7219: introduce constructor and reset() method | Gerhard Sittig |
2018-03-31 | microwire: introduce constructor and reset() method | Gerhard Sittig |