Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-05 | srd: We use 0/1 instead of False/True at the moment. | Uwe Hermann | |
2012-01-05 | srd: Update USB decoder to the new API. | Uwe Hermann | |
2012-01-03 | srd: *.py: Remove one incorrect ord() call. | Uwe Hermann | |
While 'data' is of type 'bytes', 'data[0]' for example is of type 'int', thus the ord() there is neither needed nor correct anymore (yields an error). | |||
2012-01-03 | srd: Quick hack to make the USB decoder work again. | Uwe Hermann | |
2011-12-04 | srd: Update decoders to changed API. | Uwe Hermann | |
2011-12-01 | srd: PDs now explicitly register with sigrok module. | Gareth McMullin | |
2011-11-30 | srd: srd_usb.py: Cosmetics, white-space fixes. | Uwe Hermann | |
2011-11-29 | srd: Added USB full-speed decoder. | Gareth McMullin | |