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

feat(hardware-test): automated hw test for freertos queue #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HerrCooker
Copy link
Contributor

Checks:

  • creation of FreeRTOS queue
  • basic message exchange
  • changing message dynamically before pushing to queue
  • overflow of queue

Checks:
- creation of FreeRTOS queue
- basic message exchange
- changing message dynamically before pushing to queue
- overflow of queue
@HerrCooker HerrCooker linked an issue Feb 13, 2025 that may be closed by this pull request
4 tasks
@HerrCooker HerrCooker removed a link to an issue Feb 13, 2025
4 tasks
@HerrCooker HerrCooker linked an issue Feb 13, 2025 that may be closed by this pull request
4 tasks
@HerrCooker HerrCooker self-assigned this Feb 13, 2025
Comment on lines +48 to +49
// tests if message content is dynamically changed before pushing to queue
void testDynamicMessageReplacement(void) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest removing the comment and calling the fn smth like
testMessageContentDynamicallyChangedBeforeEnqueueing.

Same goes for the other fns here that feature similar comments.

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.

Queues
2 participants