summaryrefslogtreecommitdiff
path: root/decoders/srd_usb.py
AgeCommit message (Expand)Author
2012-01-12srd: decoders: Metadata consistency fixes/updates.Uwe Hermann
2012-01-12srd: Decoders: Cosmetics and whitespace fixes.Uwe Hermann
2012-01-12srd: Drop duplicate SRD_ prefix from ANN/PROTO.Uwe Hermann
2012-01-10srd: Drop useless out_ann/out_proto init.Uwe Hermann
2012-01-10srd: Use 'import sigrokdecode as srd' for brevity.Uwe Hermann
2012-01-10srd: Finish consistency rename to ANN/PROTO.Uwe Hermann
2012-01-10srd: self.add: Use sigrokdecode.SRD_OUTPUT_*.Uwe Hermann
2012-01-10srd: output_{protocol,annotation} -> out_{proto,ann}.Uwe Hermann
2012-01-10srd: s/output_new/add/ for all decoders.Uwe Hermann
2012-01-05srd: We use 0/1 instead of False/True at the moment.Uwe Hermann
2012-01-05srd: Update USB decoder to the new API.Uwe Hermann
2012-01-03srd: *.py: Remove one incorrect ord() call.Uwe Hermann
2012-01-03srd: Quick hack to make the USB decoder work again.Uwe Hermann
2011-12-04srd: Update decoders to changed API.Uwe Hermann
2011-12-01srd: PDs now explicitly register with sigrok module.Gareth McMullin
2011-11-30srd: srd_usb.py: Cosmetics, white-space fixes.Uwe Hermann
2011-11-29srd: Added USB full-speed decoder.Gareth McMullin