aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* firmware: e3xx: Added .eeprom section that gets written.Moritz Fischer2016-01-262-2/+10
| | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* x300: Fixes bug#768 and a firmware hang issue with Eth Port 0 with the XGS imagepatrick-here2016-01-181-2/+3
|
* n230: fixed header locationNicholas Corgan2016-01-155-128/+4
|
* n230: Made link state detection more accurateAshish Chaudhari2016-01-131-3/+11
|
* usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-089-376/+11
|
* n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-082-2/+8
|
* n230: Added N230 device supportAshish Chaudhari2016-01-052-26/+15
|
* n230: Ethernet activity LED is now functionalAshish Chaudhari2016-01-054-11/+30
|
* n230: Added missing FW defsAshish Chaudhari2016-01-051-0/+2
|
* n230: Output interface ID in echo requestAshish Chaudhari2016-01-053-1/+7
|
* n230: Added dual-eth and link LED support to ZPU FWAshish Chaudhari2016-01-054-3/+87
|
* n230: Increased FW size to 8192Ashish Chaudhari2016-01-053-23/+19
| | | | - Updated to X300 bootloader
* n230: Initial checkin of firmware filesAshish Chaudhari2016-01-0533-94/+3181
|
* firmware: e3xx: Bump minor version.Moritz Fischer2015-10-221-1/+1
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* firmware: e3xx: Add panic button functionality.Moritz Fischer2015-10-221-0/+12
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* firmware: e3xx: Turn off overzealous shutdown.Moritz Fischer2015-10-222-3/+2
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* OctoClock: shortened bootloader's wait for burner signalNicholas Corgan2015-09-011-6/+2
|
* Merge branch 'maint'Martin Braun2015-08-0410-20/+10
|\
| * E300 FW: Fixing copyrightsBen Hilburn2015-08-0410-20/+10
| |
* | Merge branch 'maint'Martin Braun2015-07-282-2/+7
|\|
| * e3xx: Fix firmware to actually write fuse values.Moritz Fischer2015-07-212-2/+7
| | | | | | | | | | | | | | The fuses weren't written correctly before, as we were lacking parameters to avrdude. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Updated compat numbers for B2x0 and X3x0Martin Braun2015-07-141-1/+1
| | | | | | | | | | - B2x0: FW compat number (goes with previous firmware update) - X3x0: Max HW rev number
* | Merge branch 'maint'Martin Braun2015-07-1435-0/+4703
|\| | | | | | | | | | | | | | | | | | | 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: Added firmware for battery based devices.Moritz Fischer2015-07-1335-0/+4703
| | | | | | | | | | | | Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | fx3: New firmware features: Logging, more configurationBalint Seeber2015-07-143-364/+756
| | | | | | | | | | | | | | - Logging in conjunction with B200 side-channel utility (using UART or directly over USB) - More and better configurability, e.g. Tx voltage swing and DMA configuration
* | OctoClock bugfixesNicholas Corgan2015-07-0922-876/+787
| | | | | | | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection
* | Merge branch 'master' into vivadoAshish Chaudhari2015-04-304-8/+125
|\ \
| * | Merge branch 'maint'Ashish Chaudhari2015-04-234-8/+125
| |\| | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp host/lib/usrp/b200/b200_impl.hpp
| | * FX3: Updating FW to support NI-USRP VID and PIDsBen Hilburn2015-04-153-3/+120
| | | | | | | | | | | | | | | Conflicts: firmware/fx3/b200/b200_usb_descriptors.c
| | * FX3: Updating FX3 FW build docsBen Hilburn2015-04-151-5/+5
| | | | | | | | | | | | | | | Conflicts: firmware/fx3/README.md
* | | x300: Multiple firmware fixes for VivadoAshish Chaudhari2015-02-175-92/+109
|/ / | | | | | | | | | | | | | | - Refactored SFP+ hotplug handler - GigE link state comes from SFP+ status and PHY status - Multiple tracing enhancements - Bumped firmware compat number to 4 - Bumpled FPGA compat number to 10
* | usrp3,x300: Replaced printfs with tracesAshish Chaudhari2015-02-126-173/+170
| |
* | usrp3: Added tracing library to usrp3 firmwareAshish Chaudhari2015-02-121-0/+80
|/
* Initial commit E300 support.Martin Braun2014-10-0742-0/+8401
|
* Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2)Martin Braun2014-10-07408-10/+177
|
* b200: Bumped FX3 firmware compat number to 7.Ashish Chaudhari2014-10-011-1/+1
|
* docs: Added a note on FX3 SDK versionMartin Braun2014-10-011-0/+1
|
* OctoClock: bugfixes/improvementsNicholas Corgan2014-08-2014-165/+193
| | | | | | | | | * Fixed Ethernet initialization problem * Improved external reference detection * Added gratuitous ARP, sent upon power-up * Tweaked host-side timing for initialization and firmware burning * Fixed logic for dealing with firmware incompatibility * Misc efficiency/reliability improvements to firmware's network code
* b200: Removed all AD9361 related firmwareAshish Chaudhari2014-08-1213-2747/+6
| | | | | | | - FX3 does not respond to AD9361 firmware transaction VREQs - FX3 does not respond to AD9361 SPI transaction VREQs - Deleted all AD9361 firmware files - Bumped FW compat to 6
* b200: AD9361 firmware bugfixesAshish Chaudhari2014-08-011-0/+19
| | | | | | | | | | - Fix for BUG #485: B200: Channels Swap Between Runs # Added code to transition state machine out of FDD while reconfiguring active chains. # bb:0b9929 Mon Jun 16 14:56:26 2014 -0700 - Fix for BUG #500: B210: RX channels are not phase aligned # Set bit to invert RX if internal LNA is bypassed # bb:0a4565 Thu Jun 5 17:10:37 2014 -0700
* b200: Moved AD9361 driver to hostAshish Chaudhari2014-08-014-11/+17
| | | | | | | - Switched to FPGA SPI engine - Moved firmware AD9361 driver to UHD - Bumped FW compat to 5, FPGA compat to 4 - Known Issue: AD9361 SPI rate is too slow
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-2383-658/+12077
| | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* Addressing comments from review.michael-west2014-07-171-9/+2
| | | | | | - Corrected types of some variables to be boost types. - Removed debugging code accidentally left in. - Changed some compiled out error messages to log messages.
* Fix for BUG #469: Bad/Empty GPS NMEA strings returned when the queries are ↵michael-west2014-07-171-4/+11
| | | | | | | | | made in a random wait iterative fashion Fix for BUG #460: X300: GPGGA sensor most often empty, while RMC is usually OK - Added checksum verification of NMEA strings - Improved handling of short or malformed strings - Fixed GPSDO data synchronization between X300 firmware and host
* x300: Changed bus_clk frequency to 166.67MHz.Ashish Chaudhari2014-04-281-5/+5
|
* b2xx: Pulling FX3 and AD9361 source code into master.Ben Hilburn2014-04-0724-0/+7291
|
* BUG #396: X3x0: Packet loss within burst while running full duplex overnightmichael-west2014-03-261-13/+9
| | | | - Disabled all packet forwarding
* BUG #396: Mid-Burst Sequence Errorsmichael-west2014-03-192-8/+10
| | | | | | | - Restored link state handling. - Enabled forwarding of packets not addressed to this device's MAC address. - Kept forwarding of broadcast packets disabled. NOTE: This is a workaround and not a permanent fix.
* BUG #371: X300: Dies and left in bad statemichael-west2014-03-033-50/+67
| | | | | | | - Disabled packet forwarding and link state cycle detection in firmware. - Fixed the link state algorithm so the updating runs the first time and the forwading update only happens when necessary. - Added check for 10GbE before calling MDIO functions.
* Putting the ICMP destination unreachable fix in X300 firmware.Ben Hilburn2014-02-141-34/+44
|