summaryrefslogtreecommitdiff
path: root/decoder/test
AgeCommit message (Collapse)Author
2019-04-17i2c: Add ROHM BH1750VFI test-cases.Uwe Hermann
2019-04-17sdcard_spi: Add another CMD24 test-case.Uwe Hermann
2019-04-15sdcard_spi: Update wrt recent PD changes (duplicate annotations).Uwe Hermann
2019-04-15sdcard_spi: Add CMD24 test-cases.Uwe Hermann
2019-04-02x2444m: Drop incorrect line from test.conf.Uwe Hermann
2019-02-12ds1307: Add an additional test-case.Uwe Hermann
2019-01-20HD44780 dump has moved into display/ subdirectoryGerhard Sittig
2018-11-25i2s: Updates due to recent PD changes.Uwe Hermann
2018-11-24uart: catch up with recently added FRAME Python annotationGerhard Sittig
2018-11-10x2444m: Update to match recent decoder changes.Uwe Hermann
2018-11-10Add test for x2444m decoder.Stefan Petersen
2018-10-21add LIN testsstephan.thiele
2018-10-21spiflash: Updates due to recent PD chages.Uwe Hermann
2018-10-21spiflash: Add a few Winbond W25Q80DV tests.Uwe Hermann
2018-10-16uart: Update due to recent break condition support in the PD.Uwe Hermann
2018-10-13ook*: Update due to recent decoder changes.Uwe Hermann
2018-09-11Add a few ook_vis test-cases.Uwe Hermann
2018-09-11Add a few ook_oregon test-cases.Uwe Hermann
2018-09-11Add a few ook test-cases.Uwe Hermann
2018-09-09miller: Add a few test-cases.Uwe Hermann
2018-09-09cec: Tests for HDMI CEC protocol decoderJorge Solla
2018-09-09usb_power_delivery: Update to recent PD changes.Uwe Hermann
2018-09-09usb_power_delivery: Drop currently non-existing OUT_PYTHON.Uwe Hermann
2018-09-09usb_power_delivery: Add new testsPeetz0r
2018-09-09usb_power_delivery: Update tests to match new output of decoderPeetz0r
2018-09-06swim: Add test-cases for binary output.Uwe Hermann
2018-09-06Tests for the decoder for STM8 series MCUs SWIM protocol.Mike Jagdis
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> (github: mjagdis)
2018-08-29edid: Add acer_al711_on_dp_dm_hdmi_vga test-case.Uwe Hermann
2018-08-29edid: Update tests due to recent PD changes.Uwe Hermann
2018-08-11mdio: add test for "READ without ADDRESS" (bug #1258)Gerhard Sittig
2018-06-22Add a jtag_ejtag test-case.Uwe Hermann
2018-06-10mdio: Update files due to recent decoder change.Uwe Hermann
2018-06-10Add a CFP test-case.Uwe Hermann
2018-05-30counter: Update test results to reflect recent PD changes.Uwe Hermann
2018-05-26Add tests for atsha204aMichalis Pappas
2018-05-21eeprom24xx: add glasgow-firmware-flash test case.whitequark
2018-05-13st7735: Add basic ST7735 test-case.Aleksander Alekseev
2018-05-13rgb_led_ws281x: Add a WS2812B NeoPixel24 test-case.Uwe Hermann
2018-05-12mcs48: Add test for binary output (ROM data, address and data bytes)Gerhard Sittig
2018-05-12Add test for mcs48 decoderfenugrec
2018-05-03jtag_stm32: Update testcasesGeorge Hopkins
Due to bug #1066, the output of all DR/IR bits changed in the underlying JTAG decoder.
2018-05-03jtag: Fix shifting of registersGeorge Hopkins
As reported in bug #1066, the decoding of IR/DR bits was incorrect.
2018-05-03spiflash: Add an Adesto AT45DB161E test-case.Uwe Hermann
2018-04-24dcf77: adjust test expectation (PD emits more "invalid" annotations)Gerhard Sittig
The dcf77 decoder recently started emitting "invalid bit timing" and "Invalid DCF77 bit number" annotations, and does display bit positions of the 59th and subsequent pulse within a minute.
2018-04-12can: Update tests wrt the fix for bug #1085.Uwe Hermann
2018-04-08Add a few test-cases for rc_encode.Uwe Hermann
2018-03-07Add a few sda2506 test-cases.Uwe Hermann
2018-02-15ir_nec: add test for the optional carrier detect featureGerhard Sittig
The IR-NEC decoder optionally can handle input streams that still have the carrier signal. Add a test for this configuration, derived from the test which uses the signal that had the carrier removed in hardware. The same data is seen, just at different sample numbers. The content was verified by means of the "cut -d ' ' -f 2-" and "diff" commands.
2018-02-13graycode: add test for stream without sample rateGerhard Sittig
Use a smaller input stream which lacks a samplerate spec. This results in output that lacks the timing information (motion speed), but step count and direction are identical to the other existing test.
2018-02-11stepper_motor: add test for input stream without sample rateGerhard Sittig
The stepper motor decoder can still determine the steps' directions and count. Missing input sample rates just prevent the decoder from outputting speed annotations. All other decoder output is identical.