freertos-addons icon indicating copy to clipboard operation
freertos-addons copied to clipboard

Additions to FreeRTOS

Results 27 freertos-addons issues
Sort by recently updated
recently updated
newest added

Hi, Thats actually might be not an issue. I want to ask why there is `malloc` instead of `pvPortMalloc`? I found it here: https://github.com/michaelbecker/freertos-addons/blob/e497a1625a30e42935149a4b4b52c60545aaf598/c/Source/read_write_lock.c#L202 regards Kamil

Hello, I have added your posix port to my codebase because I wanted to do some TDD using GoogleTest. The first test runs just fine: at the end of the...

i am low level to use freertos, so i can not do this job. but i think this is very good function

enhancement

Michael, Thanks for the continued support of your POSIX/Linux port of FreeRTOS. I was browsing the new source for FreeRTOS v10.4.4 and realized a NEW "official" Third-Party Posix port is...

Hello, I'm new to FreeRTOS so I apologize in advance if this is a silly question. Are there any plans to support statically allocated memory features (i.e. xTaskCreateStatic) for the...

enhancement

Define `portYIELD_FROM_ISR` in the Linux port. This function is used in numerous FreeRTOS examples, e.g. https://www.freertos.org/vTaskNotifyGiveFromISR.html.

This allows the scheduler to be stopped and restarted again afterwards.

Hello Michael, I hope I find you and your well. I'm teaching Embedded Systems at university [UAB](https://www.uab.cat/) in Barcelona, Catalonia. Due to the lockdown because of the COVID-19, I've force...

I would like to have this wrapper available for Arduino platform. It would be very interesting to have Arduino + FreeRTOS + freertos-addons. We already have Arduino + FreeRTOS and...

enhancement