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

Quicktune C++ conversion (WIP) #27578

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

Commits on Oct 18, 2024

  1. RC_Channel: Added Quicktune

    MichelleRos authored and tridge committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6d1f028 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. AP_Quicktune: Added Quicktune

    C++ version of lua script, with some enhancements
    MichelleRos authored and tridge committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7125ef9 View commit details
    Browse the repository at this point in the history
  2. Copter: Added Quicktune

    disabled by default except in SITL
    MichelleRos authored and tridge committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    28ee368 View commit details
    Browse the repository at this point in the history
  3. Plane: Added Quicktune

    replaces QAUTOTUNE in default build
    MichelleRos authored and tridge committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8f7cd6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6d7948 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. autotest: Added Quicktune C++ tests

    for quadplane and copter
    MichelleRos authored and tridge committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c67411a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade2cda View commit details
    Browse the repository at this point in the history
  3. hwdef: removed QAUTOTUNE disable

    now disabled by default
    tridge committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    01e6f8f View commit details
    Browse the repository at this point in the history
  4. AP_Quicktune: optimise enum usage

    this is a separate commit in case it isn't to the taste of the
    reviewer
    It saves around 500 bytes
    tridge committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    767d991 View commit details
    Browse the repository at this point in the history
  5. AP_Quicktune: review changes

    tridge committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1be3282 View commit details
    Browse the repository at this point in the history