Skip to content

Added RC switch for enabling/disabling notch filter (no not merge) #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: mttr-rebase-3.6.7
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tools: fixed compiler path for CI
  • Loading branch information
tridge committed Mar 4, 2020
commit fa181f206913cae0ba90a872d0f941cbefa66667
2 changes: 1 addition & 1 deletion Tools/scripts/configure-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pushd $HOME
# PX4 toolchain
dir=$ARM_ROOT
if [ ! -d "$HOME/opt/$dir" ]; then
wget http://firmware.ardupilot.org/Tools/PX4-tools/$ARM_TARBALL
wget http://firmware.ardupilot.org/Tools/STM32-tools/archived/$ARM_TARBALL
tar -xf $ARM_TARBALL -C opt
fi

Expand Down
2 changes: 1 addition & 1 deletion Tools/scripts/install-prereqs-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARCH_AUR_PKGS="genromfs"
# (see https://launchpad.net/gcc-arm-embedded/)
ARM_ROOT="gcc-arm-none-eabi-4_9-2015q3"
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
ARM_TARBALL_URL="http://firmware.ardupilot.org/Tools/PX4-tools/$ARM_TARBALL"
ARM_TARBALL_URL="http://firmware.ardupilot.org/Tools/STM32-tools/archived/$ARM_TARBALL"

# Ardupilot Tools
ARDUPILOT_TOOLS="ardupilot/Tools/autotest"
Expand Down
2 changes: 1 addition & 1 deletion Tools/scripts/install-prereqs-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# (see https://launchpad.net/gcc-arm-embedded/)
ARM_ROOT="gcc-arm-none-eabi-4_9-2015q3"
ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2"
ARM_TARBALL_URL="http://firmware.ardupilot.org/Tools/PX4-tools/$ARM_TARBALL"
ARM_TARBALL_URL="http://firmware.ardupilot.org/Tools/STM32-tools/archived/$ARM_TARBALL"

# Ardupilot Tools
ARDUPILOT_TOOLS="Tools/autotest"
Expand Down