mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Update to V4.7.2.
This commit is contained in:
parent
12e207f913
commit
3e94695fb4
479 changed files with 527 additions and 528 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -56,10 +56,10 @@
|
|||
#define portEXL_BIT ( 0x00000002 )
|
||||
#define portIPL_SHIFT ( 10 )
|
||||
#define portALL_IPL_BITS ( 0x1f << portIPL_SHIFT )
|
||||
|
||||
|
||||
/* The EXL bit is set to ensure interrupts do not occur while the context of
|
||||
the first task is being restored. */
|
||||
#define portINITIAL_SR ( portIE_BIT | portEXL_BIT )
|
||||
#define portINITIAL_SR ( portIE_BIT | portEXL_BIT )
|
||||
|
||||
/* Records the nesting depth of calls to portENTER_CRITICAL(). */
|
||||
unsigned portBASE_TYPE uxCriticalNesting = 0x55555555;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -83,8 +83,8 @@ vT1InterruptHandler:
|
|||
#endif /* configUSE_PREEMPTION */
|
||||
|
||||
/* Clear timer 0 interrupt. */
|
||||
la s1, IFS0CLR
|
||||
addiu s0,zero,_IFS0_T1IF_MASK
|
||||
la s1, IFS0CLR
|
||||
addiu s0,zero,_IFS0_T1IF_MASK
|
||||
sw s0, 0(s1)
|
||||
|
||||
portRESTORE_CONTEXT
|
||||
|
@ -137,7 +137,7 @@ _general_exception_context:
|
|||
di
|
||||
lw a1, portSTATUS_STACK_LOCATION(s5)
|
||||
lw a0, portCAUSE_STACK_LOCATION(s5)
|
||||
jal vApplicationGeneralExceptionHandler
|
||||
jal vApplicationGeneralExceptionHandler
|
||||
nop
|
||||
ei
|
||||
beq zero, zero, FinishExceptionHandler
|
||||
|
@ -160,4 +160,4 @@ FinishExceptionHandler:
|
|||
.end _general_exception_context
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.7.1 - Copyright (C) 2003-2008 Richard Barry.
|
||||
FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue