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

Core: AutoPilot Manager: Split autopilot in platforms (Serial PX4 support part 5) #2943

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. core: autopilot-manager: Isolate mavlink_proxy

    * Isolate mavlink_proxy type definitions and exceptions in its own
      module
    JoaoMario109 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    db7f891 View commit details
    Browse the repository at this point in the history
  2. core: autopilot-manager: Move Ardu to Auto naming

    * Move class name only from ArduPilotManager to AutoPilotManager
    * Move Ardu to Auto in README
    * Move diverse general (Not specific like settings) uses of ArduPilot to
      AutoPilot
    JoaoMario109 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    77856fb View commit details
    Browse the repository at this point in the history
  3. core: autopilot-manager: Add flight_controller module

    * Move flight controller / flight controller detector to its own module
      as preparation for platform spliting
    JoaoMario109 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bbec280 View commit details
    Browse the repository at this point in the history
  4. WIP - Adding Plat/Firwm

    JoaoMario109 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3ed29d2 View commit details
    Browse the repository at this point in the history