Michael Becker
Michael Becker
I wrote the C++ Wrapper to sit only on supported FreeRTOS API calls, so it _should_ work for you on this modified kernel, especially if it compiled successfully. You do...
The demos are targeted to the Linux port that I updated, so I can use more advanced tools like gdb and valgrind to verify that the code works and debug...
There was an extensive conversation regarding vTaskEndScheduler() a while back. The summary is that this is a limitation of FreeRTOS itself. FreeRTOS _never_ really expects that vTaskEndScheduler() will actually be...
I've never had valgrind hang for me. It takes _forever_ to start up and execution is much slower, but no hangs. Could you post an example that demonstrates the problem?
Hi, what exactly are you having trouble with? On Fri, Oct 11, 2019 at 3:34 AM jtsdana wrote: > Hello, I'm trying to add these addons to platformio, which is...
Closing as not a FreeRTOS add-on issue.
Closing as the ESP-IDF multicore port is not an officially supported FreeRTOS port.
I've just finished moving the Demos to the head of of the FreeRTOS-Kernel tree. So as of today they should still work with version v10.5.1 and below.
Have you tried the newer supported POSIX port contained within the FreeRTOS sources? I'm going to close this because adding a MacOS port should be an enhancement under FreeRTOS itself,...
Closing because this is not a FreeRTOS add-on issue. This is a known issue with FreeRTOS itself.