Age | Commit message (Expand) | Author |
2019-05-15 | enc28j60: Factor out self.putr(). | Uwe Hermann |
2019-05-15 | enc28j60: Factor out self.putc(). | Uwe Hermann |
2019-05-15 | enc28j60: Use the common ss/es abbreviations. | Uwe Hermann |
2019-05-15 | enc28j60: Clear 'outputs' (no OUTPUT_PYTHON support). | Uwe Hermann |
2019-05-15 | enc28j60: Factor out command list to lists.py. | Uwe Hermann |
2019-05-15 | enc28j60: Shorten ANN_* list a bit. | Uwe Hermann |
2019-05-15 | enc28j60: Add 'tags' field. | Uwe Hermann |
2019-05-15 | enc28j60: Implements decoder for ENC28J60 SPI Ethernet chip | Jiahao Li |
2019-04-30 | atsha204a: Mention other potentially supported devices. | Uwe Hermann |
2019-04-30 | atsha204a: Mention ATECC508A support in docs. | Uwe Hermann |
2019-04-30 | atsha204a: Minor indentation fixes. | Uwe Hermann |
2019-04-30 | atsha204a: Only call output_tx_bytes() when the bytes buffer is not empty | Michalis Pappas |
2019-04-30 | atsha204a: Display OtherData parameter correctly when Verify command is execu... | Michalis Pappas |
2019-04-30 | atsha204a: Add support for ATECC508A | Michalis Pappas |
2019-04-24 | spi: Fix annotation row ordering. | Uwe Hermann |
2019-04-24 | spi: Don't emit bogus "transfer" items. | Uwe Hermann |
2019-04-24 | spi: Add support for "transfer" annotations. | Uwe Hermann |
2019-04-19 | cc1101: Use namedtuple to increase readability a bit. | Uwe Hermann |
2019-04-19 | cc1101: Remove 0x prefixes and unneeded quotation marks. | Uwe Hermann |
2019-04-19 | cc1101: Shorten decode_register() to decode_reg(). | Uwe Hermann |
2019-04-19 | cc1101: Simplify decode_command(). | Uwe Hermann |
2019-04-19 | cc1101: Simplify format_command(). | Uwe Hermann |
2019-04-19 | cc1101: Factor out and simplify ANN_* names. | Uwe Hermann |
2019-04-19 | Add a TI CC1101 decoder. | Marco |
2019-04-15 | sdcard_spi: Fix duplicated 'End bit' annotation emission. | Uwe Hermann |
2019-04-15 | sdcard_spi: Fix incorrect annotation row indices. | Uwe Hermann |
2019-04-15 | sdcard_spi: handle_data_response(): Shorten a few lines. | Uwe Hermann |
2019-04-15 | sdcard_spi: handle_data_response(): Add comment, cosmetics. | Uwe Hermann |
2019-04-15 | sdcard_spi: Fix some abbreviations and names to match the spec. | Uwe Hermann |
2019-04-14 | sdcard_spi: touch up CMD24 handling | Gerhard Sittig |
2019-04-14 | sdcard_spi: add support for CMD24 including payload data | Pierre Poulain |
2019-04-02 | decoders: Fix incorrect 'outputs' fields. | Uwe Hermann |
2019-03-28 | ds2408: Add missing tags. | Uwe Hermann |
2019-03-28 | add a Maxim DS2408 decoder | Mariusz Bialonczyk |
2019-03-28 | onewire_network: add a 'Disable Test Mode' command for DS2408 | Mariusz Bialonczyk |
2019-03-28 | onewire_network: add a missing 'Resume ROM' command | Mariusz Bialonczyk |
2019-03-16 | decoders: Various cosmetic/consistency/typo fixes. | Uwe Hermann |
2019-03-15 | decoders: Add/update tags for each PD. | Uwe Hermann |
2019-03-13 | Add PD tags handling and some tags | Soeren Apel |
2019-01-30 | jtag_ejtag: Shorten a variable name. | Uwe Hermann |
2019-01-30 | Rename values that shadow built-in keywords | Ryan Jarvis |
2019-01-30 | Remove trailing semicolons | Ryan Jarvis |
2019-01-30 | Fix obvious typos with string formatters | Ryan Jarvis |
2019-01-30 | Typo preventing "Personal preference settings" & "Display user info on screen... | Ryan Jarvis |
2019-01-29 | Comparison to None should use "is/is not" instead of "==/!=" | Ryan Jarvis |
2019-01-29 | DS1307: Bugs fixes. | Libor Gabaj |
2018-11-25 | uart: remove obsolete TODO (Python annotation for frame errors) | Gerhard Sittig |
2018-11-25 | uart: add FRAME Python annotation, communicate frame validity | Gerhard Sittig |
2018-11-25 | uart: document the Python annotation for BREAK | Gerhard Sittig |
2018-11-20 | i2s: Fix 2 issues. | Weixiao Zhang |