Skip to content
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

[ WIP ] Merge F7 Improvements by DieHertz #20

Open
wants to merge 131 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2018

  1. Added target for Omnibus F4 Nano w/Black Box

    Added target for Airbot Omnibus F4 Nano v2.5 with support for blackbox (OBF4NANOBB)
    therealjonnyd authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    598578b View commit details
    Browse the repository at this point in the history
  2. Added target for Omnibus F4 Nano w/Black Box

    Added target for Airbot Omnibus F4 Nano v2.5 with black box support. Target OBF4NANOBB
    therealjonnyd authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    8994e5f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Merge pull request #55 from therealjonnyd/master

    Added target for Airbot Omnibus F4 Nano v2.5
    Lucas Moreira authored Mar 18, 2018
    Configuration menu
    Copy the full SHA
    8ee4b2d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    0e5cb8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from therealjonnyd/patch-1

    Add MK file for new Omnibus F4 Nano Target
    Lucas Moreira authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    d5f127f View commit details
    Browse the repository at this point in the history
  3. Implement vtx_akk_hack cli command as a switchable feature

    - Refactored the current CLI based implementation of vtx_akk_hack into a new feature named: "LEGACY_SA_SUPPORT"
    
    - Re-added the tailing byte in send frame as a possible fix for the "standard" implementation of Smart Audio, due to user reporting that turning the hack off for Unify and other "standard" SA VTX-es will result in an incorrect setting save issue (settings are only saved after unplugging and re-plugging the battery)
    
    - This PR should be accepted with the relevant Butterflight-Configurator PR that adds the "LEGACY_SA_SUPPORT" feature to the configuration tab
    
    - Incrementing the MSP protocol minor version to 39 and the EEPROM version is required before release
    LexioTech committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    7fbb3cd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Increment MSP protocol, EEPROM versions for new relese

    - Adding "LEGACY_SA_SUPPORT" as a feature to MSP requires this increment
    LexioTech committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    db616cf View commit details
    Browse the repository at this point in the history
  2. adding HELSIOSPRING target fixes (#57)

    * adding beeper inversion
    
    * adding RSSI ADC pin setting for target
    Tim Sweet authored and apocolipse committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    e3bd083 View commit details
    Browse the repository at this point in the history
  3. Changed default of gyro overflow back YAW. (#62)

    Lucas Moreira authored and apocolipse committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    33989c8 View commit details
    Browse the repository at this point in the history
  4. Add Composite CDC+HID device option.

    - It passes on though HID interface 8 channels received from TX
    - Endpoints are reconfigured to support HID interface
    - Potentially this can slow down SPI Flash transfer though CDC interface...
    - This could be addressed by support for MSC when using SPI Flash (emulating FATFS)
    conkerkh authored and apocolipse committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    20f57d8 View commit details
    Browse the repository at this point in the history
  5. Fixed indentation in feature.h

    Fixed indentation in feature.h
    LexioTech committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    1159241 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. hotfix version 103 (#54)

    * hotfix version 103
    
    * re-enable overclocking ability
    
    * lowering default yaw pids and removing moron_threshold override
    
    * removing profiles, just lowering default pids and filter values
    
    * fix LED port and ESCSERIAL
    Tim Sweet authored and apocolipse committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    5efc3ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from ButterFlight/cdc+hid_f4

    Add Composite CDC+HID device option.
    apocolipse authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    213f6d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    ed2d44b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Revert "Add Composite CDC+HID device option."

    Lucas Moreira authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    dfe35f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from ButterFlight/revert-67-cdc+hid_f4

    Revert "Add Composite CDC+HID device option."
    papayou66 authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    8fdd1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158d248 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from ButterFlight/revert-69-revert-67-cdc+hid_f4

    Revert "Revert "Add Composite CDC+HID device option.""
    apocolipse authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3075c43 View commit details
    Browse the repository at this point in the history
  5. CDC+HID HotFixes

     - For now disables Composite (it can be enabled, with USB_CDC_HID define)
    - Modified descriptors so they are properly recognized
    - Changed PID for Composite device (otherwise it doesn't work probably due to windows feature - automatically finding drivers based on those values)
    khockuba authored and apocolipse committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3180ab2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55cb901 View commit details
    Browse the repository at this point in the history
  7. Fix compile

    apocolipse committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    6f78708 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Merge pull request #70 from ButterFlight/butter_hid_fix

    Enable Composite USB HID for all F4, add PG for USB device.
    apocolipse authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    edb8499 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from LexioTech/vtx_akk_hack-implement-as-feature

    Implement vtx_akk_hack cli command as a switchable feature
    LexioTech authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    8e3f423 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from LexioTech/Incement-MSP-protocol-minor-and…

    …-EEPROM-versions
    
    Increment MSP protocol, EEPROM versions for new relese
    LexioTech authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    8b85ae8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #68 from ButterFlight/lua_osd

    Introducing LUA and OSD Updates to utilize the new Filter parameters
    Lucas Moreira authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    129cd34 View commit details
    Browse the repository at this point in the history
  5. Restore LED support to F3

    Lucas Moreira committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    0e50077 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    cc36441 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. update_to_imuf_102

    rs2k authored and orneryd committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    50a7f3c View commit details
    Browse the repository at this point in the history
  2. better

    rs2k authored and orneryd committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    673db95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    447b872 View commit details
    Browse the repository at this point in the history
  4. typo fix

    rs2k authored and orneryd committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d688ec0 View commit details
    Browse the repository at this point in the history
  5. bump version in whoami check

    rs2k authored and orneryd committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    42d6967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d24a1a View commit details
    Browse the repository at this point in the history
  7. remove dyn gain variable

    rs2k authored and orneryd committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    f4025f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65b9d7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fa54c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1cc5af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9edcf34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b81d64d View commit details
    Browse the repository at this point in the history
  13. IMU quaternion v4

    implemented static gyro noise integration lock  trough standard deviation modulus
    phase out rmat (use quaternion)
    improved gyro Integration (PCDM Acta Mech 224, 3091–3109 (2013))
    separated from Mahony PI
    corrected acc
    corrected gyro
    increased default dcm_ki dcm_kp for faster convergence
    removed ATTITUDE task rescheduling
    adrianmiriuta committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    4f77da2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c02af87 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #76 from ButterFlight/restore-led-f3

    Restore LED support to F3
    Lucas Moreira authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    56b6fdb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. updating target pids

    Tim Sweet committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    2a33784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c44d33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1584565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    384ef4a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from ButterFlight/sticks_to_arm_off_default

    adding stick arming as an option and setting it to false by default
    Lucas Moreira authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    3255016 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3902416 View commit details
    Browse the repository at this point in the history
  7. enabling I2C

    Tim Sweet committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d5bc350 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3537cd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cbabbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41de009 View commit details
    Browse the repository at this point in the history
  11. had default pids backwards

    orneryd committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    0d2a84d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #78 from ButterFlight/imuf_104

    Imuf 104
    Lucas Moreira authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    825a038 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #81 from ButterFlight/rc_interpolation_optimization

    Rc interpolation optimization
    Tim Sweet authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    235529c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    2258d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0839084 View commit details
    Browse the repository at this point in the history
  3. Increment version for release

    Lucas Moreira committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    79ce7f6 View commit details
    Browse the repository at this point in the history
  4. Correct accelerometer initialization for MPU6000 and MPU9250

    Accelerometer should be initialized to 16G scale.
    
    (cherry picked from commit f2d452c)
    etracer65 authored and Lucas Moreira committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    5fee203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d48dcfd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #82 from ButterFlight/butter-increment-350

    Increment version for release
    Lucas Moreira authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    dd56ee0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b08039c View commit details
    Browse the repository at this point in the history
  8. conjugate cleanup

    adrianmiriuta committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    196708c View commit details
    Browse the repository at this point in the history
  9. Re-enabling anti-taz

    varkokonyi committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    33eed59 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. ADD kalman Q and R in OSD

    Condition #if defined(USE_GYRO_FAST_KALMAN)
    papayou66 committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    57c2d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd1649b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Merge pull request #85 from varkokonyi/antitaz

    Re-enabling anti-taz
    Lucas Moreira authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    56c4d66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from ButterFlight/fix-accel-initialization

    Correct accelerometer initialization for MPU6000 and MPU9250
    Lucas Moreira authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    88b7123 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89 from papayou66/OSD

    ADD kalman Q and R in OSD
    Lucas Moreira authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    9f7c626 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5147f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. adding D to yaw

    orneryd committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    c0b53bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12ac6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from varkokonyi/mixer-3d-fix

    Removed mixer halving in 3D mode.
    Lucas Moreira authored Apr 1, 2018
    Configuration menu
    Copy the full SHA
    2b499c3 View commit details
    Browse the repository at this point in the history
  4. use biquad instead

    orneryd committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    f08f64d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    d69216d View commit details
    Browse the repository at this point in the history
  2. Add gyro_stage_2_filter_type to MSP

    Added gyro_stage_2_filter_type to MSP to be able to get/set it from the configurator UI.
    LexioTech committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    79473c9 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation

    Fixed indentation to match existing code style (stupid Visual Studio defaults...)
    LexioTech committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    3320b12 View commit details
    Browse the repository at this point in the history
  4. Fix indentation #2

    ...
    LexioTech committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    b9f4b53 View commit details
    Browse the repository at this point in the history
  5. Increase MSP protocol version to 1.40.0

    With the addition of gyro_stage_2_filter_type to MSP, the protocol version must be bumped.
    LexioTech committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    e88a071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45d4fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    c1ab477 View commit details
    Browse the repository at this point in the history
  2. updating defaults

    orneryd committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    c20b626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e7eb22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c1b795 View commit details
    Browse the repository at this point in the history
  5. updating defaults with ACC on, removing rc_interp fix to be implement…

    …ed separately, fixing version for release
    orneryd committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    162454c View commit details
    Browse the repository at this point in the history
  6. lower default P

    orneryd committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    0cd650f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf7e344 View commit details
    Browse the repository at this point in the history
  8. removing ifndef code

    orneryd committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    f5ff191 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea35525 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'enable_d_on_yaw' into butterflight-RC-351

    Lucas Moreira committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    012b203 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'imuf_104_rc3' into butterflight-RC-351

    Lucas Moreira committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    c8411f2 View commit details
    Browse the repository at this point in the history
  12. fixing bad filter inits

    Tim Sweet committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    1df0438 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fde7f00 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'Increase-MSP-Protocol-version-to-1-40-0' into butterfli…

    …ght-RC-351
    Lucas Moreira committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    f73296f View commit details
    Browse the repository at this point in the history
  15. fix unit test

    s0up committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    5ff8d82 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Fixed the else if statement

    Lucas Moreira committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    554460f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from ButterFlight/gps-heading-rc

    [ FIXED ]  Add GPS Heading by S0up
    Lucas Moreira authored Apr 5, 2018
    Configuration menu
    Copy the full SHA
    622d22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    defe0cb View commit details
    Browse the repository at this point in the history
  4. re-adding ifndef for imuf

    Tim Sweet committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    da0298b View commit details
    Browse the repository at this point in the history
  5. switching from division to multiplication

    Tim Sweet committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    833e1c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c0363b View commit details
    Browse the repository at this point in the history
  7. bumping imuf version to 105

    orneryd committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    5949760 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Revert "Merge branch 'imuf_fix_angle_horizon' into butterflight-RC-351"

    This reverts commit 5c0363b, reversing
    changes made to 622d22d.
    Lucas Moreira committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    a186483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f64c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3beb0c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'imuf_104_rc3' of github.com:ButterFlight/butterflight i…

    …nto butterflight-RC-351
    Lucas Moreira committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    29545c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Increment version to 3.5.1

    Lucas Moreira committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    62d211f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Acc align fixes (#105)

    - ACC Alignment Fix
    - Black Box Logging Fix
    - HELIO Auto Level FIX
    - Enables Quaternion on IMUF
    Tim Sweet authored and Lucas Moreira committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    df8ecac View commit details
    Browse the repository at this point in the history
  2. Butterflight acc msp bbl fix (#108)

    * Fix Acc MSP BBL
    
    * Fix Acc MSP BBL v1
    
    * Fix Acc MSP BBL v2
    
    * Fix Acc MSP BBL v3
    adrianmiriuta authored and Lucas Moreira committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    19d39a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. useAccFix

    adrianmiriuta committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    11cdc60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from adrianmiriuta/Butterflight-RC-351

    in butterflight-RC-351
    someone disabled useAcc
    for calculating attitude it is required ! - Adrian Miriuta
    Lucas Moreira authored Apr 12, 2018
    Configuration menu
    Copy the full SHA
    2ec20cb View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #112 from adrianmiriuta/Butterflight-RC-351"

    This reverts commit 2ec20cb, reversing
    changes made to 19d39a1.
    Lucas Moreira committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    3d81647 View commit details
    Browse the repository at this point in the history
  4. Quaternion Sensors Refactor (#109)

    This refactor saves ~6% CPU on IMUF targets and ~2% on non-IMUF targets. - Ornery
    Tim Sweet authored and Lucas Moreira committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    58476d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad45b58 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    c6c063e View commit details
    Browse the repository at this point in the history
  2. lowering W default because quaternions take up more cpu on imuf, fixi…

    …ng BBL headers for imuf
    orneryd committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    eee3a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cdb0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff6954 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. updating default pids for yaw (#117)

    * updating default pids for yaw
    
    * fixing d filtering for yaw. saving 1.5K flash space by refactoring pid filter init
    Tim Sweet authored and Lucas Moreira committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    3978914 View commit details
    Browse the repository at this point in the history
  2. fix led

    rs2k committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    0b3d2c1 View commit details
    Browse the repository at this point in the history
  3. ACC Optimization + Dterm Filtering YAW

    Tim Sweet authored and Lucas Moreira committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    70949a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Merge pull request #121 from ButterFlight/FIX_LED_PIN_ON_HELIO_SPRING

    fix led
    Tim Sweet authored Apr 16, 2018
    Configuration menu
    Copy the full SHA
    ea1591f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9985da9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Butterflight 3.5.1 RC MAG fix (#127)

    Attitude MAG correction fix.
    adrianmiriuta authored and Lucas Moreira committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    e11f7f5 View commit details
    Browse the repository at this point in the history
  2. HEADFREE fix v2 (#124)

    adrianmiriuta authored and Lucas Moreira committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    60464a4 View commit details
    Browse the repository at this point in the history
  3. Omnibus F4 Fireworks Target (#107)

    * Initial work porting @jflyper's Omnibus F4FW Target
    
    * Changed the Gyro configuration to match BuF
    
    * Revised pins based on Airbots schematics
    
    * Got the target fixed with Jflyper's help
    Lucas Moreira authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    2363d47 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Butterflight 3.5.1 RC CPU crash cli > status fix (#129)

    * cleanup v1
    
    * CPU crash on cli> status fix
    
    fix gyroSensor_e
    
    * CPU crash on cli> status fix v3
    
    * CPU crash on cli> status fix v4
    adrianmiriuta authored and Lucas Moreira committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    1026581 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. fix board orientation (#134)

    Butterflight_3.5.1_RC_fix_board_orientation
    adrianmiriuta authored and Lucas Moreira committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    1693cb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. F7 optimizations (betaflight#5674)

    * Revert "Revert "Rewritten F7 dshot to LL (draft)" (betaflight#5430)"
    
    This reverts commit aa42a69.
    
    * Reworked F7 linker scripts to maximize performance of both F74x and F72x
    
    * Some comments and changes from original F7 HAL DSHOT
    
    * Prohibit inlining of some functions to place them in ITCM-RAM
    
    * Fixed usartTargetConfigure implicit declaration
    
    * Moved back to SRAM1 as main RAM
    
    * Added SRAM2 attribute
    
    * Fixed LL DSHOT FOR SPRF7DUAL and probably other adv TIM users
    
    * Fixed SPRF7DUAL rev. A motor order
    
    * Enabled CCM for data on F40x
    
    * Fixed F7 startup assembly symbols
    
    * Fixed KISSFCV2F7 linker script
    
    * Added a quick way of building F7 targets only
    
    * Got rid of the useless F7 target script
    
    * Added NOINLINE and got rid of useless __APPLE__ define
    
    * Added some important functions to ITCM
    
    * Added NOINLINE macro for tests
    
    * Copy to ITCM before passing execution into it
    
    * Minimized cache footprint of motor output code
    
    * Evicted low-impact functions from ITCM
    
    * Switched MATEKF722 and SPRACINGF7DUAL to burst DSHOT
    
    * Switched CLRACINGF7 to burst DSHOT
    
    * Moved UART RX&TX buffers to DTCM-RAM to avoid cache incoherency
    
    * Marked taskMainPidLoop for ITCM-RAM, disallowed inlining per-function
    
    * Revert "Added a quick way of building F7 targets only"
    
    This reverts commit 2294518.
    DieHertz authored and Lucas Moreira committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    dc83778 View commit details
    Browse the repository at this point in the history
  2. Added FAST_RAM_INITIALIZED (betaflight#5733)

    * Added FAST_RAM_INITIALIZED for those who really want it
    
    * Added the white crow of KISSFCV2F7
    
    * Made initialized data LMAs robust
    
    * Fixed indirection when initializing fast memory
    DieHertz authored and Lucas Moreira committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    f0d7113 View commit details
    Browse the repository at this point in the history
  3. Fixed a small typo

    Lucas Moreira committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    6e922c3 View commit details
    Browse the repository at this point in the history