summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Collapse)Author
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
2019-11-29can: update tests because of CRC-15 annotationstephan.thiele
2019-11-29can: testconf: add can_fd_ext_without_brs_8 + can_fd_ext_without_brs_64stephan.thiele
2019-11-29lin: Update test-cases after UART idle frame detection was addedstephan.thiele
2019-11-29uart: Updates after 'IDLE' OUTPUT_PYTHON addition.Uwe Hermann
2019-11-28signature: add test casessharow
2019-11-24tdm_audio: Add two initial test-cases.Uwe Hermann
2019-11-24amulet_ascii: Add two initial test-cases.Uwe Hermann
2019-11-12uart: Add test-cases for rx_packet_delimiter/rx_packet_len et al.Uwe Hermann
2019-11-09eeprom93xx: Use fixed-width hex output.Uwe Hermann
2019-11-09eeprom93xx: Add OUTPUT_BINARY test-cases.Uwe Hermann
2019-11-07seven_segment: Add three test-casesBenedikt Otto
2019-10-07can: Update test-cases after CAN-FD support was added.Uwe Hermann
2019-10-06can: Fix test-cases after option rename to 'nominal_bitrate'.Uwe Hermann
2019-10-06can: add canfd tests can_fd_without_brs_8 + can_fd_without_brs_64Stephan Thiele