summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-24Make the data unit size configurableDaniel Elstner
2014-02-23uart: Emit per-bit annotations and OUTPUT_PYTHON data.Uwe Hermann
2014-02-23xfp: Drop unused "import os".Uwe Hermann
2014-02-23jtag: Use list comprehensions.Uwe Hermann
2014-02-23sdcard_spi: Use list comprehensions.Uwe Hermann
2014-02-23rtc8564: Use list comprehensions.Uwe Hermann
2014-02-23rgb_led_spi: Shorten name/description (drop "mode").Uwe Hermann
In the 'sdcard_spi' PD/case the SD spec specifically differentiates between a so-called "SPI mode" and "SD mode" (both being well-defined terms from the spec), thus the "SPI mode" in the name and description of that PD. For 'rgb_led_spi' however there's no such distinction for "modes" really, so shorten the name/description to just 'RGB LED (SPI)'.
2014-02-19spi: Fix some start/end samplenumbers for PYTHON output.Uwe Hermann
This fixes the data/annotations of stacked PDs.
2014-02-19spi: Fix a bug when only supplying MOSI (but not MISO).Uwe Hermann
2014-02-19rgb_led: Rename PD to rgb_led_spi.Uwe Hermann
There are a number of other RGB LED protocols (simple or more advanced ones, and various ones not based on SPI), so use a more distinguishable name for this PD.
2014-02-19rgb_led: Fix annotation end sample numbers.Uwe Hermann
2014-02-19rgb_led: Minor cosmetics, whitespace.Uwe Hermann
2014-02-19Initial RGB LED decoderMatt Ranostay
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
2014-02-09usb_packet: s/NACK/NAK/.Uwe Hermann
The USB spec spells this as "NAK".
2014-02-09usb_packet: Use annotation classes and annotation rows.Uwe Hermann
2014-02-09sdcard_spi: Adapt for MSB-first bits from spi PD.Uwe Hermann
2014-02-09spi: Use/store bits in MSB-first order.Uwe Hermann
This makes things a bit easier/clearer for most stacked PDs.
2014-02-09spi: Fix warnings about CS# being de-asserted.Uwe Hermann
2014-02-09rtc8564: Improve short annotations.Uwe Hermann
2014-02-09rtc8564: Provide per-bit annotations.Uwe Hermann
2014-02-09i2c: Emit per-bit annotations/packets and define annotation rows.Uwe Hermann
2014-02-09mx25lxx05d: Define annotation rows.Uwe Hermann
2014-02-09mx25lxx05d: Use proper annotation classes.Uwe Hermann
2014-02-09avr_isp: Fix 'Device' annotation sample numbers + row.Uwe Hermann
2014-02-09avr_isp: Define annotation rows.Uwe Hermann
2014-02-09avr_isp: Use proper annotation classes.Uwe Hermann
2014-02-09sdcard_spi: Merge command ID/name and description into same annotation.Uwe Hermann
2014-02-09sdcard_spi: Improved command handling / display.Uwe Hermann
2014-02-09sdcard_spi: Fix handling of some warning annotations.Uwe Hermann
2014-02-09sdcard_spi: Fix incorrect R1 reply annotation endsample.Uwe Hermann
2014-02-09sdcard_spi: Fix incorrect 'Command index' value access.Uwe Hermann
2014-02-09sdcard_spi: Use bit-exact annotations in handle_response_r1().Uwe Hermann
2014-02-09sdcard_spi: Use bit-exact annotations in handle_command_token().Uwe Hermann
2014-02-09spi: Throw an error if neither MISO nor MOSI was supplied.Uwe Hermann
2014-02-09spi: Fix incorrect dataword endsample numbers.Uwe Hermann
2014-02-09spi: Refactoring and cleanups.Uwe Hermann
2014-02-09spi: Factor out reset_decoder_state().Uwe Hermann
2014-02-09spi: Output per-bit annotations and OUTPUT_PYTHON data.Uwe Hermann
This can be used by higher-level PDs to decode per-bit items (not just based on whole datawords).
2014-02-09sdcard_spi: Define annotation rows.Uwe Hermann
This fixes parts of bug #309.
2014-02-09sdcard_spi: Use proper annotation classes.Uwe Hermann
This fixes parts of bug #309.
2014-02-09sdcard_spi: Initial fixing round for correct samplenumbers.Uwe Hermann
This fixes parts of bug #309.
2014-02-02rtc8564: Handle century bit.Uwe Hermann
2014-02-02rtc8564: Provide short/long annotations.Uwe Hermann
2014-02-02rtc8564: Handle register 0x06 (weekday).Uwe Hermann
2014-02-02rtc8564: Define annotation rows.Uwe Hermann
2014-02-02rtc8564: Use proper annotation classes.Uwe Hermann
2014-02-01lpc: Define annotation rows.Uwe Hermann
2014-02-01Add a few missing probe-names.Uwe Hermann
2014-02-01uart: Better annotation row handling of parity errors.Uwe Hermann
2014-02-01guess_bitrate: start() doesn't take a metadata argument anymore.Uwe Hermann