aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-04The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden
correct LDLIBS and CFLAGS for Mac OS X. This attempts to detect the correct version of the FTDI headers and sets the correct CFLAGS for the version of the FTDI headers installed. Cleaned up Makefile and removed verbose checking of FTDI version. Cleaned up Makefile and removed verbose checking of uname.
2016-09-04Fix to enable a clean build on Mac OS X.Adam D. Horden
The fix will check to see if you are compiling on Mac OS X and set the correct LDLIBS and CFLAGS for Mac OS X. This attempts to detect the correct version of the FTDI headers and sets the correct CFLAGS for the version of the FTDI headers installed.
2016-09-04Fix to enable a clean build on Mac OS X.Adam D. Horden
The fix will check to see if you are compiling on Mac OS X and set the correct LDLIBS and CFLAGS for Mac OS X.
2016-08-26More links on websiteClifford Wolf
2016-08-23Merge pull request #53 from Jesus89/win32Clifford Wolf
icetime: support PREFIX expansion for win32
2016-08-23icetime: support PREFIX expansion for win32Jesús Arroyo Torrens
2016-07-26Only define _GNU_SOURCE for vasprintf() when not _WIN32Clifford Wolf
2016-07-26Explicitly ask for vasprintf where appropriate.Yury Gribov
2016-07-23Merge pull request #48 from Jesus89/libftdiClifford Wolf
Give priority to libftdi1 over libftdi
2016-07-23Give priority to libftdi1 over libftdiJesús Arroyo Torrens
2016-06-21Added icedude linkClifford Wolf
2016-06-20Added "icecube.sh -ul1k"Clifford Wolf
2016-06-19Added icefuzz/glbcheck.pyClifford Wolf
2016-06-14Bugfix in icetime .pcf parserClifford Wolf
2016-06-14Typo fix in "icebox_vlog --help"Clifford Wolf
2016-06-14Better icetime error message for empty designsClifford Wolf
2016-06-11Minor icebram improvementsClifford Wolf
2016-05-22Using ?= for all config.mk entriesClifford Wolf
2016-05-22Merge pull request #44 from dvc94ch/clang-optionalClifford Wolf
Make clang optional
2016-05-21Make clang optionalDavid Craven
2016-05-16Bugfix for when e.g. PLL LOCK drives longest pathClifford Wolf
2016-05-16Added missing #include <stdlib.h> to iceprog.cClifford Wolf
2016-05-16Some icetime json format fixesClifford Wolf
2016-05-16icetime: only include "net" in json output if different from hwnetClifford Wolf
2016-05-16icetime: json now contains net and hwnetClifford Wolf
2016-05-15Added icetime json output format (icetime -j)Clifford Wolf
2016-05-15Added icebox noplls_dbClifford Wolf
2016-05-15Added FILTER_RANGE support to icepllClifford Wolf
2016-05-15Added IceBRAM to docsClifford Wolf
2016-05-15Added icebram to top-level MakefileClifford Wolf
2016-05-15Merge branch 'feat-icebram'Clifford Wolf
2016-05-15Finished icebramClifford Wolf
2016-05-12Added icebram bitslice replacerClifford Wolf
2016-05-12Added icebram skeletonClifford Wolf
2016-05-11Added icebram test benchClifford Wolf
2016-05-07Fixes for MXE buildClifford Wolf
2016-05-05Added some IDs for deep-links to index.htmlClifford Wolf
2016-05-04Improvements in iceprogClifford Wolf
2016-05-03Added "icetime -c"Clifford Wolf
2016-03-28Merge pull request #35 from benpye/fix-iceprog-windowsClifford Wolf
Fix iceprog on Windows opening binary in text mode
2016-03-27Fix iceprog on Windows opening binary in text modeBen Pye
2016-03-02Added Makefile support for "make STATIC=1"Clifford Wolf
2016-02-29Fixed make_lc40 with y=0 bug #32Clifford Wolf
2016-02-29Use pkg-config for libftdiClifford Wolf
2016-02-28Merge pull request #31 from SebKuzminsky/spelling-fixesClifford Wolf
fix some spelling mistakes in user-visible messages
2016-02-27fix a few spelling errorsRuben Undheim
2016-02-27fix a few spelling mistakes in error messagesRuben Undheim
2016-02-18Added udev rules to docsClifford Wolf
2016-02-14Added/improved support for mxe-based win32 cross buildsClifford Wolf
2016-02-10Cleanups for PREFIX patchClifford Wolf