Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | common: add LSB/MSB first bitpack variant with optional index | Gerhard Sittig | |
The CAN decoder collects bits in MSB first order. The SIRC decoder keeps lists of tuples with bits and their ss/es. Introduce common logic for LSB and MSB first arguments, and optional array index access, to reduce redundancy at callers'. | |||
2020-01-10 | srdhelper: Add SrdStrEnum with various helper methods. | Uwe Hermann | |
2020-01-10 | srdhelper: Add SrdIntEnum with various helper methods. | Uwe Hermann | |
2018-07-15 | common: rephrase bitpack(), use list comprehension Python idiom | Gerhard Sittig | |
2018-06-22 | jtag_ejtag: Move bin2int() to common/srdhelper. | Uwe Hermann | |
Also, rename from bin_to_int to bin2int() for consistency. | |||
2017-12-09 | graycode: Move bitpack/bitunpack to common/. | Uwe Hermann | |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-05-25 | Move common/ directory into decoders/. | Uwe Hermann | |
This simplifies cross-platform handling of the Python/decoder paths and module installation/dist a bit and also fixes bug #804. |