Skip to content

Commit a030d0a

Browse files
authored
fix typo (#399)
1 parent 1fb4e84 commit a030d0a

File tree

20 files changed

+19
-21
lines changed

20 files changed

+19
-21
lines changed

.github/lexicon.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ configureit
312312
configuse
313313
configxt
314314
configyield
315-
conifgassert
316-
conifgsupport
317315
const
318316
coproc
319317
coprocessor

portable/CCS/ARM_CM3/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ BaseType_t xPortStartScheduler( void )
273273
* value. */
274274
*pucFirstUserPriorityRegister = ulOriginalPriority;
275275
}
276-
#endif /* conifgASSERT_DEFINED */
276+
#endif /* configASSERT_DEFINED */
277277

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

portable/CCS/ARM_CM4F/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
292292
* value. */
293293
*pucFirstUserPriorityRegister = ulOriginalPriority;
294294
}
295-
#endif /* conifgASSERT_DEFINED */
295+
#endif /* configASSERT_DEFINED */
296296

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

portable/GCC/ARM_CA53_64_BIT/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ uint32_t ulAPSR;
302302
value. */
303303
*pucFirstUserPriorityRegister = ulOriginalPriority;
304304
}
305-
#endif /* conifgASSERT_DEFINED */
305+
#endif /* configASSERT_DEFINED */
306306

307307

308308
/* At the time of writing, the BSP only supports EL3. */

portable/GCC/ARM_CA9/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ uint32_t ulAPSR;
358358
value. */
359359
*pucFirstUserPriorityRegister = ulOriginalPriority;
360360
}
361-
#endif /* conifgASSERT_DEFINED */
361+
#endif /* configASSERT_DEFINED */
362362

363363

364364
/* Only continue if the CPU is not in User mode. The CPU must be in a

portable/GCC/ARM_CM3/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ BaseType_t xPortStartScheduler( void )
327327
* value. */
328328
*pucFirstUserPriorityRegister = ulOriginalPriority;
329329
}
330-
#endif /* conifgASSERT_DEFINED */
330+
#endif /* configASSERT_DEFINED */
331331

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

portable/GCC/ARM_CM3_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ BaseType_t xPortStartScheduler( void )
435435
* value. */
436436
*pucFirstUserPriorityRegister = ulOriginalPriority;
437437
}
438-
#endif /* conifgASSERT_DEFINED */
438+
#endif /* configASSERT_DEFINED */
439439

440440
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
441441
* handler higher priority so it can be used to exit a critical section (where

portable/GCC/ARM_CM4F/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ BaseType_t xPortStartScheduler( void )
363363
* value. */
364364
*pucFirstUserPriorityRegister = ulOriginalPriority;
365365
}
366-
#endif /* conifgASSERT_DEFINED */
366+
#endif /* configASSERT_DEFINED */
367367

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

portable/GCC/ARM_CM4_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ BaseType_t xPortStartScheduler( void )
460460
* value. */
461461
*pucFirstUserPriorityRegister = ulOriginalPriority;
462462
}
463-
#endif /* conifgASSERT_DEFINED */
463+
#endif /* configASSERT_DEFINED */
464464

465465
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
466466
* handler higher priority so it can be used to exit a critical section (where

portable/GCC/ARM_CM7/r0p1/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ BaseType_t xPortStartScheduler( void )
351351
* value. */
352352
*pucFirstUserPriorityRegister = ulOriginalPriority;
353353
}
354-
#endif /* conifgASSERT_DEFINED */
354+
#endif /* configASSERT_DEFINED */
355355

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

portable/GCC/ARM_CR5/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ BaseType_t xPortStartScheduler( void )
328328
* value. */
329329
*pucFirstUserPriorityRegister = ulOriginalPriority;
330330
}
331-
#endif /* conifgASSERT_DEFINED */
331+
#endif /* configASSERT_DEFINED */
332332

333333
/* Only continue if the CPU is not in User mode. The CPU must be in a
334334
* Privileged mode for the scheduler to start. */

portable/IAR/ARM_CM3/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ BaseType_t xPortStartScheduler( void )
276276
* value. */
277277
*pucFirstUserPriorityRegister = ulOriginalPriority;
278278
}
279-
#endif /* conifgASSERT_DEFINED */
279+
#endif /* configASSERT_DEFINED */
280280

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

portable/IAR/ARM_CM4F/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ BaseType_t xPortStartScheduler( void )
307307
* value. */
308308
*pucFirstUserPriorityRegister = ulOriginalPriority;
309309
}
310-
#endif /* conifgASSERT_DEFINED */
310+
#endif /* configASSERT_DEFINED */
311311

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

portable/IAR/ARM_CM4F_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ BaseType_t xPortStartScheduler( void )
407407
* value. */
408408
*pucFirstUserPriorityRegister = ulOriginalPriority;
409409
}
410-
#endif /* conifgASSERT_DEFINED */
410+
#endif /* configASSERT_DEFINED */
411411

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

portable/IAR/ARM_CM7/r0p1/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ BaseType_t xPortStartScheduler( void )
295295
* value. */
296296
*pucFirstUserPriorityRegister = ulOriginalPriority;
297297
}
298-
#endif /* conifgASSERT_DEFINED */
298+
#endif /* configASSERT_DEFINED */
299299

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

portable/MikroC/ARM_CM4F/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ BaseType_t xPortStartScheduler( void )
362362
* value. */
363363
*pucFirstUserPriorityRegister = ulOriginalPriority;
364364
}
365-
#endif /* conifgASSERT_DEFINED */
365+
#endif /* configASSERT_DEFINED */
366366

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

portable/RVDS/ARM_CM3/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ BaseType_t xPortStartScheduler( void )
326326
* value. */
327327
*pucFirstUserPriorityRegister = ulOriginalPriority;
328328
}
329-
#endif /* conifgASSERT_DEFINED */
329+
#endif /* configASSERT_DEFINED */
330330

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

portable/RVDS/ARM_CM4F/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ BaseType_t xPortStartScheduler( void )
388388
* value. */
389389
*pucFirstUserPriorityRegister = ulOriginalPriority;
390390
}
391-
#endif /* conifgASSERT_DEFINED */
391+
#endif /* configASSERT_DEFINED */
392392

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

portable/RVDS/ARM_CM4_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ BaseType_t xPortStartScheduler( void )
451451
* value. */
452452
*pucFirstUserPriorityRegister = ulOriginalPriority;
453453
}
454-
#endif /* conifgASSERT_DEFINED */
454+
#endif /* configASSERT_DEFINED */
455455

456456
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
457457
* handler higher priority so it can be used to exit a critical section (where

portable/RVDS/ARM_CM7/r0p1/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ BaseType_t xPortStartScheduler( void )
372372
* value. */
373373
*pucFirstUserPriorityRegister = ulOriginalPriority;
374374
}
375-
#endif /* conifgASSERT_DEFINED */
375+
#endif /* configASSERT_DEFINED */
376376

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

0 commit comments

Comments
 (0)