mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -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. |
||
---|---|---|
.. | ||
ParTest | ||
serial | ||
STM32F10xFWLib | ||
FreeRTOSConfig.h | ||
LCD_Message.h | ||
main.c | ||
RTOSDemo.ewd | ||
RTOSDemo.ewp | ||
RTOSDemo.eww | ||
spi_flash.c | ||
stm32f10x_conf.h | ||
STM32F10x_FLASH.icf | ||
stm32f10x_it.c | ||
stm32f10x_vector.c | ||
timertest.c |