2015-10-06 |
Daniel Elstner | build: Require GLib 2.28.0 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Daniel Elstner | util: Factor out Python module load |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Daniel Elstner | decoder: Refactor loading code and plug leaks |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Daniel Elstner | Python: Restrict code to stable ABI subset |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Stefan Brüns | usb_request: USB transaction decoder and PCAP generator |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Uwe Hermann | usb_packet: Document CRC5 ERROR and CRC16 ERROR packets. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Uwe Hermann | usb_{signalling,packet}: Minor cosmetics. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Stefan Brüns | usb_signalling: Track USB symbol width to compensate... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Stefan Brüns | usb_packet: calculate and check CRC5/CRC16 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Roland Hieber | rfm12: fix small typo |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Elstner | tests: Do not reference parent directory in includes |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Elstner | tests: Rename DECODERS_DIR to DECODERS_TESTDIR |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Elstner | build: Do not hard-code decoders location on Windows |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Elstner | init: Also look for decoders in XDG data directories |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Daniel Elstner | init: Simplify srd_decoder_searchpath_add() |
commit | commitdiff | tree | snapshot |
2015-09-15 |
Daniel Elstner | jitter, pwm: Avoid Unicode string literals |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Uwe Hermann | can: Improve stuff bit annotation placement. |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Uwe Hermann | can: Emit bit value annotations. |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Uwe Hermann | Makefile.am: Shorten ChangeLog target a bit. |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | log: Use GLib printf for consistency |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | Build: Move _POSIX_C_SOURCE definition to config.h |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | Build: Include <config.h> first in all source files |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | Fix srd_log() format warnings |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | log: Enable varargs format warnings |
commit | commitdiff | tree | snapshot |
2015-09-13 |
Daniel Elstner | log: Remove srd_log_logdomain_{get,set} from the API |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Uwe Hermann | instance.c: Don't use 'di' before NULL-checking it. |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Daniel Elstner | Build: Put --no-print-directory into GNUMAKEFLAGS |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Daniel Elstner | sigrok.m4: Update with latest version from libsigrok |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Daniel Elstner | libsigrokdecode.pc: Publish decodersdir variable |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Daniel Elstner | Build: Show CC and CFLAGS in configuration summary |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag_stm32: Decode IDCODE contents as strings (not... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag_stm32: Decode more fields, improve IDCODE handling. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag_stm32: Cleanups, shorter code. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag_stm32: Update to reflect change in jtag OUT_PYTHON. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag: Submit bit samplenumbers together with the bits. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag_stm32: Fix incorrect handling of registers. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag: Add more annotations, fix a SHIFT-IR/-DR issue. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Uwe Hermann | jtag: Fix/enable OUT_PYTHON output. |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Uwe Hermann | Replace another -D_DEFAULT_SOURCE with -D_POSIX_C_SOURC... |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Uwe Hermann | Build: Go back to _POSIX_C_SOURCE=200112L |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Daniel Elstner | configure: Enable largefile support on 32-bit systems |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Daniel Elstner | Build: Define feature test macro _DEFAULT_SOURCE |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Daniel Elstner | Build: Use TESTS prefix instead of CHECK for flag variables |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Daniel Elstner | Clean up .gitignore |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Daniel Elstner | Build: Adopt new Autotools magic |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Daniel Elstner | Build: Reduce autogen.sh to trivial stub |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Daniel Elstner | Build: Add copy of libsigrok Autoconf macro file |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Uwe Hermann | nunchuk: Fix inverted button press logic. |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Uwe Hermann | Pass unitsize per sample chunk. |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Uwe Hermann | mrf24j40: Fix a register address typo. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Uwe Hermann | tlc5620: Add options for per-DAC Vref, show voltages. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Uwe Hermann | tlc5620: Handle the case of less than 11 bits in a... |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Uwe Hermann | tlc5620: Properly handle LOAD and LDAC based operations. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Uwe Hermann | tlc5620: Only decode the last 11 bits, ignore the rest. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Uwe Hermann | tlc5620: Fix incorrect DAC selection decode, add more... |
commit | commitdiff | tree | snapshot |
2015-08-14 |
Uwe Hermann | usb_packet: Handle invalid packets more gracefully. |
commit | commitdiff | tree | snapshot |
2015-08-14 |
Uwe Hermann | usb_packet: Fix incorrect DATA*/MDATA handling. |
commit | commitdiff | tree | snapshot |
2015-08-06 |
Uwe Hermann | Add initial SD card (SD mode) decoder. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Uwe Hermann | Slightly more verbose logging in srd_inst_decode(). |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Uwe Hermann | Bump version to 0.4.0 (the upcoming next major release). |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Uwe Hermann | Append "-git" to the version string. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
Bart de Waal | Add protocol decoder for Modbus RTU. |
commit | commitdiff | tree | snapshot |
2015-07-10 |
Josef Gajdusek | qi: Add Qi charger protocol decoder |
commit | commitdiff | tree | snapshot |
2015-07-09 |
Aurelien Jacobs | Add an MDIO/SMI decoder. |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Uwe Hermann | adns5020: Minor tweak to annotation format. |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Uwe Hermann | mrf24j40: Factor out register lists to lists.py. |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Karl Palsson | Add a Microchip MRF24J40 802.15.4 2.4GHz RF tranceiver... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Uwe Hermann | adns5020: Add manufacturer name to description. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Karl Palsson | Add Avago ADNS-5020 optical mouse sensor decoder. |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Karl Palsson | am23xx: explicitly mention RHTxx devices. |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Uwe Hermann | timing: Shorten annotations (time units). |
commit | commitdiff | tree | snapshot |
2015-04-26 |
Baruch Even | Add a decoder that calculates timings between transitions. |
commit | commitdiff | tree | snapshot |
2015-04-07 |
Uwe Hermann | spiflash: Add lists.py and a 'chips' PD option. |
commit | commitdiff | tree | snapshot |
2015-04-07 |
Uwe Hermann | Rename the 'mx25lxx05d' PD to 'spiflash'. |
commit | commitdiff | tree | snapshot |
2015-04-07 |
Uwe Hermann | Fix a bunch of typos. |
commit | commitdiff | tree | snapshot |
2015-04-07 |
Uwe Hermann | autogen.sh: Drop obsolete MinGW/MSYS items. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Uwe Hermann | onewire_link: Fix a bug when the samplerate is too... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Uwe Hermann | Makefile.am: Use libtool's -no-undefined option. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Andreas Sandberg | spi: Don't decode data lines if CS isn't asserted |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Uwe Hermann | Slightly shorten a few PD descriptions. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Petteri Aimonen | Add a decoder for stepper motor direction/speed signals. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Petteri Aimonen | Fix a few decoding bugs with arm_etmv3. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Matt Porter | pwm: add period annotation |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Uwe Hermann | Use g_malloc*() consistently, simplify error handling. |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Uwe Hermann | unit tests: Drop unneeded check_ filename prefix. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Uwe Hermann | mx25lxx05d: Implement FAST READ command. |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Petteri Aimonen | Fix typo in swd decoder |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Petteri Aimonen | Add ARM TPIU/ITM/ETMv3 decoders |
commit | commitdiff | tree | snapshot |
2015-02-24 |
Uwe Hermann | nrf24l01: Change 'xn297_extensions' option to 'chip'. |
commit | commitdiff | tree | snapshot |
2015-02-24 |
Mike | nrf24l01: Add option to support the XN297's extra registers |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Petteri Aimonen | Improve uart decoder sample positions at high data... |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Uwe Hermann | unit tests: Disable timeout for one of the test cases. |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Uwe Hermann | README: Update build requirements list. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Uwe Hermann | Add 24xx I2C EEPROM protocol decoder. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Uwe Hermann | spi: Add binary output facilities for MISO/MOSI. |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Bert Vermeulen | edid: Add annotation rows. |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Bert Vermeulen | eded: Add all sections. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Uwe Hermann | jitter: Simplify ascii-float binary out. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Uwe Hermann | jitter: Rename "jitter" binary out to "ascii-float". |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Sebastien Bourdelin | jitter: add a binary output to report the raw jitter... |
commit | commitdiff | tree | snapshot |
next |