Age | Commit message (Expand) | Author |
2020-07-02 | pjon: show "communication relations", and nits | Gerhard Sittig |
2020-07-02 | pjdl: prepare for "stretched" timings | Gerhard Sittig |
2020-07-02 | pjon: use underscore in input/output names for stacked decoders | Gerhard Sittig |
2020-06-24 | pjon: introduce decoder for PJON frame inspection | Gerhard Sittig |
2020-06-24 | pjdl: introduce decoder for PJON single wire serial link layer | Gerhard Sittig |
2020-06-23 | jtag: Use list.append instead of insert | Konrad Beckmann |
2020-05-26 | nrf905: Drop non-existent OUTPUT_PYTHON output. | Uwe Hermann |
2020-05-26 | nrf905: More readable annotation byte values. | Uwe Hermann |
2020-05-26 | nrf905: Drop all print() calls. | Uwe Hermann |
2020-05-26 | nrf905: Simplify a few code snippets. | Uwe Hermann |
2020-05-26 | nrf905: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-05-26 | nrf905: Add missing 'tags' item. | Uwe Hermann |
2020-05-26 | ntf905: Add/rename required self.reset() method. | Uwe Hermann |
2020-05-26 | Add decoder for Nordic Semiconductor nRF905 chip | Jorge Solla |
2020-05-22 | Use PyLong_FromUnsignedLongLong() where needed. | Uwe Hermann |
2020-05-21 | type_decoder.c: Workaround for a compiler warning. | Uwe Hermann |
2020-05-21 | adxl345: Update register meaning for 0x21, 0x22, 0x23 regs. | Teo Perisanu |
2020-04-11 | ad79x0: Rename the 'ref' option to 'vref'. | Uwe Hermann |
2020-04-11 | ad79x0: Reduce unnecessarily many voltage formats. | Uwe Hermann |
2020-04-11 | ad79x0: Fix the tags metadata item. | Uwe Hermann |
2020-04-11 | ad79x0: Avoid duplicated annotation class/row IDs. | Uwe Hermann |
2020-04-11 | Add AD79x0 decoder. | Teo Perisanu |
2020-04-11 | ad5626: Always use the same number of decimal places. | Uwe Hermann |
2020-04-11 | ad5626: Rename an annotation class. | Uwe Hermann |
2020-04-11 | ad5626: Drop unnecessary annotation_rows item. | Uwe Hermann |
2020-04-11 | ad5626: Fix the tags metadata item. | Uwe Hermann |
2020-04-11 | Add AD5626 decoder. | Teo Perisanu |
2020-04-11 | ltc242x: Reduce unnecessarily many voltage formats. | Uwe Hermann |
2020-04-11 | ltc242x: Put channel voltages on different annotation rows. | Uwe Hermann |
2020-04-11 | ltc242x: Use plural for annotation rows, avoid duplicates. | Uwe Hermann |
2020-04-11 | ltc242x: Rename the 'ref' option to 'vref'. | Uwe Hermann |
2020-04-11 | ltc242x: Fix the tags metadata item. | Uwe Hermann |
2020-04-11 | Add LTC242x decoder. | Teo Perisanu |
2020-04-11 | ltc26x7: Put channel voltages on different annotation rows. | Uwe Hermann |
2020-04-11 | ltc26x7: Reduce unnecessarily many voltage formats. | Uwe Hermann |
2020-04-11 | ltc26x7: Fix the default for the 'chip' option. | Uwe Hermann |
2020-04-11 | ltc26x7: Option renames for consistency. | Uwe Hermann |
2020-04-11 | ltc26x7: Fix the tags metadata item. | Uwe Hermann |
2020-04-11 | ltc26x7: Drop unnecessary annotation_rows item. | Uwe Hermann |
2020-04-11 | Add LTC26x7 decoder. | Teo Perisanu |
2020-04-11 | adxl345: Fix incorrect rate value in handle_reg_0x2c(). | Uwe Hermann |
2020-04-11 | adxl345: Use all-lowercase method named for handle_reg_*. | Uwe Hermann |
2020-04-11 | adxl345: Use SrdIntEnum for the state machine. | Uwe Hermann |
2020-04-11 | adxl345: Use SrdIntEnum for annotation classes. | Uwe Hermann |
2020-04-11 | adxl345: Fix scale factor in handle_reg_0x22(). | Uwe Hermann |
2020-04-11 | adxl345: Shorten/simplify self.putbs() invocations. | Uwe Hermann |
2020-04-11 | adxl345: Shorten/simplify a few code snippets. | Uwe Hermann |
2020-04-11 | Add ADXL345 decoder. | Teo Perisanu |
2020-01-13 | sdcard_sd: Automatically generate token field annotation classes. | Uwe Hermann |
2020-01-13 | sdcard_sd: Put 0/1 bits in different annotation classes. | Uwe Hermann |