]> sigrok.org Git - sigrok-firmware-fx2lafw.git/shortlog
sigrok-firmware-fx2lafw.git
2018-01-26 Uwe Hermannconfigure.ac: Bump package version to 0.1.6. sigrok-firmware-fx2lafw-0.1.6
2018-01-26 Uwe HermannIncrease FX2LAFW_VERSION_MINOR to 3.
2018-01-26 Uwe HermannNEWS: Add list of user-visible changes so far.
2018-01-24 Maciej Kurcfx2lafw: Factor out LED control.
2018-01-24 Gerhard Sittigfx2lafw: silence integer overflow compile warnings
2018-01-24 Gerhard Sittigfx2lafw: fixup missing semicolon after macro "function...
2018-01-17 Stefan Brünsfx2lafw: Insert SYNCDELAYs where necessary according...
2018-01-17 Stefan Brünsfx2lafw: Delay start of GPIF until first BULK IN reques...
2018-01-17 Stefan Brünsfx2lafw: add definitions for IBN (IN BULK NAK) interrupt
2018-01-17 Stefan Brünsfx2lafw: remove break after return
2018-01-17 Stefan Brünsfx2lafw: Disable SOF interrupt, it is not used
2017-12-21 Gerhard Sittigscopes: improve C preprocessor macro robustness
2017-12-17 Uwe Hermannscopes: Move a code comment.
2017-12-17 Uwe HermannMakefile.am: Fix a 'make distclean' error.
2017-12-17 Uwe Hermannscopes: Makefile.am: Add and use SDCC_LINK_FLAGS_SCOPE.
2017-12-17 Uwe Hermannscopes: Rename dscr_hantek_6022be.inc to dscr_scope...
2017-12-17 Uwe Hermannscopes: Unify code-base, remove duplicate code/files.
2017-12-17 Uwe Hermannscopes: Add include/scope.inc.
2017-12-17 Uwe Hermannscopes: Factor out TIMER2_VAL.
2017-12-17 Uwe Hermannscopes: Factor out SET_COUPLING() and SET_CALIBRATION_P...
2017-12-17 Uwe Hermannscopes: Factor out CTL_BIT, OUT0, and OE_CTL.
2017-12-17 Uwe Hermannscopes: Use RENUMERATE_UNCOND() for all devices.
2017-12-17 Uwe Hermannscopes: Initialize PORTA/C/E consistently for all devices.
2017-12-17 Uwe Hermannscopes: Factor out LED_CLEAR(), LED_GREEN(), LED_RED().
2017-12-17 Uwe Hermannscopes: Factor out TOGGLE_CALIBRATION_PIN().
2017-12-17 Uwe Hermannscopes: Factor out SET_ANALOG_MODE().
2017-12-17 Uwe Hermannscopes: Adapt/fix some code comments, cosmetics.
2017-12-17 Uwe Hermannfx2lafw: Blink LED on pin PA1 during acquisition.
2017-06-12 Uwe Hermannconfigure.ac: Bump package version to 0.1.5. sigrok-firmware-fx2lafw-0.1.5
2017-06-12 Uwe HermannNEWS: Add list of user-visible changes so far.
2017-06-06 Uwe HermannHACKING: Update URL to Linux kernel coding style.
2017-01-27 Uwe Hermannhantek_6022be.c: Fix a code comment.
2017-01-27 Jan LosinskiEnable full port A as output on 6022BL
2017-01-27 Jan LosinskiSelect enable OE0 instead of OE2 in 6022BL
2017-01-27 Jan LosinskiSwitch from OE2/CTL2 to OE0/CTL0 on 6022BL
2017-01-27 Jan LosinskiSet PA7 in 6022BL again before sampling.
2017-01-27 Jan LosinskiChange I/O ports for voltage selection on 6022BL
2017-01-27 Jan LosinskiSet PA7 to high, to select analog mode.
2017-01-27 Jan LosinskiChange probe cal pin for 6022BL to PC2
2017-01-27 Sebastian Tabares... Initial support for Hantek 6022BL
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-10-31 Uwe Hermannconfigure.ac: Bump package version to 0.1.4. sigrok-firmware-fx2lafw-0.1.4
2016-10-31 Uwe HermannNEWS: Add list of user-visible changes so far.
2016-10-31 Uwe HermannIncrease FX2LAFW_VERSION_MINOR to 2.
2016-10-31 Uwe HermannUse per-device USB serial number strings.
2016-10-31 Uwe HermannAdd "fx2lafw-" prefix to the 6022BE/DDS120 firmware...
2016-10-31 Uwe HermannUse the same VID/PID for Hantek 6022BE and SainSmart...
2016-10-12 Uwe HermannMakefile.am: Remove unneeded duplication.
2016-10-08 Uwe HermannAdd and use macros to simplify USB descriptor files.
2016-09-03 Uwe HermannMakefile.am: Add dscr_hantek_6022be.inc to the tarball.
2016-08-10 Uwe HermannHACKING: Prefer git pull requests over mailing list...
2016-08-10 Uwe HermannREADME: Drop obsolete and unneeded section.
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-08-10 Uwe Hermanndscr*.inc: Document polling intervals better.
2016-08-10 Uwe Hermanndscr_hantek_6022be.inc: Fix incorrect comments, add...
2016-08-10 Uwe Hermanndscr_hantek_6022be.inc: Change vendor string to "sigrok".
2016-08-10 Uwe Hermanndscr_hantek_6022be.inc: Cosmetic and consistency changes.
2016-08-10 Uwe Hermanndscr.inc: Shorten representation of two strings.
2016-08-10 Uwe Hermannhantek-6022be/sainsmart-dds120: Hook up correct per...
2016-08-10 Uwe HermannDeduplicate hantek-6022be/sainsmart-dds120's dscr.inc.
2016-08-10 Uwe Hermannhantek-6022be/sainsmart-dds120: Use the same USB produc...
2016-07-12 Uwe HermannREADME: Mention the Sainsmart DDS120 firmware.
2016-07-12 Uwe HermannAdd CWAV USBee ZX firmware support.
2016-05-25 Benjamin LarssonSilence warnings
2016-05-18 Uwe HermannAdd a few more code comments.
2016-05-18 Benjamin Larssonfx2lafw: clock CTL1 the same as CTL2
2016-05-04 Markus SiegertUse 1D50:608E for open source Sainsmart DDS120 firmware
2016-05-04 Benjamin LarssonSupport changing calibration pulse frequency
2016-05-04 Benjamin LarssonAdd more sample rates
2016-05-04 Benjamin LarssonAdd support for setting Sainsmart AC/DC coupling
2016-05-04 Benjamin LarssonInitial Sainsmart DDS120 firmware
2016-04-29 Benjamin LarssonAdd CMD_START_FLAGS_CLK_CTL2 command flag
2016-04-27 Benjamin LarssonEnable more control over the GPIF state machine
2016-03-10 Uwe Hermannhw/hantek-6022be/dscr.a51: License header cosmetics.
2016-03-10 Uwe Hermannhantek_6022be.c: Simplify handle_vendorcommand().
2016-03-10 Uwe Hermannhantek_6022be.c: Minor cosmetics.
2016-03-10 Uwe Hermannhantek_6022be.c: Make a few variables and functions...
2016-03-10 Uwe Hermannhantek_6022be.c: Move main() for consistency.
2016-03-10 Uwe Hermannhantek_6022be.c: Adapt to fx2lafw coding style, minor...
2016-03-10 Uwe Hermannhantek_6022be.c: Drop unneeded debug code, random cruft.
2016-03-10 Uwe HermannREADME: Update to mention the Hantek 6022BE firmware.
2016-03-10 Uwe Hermannhantek_6022be.c: Fix build error.
2016-03-10 Uwe HermannMakefile.am: Hook up building of hantek-6022be.fw.
2016-03-10 Uwe HermannAdd FX2 firmware for the Hantek 6022BE USB scope.
2016-03-10 Uwe HermannREADME: Update prebuilt firmware download location.
2015-11-26 Uwe Hermannconfigure.ac: Bump package version to 0.1.3. sigrok-firmware-fx2lafw-0.1.3
2015-11-26 Uwe HermannNEWS: Add list of user-visible changes so far.
2015-11-26 Uwe HermannREADME: Any sdcc 3.x version works fine.
2015-11-10 Daniel Elstnerbuild: Distribute autogen.sh
2015-11-09 Daniel Elstnerbuild: Customize silent rule prefixes for sdas/sdcc
2015-11-09 Daniel Elstnerbuild: Allow dist-bin from non-git sources
2015-11-09 Daniel Elstnerbuild: Simplify dist-changelog target
2015-11-09 Daniel Elstnerbuild: Check SDCC version during configure
2015-11-09 Daniel ElstnerUpdate git ignore list
2015-11-09 Daniel Elstnerbuild: Switch to non-recursive make
2015-10-24 Uwe HermannAdd fx2lafw firmware for FX2 devices with sigrok VID...
next