| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
- Updated changelog (Debian + internal)
- Updated images package for final release
|
| |
| |
| |
| |
| |
| | |
- Updated changelog
- Updated images package
- Updated version string
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
- Updated images package
- Updated Debian changelog
- Updated ppa script
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Updated Changelog
- Updated fpga submodule pointer
- Updated version strings
- Updated images package
|
|\|
| |
| |
| |
| |
| |
| | |
Conflicts:
host/lib/usrp/b200/b200_impl.hpp
host/lib/usrp/e300/e300_fpga_defs.hpp
host/lib/usrp/x300/x300_fw_common.h
|
| |
| |
| |
| |
| |
| | |
- Add support to b200_impl
- New INF file
- Removed references to old 'B205' name
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
UHD would use the result of the REDHAT test to decide if UHD installed
in lib64. So if you did a build for a 64 bit machine on a FEDORA box with
OE, it decided to install uhd in /usr/lib64. This is not always the right thing
to do.
Eventually, we will need to deal with OE builds that use lib64, but we can figure
that out when we hit the problem.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| |
| |
| |
| |
| | |
- Version string
- Renamed images package
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
UHD would use the result of the REDHAT test to decide if UHD installed
in lib64. So if you did a build for a 64 bit machine on a FEDORA box with
OE, it decided to install uhd in /usr/lib64. This is not always the right thing
to do.
Eventually, we will need to deal with OE builds that use lib64, but we can figure
that out when we hit the problem.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
set LibUHD to required
* If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it
|
| |
|
|
|
|
|
|
|
| |
* multi_usrp, multi_usrp_clock, and associated classes accessible through C
* Added Doxygen documentation explaining structure and API
* Simple RX and TX streaming examples
* Unit tests for different parts of C interface and C++ error conversion
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The gpsd_iface class might be useful for more than just e3x0,
it therefore belongs into lib/usrp instead of lib/usrp/e300.
A new UHD component is being registered, to cope with the additional
dependency. If libgps is not found, UHD and E300 will be compiled
without GPS support.
This has several consequences:
- The E310 GPSDO should now work transparently over network
- Users can use the GPS through gpsd for other applications
*while* running UHD applications
- We now have a dependency on libgps
We need currently at least version 3.11 (while running 3.14),
on the device. Older versions do work if 3.10 runs on both
sides e.g
Reviewed-by: Martin Braun <martin.braun@ettus.com>
Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
|
|
|
|
|
| |
* Improved toolchan file, accounts for different versions
* Don't force static runtime linking (was causing test errors)
* Include MinGW runtime in packaging
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
host/CMakeLists.txt
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
fpga-src
|
| |
| |
| |
| |
| |
| | |
- Updated fpga-src
- Updated version strings
- Updated images package
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
host/include/uhd/types/CMakeLists.txt
|
| |
| |
| |
| |
| |
| |
| | |
- Allows building static libraries
- For users calling find_package(UHD), provides extra options
for building apps statically linking UHD.
- Updated the init_usrp example to link UHD statically.
|
|\| |
|
| | |
|
|\| |
|
| | |
|
|/
|
|
|
|
| |
* Added CMake toolchain file, compatible with different versions
* No dependency on MinGW runtime, all statically linked
* Misc coding tweaks to allow MinGW to compile
|
|
|
|
|
| |
- Updated fpga-src submodule
- Updated version strings and images package
|