Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | modernize the make files, it now compiles. not tested. | Matt Ettus | 2011-05-26 | 2 | -56/+10 | |
| | | | ||||||
| * | | select bus is 2 bits wide | Nick Foster | 2011-05-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | I2C slave address decoding for 16-bit dw instead of 32-bit | Nick Foster | 2011-05-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed I2C pin names. | Nick Foster | 2011-05-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | add padding into gpif response path | Matt Ettus | 2011-05-26 | 3 | -4/+16 | |
| | | | ||||||
| * | | pad out packets to a minimum length | Matt Ettus | 2011-05-26 | 2 | -1/+76 | |
| | | | ||||||
| * | | fixed length command packets | Matt Ettus | 2011-05-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | give response packets the same format as tx packets | Matt Ettus | 2011-05-26 | 1 | -1/+13 | |
| | | | ||||||
| * | | successful test | Matt Ettus | 2011-05-26 | 1 | -0/+104 | |
| | | | ||||||
| * | | old and unused | Matt Ettus | 2011-05-26 | 1 | -151/+0 | |
| | | | ||||||
| * | | put gpio back in | Matt Ettus | 2011-05-26 | 1 | -4/+3 | |
| | | | ||||||
| * | | fifo to wb should be functionally complete, needs testing | Matt Ettus | 2011-05-26 | 3 | -34/+150 | |
| | | | ||||||
| * | | not used | Matt Ettus | 2011-05-26 | 1 | -16/+0 | |
| | | | ||||||
| * | | fix ctrl/resp path to pass all 16 bits of data instead of the bottom bit | Matt Ettus | 2011-05-26 | 3 | -38/+47 | |
| | | | | | | | | | | | | | | | typos fixed, everything is connected now, should just have off-by-1 error lots of debug pins added | |||||
| * | | send reset to the gpif | Matt Ettus | 2011-05-26 | 1 | -2/+3 | |
| | | | ||||||
| * | | constrain the gpif clock | Matt Ettus | 2011-05-26 | 1 | -0/+3 | |
| | | | ||||||
| * | | first steps to a command packet handler for u1+ | Matt Ettus | 2011-05-26 | 2 | -0/+17 | |
| | | | ||||||
| * | | redone gpif interface to match nick's new spec | Matt Ettus | 2011-05-26 | 4 | -62/+125 | |
| | | | ||||||
| * | | use vita_tx_chain top level block | Matt Ettus | 2011-05-26 | 1 | -22/+14 | |
| | | | ||||||
| * | | hook up flow control pins | Matt Ettus | 2011-05-26 | 1 | -2/+10 | |
| | | | ||||||
| * | | added a loopback control port, will do full wishbone interface later | Matt Ettus | 2011-05-26 | 3 | -7/+50 | |
| | | | ||||||
| * | | progress on gpif interface | Matt Ettus | 2011-05-26 | 4 | -110/+119 | |
| | | | ||||||
| * | | gpif skeletons | Matt Ettus | 2011-05-26 | 7 | -134/+111 | |
| | | | ||||||
| * | | skeleton | Matt Ettus | 2011-05-26 | 1 | -0/+122 | |
| | | | ||||||
| * | | copied over from u1e, most pins hooked up. | Matt Ettus | 2011-05-26 | 6 | -637/+588 | |
| | | | ||||||
| * | | Use the 4th LED which is shared on the cfg_init_b pin | Matt Ettus | 2011-05-26 | 2 | -6/+10 | |
| | | | ||||||
| * | | compiles now | Matt Ettus | 2011-05-26 | 4 | -643/+185 | |
| | | | ||||||
| * | | copied over from other repo. Beginnings of a skeleton fpga image for USRP1-Plus | Matt Ettus | 2011-05-26 | 11 | -0/+1854 | |
| | | | ||||||
* | | | uhd: under/over flow app notes | Josh Blum | 2011-06-14 | 1 | -0/+54 | |
| | | | ||||||
* | | | usrp_e100: init the subdev specs before calling io_init | Josh Blum | 2011-06-14 | 1 | -3/+4 | |
| | | | ||||||
* | | | uhd: fix for resize routine of super packet handler | Josh Blum | 2011-06-14 | 1 | -1/+2 | |
| | | | ||||||
* | | | uhd: update packet handlers when the clock rate is changed | Josh Blum | 2011-06-14 | 3 | -0/+3 | |
| | | | ||||||
* | | | uhd: fix some warnings under msvc in sph | Josh Blum | 2011-06-14 | 2 | -4/+4 | |
| | | | ||||||
* | | | uhd: removed vrt packet handler code | Josh Blum | 2011-06-14 | 2 | -471/+0 | |
| | | | ||||||
* | | | usrp_e100: super packet handler support squashed | Josh Blum | 2011-06-14 | 3 | -48/+65 | |
| | | | ||||||
* | | | usrp1: super packet handler support squashed | Josh Blum | 2011-06-14 | 5 | -98/+98 | |
| | | | ||||||
* | | | usrp2: super packet handler support squashed | Josh Blum | 2011-06-14 | 3 | -218/+77 | |
| | | | ||||||
* | | | uhd: supper packet handler support squashed | Josh Blum | 2011-06-14 | 6 | -13/+1876 | |
| | | | ||||||
* | | | NEON detection for E100 in convert/ | Nick Foster | 2011-06-14 | 1 | -4/+13 | |
| | | | ||||||
* | | | Remove unnecessary include | Nick Foster | 2011-06-14 | 1 | -1/+0 | |
| | | | ||||||
* | | | use temp vars in sc16->item32 to make orcc happy | Nick Foster | 2011-06-14 | 1 | -4/+6 | |
| | | | ||||||
* | | | UHD: added item32<->sc16 conversions in Orc | Nick Foster | 2011-06-14 | 3 | -3/+58 | |
| | | | ||||||
* | | | UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵ | Nick Foster | 2011-06-14 | 4 | -6/+24 | |
| | | | | | | | | | | | | (endianness backwards). | |||||
* | | | UHD: Orc conversion routine works | Nick Foster | 2011-06-14 | 2 | -4/+8 | |
| | | | ||||||
* | | | UHD: Orc implementation added and CMake magic put in. Won't link. | Nick Foster | 2011-06-14 | 3 | -0/+72 | |
| | | | ||||||
* | | | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 7 | -49/+41 | |
| | | | ||||||
* | | | N210: stop sending 1 char at a time to the GPSDO | Nick Foster | 2011-06-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | N2XX: fix UART bug for GPSDO | Nick Foster | 2011-06-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | usrp1: moved fx2 control into its own directory | Josh Blum | 2011-06-14 | 9 | -25/+52 | |
| | | | ||||||
* | | | uhd: made all bounded_buffer methods forced inline | Josh Blum | 2011-06-14 | 1 | -7/+7 | |
| | | |