diff options
author | Martin Anderseck <martin.anderseck@ni.com> | 2022-01-05 18:41:40 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-14 14:35:36 -0600 |
commit | 09689f9805fcf00d8da9b907f617ba50a4abd699 (patch) | |
tree | 34e4bbe7eb2aa30ef411534f73b7ffc9c8747b92 /host/examples/CMakeLists.txt | |
parent | f2904bfbd4b16c994550da583dba88cc551d8e6a (diff) | |
download | uhd-09689f9805fcf00d8da9b907f617ba50a4abd699.tar.gz uhd-09689f9805fcf00d8da9b907f617ba50a4abd699.tar.bz2 uhd-09689f9805fcf00d8da9b907f617ba50a4abd699.zip |
SPI: Add SPI example
Add example to demonstrate and test SPI functionality.
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index 40a2eb7ad..856b867e5 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -27,6 +27,7 @@ set(example_sources usrp_list_sensors.cpp latency_test.cpp gpio.cpp + spi.cpp sync_to_gps.cpp rfnoc_nullsource_ce_rx.cpp rfnoc_rx_to_file.cpp |