Skip to content

Commit

Permalink
plugins: adrv9002: implemented profile generator tab
Browse files Browse the repository at this point in the history
- similar UI to Transceiver Evaluation Software (TES)
- can save profile and stream image to files or write them to device
- 2 presets available for default profile values: live device (read from device) and LTE
- error messages are displayed in Debug info section (profile generation errors are also displayed)

- requires navassa-profile-gen-cli to work
- included cJSON for generating the adrv9002 structure config

Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w authored and cristina-suteu committed Dec 4, 2023
1 parent 5c3fcaa commit b7e5b37
Show file tree
Hide file tree
Showing 5 changed files with 6,549 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif()
set(OSC_SRC osc.c oscplot.c datatypes.c iio_widget.c iio_utils.c
fru.c dialogs.c trigger_dialog.c xml_utils.c libini/libini.c
libini2.c phone_home.c plugins/dac_data_manager.c
plugins/fir_filter.c eeprom.c osc_preferences.c)
plugins/fir_filter.c eeprom.c osc_preferences.c cJSON/cJSON.c)

find_package(PkgConfig)
pkg_check_modules(GLIB REQUIRED glib-2.0)
Expand Down
Loading

0 comments on commit b7e5b37

Please sign in to comment.