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

release/1.15 backports #23173

Merged
merged 5 commits into from
May 29, 2024
Merged

release/1.15 backports #23173

merged 5 commits into from
May 29, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    1a36fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fa0262 View commit details
    Browse the repository at this point in the history
  3. [mavlink] Parameter to always start on USB (PX4#22234)

    * 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)
    
    * added 3 retries for opening serial port in mavlink, removed sleep before sercon
    
    * added DRIVERS_CDCACM_AUTOSTART to ark-v6x default.px4board
    
    * added CONFIG_DRIVERS_CDCACM_AUTOSTART=y to default.px4board for boards with CONFIG_CDCACM in their nsh/defconfig
    
    * format
    
    * remove PGA460 from COMMON_DISTANCE_SENSOR to save flash
    
    * remove LIS2MDL from COMMON_MAGNETOMETER to save flash
    
    * disable CONFIG_DRIVERS_CDCACM_AUTOSTART for fmu-v5 protected.px4board
    
    * moved and renamed parameters, removed mode logic in mavlink
    
    * changed parameter names, added mode none
    
    * remove parameters from mavlink
    dakejahl authored and AlexKlimaj committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9ab95bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad6031e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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