Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squashed commit uhd/cleanup. | Ben Hilburn | 2013-11-27 | 1 | -4/+0 |
| | |||||
* | b100: firmware updates for next branch compatability | Josh Blum | 2012-07-19 | 3 | -29/+33 |
| | |||||
* | B100: enable_gpif(0) disables FIFO output clock on FX2. this prevents the ↵ | Nick Foster | 2012-03-16 | 1 | -2/+2 |
| | | | | "stuffing zeroes" problem and improves transport reliability. | ||||
* | B100: Firmware reset tweaks. | Nick Foster | 2012-02-09 | 2 | -47/+29 |
| | |||||
* | B100: use FPGA external reset on init | Nick Foster | 2012-02-06 | 1 | -1/+6 |
| | |||||
* | B100/B150: firmware disable FIFOs until host enables to keep junk out | Nick Foster | 2012-02-03 | 2 | -8/+11 |
| | |||||
* | b100: bump compat numbers for slave fifo mode | Josh Blum | 2012-02-01 | 1 | -1/+1 |
| | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.hpp | ||||
* | B100 firmware changes to allow slave mode TX/RX. | Nick Foster | 2012-02-01 | 4 | -162/+59 |
| | |||||
* | Fixing VID comment in firmware to reflect ERLLC rather than FSF. | Ben Hilburn | 2011-10-14 | 1 | -1/+1 |
| | |||||
* | b100: new eeprom map for special 9 byte serial | Josh Blum | 2011-10-12 | 2 | -4/+5 |
| | |||||
* | B100: change B100 PID in usb_descriptors.a51 as well | Nick Foster | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | B100: use PA6 for pktend | Nick Foster | 2011-10-10 | 1 | -2/+1 |
| | |||||
* | 1 Character Patch for USRP1 usrp_eeprom.bin generation | Jason Abele | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | B100: modify build_eeprom for correct B100 PID | Nick Foster | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | B100 firmware fix for FPGA load race condition, plus a little cleanup for ↵ | Nick Foster | 2011-10-10 | 2 | -19/+14 |
| | | | | readability | ||||
* | b100: added b100 firmware (squashed) | Josh Blum | 2011-06-14 | 18 | -4/+2127 |
| | |||||
* | usrp1: reverted spi transaction changes to the usrp1 firmware (broken and ↵ | Josh Blum | 2011-03-30 | 4 | -116/+3 |
| | | | | not needed) | ||||
* | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵ | Josh Blum | 2010-11-05 | 1 | -1/+1 |
| | | | | to usrp2 | ||||
* | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 116 | -4066/+528 |
|\ | | | | | | | | | Conflicts: firmware/fx2/include | ||||
| * | usrp1: pulled in cmake build system for usrp1 firmware | Josh Blum | 2010-11-05 | 117 | -4066/+529 |
|/ | |||||
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 2 | -133/+28 |
| | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. | ||||
* | usrp1: images for usrp1, makefile checks for image generation dependencies | Josh Blum | 2010-08-19 | 1 | -0/+5 |
| | |||||
* | usrp1: Add SPI transaction command to FX2 firmware | Thomas Tsou | 2010-08-13 | 4 | -3/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The existing SPI read command is set for half-duplex 8-bit or 16-bit writes followed by an equivalent sized read. This patch adds a new command, VRQ_SPI_TRANSACT, which performs a full-duplex transaction up to 4-bytes. Since the data buffer of the USB control transfer is not available for outbound data on IN requests, the 4 bytes of write data are sent through the request parameters. Enables are sent in the previsouly unused high byte of the length parameter. The USB field mappings are shown below. Only rising edge and MSB operation is supported. Field (8-bit) Description ===== ===== bmRequestType 0x80 (USB Device IN request) bRequest 0x83 (VRQ_SPI_TRANSACT) wValueH OUT data(0) wValueL OUT data(1) wIndexH OUT data(2) wIndexL OUT data(3) wLengthH SPI enables wLengthL Number of bytes to transfer (1-4) EP0BUF IN data | ||||
* | usrp1: Add FX2 firmware files | Thomas Tsou | 2010-08-13 | 107 | -0/+11421 |
These firmware files for the usrp1 are imported from GNURadio. |