]> sigrok.org Git - libsigrok.git/history - sigrok.h
add DF_ANALOG, and an analog output module
[libsigrok.git] / sigrok.h
2011-01-10 Bert Vermeulenadd DF_ANALOG, and an analog output module
2011-01-09 Bert Vermeulenoutput modules now register the DF type they can use
2011-01-09 Daniel RibeiroAdd a per-instance pointer storage for hardware plugins.
2011-01-09 Daniel RibeiroAdd ARRAY_AND_SIZE macro
2011-01-09 Bert Vermeulenchange all DF_LOGIC* to a single DF_LOGIC type
2011-01-08 Bert Vermeulenadd sigrok_period_string(), MAX_NUM_PROBES
2011-01-08 Uwe HermannCosmetics, whitespace, simplifications.
2010-12-29 Bert Vermeulenproper fix for output_text corner cases
2010-08-12 Bert Vermeulenoops, fix serial_flush()
2010-08-12 Bert Vermeulenincrease length of datafeed packets to uint64_t
2010-08-05 Bert VermeulenOLS: fix triggers, sample order, capture ratio
2010-05-20 Uwe HermannSimplifications and small fixes.
2010-05-17 Uwe HermannFactor out opendev2/opendev3.
2010-05-09 Uwe Hermanndatastore_new(): Use int as return value.
2010-05-09 Uwe HermannDatastore: More error checking.
2010-05-07 Bert Vermeulenallow devices without a plugin
2010-04-30 Bert Vermeuleninout module infrastructure + binary input module
2010-04-15 Uwe Hermannlibsigrok: Coding style fixes.
2010-04-15 Uwe HermannFix insufficient braces in KHZ() et al.
2010-04-12 Uwe HermannAdd ARRAY_SIZE helper.
2010-04-09 Uwe HermannFix all warnings and re-enable -Wextra.
2010-04-09 Uwe HermannFactor out common ezusb_upload_firmware().
2010-04-09 Bert Vermeulenmove posix-specific serial port comms to serial.c
2010-04-07 Uwe HermannFactor out common sigrok_samplerate_string().
2010-04-05 Uwe Hermannlibsigrokdecode: Add initial return code list.
2010-04-05 Uwe HermannStart unification of libsigrok return codes.
2010-04-05 Uwe HermannAllow output_format.init() to return errors.
2010-04-05 Uwe HermannMore consistent spelling of "samplerate".
2010-04-02 Uwe HermannStart of code base layout restructuring.