From: Uwe Hermann Date: Sun, 20 Nov 2011 18:49:43 +0000 (+0100) Subject: mx25l1605d: Shorter filenames. X-Git-Tag: sigrok-dumps-0.1.0~56 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=c3cbda7119b6729321e49933fbfe13eac1c12005 mx25l1605d: Shorter filenames. --- diff --git a/spi/mx25l1605d/README b/spi/mx25l1605d/README index ade5406..79d7b2a 100644 --- a/spi/mx25l1605d/README +++ b/spi/mx25l1605d/README @@ -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#' \ - -o mx25l1605d_write_hello_world.sigrok + -o mx25l1605d_write.sigrok 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 diff --git a/spi/mx25l1605d/mx25l1605d_erase.sigrok b/spi/mx25l1605d/mx25l1605d_erase.sigrok new file mode 100644 index 0000000..02ae5c9 Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_erase.sigrok differ diff --git a/spi/mx25l1605d/mx25l1605d_erase_chip.sigrok b/spi/mx25l1605d/mx25l1605d_erase_chip.sigrok deleted file mode 100644 index 02ae5c9..0000000 Binary files a/spi/mx25l1605d/mx25l1605d_erase_chip.sigrok and /dev/null differ diff --git a/spi/mx25l1605d/mx25l1605d_write.sigrok b/spi/mx25l1605d/mx25l1605d_write.sigrok new file mode 100644 index 0000000..3560ba5 Binary files /dev/null and b/spi/mx25l1605d/mx25l1605d_write.sigrok differ diff --git a/spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok b/spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok deleted file mode 100644 index 3560ba5..0000000 Binary files a/spi/mx25l1605d/mx25l1605d_write_hello_world.sigrok and /dev/null differ