Skip to content

Commit

Permalink
filters: adrv9009: Add some sample profiles for test purposes
Browse files Browse the repository at this point in the history
This adds a few ADRV9009 sample profiles generated with a pre-release
ADRV9009 Profile Configuration Wizard.


Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich authored and commodo committed Jun 8, 2018
1 parent c89c6c7 commit e854099
Show file tree
Hide file tree
Showing 8 changed files with 2,977 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ install-common-files: $(OSC) $(PLUGINS)
install -d $(DESTDIR)$(PREFIX)/lib/osc/
install -d $(DESTDIR)$(PREFIX)/lib/osc/xmls
install -d $(DESTDIR)$(PREFIX)/lib/osc/filters
install -d $(DESTDIR)$(PREFIX)/lib/osc/filters/adrv9009
install -d $(DESTDIR)$(PREFIX)/lib/osc/waveforms
install -d $(DESTDIR)$(PREFIX)/lib/osc/waveforms/qpsk
install -d $(DESTDIR)$(PREFIX)/lib/osc/profiles
Expand All @@ -182,7 +183,8 @@ install-common-files: $(OSC) $(PLUGINS)
install -m 644 ./icons/ch_color_icon.png $(PSHARE)
install $(PLUGINS) $(PLIB)
install -m 644 ./xmls/* $(PLIB)/xmls
install -m 644 ./filters/* $(PLIB)/filters
install -m 644 ./filters/*.* $(PLIB)/filters
install -m 644 ./filters/adrv9009/* $(PLIB)/filters/adrv9009
install -m 644 ./waveforms/*.* $(PLIB)/waveforms
install -m 644 ./waveforms/qpsk/* $(PLIB)/waveforms/qpsk
install -m 644 ./profiles/* $(PLIB)/profiles
Expand Down
Loading

0 comments on commit e854099

Please sign in to comment.