Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The I2C decoder recently got adjusted to cope with either the presence
or absence of a sample rate spec. Create an example dump which lacks the
sample rate. This was derived from the regular example by manipulating
the srzip archive's meta data.
|
|
|
|
|
|
|
|
|
|
|
|
Shows "hold" mode readings, as well as reading the serial out, a very
"non-register" style access.
Test host side code for the interested is at
https://github.com/karlp/libopencm3-tests/tree/master/tests/i2c-master;43a891d5cdd896d1f03fa834115f9a3e481f8683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Taken from:
http://sigrok.org/bugzilla/show_bug.cgi?id=372
|
|
|
|
Addded simple DS1307 write and read dump from an OLS probe
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
|
|
|
|
|
|
|
|
Also, a few small typo fixes etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|