-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libad9361: update submodule to latest master
Signed-off-by: Dan Nechita <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libad9361
updated
19 files
+1 −0 | .gitignore | |
+14 −19 | .travis.yml | |
+18 −0 | CI/build_win.ps1 | |
+6 −0 | CI/install_deps_win.ps1 | |
+3 −1 | CI/travis/after_deploy | |
+1 −1 | CI/travis/before_deploy | |
+9 −3 | CI/travis/before_install_darwin | |
+34 −17 | CI/travis/before_install_linux | |
+1 −1 | CI/travis/deploy | |
+3 −1 | CI/travis/lib.sh | |
+11 −4 | CI/travis/make_darwin | |
+11 −11 | CI/travis/make_linux | |
+12 −1 | CMakeLists.txt | |
+2 −0 | ad9361_calculate_rf_clock_chain.c | |
+2 −0 | ad9361_design_taps.c | |
+192 −0 | azure-pipelines.yml | |
+3 −1 | test/auto_rate_test_hw.c | |
+4 −2 | test/filter_designer_hw.c | |
+3 −1 | test/fmcomms5_sync_test.c |