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

Fixed issue #216 "canardMemFree must provide size" #233

Open
wants to merge 5 commits into
base: v4
Choose a base branch
from

Commits on Nov 14, 2024

  1. Fixed issue #216 "canardMemFree must provide size"

    - Extended `CanardTxQueueItem` with extra `allocatd_size` field to remember original size allocated for the item (and its embedded payload).
    - For RX pipeline we always know what was allocated for a payload - it's always equal to session `extent`.
    serges147 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ff8559d View commit details
    Browse the repository at this point in the history
  2. style fix

    serges147 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    104798e View commit details
    Browse the repository at this point in the history
  3. minor fix

    serges147 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e17c1f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    b857b90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e373a View commit details
    Browse the repository at this point in the history