Commit Graph

14 Commits

Author SHA1 Message Date
Luke Adams
2166d37c0f uhd: 3.11.0.0 -> 3.12.0.0
* fixes build on Darwin.
* fetch images from GH releases page (uniform versioning scheme)
2018-06-26 17:04:40 -05:00
John Ericson
ba52ae5048 treewide: isArm -> isAarch32
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
2018-04-25 15:28:55 -04:00
Tom Bereknyei
72b14716a1
uhd: 3.10.3.0 -> 3.11.0.0
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
2018-03-29 22:10:27 -04:00
Markus Kowalewski
67b0496e0b uhd: uhd firmware 3.7.3->3.10.3, lock img version to host tools
thanks to lukeadams for the patch
2018-02-02 11:21:14 -08:00
Markus Kowalewski
56253afe2e uhd: 3.10.2.0 -> 3.10.3.0 2018-02-02 11:21:14 -08:00
Luke Adams
8ec6bcf955 UHD: enable Darwin build 2017-11-22 02:10:50 -06:00
Franz Pletz
b3d123fba5
uhd: 3.10.1.1 -> 3.10.2.0 2017-08-27 02:33:33 +02:00
Franz Pletz
22fbdc9032
uhd: 3.10.1 -> 3.10.1.1 2017-06-20 03:56:42 +02:00
Franz Pletz
3ef260b5dd
uhd: 3.9.3 -> 3.10.1 2016-11-24 04:33:08 +01:00
Tuomas Tynkkynen
9d5ba6ba68 treewide: Make explicit that 'dev' output of libusb1 is used 2016-05-19 10:00:47 +02:00
Franz Pletz
b2f92582fb uhd: 3.7.0 -> 3.9.3 2016-03-22 01:18:01 +01:00
Bjørn Forsman
5c2d17780d uhd: update 3.5.4 -> 3.7.0
Build tested (with gnuradio).
2014-04-15 07:11:41 +02:00
Bjørn Forsman
f4f18c11b6 uhd: bump 3.5.2 -> 3.5.4
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.
2013-11-10 16:22:38 +01:00
Bjørn Forsman
e0b7eeb0ad uhd: new package
UHD is USRP Hardware Driver (for Software Defined Radio).
2013-11-09 22:15:52 +01:00