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

This branch is 42 commits ahead of heliorc/imu-f:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f44c3e Â· Jun 24, 2021
Jan 25, 2021
Jun 24, 2021
Jan 25, 2018
Jan 31, 2018
Feb 2, 2018
Feb 26, 2018
Jun 24, 2021
Jan 21, 2018
Jun 15, 2020
Jun 15, 2020
Feb 22, 2019
Jul 14, 2020
Jun 15, 2020

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%