aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/tools/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* mpm: added check-filesystem utilityJoerg Hofrichter2020-10-061-0/+1
|
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-011-2/+2
| | | | | | | | | | | | - Turns the E310 into an MPM device (like N3xx, E320) - Factor out common code between E320 and E310, maximize sharing between the two devices - Remove all pre-MPM E310 code that is no longer needed - Modify MPM to remove all existing overlays before applying new ones (this is necessary to enable idle image mode for E310) Co-authored-by: Virendra Kakade <virendra.kakade@ni.com> Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
| | | | Updating all SPDX license identifiers to include "-or-later"
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-18/+18
| | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!)
* mpm: Fix eeprom-tools in CMakeBrent Stapleton2018-07-191-2/+2
| | | | | | | Fixes the list of epprom-tools to be built in CMake. The list of tools is appended, instead of being overwritten by device-specific tools. Fixes: 300a5e3f6e5e [mpm: initial commit of E320 code]
* mpm: initial commit of E320 codeBrent Stapleton2018-07-181-7/+14
| | | | Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
* mpm: break up device compilationBrent Stapleton2018-03-051-3/+3
| | | | Breaking up dboard compilation based on the target MPM_DEVICE.
* mpm: Add EEPROM utilities for N310Martin Braun2018-01-121-4/+31
| | | | Actually-written-by: Moritz Fischer <moritz.fischer@ettus.com>
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: Added mpm_shell.pyMartin Braun2017-12-221-1/+1
| | | | | Was actually the old rpc_shell.py, was renamed and heavily refactored. Now includes claim logic and other fancy features.
* mpm: CMake cleanup, Python code enhancementsAndrej Rode2017-12-221-0/+21
- Send user defined data in ping - Improve rpc_shell, add mpm_debug.py, fix tracebacks in multiprocessing