diff --git a/.github/lexicon.txt b/.github/lexicon.txt index 480ac6558..d92034874 100644 --- a/.github/lexicon.txt +++ b/.github/lexicon.txt @@ -312,8 +312,6 @@ configureit configuse configxt configyield -conifgassert -conifgsupport const coproc coprocessor diff --git a/portable/CCS/ARM_CM3/port.c b/portable/CCS/ARM_CM3/port.c index d99e0a220..35c832b64 100644 --- a/portable/CCS/ARM_CM3/port.c +++ b/portable/CCS/ARM_CM3/port.c @@ -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; diff --git a/portable/CCS/ARM_CM4F/port.c b/portable/CCS/ARM_CM4F/port.c index 7bdf3cb31..c5036606b 100644 --- a/portable/CCS/ARM_CM4F/port.c +++ b/portable/CCS/ARM_CM4F/port.c @@ -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; diff --git a/portable/GCC/ARM_CA53_64_BIT/port.c b/portable/GCC/ARM_CA53_64_BIT/port.c index b8722e332..cdeb698c9 100644 --- a/portable/GCC/ARM_CA53_64_BIT/port.c +++ b/portable/GCC/ARM_CA53_64_BIT/port.c @@ -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. */ diff --git a/portable/GCC/ARM_CA9/port.c b/portable/GCC/ARM_CA9/port.c index a7bafb355..78c8aea74 100644 --- a/portable/GCC/ARM_CA9/port.c +++ b/portable/GCC/ARM_CA9/port.c @@ -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 diff --git a/portable/GCC/ARM_CM3/port.c b/portable/GCC/ARM_CM3/port.c index 9010728b8..ac882e926 100644 --- a/portable/GCC/ARM_CM3/port.c +++ b/portable/GCC/ARM_CM3/port.c @@ -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; diff --git a/portable/GCC/ARM_CM3_MPU/port.c b/portable/GCC/ARM_CM3_MPU/port.c index b918f7632..934644be2 100644 --- a/portable/GCC/ARM_CM3_MPU/port.c +++ b/portable/GCC/ARM_CM3_MPU/port.c @@ -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 diff --git a/portable/GCC/ARM_CM4F/port.c b/portable/GCC/ARM_CM4F/port.c index f0bff1520..ae05a3276 100644 --- a/portable/GCC/ARM_CM4F/port.c +++ b/portable/GCC/ARM_CM4F/port.c @@ -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; diff --git a/portable/GCC/ARM_CM4_MPU/port.c b/portable/GCC/ARM_CM4_MPU/port.c index 1924e90be..742b63cfd 100644 --- a/portable/GCC/ARM_CM4_MPU/port.c +++ b/portable/GCC/ARM_CM4_MPU/port.c @@ -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 diff --git a/portable/GCC/ARM_CM7/r0p1/port.c b/portable/GCC/ARM_CM7/r0p1/port.c index 13588bcb1..df36423a3 100644 --- a/portable/GCC/ARM_CM7/r0p1/port.c +++ b/portable/GCC/ARM_CM7/r0p1/port.c @@ -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; diff --git a/portable/GCC/ARM_CR5/port.c b/portable/GCC/ARM_CR5/port.c index b56e30a70..2f7bede0a 100644 --- a/portable/GCC/ARM_CR5/port.c +++ b/portable/GCC/ARM_CR5/port.c @@ -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. */ diff --git a/portable/IAR/ARM_CM3/port.c b/portable/IAR/ARM_CM3/port.c index 5474c8c9d..92b211c1b 100644 --- a/portable/IAR/ARM_CM3/port.c +++ b/portable/IAR/ARM_CM3/port.c @@ -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; diff --git a/portable/IAR/ARM_CM4F/port.c b/portable/IAR/ARM_CM4F/port.c index 6b291e22b..a870d273b 100644 --- a/portable/IAR/ARM_CM4F/port.c +++ b/portable/IAR/ARM_CM4F/port.c @@ -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; diff --git a/portable/IAR/ARM_CM4F_MPU/port.c b/portable/IAR/ARM_CM4F_MPU/port.c index 2ac2f33dc..df7b3aef8 100644 --- a/portable/IAR/ARM_CM4F_MPU/port.c +++ b/portable/IAR/ARM_CM4F_MPU/port.c @@ -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; diff --git a/portable/IAR/ARM_CM7/r0p1/port.c b/portable/IAR/ARM_CM7/r0p1/port.c index ad115285b..93ab626e5 100644 --- a/portable/IAR/ARM_CM7/r0p1/port.c +++ b/portable/IAR/ARM_CM7/r0p1/port.c @@ -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; diff --git a/portable/MikroC/ARM_CM4F/port.c b/portable/MikroC/ARM_CM4F/port.c index dd700f6eb..028140572 100644 --- a/portable/MikroC/ARM_CM4F/port.c +++ b/portable/MikroC/ARM_CM4F/port.c @@ -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; diff --git a/portable/RVDS/ARM_CM3/port.c b/portable/RVDS/ARM_CM3/port.c index 6bbf36277..6b5efb27e 100644 --- a/portable/RVDS/ARM_CM3/port.c +++ b/portable/RVDS/ARM_CM3/port.c @@ -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; diff --git a/portable/RVDS/ARM_CM4F/port.c b/portable/RVDS/ARM_CM4F/port.c index cc50844cc..443ec3e27 100644 --- a/portable/RVDS/ARM_CM4F/port.c +++ b/portable/RVDS/ARM_CM4F/port.c @@ -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; diff --git a/portable/RVDS/ARM_CM4_MPU/port.c b/portable/RVDS/ARM_CM4_MPU/port.c index 5fa4e5e2d..da0279613 100644 --- a/portable/RVDS/ARM_CM4_MPU/port.c +++ b/portable/RVDS/ARM_CM4_MPU/port.c @@ -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 diff --git a/portable/RVDS/ARM_CM7/r0p1/port.c b/portable/RVDS/ARM_CM7/r0p1/port.c index 870e42728..910214c1f 100644 --- a/portable/RVDS/ARM_CM7/r0p1/port.c +++ b/portable/RVDS/ARM_CM7/r0p1/port.c @@ -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;