summaryrefslogtreecommitdiff
path: root/usrp2/firmware/configure.gnu
AgeCommit message (Collapse)Author
2009-09-17configure.gnu needs to unset more vars from the environment.Philip Balister
This solves a problem running the usrp2/firmware configure script when the USB_* vars are set in the environment. Long term fix is to have the configure.gnu wrapper make sure the quoting is OK for vars passed on.
2009-05-21Tweaks for svn-buildpackagejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11080 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-22bumped stack to 3k (not sure we needed to), cleaned up old serdes testeb
code: eth_serdes.c and serdes_txrx.c, can tx over serdes at interp 4 (underruns quite frequently), same behavior as regular txrx.c git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10291 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-25bugfix also override CPPnldudok1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9844 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-07minor cleanupeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9725 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-02fix for "double cross-compilation"eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9696 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-01Fixes ticket:297. Refactors how usrp2/firmware is built. Noweb
AC_CONFIG_SUBDIRS is always called, and there's a AM_CONDITIONAL in usrp2/firmware that decides whether anything really gets built or not. I think this will fix the "double cross" issue (cross-compiling the bulk of this for cell while cross-compiling the usrp2 firmware at the same time), though it's not tested yet. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9695 221aa14e-8319-0410-a670-987f0aec2ac5