Skip to content

Conversation

@gzzi
Copy link

@gzzi gzzi commented Jun 21, 2018

Hi,

We found a issue using EmbeddedRPC on FreeRTOS. When we try to get a semaphore with kwaitForever, the time given to xSemaphoreTake wasn't portMAX_DELAY but something smaller (about 1h in our case).

We also handle the case of timeout >0 but < 1000*portTICK_PERIOD_MS to round up to 1. Which will trig then scheduler instead of returning fail.

The return value is now assigned.

Regards

@Hadatko
Copy link
Member

Hadatko commented Feb 25, 2022

Archived repository Closing

@Hadatko Hadatko closed this Feb 25, 2022
@EmbeddedRPC EmbeddedRPC locked and limited conversation to collaborators Feb 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants