summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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-19/+183
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-499/+301
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-29firmware: i2c is high by defaultDaniel Friesel-1/+1
2013-06-29firmware: fix initialization, disable software pull-ups, fix readoutDaniel Friesel-15/+5
2013-06-07leave space for ninth i2c (ack) bitDaniel Friesel-2/+2
2013-05-20rename i2c to vusb-i2cDaniel Friesel-4/+10
2013-05-20makefile: add install targetDaniel Friesel-0/+5
2013-05-17rename powerSwitch to i2c (more accurate)Daniel Friesel-5/+7
2013-05-14initial commitDaniel Friesel-0/+18680