summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2013-03-12ds1307: Fix date/day-of-week printing.Uwe Hermann
2013-03-12Add Dallas DS1307 RTC protocol decoderMatt Ranostay
2013-01-30can: Temporary quickfix for a bug.Uwe Hermann
2013-01-13Cosmetics, fix typos.Uwe Hermann
2013-01-01Small cosmetic/consistency fixes in the PDs.Uwe Hermann
2012-12-17Add intial CAN protocol decoder.Uwe Hermann
2012-11-24mlx90614: "Kelvin", not "degrees Kelvin".Uwe Hermann
2012-11-24Fix bugs in "Invalid state" printing/exceptions.Uwe Hermann
2012-11-24All PDs: Name the files pd.py consistently.Uwe Hermann
2012-11-24configure.ac/Makefile.am: Alphabetical order.Uwe Hermann
2012-11-24tlc5620: Refactoring, add initial LOAD support.Uwe Hermann
2012-11-21Initial TI TLC5620 (8-bit quad DAC) protocol decoder.Uwe Hermann
2012-08-31srd: uart: Fix regression.Uwe Hermann
2012-08-29Add initial SD card (SPI mode) decoder.Uwe Hermann
2012-07-28srd: lm75: s/degrees Kelvin/Kelvin/.Uwe Hermann
2012-07-28srd: avr_isp: Improve Chip Erase handling.Uwe Hermann
2012-07-28srd: avr_isp: Factor out part numbers/names to part.py.Uwe Hermann
2012-07-28srd: Initial decoder for AVR ISP protocol.Uwe Hermann
2012-07-21srd: onewire_link: Annotations shouldn't be ALLCAPS.Uwe Hermann
2012-07-21srd: maxim_ds28ea00: Factor out putx(), small fixes.Uwe Hermann
2012-07-21srd: maxim_ds28ea00: Cosmetics, cleanups.Uwe Hermann
2012-07-21srd: maxim_ds28ea00: Fix to only handle DS28EA00.Uwe Hermann
2012-07-21srd: Rename onewire_transport to maxim_ds28ea00.Uwe Hermann
2012-07-21srd: onewire_network: Fix typo, command is 0x69.Uwe Hermann
2012-07-21srd: onewire_link/network: Fix annotations, small cleanups.Uwe Hermann
2012-07-21srd: onewire_link/network: Reduce nesting level.Uwe Hermann
2012-07-21srd: onewire_network: Cosmetics, simplifications, doc fixes.Uwe Hermann
2012-07-21srd: onewire_link: Cosmetics, simplifications, doc fixes.Uwe Hermann
2012-07-17onewire: fixed an issue caused by renaming a transport layer commandIztok Jeras
2012-07-17onewire: added new transport layer commandsIztok Jeras
2012-07-17onewire: updated documentationIztok Jeras
2012-07-15onewire: added transport layer decoder, it does not do much for nowIztok Jeras
2012-07-15onewire: updates to link layer timingIztok Jeras
2012-07-15onewire: combined reset and presence detect events, avoid unneeded overdrive ...Iztok Jeras
2012-07-15onewire: the split of the protocol into layers works nowIztok Jeras
2012-07-15onewire: placing protocol layers into separate directoriesIztok Jeras
2012-07-15onewire: preparations for protocol separation between link and network layersIztok Jeras
2012-07-11srd: Drop 'usb' PD, replaced by two others.Uwe Hermann
2012-07-11srd: Performance improvements for various PDs.Uwe Hermann
2012-07-06srd: lm75: Output min/max/avg temperature in report().Uwe Hermann
2012-07-06srd: lm75: Warn about temperature reg. being read-only.Uwe Hermann
2012-07-06srd: lm75: Generic handling of register reads/writes.Uwe Hermann
2012-07-04srd: onewire: Fix copyright line, and PD name/description.Uwe Hermann
2012-07-04some white space changes, changed handling of normal/overdrive timing, annota...Iztok Jeras
2012-07-04added some ducumentation, shortened the ROM command decoder codeIztok Jeras
2012-07-04added some untested overdrive functionality, added some comments, modified ti...Iztok Jeras
2012-07-04commented out most of the TRANSPORT layer code, added some code for an improv...Iztok Jeras
2012-07-04decoder onewire: added conditional network commands, some fixex to the transp...Iztok Jeras
2012-07-04decoder onewire: separated transport layer code from network layerIztok Jeras