Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix off-by-one error | Jonathan Wakely | 2016-06-07 | 1 | -1/+1 |
| | | | | There's an off-by-one error in base64_decode_value that results in undefined behaviour when it's passed `'\x7b'` | ||||
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -0/+80 |
* Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities |