]> sigrok.org Git - libsigrok.git/history - hardware/fx2lafw/fx2lafw.c
sr: fx2lafw: Add basic support for USBee DX and clones
[libsigrok.git] / hardware / fx2lafw / fx2lafw.c
2012-07-31 Ivan Fedorovsr: fx2lafw: Add basic support for USBee DX and clones
2012-07-08 Lars-Peter Clausensr: fx2lafw: Free transfers in reverse order
2012-07-04 Bert Vermeulensr: moved sigrok.h so libsigrok/libsigrok.h
2012-07-03 Lars-Peter Clausensr: fx2lafw: Fix potential leaks in acquisition_start...
2012-07-03 Lars-Peter Clausensr: fx2lafw: Do not start a new acquisition if the...
2012-07-03 Lars-Peter Clausensr: fx2lafw: Abort pending transfers when sampling...
2012-06-27 Lars-Peter Clausensr: fx2lafw: Move empty_transfer_count to device ctx
2012-06-27 Lars-Peter Clausensr: fx2lafw: Calculate buffer size and timeout based...
2012-06-27 Lars-Peter Clausensr: fx2lafw: Handle the transfer's status
2012-06-27 Lars-Peter Clausensr: fx2lafw: Avoid unnecessary alloc/free combo
2012-06-27 Lars-Peter Clausensr: fx2lafw: Properly free transfer
2012-06-27 Lars-Peter Clausensr: fx2lafw: Allocate header and packet struct on the...
2012-06-27 Joel Holdsworthfx2lafw: Made libusb_claim_interface error messages...
2012-06-26 Bert Vermeulenfx2lafw: fix broken firmware upload timeout
2012-06-25 Lars-Peter Clausensr: fx2lafw: Set correct unitsize for trigger buffer
2012-06-24 Lars-Peter Clausensr: fx2lafw: Fix multistage trigger
2012-06-22 Lars-Peter Clausensr: fx2lafw: Fix memory leaks in receive_transfer
2012-05-31 Uwe Hermannsr: fx2lafw: Use gboolean, cosmetics, fix gcc warning.
2012-05-31 Joel Holdsworthfx2lafw: Added device caps and added support for wide...
2012-05-31 Joel Holdsworthsr: Made sample rate lists const
2012-05-31 Joel Holdsworthsr: Made the dev_config_set parameter a const pointer
2012-05-31 Joel Holdsworthsr: Made the dev_info_get return value const
2012-05-31 Joel Holdsworthsr: Made hwcap const
2012-05-30 Bert Vermeulensr: change all drivers to use SR_DF_META_LOGIC
2012-05-30 Uwe Hermannsr: fx2lafw: Only check for correct major FW version.
2012-05-30 Uwe Hermannsr: Fix typos.
2012-05-30 Uwe Hermannsr: fx2lafw: Add (C) line from old saleae driver it...
2012-05-30 Uwe Hermannsr: fx2lafw: s/MAX_RENUM_DELAY/MAX_RENUM_DELAY_MS/.
2012-05-30 Uwe Hermannsr: fx2lafw: Fix a firmware upload bug on 32bit systems.
2012-05-29 Uwe Hermannsr: ARMFLY AX-Pro is supported by fx2lafw (LA only).
2012-05-10 Joel Holdsworthfx2lafw: Added support for 20kHz and 25kHz sampling
2012-05-10 Joel Holdsworthfx2lafw: Added support for 100kHz and 50kHz sampling
2012-05-06 Uwe Hermannsr: fx2lafw: Get/display FX2 REVID.
2012-05-06 Uwe Hermannsr: fx2lafw: Braintechnology USB-LPS support.
2012-04-26 Bert Vermeulenfx2lafw: use iManufacturer/iProduct fields to identify...
2012-04-18 Uwe Hermannfx2lafw: supported_samplerates[] should be 0-terminated.
2012-04-18 Joel Holdsworthfx2lafw: Added support for default Cypess FX2 without...
2012-04-18 Joel Holdsworthfx2lafw: Added slower sample rates
2012-04-10 Uwe Hermannsr: fx2lafw: Cosmetics.
2012-04-10 Joel Holdsworthfx2lafw: Added command to verify firmware version
2012-04-08 Joel Holdsworthfx2lafw: Safer use of libusb_get_device_list
2012-03-31 Uwe Hermannsr: fx2lafw: Consistency fixes.
2012-03-27 Uwe Hermannsr: fx2lafw: Cosmetics.
2012-03-27 Uwe Hermannsr: fx2lafw: Cosmetics.
2012-03-25 Joel Holdsworthfx2lafw: Made finish_acquisition a static function
2012-03-24 Uwe Hermannsr: Fix some samplerate fields.
2012-03-24 Joel Holdsworthfx2lafw: Only terminate session after all transfers...
2012-03-24 Joel Holdsworthfx2lafw: Removed a line of redundant code
2012-03-21 Joel Holdsworthfx2lafw: Imported software triggering from fx2lafw
2012-03-21 Uwe Hermanncli: Fix -V/-h output a bit.
2012-03-21 Uwe Hermannsr: s/err/ret/ for consistency.
2012-03-12 Joel Holdsworthfx2lafw: Added CWAV USBee SX to the device list
2012-03-12 Joel Holdsworthfx2lafw: Corrected a comment
2012-03-12 Joel Holdsworthfx2lafw: Added Saleae Logic (and clones) to the device...
2012-03-12 Joel Holdsworthfx2lafw: Moved firmware path into fx2lafw_profile
2012-03-12 Joel Holdsworthfx2lafw: Made fx2lafw profiles const
2012-03-12 Joel Holdsworthfx2lafw: Added ESLA201A to device list
2012-03-11 Joel Holdsworthfx2lafw: Send start command after bulk transfer have...
2012-03-07 Joel Holdsworthfx2lafw: Corrected check_conf_profile checks
2012-03-07 Joel Holdsworthfx2lafw: Implemented control of sample rates
2012-03-07 Joel Holdsworthfx2lafw: Ensure default sample rate is set
2012-03-07 Joel Holdsworthfx2lafw: Moved num_samples into context struct
2012-03-07 Joel Holdsworthfx2lafw: Implemented initial support for start capture
2012-03-07 Joel Holdsworthfx2lafw: Devices now retain the same PID/VID after...
2012-03-07 Joel Holdsworthfx2lafw: Implemented SR_HWCAP_PROBECONFIG and SR_HWCAP_...
2012-03-07 Joel Holdsworthfx2lafw: Fixed a compiler error, and made cv_data consi...
2012-03-04 Uwe Hermannsr: Fix some TODOs, improve comments/docs.
2012-03-04 Uwe Hermannsr: More callback param renames.
2012-03-02 Uwe Hermannsr: Name all callback data 'cb_data'.
2012-03-01 Uwe Hermannsr: s/sr_session_bus/sr_session_send/.
2012-02-28 Uwe Hermannsr/cli/gtk/qt/: s/plugin/driver/.
2012-02-27 Uwe Hermannsr: fx2lafw: Use gboolean consistenly.
2012-02-27 Uwe Hermannfx2lafw: Small consistency fixes.
2012-02-27 Uwe Hermannfx2lafw: Compile fix.
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_acquisition_stop
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_acquisition_start
2012-02-27 Joel Holdsworthfx2lafw: Basic implementation of hw_dev_config_set...
2012-02-27 Joel Holdsworthfx2lafw: Added more to hw_cleanup
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_close
2012-02-27 Joel Holdsworthfx2lafw: Implemented hw_dev_open
2012-02-27 Joel Holdsworthfx2lafw: Implemented firmware upload
2012-02-27 Joel Holdsworthfx2lafw: Renamed fx2lafw_dev to ctx in hw_dev_info_get
2012-02-27 Joel Holdsworthfx2lafw: Renamed fx2lafw_dev to ctx in hw_init
2012-02-27 Joel Holdsworthfx2lafw: Renamed dev_insts variable in hw_init
2012-02-25 Joel Holdsworthfx2lafw: Implemented hw_get_status
2012-02-25 Joel Holdsworthfx2lafw: Exposed capabilities data
2012-02-25 Joel Holdsworthfx2lafw: Added probing for fx2lafw devices
2012-02-25 Joel Holdsworthfx2lafw: Added empty hardware module for fx2lafw