mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-04 22:13:24 +00:00
Compare commits
2 Commits
achemeris/
...
1.0.7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc5718daea | ||
|
|
25394541fa |
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
|||||||
|
umtrx (1.0.7) trusty; urgency=low
|
||||||
|
|
||||||
|
* host: Properly handle most corner cases in VSWR calculations
|
||||||
|
* host: Add "STRING" to umtrx_monitor error output
|
||||||
|
* host: Add string getters/setters to the Python property tree library
|
||||||
|
* host: Checking in umtrx_query_versions.py
|
||||||
|
* debian: packaged python utils in host/utils
|
||||||
|
|
||||||
|
-- Kirill Zakharenko <earwin@gmail.com> Mon, 25 Dec 2015 19:35:56 +0100
|
||||||
|
|
||||||
umtrx (1.0.6) trusty; urgency=low
|
umtrx (1.0.6) trusty; urgency=low
|
||||||
|
|
||||||
* host: make boost property tree thread safe
|
* host: make boost property tree thread safe
|
||||||
|
|||||||
2
debian/umtrx.install
vendored
2
debian/umtrx.install
vendored
@@ -1,2 +1,4 @@
|
|||||||
usr/bin
|
usr/bin
|
||||||
images/u2plus_umtrx_v2.bin images/umtrx_txrx_uhd.bin usr/share/umtrx/firmware
|
images/u2plus_umtrx_v2.bin images/umtrx_txrx_uhd.bin usr/share/umtrx/firmware
|
||||||
|
host/utils/umtrx_property_tree.py host/utils/umtrx_vswr.py usr/share/umtrx
|
||||||
|
host/utils/umtrx_query_sensors.py host/utils/umtrx_query_versions.py host/utils/umtrx_net_burner.py usr/share/umtrx
|
||||||
|
|||||||
3
debian/umtrx.links
vendored
Normal file
3
debian/umtrx.links
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/usr/share/umtrx/umtrx_net_burner.py /usr/bin/umtrx_net_burner
|
||||||
|
/usr/share/umtrx/umtrx_query_sensors.py /usr/bin/umtrx_query_sensors
|
||||||
|
/usr/share/umtrx/umtrx_query_versions.py /usr/bin/umtrx_query_versions
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
# Build and Install the UmTRX utils
|
# Build and Install the UmTRX utils
|
||||||
########################################################################
|
########################################################################
|
||||||
INSTALL(PROGRAMS
|
INSTALL(PROGRAMS
|
||||||
umtrx_net_burner
|
|
||||||
umtrx_nmea
|
umtrx_nmea
|
||||||
umtrx_gps_coord
|
umtrx_gps_coord
|
||||||
umtrx_auto_calibration
|
umtrx_auto_calibration
|
||||||
|
|||||||
Reference in New Issue
Block a user