-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
For experimental purposes, it could be useful to be able to build FreeRTOS-Kernel with bionic libc Android library.
Describe the solution you'd like
Adapt FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix port to bionic libc. Few pthread functions are missing in bionic library:
- pthread_mutexattr_setrobust
- pthread_once
- pthread_testcancel
- pthread_cancel
Describe alternatives you've considered
No alternatives, just testing.
How many devices will this feature impact?
Zero at the moment.
What are your project timelines?
No timeline, just R&D.
If you have the same (or similar) feature request, please upvote this issue with thumbs up 👍
and use the comments section to provide answers to the questions above.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request