File tree 20 files changed +19
-21
lines changed
20 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -312,8 +312,6 @@ configureit
312
312
configuse
313
313
configxt
314
314
configyield
315
- conifgassert
316
- conifgsupport
317
315
const
318
316
coproc
319
317
coprocessor
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ BaseType_t xPortStartScheduler( void )
273
273
* value. */
274
274
* pucFirstUserPriorityRegister = ulOriginalPriority ;
275
275
}
276
- #endif /* conifgASSERT_DEFINED */
276
+ #endif /* configASSERT_DEFINED */
277
277
278
278
/* Make PendSV and SysTick the lowest priority interrupts. */
279
279
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ BaseType_t xPortStartScheduler( void )
292
292
* value. */
293
293
* pucFirstUserPriorityRegister = ulOriginalPriority ;
294
294
}
295
- #endif /* conifgASSERT_DEFINED */
295
+ #endif /* configASSERT_DEFINED */
296
296
297
297
/* Make PendSV and SysTick the lowest priority interrupts. */
298
298
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ uint32_t ulAPSR;
302
302
value. */
303
303
* pucFirstUserPriorityRegister = ulOriginalPriority ;
304
304
}
305
- #endif /* conifgASSERT_DEFINED */
305
+ #endif /* configASSERT_DEFINED */
306
306
307
307
308
308
/* At the time of writing, the BSP only supports EL3. */
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ uint32_t ulAPSR;
358
358
value. */
359
359
* pucFirstUserPriorityRegister = ulOriginalPriority ;
360
360
}
361
- #endif /* conifgASSERT_DEFINED */
361
+ #endif /* configASSERT_DEFINED */
362
362
363
363
364
364
/* Only continue if the CPU is not in User mode. The CPU must be in a
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ BaseType_t xPortStartScheduler( void )
327
327
* value. */
328
328
* pucFirstUserPriorityRegister = ulOriginalPriority ;
329
329
}
330
- #endif /* conifgASSERT_DEFINED */
330
+ #endif /* configASSERT_DEFINED */
331
331
332
332
/* Make PendSV and SysTick the lowest priority interrupts. */
333
333
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ BaseType_t xPortStartScheduler( void )
435
435
* value. */
436
436
* pucFirstUserPriorityRegister = ulOriginalPriority ;
437
437
}
438
- #endif /* conifgASSERT_DEFINED */
438
+ #endif /* configASSERT_DEFINED */
439
439
440
440
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
441
441
* handler higher priority so it can be used to exit a critical section (where
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ BaseType_t xPortStartScheduler( void )
363
363
* value. */
364
364
* pucFirstUserPriorityRegister = ulOriginalPriority ;
365
365
}
366
- #endif /* conifgASSERT_DEFINED */
366
+ #endif /* configASSERT_DEFINED */
367
367
368
368
/* Make PendSV and SysTick the lowest priority interrupts. */
369
369
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ BaseType_t xPortStartScheduler( void )
460
460
* value. */
461
461
* pucFirstUserPriorityRegister = ulOriginalPriority ;
462
462
}
463
- #endif /* conifgASSERT_DEFINED */
463
+ #endif /* configASSERT_DEFINED */
464
464
465
465
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
466
466
* handler higher priority so it can be used to exit a critical section (where
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ BaseType_t xPortStartScheduler( void )
351
351
* value. */
352
352
* pucFirstUserPriorityRegister = ulOriginalPriority ;
353
353
}
354
- #endif /* conifgASSERT_DEFINED */
354
+ #endif /* configASSERT_DEFINED */
355
355
356
356
/* Make PendSV and SysTick the lowest priority interrupts. */
357
357
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ BaseType_t xPortStartScheduler( void )
328
328
* value. */
329
329
* pucFirstUserPriorityRegister = ulOriginalPriority ;
330
330
}
331
- #endif /* conifgASSERT_DEFINED */
331
+ #endif /* configASSERT_DEFINED */
332
332
333
333
/* Only continue if the CPU is not in User mode. The CPU must be in a
334
334
* Privileged mode for the scheduler to start. */
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ BaseType_t xPortStartScheduler( void )
276
276
* value. */
277
277
* pucFirstUserPriorityRegister = ulOriginalPriority ;
278
278
}
279
- #endif /* conifgASSERT_DEFINED */
279
+ #endif /* configASSERT_DEFINED */
280
280
281
281
/* Make PendSV and SysTick the lowest priority interrupts. */
282
282
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ BaseType_t xPortStartScheduler( void )
307
307
* value. */
308
308
* pucFirstUserPriorityRegister = ulOriginalPriority ;
309
309
}
310
- #endif /* conifgASSERT_DEFINED */
310
+ #endif /* configASSERT_DEFINED */
311
311
312
312
/* Make PendSV and SysTick the lowest priority interrupts. */
313
313
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ BaseType_t xPortStartScheduler( void )
407
407
* value. */
408
408
* pucFirstUserPriorityRegister = ulOriginalPriority ;
409
409
}
410
- #endif /* conifgASSERT_DEFINED */
410
+ #endif /* configASSERT_DEFINED */
411
411
412
412
/* Make PendSV and SysTick the lowest priority interrupts. */
413
413
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ BaseType_t xPortStartScheduler( void )
295
295
* value. */
296
296
* pucFirstUserPriorityRegister = ulOriginalPriority ;
297
297
}
298
- #endif /* conifgASSERT_DEFINED */
298
+ #endif /* configASSERT_DEFINED */
299
299
300
300
/* Make PendSV and SysTick the lowest priority interrupts. */
301
301
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ BaseType_t xPortStartScheduler( void )
362
362
* value. */
363
363
* pucFirstUserPriorityRegister = ulOriginalPriority ;
364
364
}
365
- #endif /* conifgASSERT_DEFINED */
365
+ #endif /* configASSERT_DEFINED */
366
366
367
367
/* Make PendSV and SysTick the lowest priority interrupts. */
368
368
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ BaseType_t xPortStartScheduler( void )
326
326
* value. */
327
327
* pucFirstUserPriorityRegister = ulOriginalPriority ;
328
328
}
329
- #endif /* conifgASSERT_DEFINED */
329
+ #endif /* configASSERT_DEFINED */
330
330
331
331
/* Make PendSV and SysTick the lowest priority interrupts. */
332
332
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ BaseType_t xPortStartScheduler( void )
388
388
* value. */
389
389
* pucFirstUserPriorityRegister = ulOriginalPriority ;
390
390
}
391
- #endif /* conifgASSERT_DEFINED */
391
+ #endif /* configASSERT_DEFINED */
392
392
393
393
/* Make PendSV and SysTick the lowest priority interrupts. */
394
394
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ BaseType_t xPortStartScheduler( void )
451
451
* value. */
452
452
* pucFirstUserPriorityRegister = ulOriginalPriority ;
453
453
}
454
- #endif /* conifgASSERT_DEFINED */
454
+ #endif /* configASSERT_DEFINED */
455
455
456
456
/* Make PendSV and SysTick the same priority as the kernel, and the SVC
457
457
* handler higher priority so it can be used to exit a critical section (where
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ BaseType_t xPortStartScheduler( void )
372
372
* value. */
373
373
* pucFirstUserPriorityRegister = ulOriginalPriority ;
374
374
}
375
- #endif /* conifgASSERT_DEFINED */
375
+ #endif /* configASSERT_DEFINED */
376
376
377
377
/* Make PendSV and SysTick the lowest priority interrupts. */
378
378
portNVIC_SHPR3_REG |= portNVIC_PENDSV_PRI ;
You can’t perform that action at this time.
0 commit comments