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

Added MAVLink-transmitted calibration warning about bad sensor calibrati... #231

Merged
merged 1 commit into from
Mar 18, 2013

Conversation

LorenzMeier
Copy link
Member

...on 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'");
Copy link
Contributor

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.

Copy link
Member Author

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.

@sjwilks
Copy link
Contributor

sjwilks commented Mar 18, 2013

Apart from the one minor comment this looks good to merge.

sjwilks added a commit that referenced this pull request Mar 18, 2013
Added MAVLink-transmitted calibration warning about bad sensor calibrati...
@sjwilks sjwilks merged commit 1c9bc8e into master Mar 18, 2013
TSC21 pushed a commit to TSC21/Firmware that referenced this pull request Feb 15, 2019
height counter update for ev primary height source
PX4BuildBot added a commit that referenced this pull request Sep 25, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 25, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 26, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 26, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 27, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 27, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 28, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 28, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 29, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 29, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 30, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Sep 30, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 1, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 1, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 2, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 2, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 3, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 3, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 4, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 4, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 5, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 5, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 6, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Oct 6, 2024
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 17, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 17, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 18, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 18, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 19, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 19, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 20, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 20, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 21, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 21, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 22, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 22, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 23, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 23, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 24, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 24, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 25, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 25, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 26, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 26, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 27, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 27, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 28, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Feb 28, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 1, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 1, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 2, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 2, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 3, 2025
    - 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)
PX4BuildBot added a commit that referenced this pull request Mar 3, 2025
    - 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants