summaryrefslogtreecommitdiff
path: root/commandline
AgeCommit message (Expand)AuthorLines
2016-01-09move software I2C implementation to ATTinyDaniel Friesel-21/+98
2016-01-08use global defines for usb control commandsDaniel Friesel-8/+3
2016-01-08check software version between firmware and CLIDaniel Friesel-4/+28
2016-01-02i2cget, i2cset: properly terminate I2C connection in case of errorsDaniel Friesel-4/+20
2016-01-02commandline: remove legacy 'vusb-i2c' programDaniel Friesel-71/+2
2016-01-01simplify USB protocolDaniel Friesel-11/+17
2015-12-24i2cget, i2cset: more error handlingDaniel Friesel-13/+28
2013-11-17add -c, -d to set sda/scl bitDaniel Friesel-0/+19
2013-11-17prepare to make sda/scl bits configurableDaniel Friesel-13/+15
2013-10-05add ds2482-100-searchrom (onewire SEARCH ROM)Daniel Friesel-0/+41
2013-10-05readrom: add trailing newlineDaniel Friesel-1/+1
2013-10-05overdrive supportDaniel Friesel-1/+8
2013-10-04ds2482-100-readrom: use ABCDEF hex for chaosdorf foo compatibilityDaniel Friesel-1/+1
2013-10-04add DS2482 Onewire READ ROM example scriptDaniel Friesel-0/+33
2013-10-04derease bus clock speed to ~10kHzDaniel Friesel-5/+5
2013-10-04i2cget: Allow read commands of arbitrary lengthDaniel Friesel-18/+11
2013-10-04i2cset: use strtol for all conversionsDaniel Friesel-2/+7
2013-10-03i2cdetect: Send START without prior STOPDaniel Friesel-1/+1
2013-10-03i2cget / i2cset: Accept hexadecimal input, document exit codesDaniel Friesel-7/+62
2013-08-02i2cdetect cleanupDaniel Friesel-4/+0
2013-07-29i2cget: read 16bit ints as wellDaniel Friesel-5/+20
2013-07-29start work on commandline documentationDaniel Friesel-1/+175
2013-07-28rename i2cwrite to i2cset for i2c-tools compatibilityDaniel Friesel-25/+34
2013-07-28add vusb-i2cgetDaniel Friesel-1/+58
2013-07-28add vusb-i2cwriteDaniel Friesel-3/+29
2013-07-28further abstractionDaniel Friesel-64/+70
2013-07-28move common code to i2c-util.cDaniel Friesel-497/+299
2013-07-16add i2cdetectDaniel Friesel-1/+300
2013-07-16commandline: use helper functions instead of defines for sda/scl controlDaniel Friesel-32/+28
2013-06-30now 100% i2c compliant. use "256" to read a byteDaniel Friesel-13/+30
2013-06-29commandline: verify bus state (not well-tested yet)Daniel Friesel-15/+93
2013-06-07leave space for ninth i2c (ack) bitDaniel Friesel-2/+2
2013-05-20rename i2c to vusb-i2cDaniel Friesel-3/+9
2013-05-20makefile: add install targetDaniel Friesel-0/+5
2013-05-17rename powerSwitch to i2c (more accurate)Daniel Friesel-3/+3
2013-05-14initial commitDaniel Friesel-0/+262