-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Implement component metadata protocol #2272
Merged
Merged
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5e85d6 - Browse repository at this point
Copy the full SHA c5e85d6View commit details -
fix mavlink_ftp_client: close ofstream before calling the callback
Otherwise there might still be data in the buffer. All other places already close the stream.
Configuration menu - View commit details
-
Copy full SHA for 1979c80 - Browse repository at this point
Copy the full SHA 1979c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c1145 - Browse repository at this point
Copy the full SHA 37c1145View commit details -
Configuration menu - View commit details
-
Copy full SHA for b06c3f5 - Browse repository at this point
Copy the full SHA b06c3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1222df7 - Browse repository at this point
Copy the full SHA 1222df7View commit details -
This version (5.4.5) is not affected by the recently discovered backdoor (https://tukaani.org/xz-backdoor/)
Configuration menu - View commit details
-
Copy full SHA for 150c670 - Browse repository at this point
Copy the full SHA 150c670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb1257 - Browse repository at this point
Copy the full SHA 6fb1257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 248acc0 - Browse repository at this point
Copy the full SHA 248acc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b06734 - Browse repository at this point
Copy the full SHA 1b06734View commit details -
mavlink_ftp_client: retry download if the other component already has…
… an ongoing transfer
Configuration menu - View commit details
-
Copy full SHA for 3abc88f - Browse repository at this point
Copy the full SHA 3abc88fView commit details -
mavlink_ftp_client: use _system_impl.call_user_callback
instead of calling the callback directly. Otherwise if the callback tries to trigger a new request, it would block indefinitely when trying to add a work item to _work_queue, which is already locked by this: LockedQueue<Work>::Guard work_queue_guard(_work_queue);
Configuration menu - View commit details
-
Copy full SHA for 822b3f1 - Browse repository at this point
Copy the full SHA 822b3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8177a3c - Browse repository at this point
Copy the full SHA 8177a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f1466 - Browse repository at this point
Copy the full SHA 32f1466View commit details -
To include this commit: google/re2@9ebe4a2 Which should fix the CI error: CMake Error at /home/runner/work/MAVSDK/MAVSDK/build/release/third_party/install/lib/cmake/re2/re2Config.cmake:15 (message): File or directory /include referenced by variable re2_INCLUDE_DIR does not exist !
Configuration menu - View commit details
-
Copy full SHA for 40fc61e - Browse repository at this point
Copy the full SHA 40fc61eView commit details -
Brings component metadata plugins. Signed-off-by: Julian Oes <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a13aa62 - Browse repository at this point
Copy the full SHA a13aa62View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.