-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Work In Progress] Adding the xPortIsInsideInterrupt to the PIC32MZ port #1300
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
base: main
Are you sure you want to change the base?
Conversation
portable/MPLAB/PIC32MZ/port.c
Outdated
|
|
||
| /*-----------------------------------------------------------*/ | ||
|
|
||
| __attribute__((always_inline)) static BaseType_t xPortIsInsideInterrupt( void ) |
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.
error: static declaration of 'xPortIsInsideInterrupt' follows non-static declaration
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.
This should be fixed now. I'm not sure if this should have been static in the first place.
712d253 to
4028311
Compare
c6dcf1f to
1143e6c
Compare
|
|
I'll move this back to draft until @KammutierSpule can confirm the function works with their setup. |
xTaskDelayUntil is more featured and should be preferred by new users. This change was inspired by https://forums.freertos.org/t/include-xtaskdelayuntil-vs-include-vtaskdelayuntil/24656.
1143e6c to
3bfd03b
Compare
|



Description
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.