Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- 12-hours mode
- PM flag
- 32768 Hz SQW
|
|
|
|
The HDMI-to-VGA adapter provides audio via a 3.5mm socket. This feature
is announced using a CEA extension block.
The DP-to-HDMI adapter (Type 1) shows up at i2c address 0x40. It just
provides an identification register/eeprom, reading 'DP-HDMI ADAPTOR\x04'.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|