aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_impl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-1/+7
| | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities
* Merge branch 'maint'Martin Braun2015-07-141-0/+5
|\ | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * e3xx: Fixup for idle image to follow naming convention.Moritz Fischer2015-07-141-2/+2
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e3xx: Load idle image on shutdown.Moritz Fischer2015-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | This commit will have UHD load the idle fpga image on destruction of e300_impl. Note: This requires usrp_e310_idle_fpga.bit to be present in the UHD images directory. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | B200: UHD support for FPGPIO connector on REV6+ boards.Ian Buckley2015-03-091-4/+2
|/ | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300
* e300: fc: Clean up the TX flowcontrol setup a bit.Moritz Fischer2015-02-261-0/+1
| | | | | | | Use named constant instant of magic constant for response frequency. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e300: fc: This should fix the RX flow control.Moritz Fischer2015-02-261-0/+1
| | | | | | | | Two issues: - Call the correct overflow handler e300_impl vs rx_vita - Don't lie about buffer sizes and window sizes Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e300: Removed duplicate FPGA loading functionMoritz Fischer2015-01-151-2/+0
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Initial commit E300 support.Martin Braun2014-10-071-0/+296