]> sigrok.org Git - sigrok-firmware-fx2lafw.git/shortlog
sigrok-firmware-fx2lafw.git
2013-02-22 Uwe HermannUse a standard autotools setup.
2012-11-22 Uwe HermannUse makebin if objcopy is not available.
2012-10-16 Uwe HermannFix #include guard names.
2012-10-16 Uwe HermannAdd a HACKING file.
2012-10-10 Uwe HermannMakefile: Update repo URL.
2012-10-10 Uwe HermannREADME: Add status, update URL, add more info.
2012-08-02 Ivan FedorovAdd basic support for USBee DX and clones
2012-07-31 Ivan FedorovAdd .gitignore
2012-07-24 Uwe HermannMakefile: Add a 'distbin' target. sigrok-firmware-fx2lafw-0.1.0
2012-07-24 Uwe HermannNEWS: Add today's date as release date for 0.1.0.
2012-07-24 Uwe HermannMakefile.include: Fix build on MinGW/Windows.
2012-07-23 Uwe HermannUpdate install instructions.
2012-07-23 Uwe HermannDrop fx2lib files we don't really need.
2012-07-23 Uwe HermannDon't ship the .git/ directory in the tarball.
2012-07-22 Uwe HermannFix 'make clean'.
2012-07-22 Uwe HermannMakefiles: Add missing "2>/dev/null" in some places.
2012-07-22 Uwe Hermanns/make/$(MAKE)/ to fix build on FreeBSD.
2012-07-22 Uwe HermannAdd initial NEWS file.
2012-07-22 Uwe HermannAdd 'dist' target which creates a tarball.
2012-07-22 Uwe HermannMakefile: Add a 'ChangeLog' target.
2012-07-22 Uwe HermannMakefile: Add an 'install' target.
2012-07-22 Uwe HermannRemove obsolete and unused DEBUG code.
2012-07-22 Uwe HermannCosmetics, update docs.
2012-07-18 Uwe HermannAdd missing #include guards.
2012-07-18 Uwe HermannFix a left-over __data in our fx2lib copy.
2012-07-18 Uwe HermannUpdate fx2lafw code to work with recent sdcc.
2012-07-18 Uwe HermannSupport old and new sdcc/sdas8051/asx8051 versions.
2012-07-18 Uwe HermannImport fx2lib into fx2lafw directly.
2012-06-25 Uwe HermannREADME: Update usage instructions.
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 HoldsworthRemoved a magic number
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-05-06 Uwe Hermannfx2lafw: Support for querying REVID.
2012-05-06 Uwe Hermannfx2lafw: Add Braintechnology USB-LPS support.
2012-04-18 Uwe Hermanncypress-fx2/Makefile: Add missing 'fx2lafw-' prefix.
2012-04-18 Joel HoldsworthAdded support for Default Cypress FX2 without EEPROM
2012-04-18 Joel HoldsworthAdded dscr.inc to reduce duplication in dscr.a51 files
2012-04-10 Uwe HermannCosmetics, coding style.
2012-04-10 Joel HoldsworthImplemented CMD_GET_FW_VERSION
2012-04-07 Joel HoldsworthCorrected a typo in the root makefile
2012-03-24 Joel HoldsworthRemoved unneeded declarations
2012-03-24 Joel HoldsworthAdded missing command to clean rule
2012-03-24 Joel HoldsworthMoved main() into fx2lafw.c
2012-03-24 Joel HoldsworthRemoved debug script
2012-03-14 Joel HoldsworthUpsized EP2 FIFO to 4x 1024
2012-03-14 Joel HoldsworthRemoved debug routines - they turned out not to be...
2012-03-14 Joel HoldsworthReplaced gpif-capture with gpif-acquisition saleae...
2012-03-14 Joel HoldsworthAdded support for USBee SX
2012-03-12 Joel HoldsworthAdded rules to Makefile to convert firmware to binary
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 HoldsworthCorrected EP2FIFOCFG setup
2012-03-10 Joel HoldsworthEnsure GPIF is idle before reconfiguration
2012-03-10 Joel HoldsworthDo not read-modify-write IFCONFIG
2012-03-04 Joel HoldsworthDo not change device id after firmware download
2012-03-04 Joel HoldsworthRenamed fx2lafw_run to fx2lafw_poll
2012-03-04 Joel HoldsworthImplemented sample rate control
2012-03-03 Joel HoldsworthRemoved CMD_STOP and renumbered commands
2012-03-03 Joel HoldsworthMoved command definitions into command.h
2012-03-03 Joel HoldsworthRemoved CMD_SET_SAMPLRATE
2012-03-03 Joel HoldsworthGenerate GPIF WAVEDATA on demand
2012-03-03 Joel HoldsworthMoved gpif code out to separate source file
2012-02-22 Uwe HermannUpdate README.
2012-02-22 Uwe HermannMove dscr.a51 to individual project subdirs.
2012-02-22 Uwe HermannMove individual firmware projects to hw/ subdir.
2012-02-22 Uwe HermannAdd saleae-logic/ subdir/project.
2012-02-22 Uwe HermannAdd top-level Makefile.
2012-02-22 Uwe HermannVarious cosmetics and bugfixes.
2012-02-22 Joel HoldsworthMoved includes into a common include directory
2012-02-22 Joel HoldsworthMoved main() in cwav-usbeeax
2012-02-22 Joel HoldsworthAdded root as an include directory
2012-02-22 Joel HoldsworthAdded autovector include to fx2lafw header. Software...
2012-02-22 Joel HoldsworthAdded first device specific directory for the CWAV...
2012-02-22 Joel HoldsworthRearranged main() in preparation for split according...
2012-02-22 Joel HoldsworthImplemented _assert
2012-02-22 Joel HoldsworthAdded INFO, WARN and ERR macros
2012-02-22 Joel HoldsworthAdded a debug client
2012-02-22 Joel HoldsworthAdded basic debugf for sending debug messages over USB
2012-02-22 Joel HoldsworthAllow path to fx2lib to be set with a variable
2012-02-21 Uwe HermannDraft how commands could be implemented.
2012-02-21 Uwe HermannEliminate EP1, commands should use EP0.
2012-02-21 Uwe HermannDocument USB language identifier document location.
2012-02-21 Uwe HermannUse #defines for REVCTL bits.
2012-02-20 Uwe HermannFirst somewhat working GPIF waveform and setup code.
2012-02-18 Uwe HermannFirst attempt at a sampling GPIF waveform (untested!).
2012-02-14 Uwe HermannREADME: Add git repo URL.
2012-02-14 Uwe HermannInitial version (work in progress).