summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2016-01-10firmware: clean up main.c, remove driver size test codeDaniel Friesel-92/+43
2016-01-09move software I2C implementation to ATTinyDaniel Friesel-38/+187
2016-01-08use global defines for usb control commandsDaniel Friesel-11/+10
2016-01-08check software version between firmware and CLIDaniel Friesel-5/+33
2016-01-02i2cget, i2cset: properly terminate I2C connection in case of errorsDaniel Friesel-4/+20
2016-01-02firmware: add support for power/activity LEDsDaniel Friesel-4/+5
2016-01-02commandline: remove legacy 'vusb-i2c' programDaniel Friesel-71/+2
2016-01-01simplify USB protocolDaniel Friesel-78/+30
2016-01-01normalize firmware/Makefile (and always run make fuse_tiny2313)Daniel Friesel-21/+27
2015-12-31vusb-i2c-tht layout: Add a missing wireDaniel Friesel-1/+1
2015-12-30circuits: normalize file namesDaniel Friesel-0/+0
2015-12-30THT circuit: Adjust label placementDaniel Friesel-4/+4
2015-12-29tht circuit: preparing rev 2Daniel Friesel-109/+1767
2015-12-29smd rev 1 at board houseDaniel Friesel-58/+24
2015-12-27Merge branch 'master' of lastlight:var/git_root/vusb-i2cDaniel Friesel-13/+28
2015-12-27smd layout: add status LEDs, cause status LEDs are always good \o/Daniel Friesel-52/+1685
2015-12-24i2cget, i2cset: more error handlingDaniel Friesel-13/+28
2015-12-24ignore eagle backup filesDaniel Friesel-0/+2
2015-12-23add layout imagesDaniel Friesel-0/+0
2015-12-23further refinementsDaniel Friesel-6/+7
2015-12-23add first draft of SMD circuitDaniel Friesel-0/+8347
2015-12-22circuit: Also, design rules...Daniel Friesel-23/+30
2015-12-22circuit: proper schematicDaniel Friesel-356/+402
2015-12-21more layoutingDaniel Friesel-222/+235
2015-11-26such layout, wowDaniel Friesel-49/+39
2015-11-26more baord layout improvementsDaniel Friesel-48/+72
2015-11-25circuit: start work on board layoutDaniel Friesel-4219/+2568
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-04update gitignoreDaniel Friesel-1/+3
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-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