Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-24 | i2c-master: use library form of transfer functions | Karl Palsson | 1 | -143/+0 | |
2017-03-23 | i2c: use speed setting from newer library version | Karl Palsson | 1 | -95/+0 | |
2017-03-23 | i2c-master: add 400k speed support on v1/v2 | Karl Palsson | 1 | -19/+40 | |
2017-03-23 | i2c-master: cleaned up again on l1 | Karl Palsson | 1 | -168/+81 | |
now has repeated-start and stop/start support, with the same API as v2 Just to decide whether all of it goes up into the library or not. | |||||
2017-03-22 | working temp/humi stop/repeated stuff on f0 | Karl Palsson | 1 | -24/+32 | |
needs cleanup and remerge with f4/l1 | |||||
2017-03-22 | use transfer style for serial number reading | Karl Palsson | 1 | -4/+6 | |
2017-03-22 | f0 working with repeated start properly. need to squish lots of this | Karl Palsson | 1 | -26/+210 | |
like, you left the f0 makefiles out earlier, and it's all boring history anwyay | |||||
2017-03-09 | i2c: draft api of "set speed 100k" common | Karl Palsson | 1 | -17/+23 | |
Only needs the input clock in megahz. | |||||
2017-03-08 | i2c-master: first hack working on f0 | Karl Palsson | 1 | -5/+25 | |
read_i2c and write_i2c are not flexible enough, and terribly named. they're going to have to go, but they're a nice start for some things. | |||||
2017-03-08 | i2c-master: working on l1 too. | Karl Palsson | 1 | -8/+5 | |
Needs retest on f4. then ready to move to new hardware | |||||
2017-03-01 | i2c-master: tidy up more. | Karl Palsson | 1 | -1/+5 | |
Still f4 only, but cleaner, and more testing with sigrok for verification | |||||
2017-02-21 | i2c-master: start extracting out i2c code | Karl Palsson | 1 | -2/+183 | |
Working on f4 with an external sht21 i2c sensor. Still lots of f4 specifics yet. But, progress. | |||||
2017-02-21 | i2c-master: start progressing to extracting common i2c code | Karl Palsson | 1 | -0/+23 | |