Skip to content

fix typo #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/lexicon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ configureit
configuse
configxt
configyield
conifgassert
conifgsupport
const
coproc
coprocessor
Expand Down
2 changes: 1 addition & 1 deletion portable/CCS/ARM_CM3/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/CCS/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CA53_64_BIT/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ uint32_t ulAPSR;
value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */


/* At the time of writing, the BSP only supports EL3. */
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CA9/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ uint32_t ulAPSR;
value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */


/* Only continue if the CPU is not in User mode. The CPU must be in a
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM3/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM3_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the same priority as the kernel, and the SVC
* handler higher priority so it can be used to exit a critical section (where
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM4_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the same priority as the kernel, and the SVC
* handler higher priority so it can be used to exit a critical section (where
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CM7/r0p1/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/GCC/ARM_CR5/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Only continue if the CPU is not in User mode. The CPU must be in a
* Privileged mode for the scheduler to start. */
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM3/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM4F_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/IAR/ARM_CM7/r0p1/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/MikroC/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/RVDS/ARM_CM3/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/RVDS/ARM_CM4F/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down
2 changes: 1 addition & 1 deletion portable/RVDS/ARM_CM4_MPU/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the same priority as the kernel, and the SVC
* handler higher priority so it can be used to exit a critical section (where
Expand Down
2 changes: 1 addition & 1 deletion portable/RVDS/ARM_CM7/r0p1/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ BaseType_t xPortStartScheduler( void )
* value. */
*pucFirstUserPriorityRegister = ulOriginalPriority;
}
#endif /* conifgASSERT_DEFINED */
#endif /* configASSERT_DEFINED */

/* Make PendSV and SysTick the lowest priority interrupts. */
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI;
Expand Down