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

add queue static allocation support #11342

Merged
merged 8 commits into from
Aug 30, 2019

Commits on Aug 29, 2019

  1. equeue: add user allocated event support

    Allow posting events allocated outside queue memory
    maciejbocianski committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    66da694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b336f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e5cd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. UserAllocatedEvent implementation

    UserAllocatedEvent provides mechanism for event posting and dispatching without
    utilization of queue internal memory. UserAllocatedEvent embeds all underlying
    event data and doesn't require any memory allocation while posting and dispatching.
    All of these makes it cannot fail due to memory exhaustion while posting.
    maciejbocianski committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    19e33ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6440aea View commit details
    Browse the repository at this point in the history
  3. queue test: add counter overflow protect

    without this fix test_equeue_break_no_windup was failing on IAR
    maciejbocianski committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b45d6d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c3889d View commit details
    Browse the repository at this point in the history
  5. fix astyle

    maciejbocianski committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b637da3 View commit details
    Browse the repository at this point in the history