The USRP™ Hardware Driver Repository
Find a file
Josh Blum 7352c95037 uhd: reworked the zero copy interface
- recv buffers have a release call
- safe make function for recv buffers (buff + release callback)
- send buffer commits now have a void return
- safe make function for send buffers (buff + commit callback)

The reason for the void return from commit is that ssize_t num_bytes was never returning anything of use.
That is for all of the zero copy implementations so far, commit cannot really error (being asynchronous).

libusb zero copy impl was reworked to support the new interface.
USRP1 io_impl with the psuedo managed buffer was replaced with safe_make.
Also, usrp1 io_impl was simplified greatly due to commit returning void now.
UDP zero copy asio was disabled (in this commit, until its reworked).
Phony send and recv interfaces were removed completely.
2010-10-02 23:15:46 -07:00
firmware EEPROM burning in UHD. Changed some USB device handle stuff. Added usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. 2010-08-31 16:44:30 -07:00
fpga Merge branch 'ise12' into next 2010-08-31 15:46:38 -07:00
host uhd: reworked the zero copy interface 2010-10-02 23:15:46 -07:00
images usrp1: Fedora sdcc note and change fw error to warning (find should not error) 2010-08-31 13:08:50 -07:00
.gitignore proper initialization of the ram 2010-02-23 19:56:09 -08:00