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

[mavlink] Parameter to always start on USB #22234

Merged
merged 11 commits into from
May 20, 2024

Commits on Apr 4, 2024

  1. usb: Added parameter to enable always starting mavlink on USB.

        Refactored cdcacm_init into a module and added a paramter to allow always starting mavlink on
        USB, also added a paramter to choose the mode. The current default behavior is to wait and listen
        for data on USB and auto-detect the protocol (mavlink, nsh, ublox). This results in the mavlink
        stream not starting until something else on the mavlink network sends a packet first. The new
        default behavior is to always start mavlink.
    
        Added parameters
        MAV_USB_ENABLE -- default 1 (always start mavlink on USB)
        MAV_USE_MODE -- default 3 (onboard)
    dakejahl committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    32926ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e420d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d15bc View commit details
    Browse the repository at this point in the history
  4. added CONFIG_DRIVERS_CDCACM_AUTOSTART=y to default.px4board for board…

    …s with CONFIG_CDCACM in their nsh/defconfig
    dakejahl committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7ea8d34 View commit details
    Browse the repository at this point in the history
  5. format

    dakejahl committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b102fec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d1b310 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a1f990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0be6b12 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e97c561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbccbe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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