]> sigrok.org Git - sigrok-firmware-fx2lafw.git/history - gpif-acquisition.c
Add Hantek PSO2020 firmware support
[sigrok-firmware-fx2lafw.git] / gpif-acquisition.c
2021-08-23 Gerhard Sittigfx2lafw: silence integer overflow compile warnings
2019-10-01 Kate J. Temkinallow captures of up to 48MHz, if bus conditions permit
2018-01-24 Gerhard Sittigfx2lafw: silence integer overflow compile warnings
2018-01-17 Stefan Brünsfx2lafw: Delay start of GPIF until first BULK IN reques...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-10 Uwe Hermanngpif-acquisition.c: Minor cosmetics, drop obsolete...
2016-08-10 Paul FertserRefactor and bugfix the delay adding code for analog...
2016-08-10 Paul FertserRemove bogus part of OUTPUT used for analog sampling
2016-08-10 Paul FertserFix typo in gpif_make_data_dp_state function name
2016-08-10 Paul FertserChange arguments of gpif_make_delay_state() to remove...
2016-05-18 Benjamin Larssonfx2lafw: clock CTL1 the same as CTL2
2016-04-29 Benjamin LarssonAdd CMD_START_FLAGS_CLK_CTL2 command flag
2016-04-27 Benjamin LarssonEnable more control over the GPIF state machine
2013-06-27 Uwe HermannBugfix: Tristate pins after acquisition.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-07-22 Uwe HermannCosmetics, update docs.
2012-07-18 Uwe HermannUpdate fx2lafw code to work with recent sdcc.
2012-05-10 Uwe HermannCosmetics.
2012-05-07 Joel HoldsworthSupport wide sampling
2012-05-07 Joel HoldsworthAdded support for 100kHz and 50kHz sampling
2012-05-07 Joel HoldsworthMade the DP state the DATA sample state
2012-05-07 Joel HoldsworthMoved GPIF state generator code into helper functions
2012-04-10 Uwe HermannCosmetics, coding style.
2012-03-11 Joel HoldsworthReset EP2 when GPIF acquisition completes
2012-03-11 Joel HoldsworthFixed GPIF waveform branch, and annotated population...
2012-03-11 Joel HoldsworthNot need to SYNCDELAY after writing to GPIF_WAVE_DATA
2012-03-11 Joel HoldsworthNo need to populate reserved words
2012-03-11 Joel HoldsworthSpecify that one transaction will occur in each acquisition
2012-03-10 Joel HoldsworthEnsure GPIF is idle before reconfiguration
2012-03-10 Joel HoldsworthDo not read-modify-write IFCONFIG
2012-03-04 Joel HoldsworthImplemented sample rate control
2012-03-03 Joel HoldsworthGenerate GPIF WAVEDATA on demand
2012-03-03 Joel HoldsworthMoved gpif code out to separate source file