Skip to content

Commit 46c1bd6

Browse files
Alfred Gedeonalfred2g
authored andcommitted
Style: add uncrustify disable parsing for asm
1 parent b0630a3 commit 46c1bd6

File tree

29 files changed

+1805
-1637
lines changed

29 files changed

+1805
-1637
lines changed

portable/ARMv8M/non_secure/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,12 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
882882
StackType_t * pxEndOfStack,
883883
TaskFunction_t pxCode,
884884
void * pvParameters,
885-
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
885+
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
886886
#else
887887
StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
888888
StackType_t * pxEndOfStack,
889889
TaskFunction_t pxCode,
890-
void * pvParameters ) /* PRIVILEGED_FUNCTION */
890+
void * pvParameters ) /* PRIVILEGED_FUNCTION */
891891
#endif /* configENABLE_MPU */
892892
{
893893
/* Simulate the stack frame as it would be created by a context switch

portable/GCC/ARM_CM23_NTZ/non_secure/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,12 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
882882
StackType_t * pxEndOfStack,
883883
TaskFunction_t pxCode,
884884
void * pvParameters,
885-
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
885+
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
886886
#else
887887
StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
888888
StackType_t * pxEndOfStack,
889889
TaskFunction_t pxCode,
890-
void * pvParameters ) /* PRIVILEGED_FUNCTION */
890+
void * pvParameters ) /* PRIVILEGED_FUNCTION */
891891
#endif /* configENABLE_MPU */
892892
{
893893
/* Simulate the stack frame as it would be created by a context switch

portable/GCC/ARM_CM33/non_secure/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,12 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
882882
StackType_t * pxEndOfStack,
883883
TaskFunction_t pxCode,
884884
void * pvParameters,
885-
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
885+
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
886886
#else
887887
StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
888888
StackType_t * pxEndOfStack,
889889
TaskFunction_t pxCode,
890-
void * pvParameters ) /* PRIVILEGED_FUNCTION */
890+
void * pvParameters ) /* PRIVILEGED_FUNCTION */
891891
#endif /* configENABLE_MPU */
892892
{
893893
/* Simulate the stack frame as it would be created by a context switch

portable/GCC/ARM_CM33_NTZ/non_secure/port.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,12 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
882882
StackType_t * pxEndOfStack,
883883
TaskFunction_t pxCode,
884884
void * pvParameters,
885-
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
885+
BaseType_t xRunPrivileged ) /* PRIVILEGED_FUNCTION */
886886
#else
887887
StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
888888
StackType_t * pxEndOfStack,
889889
TaskFunction_t pxCode,
890-
void * pvParameters ) /* PRIVILEGED_FUNCTION */
890+
void * pvParameters ) /* PRIVILEGED_FUNCTION */
891891
#endif /* configENABLE_MPU */
892892
{
893893
/* Simulate the stack frame as it would be created by a context switch

portable/GCC/ARM_CM4_MPU/port.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,10 +941,10 @@ void vPortStoreTaskMPUSettings( xMPU_SETTINGS * xMPUSettings,
941941
* be set to a value equal to or numerically *higher* than
942942
* configMAX_SYSCALL_INTERRUPT_PRIORITY.
943943
*
944-
* Interrupts that use the FreeRTOS API must not be left at their
945-
* default priority of zero as that is the highest possible priority,
944+
* Interrupts that use the FreeRTOS API must not be left at their
945+
* default priority of zero as that is the highest possible priority,
946946
* which is guaranteed to be above configMAX_SYSCALL_INTERRUPT_PRIORITY,
947-
* and therefore also guaranteed to be invalid.
947+
* and therefore also guaranteed to be invalid.
948948
*
949949
* FreeRTOS maintains separate thread and ISR API functions to ensure
950950
* interrupt entry is as fast and simple as possible.

0 commit comments

Comments
 (0)