-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Added MAVLink-transmitted calibration warning about bad sensor calibrati... #231
Conversation
…ation as part of preflight check
@@ -86,6 +90,7 @@ int preflight_check_main(int argc, char *argv[]) | |||
fd = open(MAG_DEVICE_PATH, 0); | |||
if (fd < 0) { | |||
warn("failed to open magnetometer - start with 'hmc5883 start' or 'lsm303d start'"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency you might want to switch this to a warnx as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warnx() and errx() print without reading errno, warn() and err() interpret errno. As errno is set after a failed open, we actually want warn() here.
Apart from the one minor comment this looks good to merge. |
Added MAVLink-transmitted calibration warning about bad sensor calibrati...
height counter update for ev primary height source
- libcanard in PX4/Firmware (c00f704): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (d5d2cea): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (8291841): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (c7130a5): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (4bb2a40): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (bee5025): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (5dac486): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (7b497a7): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (842ce50): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (d694858): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (14bdb73): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (0e41952): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (540a8a3): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (d9f3d8c): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (31ce577): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (fab8156): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (08c8716): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (c2dc1cf): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (68e3e91): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (3275d57): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (69427ab): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (f99254e): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (17e72fb): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (96a3570): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (01549a5): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (01549a5): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (e12c3c0): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (d2cbe10): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (04a3c4a): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (6618f1a): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (1db50cb): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (5a8de3b): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (edfc8bf): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (b05903b): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (f35db9e): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (d1eefe3): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (73b5124): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (73b5124): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (8c0df93): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (ee10e69): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (0ab7ace): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (ba2f278): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (23d4905): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (c44b62b): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (3c2bce5): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (468f8eb): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (f7dfdb3): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (8b2d5cc): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (578144e): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (afcebe2): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (20acc51): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (5fdd2af): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (109b1a6): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
- libcanard in PX4/Firmware (cd0d91c): OpenCyphal/libcanard@5c69d45 - libcanard current upstream: OpenCyphal/libcanard@03fc5fe - Changes: OpenCyphal/libcanard@5c69d45...03fc5fe 03fc5fe 2024-09-24 Sergei - Fix for the "Improve RPC Client Response RX pipeline" issue # 228 (#231) 551af7f 2024-09-18 Marcin Anforowicz - ESP-IDF Component Continuous Integration (#229) 00f9d5c 2024-05-06 Sergei - Extend api with canardRxGetSubscription (#224) 1c4da0d 2023-12-26 Yurii Cherniavskyi - Introduce internal includes section to avoid potential implicit declaration warnings (#219) 73d0a9c 2023-04-30 Pavel Kirienko - Refactor the transfer reassembly state machine to enhance its maintainability and robustness (#215) 69ed329 2023-04-22 Pavel Kirienko - Amend the transfer reassembly state machine and prepare v3.1 release (#213) 19c26e6 2023-04-17 Pavel Kirienko - Fix 189, 196, 206 (#211) 8ce8ed2 2023-04-14 Pavel Kirienko - Update the tools to the latest versions and add new static analysis diagnostics (#210)
...on as part of preflight check