diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | i2c/a2_dummy_write/README | 2 | ||||
-rw-r--r-- | i2c/rtc_epson_8564je/README | 7 |
3 files changed, 8 insertions, 6 deletions
@@ -20,9 +20,10 @@ VERSION = "0.1.0" -all: tarball +all: + @echo "Run 'make dist' to create a tarball." -tarball: +dist: @tar -c -v -z --exclude=.git --exclude=Makefile \ --exclude=sigrok-dumps-$(VERSION).tar.gz \ -f sigrok-dumps-$(VERSION).tar.gz * diff --git a/i2c/a2_dummy_write/README b/i2c/a2_dummy_write/README index 9bd37f7..d0880fe 100644 --- a/i2c/a2_dummy_write/README +++ b/i2c/a2_dummy_write/README @@ -2,7 +2,7 @@ Dummy I2C writes ------------------------------------------------------------------------------- -This an example capture of some dummy I2C traffic, where the master writes +This is an example capture of some dummy I2C traffic, where the master writes to a slave (an RTC) at address 0x51 (or 0x2a, if the read/write bit is included) in an infinite loop. The slave does not respond. diff --git a/i2c/rtc_epson_8564je/README b/i2c/rtc_epson_8564je/README index 60cd075..a896bc5 100644 --- a/i2c/rtc_epson_8564je/README +++ b/i2c/rtc_epson_8564je/README @@ -1,9 +1,10 @@ ------------------------------------------------------------------------------- -Epson 8564JE I2C RTC +Epson RTC-8564 JE/NB ------------------------------------------------------------------------------- -This an example capture of I2C traffic from/to an Epson 8564JE I2C RTC chip, -which has a slave address of 0x51 (or 0xa2, if the read/write bit is included). +This is an example capture of I2C traffic from/to an Epson RTC-8564 JE/NB +I2C RTC chip, which has a slave address of 0x51 (or 0xa2, if the read/write +bit is included). Logic analyzer setup |