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

patch to compile on Linux with gcc 9.2 and relative to some warnings coming from valgrind

Hello. Are your wrappers and your Linux port compatible with FreeRTOS 10.2.1 or we must use them with 10.0.0 version?

Hello, I'm trying to add these addons to [platformio](https://platformio.org,) which is a embedded cli for building and dependency management. I already forked this project and tried integrating it, but I...

Hi, many thanks for the great work! Any chance to get the simulation work under MacOS? regards spachner

Called at this point, this returns the ID of `hSigSetupThread` which is different from the MainThreadID. https://github.com/michaelbecker/freertos-addons/blob/8f408a2f37e0322439d9a058b0f8c96bb0db65ab/Linux/portable/GCC/Linux/port.c#L417 Breaks `vTaskSchedulerEnd()` as the actual main thread is never woken.

Hi! It's me again with problems with `valgrind`. When I run an application under `valgrind` the application hands on the first `xTaskCreate`. I debugged the port code and noticed that...

I had a look at the source code and I think this is a great wrapper, thanks for writing and sharing it! I'd like to utilise it on a modified...

Could you make a quick hands-on example to start with RTOS Linux port simulator on Eclipse cdt ?

enhancement

Hi, I've added some functions to your port to get it to compile on Darwin (OSX) systems. Mainly this just involved creating a few functions you get in Linux and...