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

RTOS Driver Timeouts #35

Open
xmos-jmccarthy opened this issue Jun 17, 2022 · 0 comments
Open

RTOS Driver Timeouts #35

xmos-jmccarthy opened this issue Jun 17, 2022 · 0 comments
Labels
size:S small type:enhancement New feature or request

Comments

@xmos-jmccarthy
Copy link
Contributor

Thank you for submitting an SDK feature request. Please provide as much information you can.

Describe the feature
Many RTOS drivers contain peripheral access calls with an optional tick timeout. Right now most of these calls have an unsigned as the type for the timeout variable. This should be updated to the rtos_osal_tick_t type instead.

Will this change any current APIs? How?
Many function APIs will have a type change. It should not impact current usage though, as FreeRTOS is the only supported RTOS.

Who will benefit with this feature?
Anyone who tries to port a different RTOS, and wants to use the osal compliant drivers.

@xmos-jmccarthy xmos-jmccarthy added the type:enhancement New feature or request label Jun 17, 2022
@xmos-jmccarthy xmos-jmccarthy added the size:S small label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S small type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants