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 Nov 11, 2024

  1. RC_Channel: Added Quicktune

    MichelleRos authored and tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1adab4e View commit details
    Browse the repository at this point in the history
  2. AP_Quicktune: Added Quicktune

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

    disabled by default except in SITL
    MichelleRos authored and tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ed17d1c View commit details
    Browse the repository at this point in the history
  4. Plane: Added Quicktune

    replaces QAUTOTUNE in default build
    MichelleRos authored and tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2d07076 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e8bed8 View commit details
    Browse the repository at this point in the history
  6. autotest: Added Quicktune C++ tests

    for quadplane and copter
    MichelleRos authored and tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    74bfaf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffd1596 View commit details
    Browse the repository at this point in the history
  8. hwdef: removed QAUTOTUNE disable

    now disabled by default
    tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1dc1a7f View commit details
    Browse the repository at this point in the history
  9. 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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2662d4c View commit details
    Browse the repository at this point in the history
  10. AP_Quicktune: review changes

    tridge committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea4c935 View commit details
    Browse the repository at this point in the history