]> sigrok.org Git - sigrok-dumps.git/commitdiff
Rename '.sigrok' files to the new standard '.sr'.
authorUwe Hermann <redacted>
Tue, 22 Nov 2011 18:33:07 +0000 (19:33 +0100)
committerUwe Hermann <redacted>
Tue, 22 Nov 2011 18:33:07 +0000 (19:33 +0100)
We'll consistently use .sr as file ending for sigrok session files.

spi/mx25l1605d/README
spi/mx25l1605d/mx25l1605d_erase.sigrok [deleted file]
spi/mx25l1605d/mx25l1605d_erase.sr [new file with mode: 0644]
spi/mx25l1605d/mx25l1605d_probe.sigrok [deleted file]
spi/mx25l1605d/mx25l1605d_probe.sr [new file with mode: 0644]
spi/mx25l1605d/mx25l1605d_read.sigrok [deleted file]
spi/mx25l1605d/mx25l1605d_read.sr [new file with mode: 0644]
spi/mx25l1605d/mx25l1605d_write.sigrok [deleted file]
spi/mx25l1605d/mx25l1605d_write.sr [new file with mode: 0644]

index 79d7b2a6e15de617b63078f9b0aa5f3d1619aa15..784811c8187ef3d5fa4abe0a71fabd9d1bd1dc45 100644 (file)
@@ -46,7 +46,7 @@ The sigrok command line used was:
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
              --wait-trigger --triggers 3=1 \
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
              --wait-trigger --triggers 3=1 \
-             -o mx25l1605d_probe.sigrok
+             -o mx25l1605d_probe.sr
 
 The capturing starts when the SCLK signal is high for the first time
 (it's low per default). We capture as many samples as fit into the 8MByte
 
 The capturing starts when the SCLK signal is high for the first time
 (it's low per default). We capture as many samples as fit into the 8MByte
@@ -69,7 +69,7 @@ The sigrok command line used was:
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
-             -o mx25l1605d_write.sigrok
+             -o mx25l1605d_write.sr
 
 The capture is only partial, it contains a small part of the write process
 (it does not contain the chip identification, chip erase, etc. which comes
 
 The capture is only partial, it contains a small part of the write process
 (it does not contain the chip identification, chip erase, etc. which comes
@@ -88,7 +88,7 @@ The sigrok command line used was:
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
-             -o mx25l1605d_read.sigrok
+             -o mx25l1605d_read.sr
 
 The capture only contains a small part of the read procedure. The data in
 the chip consists of consecutive "HelloWorld" ASCII strings.
 
 The capture only contains a small part of the read procedure. The data in
 the chip consists of consecutive "HelloWorld" ASCII strings.
@@ -105,7 +105,7 @@ The sigrok command line used was:
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
 
   sigrok-cli -d 0:samplerate=25mhz --samples 8388608 \
              -p '1=CS#,2=MISO,3=SCLK,4=MOSI,5=WP#,6=HOLD#' \
-             -o mx25l1605d_erase.sigrok
+             -o mx25l1605d_erase.sr
 
 The capture does not contain the full erase process, only a small part of it.
 
 
 The capture does not contain the full erase process, only a small part of it.
 
diff --git a/spi/mx25l1605d/mx25l1605d_erase.sigrok b/spi/mx25l1605d/mx25l1605d_erase.sigrok
deleted file mode 100644 (file)
index 02ae5c9..0000000
Binary files a/spi/mx25l1605d/mx25l1605d_erase.sigrok and /dev/null differ
diff --git a/spi/mx25l1605d/mx25l1605d_erase.sr b/spi/mx25l1605d/mx25l1605d_erase.sr
new file mode 100644 (file)
index 0000000..02ae5c9
Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_erase.sr differ
diff --git a/spi/mx25l1605d/mx25l1605d_probe.sigrok b/spi/mx25l1605d/mx25l1605d_probe.sigrok
deleted file mode 100644 (file)
index d887e48..0000000
Binary files a/spi/mx25l1605d/mx25l1605d_probe.sigrok and /dev/null differ
diff --git a/spi/mx25l1605d/mx25l1605d_probe.sr b/spi/mx25l1605d/mx25l1605d_probe.sr
new file mode 100644 (file)
index 0000000..d887e48
Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_probe.sr differ
diff --git a/spi/mx25l1605d/mx25l1605d_read.sigrok b/spi/mx25l1605d/mx25l1605d_read.sigrok
deleted file mode 100644 (file)
index 9f1f5fa..0000000
Binary files a/spi/mx25l1605d/mx25l1605d_read.sigrok and /dev/null differ
diff --git a/spi/mx25l1605d/mx25l1605d_read.sr b/spi/mx25l1605d/mx25l1605d_read.sr
new file mode 100644 (file)
index 0000000..9f1f5fa
Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_read.sr differ
diff --git a/spi/mx25l1605d/mx25l1605d_write.sigrok b/spi/mx25l1605d/mx25l1605d_write.sigrok
deleted file mode 100644 (file)
index 3560ba5..0000000
Binary files a/spi/mx25l1605d/mx25l1605d_write.sigrok and /dev/null differ
diff --git a/spi/mx25l1605d/mx25l1605d_write.sr b/spi/mx25l1605d/mx25l1605d_write.sr
new file mode 100644 (file)
index 0000000..3560ba5
Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_write.sr differ