Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 1 | -49/+0 |
| | |||||
* | usrp2: got fw working on usrp2+nseries (crosses fingers) | Josh Blum | 2010-12-22 | 1 | -0/+2 |
| | | | | | | The abort issue seemed to be cause by the listeners table not being initialized. Also gave the pic handler the initialization works to be consistent but not needed as it was static initialized. And finally, doubly set the packet router handshake ctrl before entering the claim calls (seemed to fix the lockup, perhaps a bad init state?) | ||||
* | packet_router: dont register mac, also reorganized some tidbits | Josh Blum | 2010-12-11 | 1 | -0/+7 |
| | |||||
* | packet_router: implemented code to program the addresses into the router | Josh Blum | 2010-12-11 | 1 | -3/+1 |
| | |||||
* | usrp2: pretty much gutted the buffer pool stuff with other misc changes, not ↵ | Josh Blum | 2010-12-11 | 1 | -10/+0 |
| | | | | in working shape | ||||
* | usrp2: fw sends gratuitous arp on link-up | Josh Blum | 2010-10-22 | 1 | -0/+2 |
| | |||||
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -11/+2 |
| | | | | Fixed up fw so the device can reply after new addrs are set. | ||||
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -2/+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 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | net_common working in this state with control udp packets | Josh Blum | 2010-02-10 | 1 | -0/+60 |