Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gamoreno/c_uart_interface_example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mavlink/c_uart_interface_example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 15 files changed
  • 9 contributors

Commits on May 11, 2018

  1. Update README.md

    LorenzMeier authored May 11, 2018
    Configuration menu
    Copy the full SHA
    f481133 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. MAVLink v1 -> v2 - Change submodule remote target

    makefile : do not update the submodules when calling make mavlink_control
    mavlink_control.cpp : complained for wrong type in print (long long instead of long)
    bresch authored and LorenzMeier committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    ae4de8d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    a2b79a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    445b48e View commit details
    Browse the repository at this point in the history
  3. Merge pull request mavlink#30 from mavlink/hamishwillee-patch-1

    Fix up broken links and typos
    bkueng authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    05072aa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Add UDP port / Auto takeoff and land

    Hannes Diethelm authored and LorenzMeier committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9a5952b View commit details
    Browse the repository at this point in the history
  2. Fix socket allocation

    Hannes Diethelm authored and LorenzMeier committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    1e6ddfc View commit details
    Browse the repository at this point in the history
  3. Improved UDP implementation

    Hannes Diethelm authored and LorenzMeier committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    caeafa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Add mutex around current_setpoint

    Closes mavlink#33.
    julianoes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    d375d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request mavlink#34 from mavlink/pr-add-mutex

    Add mutex around current_setpoint
    julianoes authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9467f27 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

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

Commits on Aug 19, 2020

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

Commits on Aug 24, 2020

  1. Merge pull request mavlink#35 from SMP33/fix-update_setpoint

    current_setpoint->current_setpoint.data
    julianoes authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    55eb07b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Update .gitmodules

    https://github.blog/2021-09-01-improving-git-protocol-security-github/
    
    "No more unauthenticated Git
    
    On the Git protocol side, unencrypted git:// offers no integrity or authentication, making it subject to tampering. We expect very few people are still using this protocol, especially given that you can’t push (it’s read-only on GitHub). We’ll be disabling support for this protocol."
    pedramsafi authored May 10, 2022
    Configuration menu
    Copy the full SHA
    6c3d17b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mavlink#38 from pedramsafi/patch-1

    Update .gitmodules
    julianoes authored May 10, 2022
    Configuration menu
    Copy the full SHA
    b5bfbf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. add CMakeLists.txt

    catkira committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b0766a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge pull request mavlink#42 from catkira/master

    Add CMakeLists.txt
    julianoes authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dfd417c View commit details
    Browse the repository at this point in the history
Loading