about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/uhd
Commit message (Collapse)AuthorAge
* uhd: 3.11.0.0 -> 3.12.0.0Luke Adams2018-06-26
| | | | | * fixes build on Darwin. * fetch images from GH releases page (uniform versioning scheme)
* treewide: isArm -> isAarch32John Ericson2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile
* uhd: 3.10.3.0 -> 3.11.0.0Tom Bereknyei2018-03-29
| | | | | | | | Bump version and add patch/conditionals to allow compilation on ARM with neon support. Neon patch from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873608 thanks @paultag
* uhd: uhd firmware 3.7.3->3.10.3, lock img version to host toolsMarkus Kowalewski2018-02-02
| | | | thanks to lukeadams for the patch
* uhd: 3.10.2.0 -> 3.10.3.0Markus Kowalewski2018-02-02
|
* UHD: enable Darwin buildLuke Adams2017-11-22
|
* uhd: 3.10.1.1 -> 3.10.2.0Franz Pletz2017-08-27
|
* uhd: 3.10.1 -> 3.10.1.1Franz Pletz2017-06-20
|
* uhd: 3.9.3 -> 3.10.1Franz Pletz2016-11-24
|
* treewide: Make explicit that 'dev' output of libusb1 is usedTuomas Tynkkynen2016-05-19
|
* uhd: 3.7.0 -> 3.9.3Franz Pletz2016-03-22
|
* uhd: update 3.5.4 -> 3.7.0Bjørn Forsman2014-04-15
| | | | Build tested (with gnuradio).
* uhd: bump 3.5.2 -> 3.5.4Bjørn Forsman2013-11-10
| | | | | It seems upstream changed the hash of the 3.5.2 archive so it doesn't build anymore. Bump it instead of just updating the hash.
* uhd: new packageBjørn Forsman2013-11-09
UHD is USRP Hardware Driver (for Software Defined Radio).