2012-01-12 |
Uwe Hermann | srd: decoders: Metadata consistency fixes/updates. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: i2c: Drop unneeded %s usage. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: i2c: Use short-form if-else Python idiom. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: Decoders: Cosmetics and whitespace fixes. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: Drop duplicate SRD_ prefix from ANN/PROTO. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Drop useless out_ann/out_proto init. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Use 'import sigrokdecode as srd' for brevity. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: annotation -> annotations. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Finish consistency rename to ANN/PROTO. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Fix typo in Makefile.am. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Minor doxygen cosmetics. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Add Panasonic PAN1321 decoder (on top of UART). |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: self.add: Use sigrokdecode.SRD_OUTPUT_*. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: output_{protocol,annotation} -> out_{proto,ann}. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: s/output_new/add/ for all decoders. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Bert Vermeulen | Stacked protocol decoders implementation. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Bert Vermeulen | code cleanup |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | srd: change output_new() API call to add() |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | i2c: fix address handling |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | pass PD output to the calling frontend, simple annotati... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Define an output format and document it. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Add more aliases, report invalid bits. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Update to new PD annotation API. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Drop 'quick_hack' stuff. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: Add SRD_ERR_BUG. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | More .gitignore files cleanup. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Bert Vermeulen | expose SRD_OUTPUT_* as symbols in the sigrokdecode... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Bert Vermeulen | Decoder.output_new() now takes an extra protocol_id... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Bert Vermeulen | check before calling PyObject_GetAttrString(): this... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Bert Vermeulen | convert data coming in from a PD to C structs |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Renato Caldas | Added "autostuff" to the .gitignore. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: We use 0/1 instead of False/True at the moment. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Update mx25lxx05d.py to new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Update nunchuk decoder to new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Update transitioncounter to the new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Update USB decoder to the new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Update the SPI decoder to the new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Convert UART decoder to new API. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Uwe Hermann | srd: Small Python detection fixes. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Renato Caldas | configure.ac: fixed python3-config detection. |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Bert Vermeulen | new srd_logic type implementation for PDs to iterate... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | A few more fixes for configure.ac files. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | sr/srd: Add Doxyfile to the tarball. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | srd: Show config summary, libs, and Python info. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: configure.ac: Fix version number magic. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | Put most autotools files into autostuff/. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Remove decode() docstrings. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Put files into .../share/libsigrokdecode. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | sr/srd: Fix left-over #includes. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: *.py: Remove one incorrect ord() call. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make nunchuk.py work again. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make mx25lxx05d.py work again. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make transitioncounter.py work again. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make the USB decoder work again. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make the SPI decoder work again. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | srd: Quick hack to make the UART decoder work again. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Uwe Hermann | srd: configure.ac: Add comment. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | Split README, add appropriate ones per-project. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | sr/srd: Remove/fix non-applicable autotools stuff. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | sr/srd: Move some files to their resp. dirs. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Kristoffer... | Fix utf8 encoding error by changing the Python paramete... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bert Vermeulen | better python memory management |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bert Vermeulen | python 3 port |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bert Vermeulen | make time/duration work, at least when loading from... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bert Vermeulen | new dynamic output stream registration code, not finished. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Uwe Hermann | srd: SRD_ERR_ARGS -> SRD_ERR_ARG. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Uwe Hermann | srd: Add logging framework. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Uwe Hermann | srd: Add MX25Lxx05D SPI chip decoder. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Uwe Hermann | srd: nunchuk: Make states global. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Uwe Hermann | srd: decoders: Don't use problematic and/or construct. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Uwe Hermann | srd: UART: Simplify a code snippet. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Uwe Hermann | srd: UART: Add some protocol documentation. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Uwe Hermann | srd: Add initial UART decoder. |
commit | commitdiff | tree | snapshot |
2011-12-05 |
Gareth McMullin | srd: Initialise struct members by name. Minor other... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Uwe Hermann | srd: Bring back the 'id' field and use it. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Uwe Hermann | srd: Update decoders to changed API. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Bert Vermeulen | refactored PD framework, now using new sigrok.Decoder... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Gareth McMullin | srd: Changed nunchuk and transitioncounter to new regis... |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Gareth McMullin | srd: PDs now explicitly register with sigrok module. |
commit | commitdiff | tree | snapshot |
2011-12-01 |
Uwe Hermann | srd: i2c.py: States are global, not per-instance. |
commit | commitdiff | tree | snapshot |
2011-11-30 |
Uwe Hermann | srd: srd_usb.py: Cosmetics, white-space fixes. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Uwe Hermann | srd: nunchuk.py: Add some more URLs. |
commit | commitdiff | tree | snapshot |
2011-11-29 |
Gareth McMullin | srd: Added USB full-speed decoder. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Uwe Hermann | srd: nunchuk.py: Convert to new decoder API. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Gareth McMullin | srd: Moved instance list to libsigrokdecode. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Gareth McMullin | srd: Pass samplerate to decoder in metadata. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Uwe Hermann | decoders: Drop psyco stuff, seems obsolete. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Uwe Hermann | srd: Python: Consistently use single quotes for strings. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Uwe Hermann | srd: i2c.py: Docstrings should use """. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Uwe Hermann | srd: i2c.py: Mark Repeated Start condition as 'Sr'. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Uwe Hermann | srd: i2c.py: Rework I2C decoder. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Gareth McMullin | srd: Pass metadata to decoders only on SR_DF_HEADER. |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Uwe Hermann | srd: i2c.py: Convert to new API (unfinished). |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Uwe Hermann | srd: Comment out debug line for now. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | transitioncounter.py: Convert to new API. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | nunchuk.py: Fix indentation (syntax error). |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | Decoders: Use 4 spaces for indentation as per PEP-8. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | srd: decode.c: Improve error handling a bit. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | srd: decode.c: Add/fix comments and coding-style. |
commit | commitdiff | tree | snapshot |
2011-11-23 |
Uwe Hermann | srd: Doxygen comments for srd_init() and srd_exit(). |
commit | commitdiff | tree | snapshot |
next |