File tree Expand file tree Collapse file tree 33 files changed +33
-33
lines changed Expand file tree Collapse file tree 33 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1265,7 +1265,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1265
1265
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1266
1266
{
1267
1267
/* An application can install FreeRTOS interrupt handlers in one of the
1268
- * folllowing ways:
1268
+ * following ways:
1269
1269
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1270
1270
* for SVCall and PendSV interrupts respectively.
1271
1271
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ static void prvPortStartFirstTask( void )
269
269
BaseType_t xPortStartScheduler ( void )
270
270
{
271
271
/* An application can install FreeRTOS interrupt handlers in one of the
272
- * folllowing ways:
272
+ * following ways:
273
273
* 1. Direct Routing - Install the functions vPortSVCHandler and
274
274
* xPortPendSVHandler for SVCall and PendSV interrupts respectively.
275
275
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
1621
1621
BaseType_t xPortStartScheduler ( void ) /* PRIVILEGED_FUNCTION */
1622
1622
{
1623
1623
/* An application can install FreeRTOS interrupt handlers in one of the
1624
- * folllowing ways:
1624
+ * following ways:
1625
1625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
1626
1626
* for SVCall and PendSV interrupts respectively.
1627
1627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ static void prvRestoreContextOfFirstTask( void )
744
744
BaseType_t xPortStartScheduler ( void )
745
745
{
746
746
/* An application can install FreeRTOS interrupt handlers in one of the
747
- * folllowing ways:
747
+ * following ways:
748
748
* 1. Direct Routing - Install the functions vPortSVCHandler and
749
749
* xPortPendSVHandler for SVCall and PendSV interrupts respectively.
750
750
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV
You can’t perform that action at this time.
0 commit comments