-
Notifications
You must be signed in to change notification settings - Fork 5
macros:feature task and queue interfaces #59
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
Conversation
7216f35
to
c676a79
Compare
a2d499b
to
6f63c72
Compare
Most suggestions applied, please rereview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would pass a reference to the whole unit to each entry point of the tasks,
since it should contain all configurable options
how about we rename the |
6f63c72
to
35bd03c
Compare
Applied as requested
|
35bd03c
to
d063fe2
Compare
d063fe2
to
3de9d36
Compare
Related Issues & PRs
Description
Context
From #58 : The declaration and definition of a modules data structures should be made easier through the use of macros. Structures, relying on FreeRTOS, often require extensive use of many types like tasks and queues which in turn depend on stacks and buffers.
Testing
none
Documentation
none