Skip to content

Commit

Permalink
Merge pull request #120 from AlexandraTrifan/new-gr-m2k
Browse files Browse the repository at this point in the history
gr-m2k: Add recipes for libm2k and gr-m2k.
  • Loading branch information
willcode authored Oct 20, 2022
2 parents 1341e3e + 57022a1 commit 386a08c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
27 changes: 27 additions & 0 deletions gr-m2k.lwr
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# This file is part of PyBOMBS
#
# PyBOMBS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# PyBOMBS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyBOMBS; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

category: common
depends:
- gnuradio
- libm2k
description: GNU Radio blocks for ADALM2000
gitbranch: master
inherit: cmake
source: git+https://github.com/analogdevicesinc/gr-m2k
28 changes: 28 additions & 0 deletions libm2k.lwr
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is part of PyBOMBS
#
# PyBOMBS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# PyBOMBS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyBOMBS; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#

category: hardware
depends:
- libiio
description: Library for interfacing with the ADALM2000 device.
gitbranch: master
inherit: cmake
source: git+https://github.com/analogdevicesinc/libm2k
vars:
config_opt: ' -DENABLE_TOOLS=ON -DINSTALL_UDEV_RULES=OFF '

0 comments on commit 386a08c

Please sign in to comment.