summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-31spi: Define annotation rows.Uwe Hermann
2014-01-31uart: Define annotation rows.Uwe Hermann
2014-01-31Add support for annotation rows.Uwe Hermann
2014-01-31uart: Allow either RX or TX to be optional.Uwe Hermann
2014-01-31srd_inst_probe_set_all: Error out upon missing required probes.Uwe Hermann
2014-01-30s/out_proto/out_python/.Uwe Hermann
2014-01-30Fix warnings exposed by -Wmissing-prototypes.Uwe Hermann
2014-01-30configure.ac: Add -Wmissing-prototypes.Uwe Hermann
2014-01-30configure.ac: Only check for things we actually use.Uwe Hermann
2014-01-30mx25lxx05d: Add probe test case.Uwe Hermann
2014-01-30uart: Add trekstor_ebr30_a test case.Uwe Hermann
2014-01-30uart: Better fix for ASCII output.Uwe Hermann
2014-01-30spi: Add mx25l1605d_probe test case.Uwe Hermann
2014-01-29spi: Add atmega32_00 test case.Uwe Hermann
2014-01-29spi: Rename 'sck' to the more common 'clk'.Uwe Hermann
2014-01-29spi: Allow MISO or MOSI to be optional.Uwe Hermann
2014-01-28tests/pdtest: Fix -R (takes an argument).Uwe Hermann
2014-01-28spi: Drop temporary hack for combined MISO/MOSI out.Uwe Hermann
2014-01-28Fix out-of-tree build.Uwe Hermann
2014-01-28tests/runtc.c: Minor whitespace fixes.Uwe Hermann
2014-01-28tests/pdtest: Add missing license header.Uwe Hermann
2014-01-28tests/pdtest: Fix shebang line.Uwe Hermann
2014-01-28All PDs: Consistent naming/case for annotation shortnames/IDs.Uwe Hermann
2014-01-28All PDs: Drop unneeded comments.Uwe Hermann
2014-01-28All PDs: Improve/fix descriptions.Uwe Hermann
2014-01-23transitioncounter: Drop PD (obsolete).Uwe Hermann
2014-01-23uart: Add binaryout/dump support, drop obsolete 'uart_dump' PD.Uwe Hermann
2014-01-23i2s: Add WAV dump support, drop obsolete 'i2s_dump' PD.Uwe Hermann
2014-01-17configure.ac: Drop obsolete MinGW Python3 workaround.Uwe Hermann
2014-01-17configure.ac: Check for all known Python3 pkg-config names.Uwe Hermann
2014-01-13parallel: Make CLK probe optional.Uwe Hermann
2014-01-03Link against libm to avoid Python related linking errors.Uwe Hermann
2014-01-02configure.ac: Use pkg-config to check for pythonMarcus Comstedt
2013-12-28jtag: Use proper annotation classes, fix GUI usage.Uwe Hermann
2013-12-28jtag: Refactor and simplify some code.Uwe Hermann
2013-12-28Do some more I2C to I²C changes.Uwe Hermann
2013-12-28i2s: Fix typo.Uwe Hermann
2013-12-28mxc6225xu: Replace I2C with I²CJoel Holdsworth
2013-12-28lm75: Replace I2C with I²CJoel Holdsworth
2013-12-28i2s_dump: Replace I2S with I²SJoel Holdsworth
2013-12-28i2s: Replace I2S with I²SJoel Holdsworth
2013-12-28i2cfiler: Replaced I2C with I²CJoel Holdsworth
2013-12-28i2cdemux: Replaced I2C with I²CJoel Holdsworth
2013-12-28i2c: Replaced I2C with I²CJoel Holdsworth
2013-12-22runtc: Fix conditional build on non-Linux systems.Bert Vermeulen
2013-12-18Don't install runtc.Arkadiusz Miśkiewicz
2013-12-18runtc: Output binary as ASCII timestamp/class/hex bytes instead.Bert Vermeulen
2013-12-15runtc: Make sure to compile against this libraryBert Vermeulen
2013-12-13i2c: Add Python tests.Bert Vermeulen
2013-12-13pdtest/runtc: Add support for Python output types.Bert Vermeulen