mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 23:42:10 -04:00
+ Add configASSERT() into ARM Cortex-M ports to check the number of priority bit settings. + Clear the 'control' register before starting ARM Cortex-M4F ports in case the FPU is used before the scheduler is started. This just saves a few bytes on the main stack as it prevents space being left for a later save of FPU registers. + Added xSemaphoreGetMutexHolderFromISR(). + Corrected use of portNVIC_PENDSVSET to portNVIC_PENDSVSET_BIT in MPU ports. |
||
---|---|---|
.. | ||
.settings | ||
MicroSemi_Code | ||
WebServer | ||
.cproject | ||
.project | ||
CreateProjectDirectoryStructure.bat | ||
FreeRTOSConfig.h | ||
main-blinky.c | ||
main-full.c | ||
ParTest.c | ||
printf-stdarg.c | ||
uIP_Task.c |