mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05: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.
|
||
|---|---|---|
| .. | ||
| 78K0R | ||
| ARM_CA5_No_GIC | ||
| ARM_CA9 | ||
| ARM_CM0 | ||
| ARM_CM3 | ||
| ARM_CM4F | ||
| ARM_CM7 | ||
| ARM_CRx_No_GIC | ||
| ATMega323 | ||
| AtmelSAM7S64 | ||
| AtmelSAM9XE | ||
| AVR32_UC3 | ||
| LPC2000 | ||
| MSP430 | ||
| MSP430X | ||
| RL78 | ||
| RX100 | ||
| RX600 | ||
| RXv2 | ||
| STR71x | ||
| STR75x | ||
| STR91x | ||
| V850ES | ||