]> sigrok.org Git - sigrok-test.git/commit
Add initial set of PD tests. origin/master
authorUwe Hermann <redacted>
Mon, 1 Sep 2014 16:23:54 +0000 (18:23 +0200)
committerUwe Hermann <redacted>
Mon, 1 Sep 2014 16:23:54 +0000 (18:23 +0200)
commitdd37a782a8637bdee703a13c949b222b9ba8b95d
tree3674fe7fbd2116a84fbccabf82856423fea6a399
Add initial set of PD tests.

This is a slightly modified version of the PD test suite that was part
of libsigrokdecode previously.
66 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
decoder/pdtest [new file with mode: 0755]
decoder/runtc.c [new file with mode: 0644]
decoder/test/can/test.conf [new file with mode: 0644]
decoder/test/dcf77/test.conf [new file with mode: 0644]
decoder/test/edid/samsung_le46b620r3p_fields.output [new file with mode: 0644]
decoder/test/edid/samsung_le46b620r3p_sections.output [new file with mode: 0644]
decoder/test/edid/samsung_syncmaster245b.output [new file with mode: 0644]
decoder/test/edid/test.conf [new file with mode: 0644]
decoder/test/guess_bitrate/test.conf [new file with mode: 0644]
decoder/test/i2c/gigabyte_6vle_vxl_i2c.output [new file with mode: 0644]
decoder/test/i2c/gigabyte_6vle_vxl_i2c.python [new file with mode: 0644]
decoder/test/i2c/rtc_ds1307_200khz.output [new file with mode: 0644]
decoder/test/i2c/rtc_ds1307_200khz.python [new file with mode: 0644]
decoder/test/i2c/rtc_ds1307_200khz_data_read.output [new file with mode: 0644]
decoder/test/i2c/rtc_ds1307_200khz_data_write.output [new file with mode: 0644]
decoder/test/i2c/test.conf [new file with mode: 0644]
decoder/test/i2c/xfp_address_read.binary [new file with mode: 0644]
decoder/test/i2c/xfp_address_write.binary [new file with mode: 0644]
decoder/test/i2c/xfp_data_read.binary [new file with mode: 0644]
decoder/test/i2c/xfp_data_write.binary [new file with mode: 0644]
decoder/test/i2s/test.conf [new file with mode: 0644]
decoder/test/ir_nec/test.conf [new file with mode: 0644]
decoder/test/ir_rc5/test.conf [new file with mode: 0644]
decoder/test/mx25lxx05d/probe.output [new file with mode: 0644]
decoder/test/mx25lxx05d/test.conf [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_activate_cmd.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_activate_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_communication_rx.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_communication_tx.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_excess_bytes_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_misc_cmd.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_misc_register.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_misc_tx_data.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_misc_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_missing_bytes_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_no_command_register.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_rx.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_unknown_command_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/nrf24l01_unknown_register_warning.output [new file with mode: 0644]
decoder/test/nrf24l01/test.conf [new file with mode: 0644]
decoder/test/onewire_link/test.conf [new file with mode: 0644]
decoder/test/spi/atmega32_00_miso.output [new file with mode: 0644]
decoder/test/spi/atmega32_00_mosi.output [new file with mode: 0644]
decoder/test/spi/mx25l1605d_probe.output [new file with mode: 0644]
decoder/test/spi/mx25l1605d_probe_miso.output [new file with mode: 0644]
decoder/test/spi/mx25l1605d_probe_mosi.output [new file with mode: 0644]
decoder/test/spi/spi_count_miso_lsb.output [new file with mode: 0644]
decoder/test/spi/spi_count_miso_msb.output [new file with mode: 0644]
decoder/test/spi/spi_count_mosi_lsb.output [new file with mode: 0644]
decoder/test/spi/spi_count_mosi_msb.output [new file with mode: 0644]
decoder/test/spi/test.conf [new file with mode: 0644]
decoder/test/uart/test.conf [new file with mode: 0644]
decoder/test/uart/trekstor.output [new file with mode: 0644]
decoder/test/uart/trekstor_bin_rx.output [new file with mode: 0644]
decoder/test/uart/trekstor_bin_tx.output [new file with mode: 0644]
decoder/test/uart/trekstor_rx.output [new file with mode: 0644]
decoder/test/uart/trekstor_tx.output [new file with mode: 0644]
decoder/test/usb_signalling/test.conf [new file with mode: 0644]