]> sigrok.org Git - libsigrok.git/history - src/hardware/ftdi-la/api.c
Put driver pointers into special section
[libsigrok.git] / src / hardware / ftdi-la / api.c
2016-05-17 Lars-Peter ClausenPut driver pointers into special section
2016-05-17 Lars-Peter ClausenDrop unnecessary struct sr_dev_driver forward declarations
2016-05-12 Uwe Hermannscan(): Consistently start out with SR_ST_INACTIVE.
2016-05-09 Lars-Peter ClausenRemove unnecessary std_init() wrapper functions
2016-05-09 Lars-Peter Clausenstd_init(): Drop check if pass in driver is non-NULL
2016-05-09 Lars-Peter ClausenMatch std_init() parameter order to the driver init...
2016-05-03 Lars-Peter ClausenDrop SR_CONF_SET flag from SR_CONF_CONTINUOUS options
2016-05-03 Lars-Peter ClausenIntroduce standard implementation of the dev_list(...
2016-05-03 Lars-Peter ClausenIntroduce standard cleanup helper
2016-05-03 Lars-Peter Clausenftdi-la: Properly cleanup in scan_all()
2016-04-29 Uwe Hermanndev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
2016-04-29 Uwe HermannDrop unneeded std_session_send_df_header() comments.
2016-04-29 Uwe HermannFactor out std_session_send_df_end() helper.
2016-04-23 Sergey Alirzaevftdi-la: added support for the device selection
2016-04-17 Sergey Alirzaevftdi-la: order the channels properly
2016-04-03 Uwe Hermannftdi-la: Move ftdi_la_set_samplerate() to protocol.c.
2016-04-02 Uwe HermannRename 'ft2232h' driver to 'ftdi-la'.