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

Maxbotix I2C Sonar Support #213

Closed
wants to merge 143 commits into from
Closed

Maxbotix I2C Sonar Support #213

wants to merge 143 commits into from

Conversation

ghulands
Copy link
Contributor

@ghulands ghulands commented Mar 1, 2013

Sensor support for the i2c version of the maxbotix range finders.

…ump, and set the timestamp for each entry (not really a useful number yet…)
…deal with the case where DMA stops but the master is still talking.

Use AF as well as STOPF to decide when transfer has ended. We don't seem to get STOPF when we are transmitting.
…right yet. Some clients work, others not so much.
…I2C, and since USART2 is going back to being ignored once I2C works, let's make the call.

Turn off the debug output on I2C for now.
…ted this version of the serial DMA changes for integration into mainline NuttX.
Fix the FMU auto OK LED status.
Strip out unused fields from the system state structure.
PX4BuildBot added a commit that referenced this pull request Jul 16, 2024
    - libcanard in PX4/Firmware (38024c2): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 16, 2024
    - libcanard in PX4/Firmware (7a803cb): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 17, 2024
    - libcanard in PX4/Firmware (488a37a): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 17, 2024
    - libcanard in PX4/Firmware (a64bba2): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 18, 2024
    - libcanard in PX4/Firmware (305be66): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 18, 2024
    - libcanard in PX4/Firmware (676b363): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 19, 2024
    - libcanard in PX4/Firmware (52e509a): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 19, 2024
    - libcanard in PX4/Firmware (0efecc0): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 20, 2024
    - libcanard in PX4/Firmware (a413533): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 20, 2024
    - libcanard in PX4/Firmware (8073472): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 21, 2024
    - libcanard in PX4/Firmware (f96f2c7): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 21, 2024
    - libcanard in PX4/Firmware (42ae153): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 22, 2024
    - libcanard in PX4/Firmware (9b841aa): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 22, 2024
    - libcanard in PX4/Firmware (326bd02): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 23, 2024
    - libcanard in PX4/Firmware (3cb72a8): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 23, 2024
    - libcanard in PX4/Firmware (be09ee6): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 24, 2024
    - libcanard in PX4/Firmware (ab869de): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 24, 2024
    - libcanard in PX4/Firmware (9ceb48d): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 25, 2024
    - libcanard in PX4/Firmware (48379d5): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 25, 2024
    - libcanard in PX4/Firmware (cc1ce62): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 26, 2024
    - libcanard in PX4/Firmware (9cef50c): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 26, 2024
    - libcanard in PX4/Firmware (d6704f3): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 27, 2024
    - libcanard in PX4/Firmware (a4453ea): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 27, 2024
    - libcanard in PX4/Firmware (c909398): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 28, 2024
    - libcanard in PX4/Firmware (bded9a8): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 28, 2024
    - libcanard in PX4/Firmware (4f2c849): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 29, 2024
    - libcanard in PX4/Firmware (3a531d3): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 29, 2024
    - libcanard in PX4/Firmware (ea87810): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 30, 2024
    - libcanard in PX4/Firmware (36cc4ff): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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 Jul 30, 2024
    - libcanard in PX4/Firmware (7da712a): OpenCyphal/libcanard@5c69d45
    - libcanard current upstream: OpenCyphal/libcanard@00f9d5c
    - Changes: OpenCyphal/libcanard@5c69d45...00f9d5c

    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.

None yet

3 participants