mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 05:58:36 -04:00
Completely re-generate the Zynq 7000 demo using the 2016.1 SDK tools.
Introduce configUSE_TASK_FPU_SUPPORT into the GCC Cortex-A9 port to allow tasks to have an FPU context by default. Add MikroC Cortex-M4F port.
This commit is contained in:
parent
2ec97696db
commit
0721cf102a
323 changed files with 258970 additions and 18 deletions
|
@ -268,7 +268,6 @@ BaseType_t xReturn = pdFAIL;
|
|||
|
||||
if( xTimerQueue != NULL )
|
||||
{
|
||||
|
||||
#if( configSUPPORT_STATIC_ALLOCATION == 1 )
|
||||
{
|
||||
StaticTask_t *pxTimerTaskTCBBuffer = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue