Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 3 | -25/+13 |
| | | | | Fixed up fw so the device can reply after new addrs are set. | ||||
* | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -2/+2 |
| | | | | | This is used to calculate and set the ddc and duc muxes. Also, minor fix for burning addrs (wrong pointer....) | ||||
* | Ability to burn mac addr and ip addr to usrp2 (over ip/udp for now). | Josh Blum | 2010-03-15 | 2 | -17/+70 |
| | | | | Added firmware support and usrp2 burner host app. | ||||
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 2 | -13/+0 |
| | | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers.... | ||||
* | The net common is too slow in usrp2 firmware to figure out if its vrt data. | Josh Blum | 2010-03-02 | 2 | -0/+12 |
| | | | | | Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate... Fixed some buffer size calculation logic. | ||||
* | Added control code in the txrx.c and dboard interface for usrp2 to handle ↵ | Josh Blum | 2010-02-16 | 2 | -6/+9 |
| | | | | gpio and atr | ||||
* | Restored microblaze build (accidentally removed makefile ams and gitignores ↵ | Josh Blum | 2010-02-16 | 2 | -0/+137 |
| | | | | when doing cmake for host) | ||||
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 2 | -137/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Reading the dboard ids from the usrp2. | Josh Blum | 2010-02-12 | 2 | -1/+2 |
| | |||||
* | Getting hello packets from the usrp2 with ip and mac addrs. | Josh Blum | 2010-02-11 | 2 | -166/+2 |
| | | | | Cleaned up the mb build system a bit. | ||||
* | net_common working in this state with control udp packets | Josh Blum | 2010-02-10 | 11 | -4/+952 |
| | |||||
* | removed dboard files | Josh Blum | 2010-02-10 | 8 | -2044/+22 |
| | |||||
* | Copied a snapshot of the usrp2 firmware into the microblaze firmware ↵ | Josh Blum | 2010-02-10 | 72 | -0/+8949 |
directory in the uhd repo. Added erllc copyrights to the files created and modified at erllc. |