]> sigrok.org Git - sigrok-dumps.git/commitdiff
Makefile: Name target 'dist' for consistency.
authorUwe Hermann <redacted>
Thu, 10 May 2012 16:51:33 +0000 (18:51 +0200)
committerUwe Hermann <redacted>
Thu, 10 May 2012 22:26:30 +0000 (00:26 +0200)
Also, a few small typo fixes etc.

Makefile
i2c/a2_dummy_write/README
i2c/rtc_epson_8564je/README

index 0a7e90340ced580a97c2a6067bd382f926a59d84..b8ae63e6774ffd8e65e3edcf38f14efd6b94bebf 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 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 *
index 9bd37f730bc21d6cedf9a314b4a7aaefe5dfbe7f..d0880febcd8d0a3ae7b3a2dd8114060852e01547 100644 (file)
@@ -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.
 
index 60cd0759fb3296dd1f0b3a089cddf62a64a7c890..a896bc5cbbcae8a0bdb45aee45774306c62a163a 100644 (file)
@@ -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