FreeRTOS-GCC-ARM926ejs icon indicating copy to clipboard operation
FreeRTOS-GCC-ARM926ejs copied to clipboard

A port of FreeRTOS to the ARM 929EJ-S Versatile Platform Baseboard

Results 5 FreeRTOS-GCC-ARM926ejs issues
Sort by recently updated
recently updated
newest added

Hello, I made some modifications to the Makefile of your project and thought it could be useful to share. It avoids redundancy and add modularity for the compiling rules.

I tried to get the runtime information, but I don't know what to do. I have already #define configGENERATE_RUN_TIME_STATS==1 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() ( ulHighFrequencyTimerTicks = 0UL ) #define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTimerTicks But...

Hi, I am wondering do you have any experience on working with Tracealyze for FreeRTOS? Thanks! Best, Sara

I have done a few changes to your FreeRTOS/qemu example. Maybe you want to merge in some of these into your repository. FreeRTOS update is by Hao Lingjie. Thanks a...

Hello, I suggest the following PR in order to use the official FreeRTOS source code as a git submodule rather than a partial copy of the source code in the...