-
Notifications
You must be signed in to change notification settings - Fork 433
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
Can you please export following defines/macros? #554
Comments
@rojer Can you please help with exporting these defines? |
I made a pull request, can you please merge it? |
Harvie
added a commit
to Harvie/freertos
that referenced
this issue
Nov 4, 2020
rojer
pushed a commit
to mongoose-os-libs/freertos
that referenced
this issue
Nov 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i have developed module which adds multithreaded event loop functionality to mgos ( see #537 ). And it seems to work great!
But i had to copypaste following mongoose defines from .c files, because they cannot be included in the form of header files. Can you please export following defines in some header file, so i can include it directly rather than copypasting to my module?
(YIELD_FROM_ISR is not really critical i guess... as i can just call portYIELD_FROM_ISR() directly in my module)
Thanks!
The text was updated successfully, but these errors were encountered: