summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Collapse)Author
2020-07-26ir_nec: add tests for extended NEC protocol (failed and passed)Gerhard Sittig
A capture with extended NEC protocol data became available. Add tests for failed interpretation with the standard approach, and successful interpretation when the extended protocol gets selected.
2020-07-22sirc: introduce test for Sony IR (SIRC)Gerhard Sittig
2020-07-20spdif: Add/update test-cases after decoder changes.Uwe Hermann
2020-07-18rgb_led_ws281x: Add RGBW testcaseSoeren Apel
2020-07-18Test for WS281x RGBWStefan
yet dummy, as I could not execute the test myself. Test data (ws281x_RGBW_4mhz_snippet.sr) is already available.
2020-07-18caliper: introduce tests (pos/neg, mm/inch, change)Gerhard Sittig
Add tests for the caliper decoder. Cover positive and negative numbers, automatic millimeter and inch detection, and omitted annotations when values haven't changed.
2020-07-02pjon: catch up with "communication relation" annotationsGerhard Sittig
2020-06-24pjon: add tests for PJON frames over PJDL link layerGerhard Sittig
2020-06-02nrf905: Update after file move.Uwe Hermann
2020-05-26Add test for Nordic Semiconductor nRF905 protocol decoderJorge Solla
2020-04-11ad5626: Add a test-case.Uwe Hermann
2020-04-11ad79x0: Add a test-case.Uwe Hermann
2020-04-11ltc242x: Add a test-case.Uwe Hermann
2020-04-11ltc26x7: Add some test-cases.Uwe Hermann
2020-04-11adxl345: Add some test-cases.Uwe Hermann
2020-01-13sdcard_sd: Add a few more test-cases.Uwe Hermann
2020-01-13sdcard_sd: Updates after recent PD changes.Uwe Hermann
2020-01-11cjtag: Update after PD changes.Uwe Hermann
2020-01-10ds1307: Updates after annotation class PD fixes.Uwe Hermann
2020-01-10sdcard_sd: Updates after annotation class PD fixes.Uwe Hermann
2020-01-10sdcard_spi: Updates after annotation class PD fixes.Uwe Hermann
2020-01-09cjtag: Add two test-cases.Uwe Hermann
2020-01-05dmx512: Update after new DMX512 PD stacked on UART.Uwe Hermann
2020-01-04dmx512: adjust test.conf, stack dmx512 on top of uartGerhard Sittig
This commit adjusts the test configuration, but does not update the test expectation. This remains for another commit.
2020-01-04ps2: add test for PS/2 data exchange without clock inhibitGerhard Sittig
The capture which was attached to bug #1460 demonstrated a previously unhandled condition, the absence of a host activity after the data byte transmission. Add another test case after the decoder implementation got adjusted.
2020-01-04ps2: adjust to recent implementation, stop ends at rising clock edgeGerhard Sittig
Catch up with a recent change in the PS/2 decoder implementation. End the STOP bit at the rising CLOCK edge already, don't expect a clock inhibit phase after a data byte got transmitted.
2020-01-02flexray: Update test-cases after PD fix.Uwe Hermann
2020-01-02ac97: Add binary output test-cases.Uwe Hermann
2020-01-02ieee488: Enable test-case with empty output.Uwe Hermann
2020-01-01test.conf updates after annotation class/row changes.Uwe Hermann
2020-01-01Updates after annotation class/row changes (singular/plural).Uwe Hermann
2020-01-01cc1101: Update after decoder annotation class fixes.Uwe Hermann
2019-12-30uart: Updates due to the now-fixed bug #1474.Uwe Hermann
2019-12-14uart: Add another Grbl test-case.Uwe Hermann
2019-12-13uart: Add Grbl test-cases.Uwe Hermann
2019-12-07Add an HDCP test-case.Uwe Hermann
2019-12-07ieee488: Add a test for delim=none.Uwe Hermann
2019-12-07ieee488: update test results for hp53131a text line flushGerhard Sittig
2019-12-06Obsolete gpib and iec PDs in favor of ieee488.Uwe Hermann
2019-12-06ieee488: introduce tests for unified IEEE-488 decoder (GPIB and IEC)Gerhard Sittig
Test the visual annotations as well as binary and Python outputs for several parallel GPIB captures (HP1631D, HP33120A, HP53131A, Keithley 2015) and the serial IEC capture (CBM1571). The "gpib_hp53131a_ton" capture does provide raw bytes, but its "payload" data output really is empty in the current decoder's implementation. A future implementation of the decoder may start flushing accumulated data for currently unhandled conditions, too.
2019-12-03ir_rc6: Add test filesBenediktO
2019-12-01ir_rc5: Update due to recent PD changes.Uwe Hermann
2019-11-30add tests for flexray PDstephan.thiele
2019-11-30nes_gamepad: Add more test-cases.Uwe Hermann
2019-11-30nes_gamepad: add a test-caseStephan Thiele
2019-11-30uart: Updates due to recent PD option renames.Uwe Hermann
2019-11-29uart: Add a test-case for parity_type=ignore.Uwe Hermann
2019-11-29uart: Add a test-case with intentional parity errors.Uwe Hermann
2019-11-29can: add bit rate switch tests for CAN-FDstephan.thiele
2019-11-29can: fix nmea2000_fuel_flow_gps_snippet dump (bit rate switch support)stephan.thiele