Skip to content
forked from heliorc/imu-f

IMU-F gyro filtering code for HelioRC Spring flight-controller and derivatives.

License

Notifications You must be signed in to change notification settings

emuflight/imu-f

 
 

Repository files navigation

IMU-F

IMU-F firmware for Helio/Strix/Mode2Flux

Prerequisites

Linux:

sudo apt -y install git python3 openocd  #(or python2 should work)

MacOSX:

brew install git openocd python

Clone repository

git clone https://github.com/emuflight/imu-f.git

Download ARMv6:

cd imu-f

case $(uname) in
    "Linux" )
        OS="linux"
        ;;
    "Darwin" )
        OS="mac"
        ;;
esac
echo ${OS}

curl -L -s "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-${OS}.tar.bz2" | tar xjv

Build

export PATH="$PATH:$(pwd)/gcc-arm-none-eabi-6-2017-q1-update/bin"
python make.py -C -T F3

About

IMU-F gyro filtering code for HelioRC Spring flight-controller and derivatives.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.1%
  • Assembly 17.8%
  • Python 8.1%