From: John Melton G0ORX Date: Fri, 5 Mar 2021 11:14:53 +0000 (+0000) Subject: Fix gpio bug. Fix SoapySDR devices Gain settings. X-Git-Url: https://git.rkrishnan.org/specifications/%5B/status?a=commitdiff_plain;h=b4e1e53a0534e7aeba93f5ea8c128e2e0d3c1994;p=pihpsdr.git Fix gpio bug. Fix SoapySDR devices Gain settings. --- diff --git a/release/pihpsdr/64-limesuite.rules b/release/pihpsdr/64-limesuite.rules deleted file mode 100644 index 9093aa6..0000000 --- a/release/pihpsdr/64-limesuite.rules +++ /dev/null @@ -1,5 +0,0 @@ -SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="8613", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="00f1", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="601f", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="6108", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="xillybus", MODE="666", OPTIONS="last_rule" diff --git a/release/pihpsdr/SoapySDR/modules0.8/libLMS7Support.so b/release/pihpsdr/SoapySDR/modules0.8/libLMS7Support.so deleted file mode 100644 index 869fe19..0000000 Binary files a/release/pihpsdr/SoapySDR/modules0.8/libLMS7Support.so and /dev/null differ diff --git a/release/pihpsdr/SoapySDR/modules0.8/librtlsdrSupport.so b/release/pihpsdr/SoapySDR/modules0.8/librtlsdrSupport.so deleted file mode 100644 index d607e4f..0000000 Binary files a/release/pihpsdr/SoapySDR/modules0.8/librtlsdrSupport.so and /dev/null differ diff --git a/release/pihpsdr/libLimeSuite.so.19.04.1 b/release/pihpsdr/libLimeSuite.so.19.04.1 deleted file mode 100644 index c63fe92..0000000 Binary files a/release/pihpsdr/libLimeSuite.so.19.04.1 and /dev/null differ diff --git a/release/pihpsdr/libSoapySDR.so.0.8.0 b/release/pihpsdr/libSoapySDR.so.0.8.0 deleted file mode 100644 index b3a950f..0000000 Binary files a/release/pihpsdr/libSoapySDR.so.0.8.0 and /dev/null differ diff --git a/release/pihpsdr/midi.inp b/release/pihpsdr/midi.inp deleted file mode 100644 index cb0ddce..0000000 --- a/release/pihpsdr/midi.inp +++ /dev/null @@ -1,74 +0,0 @@ -# -# Sample midi.inp file, suitable for a Behringer CMD PL-1 MIDI controller -# -# Note that the Attenuator is implemented twice, as a key and as a wheel -# The key is suitable for radios with a step (ALEX) attenuator, the wheel -# fits best for radios with a programmable attenuator (0-31 dB). -# The button (Key 2) also works for STEMlab and CHARLY25 -# -# The preamp button (Key 1) only has function with STEMlab and CHARLY25 -# -# Do not assign the "Key" with number 31. You will unintentionally -# "push" it most of the times you change the VFO frequency. -# -# NOTE: we could just leave out all lines with ACTION=NONE. In this case -# a diagnostic message ("unknown MIDI event") is printed to stderr. -# -DEVICE=CMD PL-1 -# -# Big Wheel and Big Slider -# -CTRL=31 WHEEL THR=59 61 63 65 67 69 ACTION=VFO # Big wheel: : main VFO knob -KEY=31 ACTION=NONE # Button integrated in the big wheel (do not assign) -PITCH ACTION=AFGAIN # Big slider : AF gain -# -# 8 Knobs (top left). -# Note that you can push each knob and this generates -# Note On/Off messages for KEY=0...8 which we do not -# assign: we want to glue labels on the Controller and therefore -# we do not have two labels per knob. -# -CTRL=0 WHEEL THR=-1 -1 63 65 128 128 ACTION=ATT # Knob 1 : RX att -KEY=0 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=1 WHEEL THR=-1 -1 63 65 128 128 ACTION=COMPRESS # Knob 2 : TX compression -KEY=1 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=2 WHEEL THR=-1 -1 63 65 128 128 ACTION=RITVAL # Knob 3 : RIT value -KEY=2 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=3 WHEEL THR=-1 -1 63 65 128 128 ACTION=PANLOW # Knob 4 : Panadapter low -KEY=4 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=4 WHEEL THR=-1 -1 63 65 128 128 ACTION=AGC # Knob 5 : AGC -KEY=4 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=5 WHEEL THR=-1 -1 63 65 128 128 ACTION=MICGAIN # Knob 6 : MIC gain -KEY=5 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=6 WHEEL THR=-1 -1 63 65 128 128 ACTION=RFPOWER # Knob 7 : TX drive -KEY=6 ACTION=NONE # Push Knob 1 : (unassigned) -CTRL=7 WHEEL THR=-1 -1 63 65 128 128 ACTION=FILTERUP # Knob 8 : cycle through the filters -KEY=7 ACTION=NONE # Push Knob 1 : (unassigned) -# -# 8 Keys (below the 8 Knobs) -# -KEY=16 ACTION=PREAMP # Key 1 : Cycle through Preamp settings -KEY=17 ACTION=ATT # Key 2 : Cycle through ATT (Alex ATT) settings -KEY=18 ACTION=RITCLEAR # Key 3 : Clear RIT value and disable RIT -KEY=19 ACTION=CTUN # Key 4 : toggle CTUN -KEY=20 ACTION=NOISEBLANKER # Key 5 : cycle through NB settings -KEY=21 ACTION=NOISEREDUCTION # Key 6 : cycle through NR settings -KEY=22 ACTION=VOX # Key 7 : toggle VOX -KEY=23 ACTION=AGCATTACK # Key 8 : cycle AGC fast/medium/slow -# -# "other" keys -# Note that the "DECK" key switches the MIDI channel of the device. -# -KEY=24 ACTION=TUNE # LOAD button: TUNE on/off -KEY=25 ACTION=LOCK # LOCK button: Lock VFO(s) -KEY=26 ACTION=PURESIGNAL # DECK button: toggle PURESIGNAL -KEY=27 ACTION=SWAPVFO # SCRATCH button: Swap VFOs A and B -KEY=31 ACTION=NONE # Button integrated in the big wheel (do not assign) -KEY=32 ACTION=VFOA2B # SYNC button: Frequency VFO A -> VFO B -KEY=33 ACTION=VFOB2A # TAP button: Frequency VFO B -> VFO A -KEY=34 ACTION=MOX # CUE button: MOX on/off -KEY=35 ACTION=SPLIT # >|| button: toggle Split -KEY=36 ACTION=MODEDOWN # << button: Mode down -KEY=37 ACTION=MODEUP # >> button: Mode up -KEY=38 ACTION=BANDDOWN # - button: Band down -KEY=39 ACTION=BANDUP # + button: Band up diff --git a/release/pihpsdr/udev-rules/64-limesuite.rules b/release/pihpsdr/udev-rules/64-limesuite.rules deleted file mode 100644 index 9093aa6..0000000 --- a/release/pihpsdr/udev-rules/64-limesuite.rules +++ /dev/null @@ -1,5 +0,0 @@ -SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="8613", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="00f1", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="601f", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="usb", ATTR{idVendor}=="1d50", ATTR{idProduct}=="6108", SYMLINK+="stream-%k", MODE="666" -SUBSYSTEM=="xillybus", MODE="666", OPTIONS="last_rule" diff --git a/release/pihpsdr/udev-rules/install.sh b/release/pihpsdr/udev-rules/install.sh deleted file mode 100755 index 51886ef..0000000 --- a/release/pihpsdr/udev-rules/install.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cp 64-limesuite.rules /etc/udev/rules.d/ -udevadm control --reload-rules -udevadm trigger