summaryrefslogtreecommitdiff
path: root/usrp2
AgeCommit message (Collapse)Author
2008-10-11New serdes status interrupt, clk_status interrupt. New capability to flush ↵matt
the ICache. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9779 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-11removed unneeded settingmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9778 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-08moved to appropriate placesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9747 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-08added the basic wb<-->extram interface and a serdes interrupt to tell link ↵matt
status git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9746 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-04Refactored how the usrp2/firmware connects into the top-level built.eb
We now have "normal" behavior. That is, if your current directory is usrp2, when you invoke "make" it will make both the host and firmware directories. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9709 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-04USRP2 firmware fixes for EDK 10.1 microblaze toolchain. Firmware now buildseb
and runs correctly using these tools. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9708 221aa14e-8319-0410-a670-987f0aec2ac5
2008-10-03fixes for EDK 10.1 toolseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9706 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
2008-09-24Renamed identifiers for consistency: s/complex_float/32fc/ s/complex_16/16sc/. eb
Merged eb/u2-wip -r9645:9646 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9647 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-23usrp2 work-in-progresseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9643 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-23Adds usrp2.sink_32fc, usrp2.sink_16sc, refactoring, cleanupjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9641 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21catch up with latest pin defs of u2_corematt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9636 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21attach a 16 bit device to the bus and make it look like a 32 bit devicematt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9635 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21new app to test the rammatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9634 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21wb_zbt16_b is a quick hack just to be able to safely check the sram. it is ↵matt
not speed-optimized git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9633 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21new directory for filesmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9632 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-21zbt ram controllermatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9631 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-20Ensure that usrp2 background thread runs at good pri. Doesn't fix SSSS problemeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9611 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-19first cutmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9609 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-19first cut at an app for testing. sets rev in eeprom, then runs txrx stuffmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9606 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-19removed sudoeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9604 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17better debug pinsmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9592 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17allow fpga to take over sd card interface from cpldmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9591 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17allow fpga to take over SD card interfacematt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9590 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17control CS line on SD cardmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9589 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17firmware support for reading and writing the SD cardmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9588 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-17blink all leds, leave one on when done to say that firmware is running okmatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9587 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-11Merged r9505:9553 from old usrp2/trunk into trunk/usrp2jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9555 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-10now reads h/w rev from eeprom. f/w app set_hw_rev sets iteb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9554 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-08Now passes distcheck with or without microblaze tools on path.eb
Merged eb/distcheck 9534:9537 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9538 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-08Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan
gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5