index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib: lmx2592: Comment out some unused constants
Martin Braun
2021-03-04
1
-7
/
+10
*
rh: cpld control: Comment out gain table address
Martin Braun
2021-03-04
1
-1
/
+1
*
rfnoc: tx_streamer: Remove EOV size attribute
Martin Braun
2021-03-04
1
-2
/
+0
*
rh: Remove use of magic number of identify duration
Martin Braun
2021-03-04
2
-3
/
+3
*
utils: Remove unused constant from b2xx_fx3_utils
Martin Braun
2021-03-04
1
-1
/
+0
*
lib: Remove unused constants
Martin Braun
2021-03-04
5
-9
/
+6
*
host: Update code base using clang-tidy
Martin Braun
2021-03-04
212
-2114
/
+2215
*
Add clang-tidy file
Martin Braun
2021-03-04
1
-0
/
+7
*
ic_reg_maps: Add SPCC reg map
Toni Jones
2021-03-01
2
-0
/
+120
*
cmake: Add RegMaps build component to MPM
Toni Jones
2021-03-01
6
-0
/
+75
*
mpm: Add an LMK03328 base chip driver
Toni Jones
2021-02-22
3
-0
/
+86
*
mpm: Add an LMK04832 base chip driver
Toni Jones
2021-02-22
3
-0
/
+165
*
MPM: prevent dead lock in timer kill during unclaim
Lars Amsel
2021-02-18
1
-1
/
+1
*
mpm: Add support to safely reset peripheral manager from uhd
Virendra Kakade
2021-02-18
1
-0
/
+29
*
mpm: Create Mock classes for unit testing
Toni Jones
2021-02-18
1
-0
/
+113
*
devtest: reapply allow extra device arguments when running devtests
Steven Koo
2021-02-12
2
-2
/
+5
*
images: Update B2xx firmware
michael-west
2021-02-11
1
-1
/
+1
*
mpm: deduplicate dboard eeprom handling
Michael Auchter
2021-02-11
2
-39
/
+29
*
mpm: added DBFlash class
Joerg Hofrichter
2021-02-11
1
-0
/
+87
*
mpm: added Mount class
Joerg Hofrichter
2021-02-11
1
-0
/
+96
*
mpm: systemd: create udev rules files for each MPM_DEVICE
Joerg Hofrichter
2021-02-11
3
-15
/
+6
*
mpmd: Skip find if "resource" key is specified
michael-west
2021-02-11
9
-56
/
+14
*
TwinRX: Fix LO lock failure
michael-west
2021-02-10
1
-11
/
+2
*
mpm: filesystem_status: tolerate absence of mender
Michael Auchter
2021-02-09
2
-6
/
+10
*
ci: Add stub for python hardware tests
Steven Koo
2021-02-08
1
-0
/
+15
*
Revert "devtest: allow extra device arguments when running devtests"
Matthew Crymble
2021-02-08
2
-5
/
+2
*
ADF535x: Change freq_resolution to mod2
michael-west
2021-02-04
2
-26
/
+28
*
dboard_iface: Modify sleep() function
Michael West
2021-02-04
1
-5
/
+14
*
TwinRX: Spur cleanup
michael-west
2021-02-04
3
-11
/
+49
*
usrp: Remove old header file declarations
Lane Kolbly
2021-02-03
1
-33
/
+0
*
lib: Fix missing includes in rpc.hpp
Martin Braun
2021-02-01
1
-0
/
+4
*
devtest: lower rate for rx_all_chans_fast test
Matthew Crymble
2021-02-01
1
-4
/
+4
*
mpm: Implement get_sync_source and get_sync_sources.
Lane Kolbly
2021-01-25
2
-0
/
+21
*
cmake: fix cut-and-paste typo to fix SIM APPLE build
Michael Dickens
2021-01-25
1
-1
/
+1
*
tests: Add lib/ to LD_LIBRARY_PATH for pytests
Aaron Rossetto
2021-01-22
1
-2
/
+7
*
uhd: lambda capture the node instead of vert desc
Steven Koo
2021-01-21
2
-4
/
+17
*
msgpack/predef: add riscV support
Gwenhael Goavec-Merou
2021-01-21
3
-1
/
+51
*
devtest: allow extra device arguments when running devtests
Matthew Crymble
2021-01-21
2
-2
/
+5
*
sim: Fix CHDR header stringification
Aaron Rossetto
2021-01-21
1
-4
/
+5
*
sim: Ignore mender artifact file on sim devices
Aaron Rossetto
2021-01-21
2
-2
/
+13
*
uhd: Check for overflow after timeout buff read
Steven Koo
2021-01-21
3
-24
/
+15
*
uhd_image_loader: Consume .lvbitx files
Lane Kolbly
2021-01-11
1
-117
/
+237
*
utils: check config file before finding devices for image loader
Andrew Lynch
2021-01-11
1
-1
/
+2
*
mpmd: Add support to delay and trigger fpga/dts load after update
Virendra Kakade
2021-01-11
4
-82
/
+135
*
rfnoc: Update radio to support multiple SPC
Wade Fife
2021-01-11
1
-4
/
+10
*
chdr: Fix u64_to_host vs. u64_from_host usage
Martin Braun
2021-01-11
1
-1
/
+1
*
rfnoc: Make NIPC match CHDR width by default for NSS block
Wade Fife
2021-01-11
1
-1
/
+1
*
rfnoc: Add accessors for item width and nipc for NSS
Wade Fife
2021-01-11
3
-0
/
+31
*
uhd: Split radio_control into rf_control interfaces
Lane Kolbly
2021-01-11
18
-658
/
+940
*
Create C++ wrappers for MPM RPC calls
Lane Kolbly
2021-01-11
6
-37
/
+195
[prev]
[next]