mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 09:07:46 -04:00
Style: Revert uncrustify for portable directories (#122)
* Style: revert uncrustify portable directories * Style: Uncrustify Some Portable files Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
parent
1d68f82f9f
commit
cdff5c153e
7 changed files with 3582 additions and 3580 deletions
|
@ -22,6 +22,7 @@
|
||||||
* http://www.FreeRTOS.org
|
* http://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* http://aws.amazon.com/freertos
|
||||||
*
|
*
|
||||||
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
|
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
* http://www.FreeRTOS.org
|
* http://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* http://aws.amazon.com/freertos
|
||||||
*
|
*
|
||||||
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
|
/* Defining MPU_WRAPPERS_INCLUDED_FROM_API_FILE prevents task.h from redefining
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
* http://www.FreeRTOS.org
|
* http://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* http://aws.amazon.com/freertos
|
||||||
*
|
*
|
||||||
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PORTMACRO_H
|
#ifndef PORTMACRO_H
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
* http://www.FreeRTOS.org
|
* http://www.FreeRTOS.org
|
||||||
* http://aws.amazon.com/freertos
|
* http://aws.amazon.com/freertos
|
||||||
*
|
*
|
||||||
|
* 1 tab == 4 spaces!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PORTMACRO_H
|
#ifndef PORTMACRO_H
|
||||||
|
|
|
@ -117,7 +117,6 @@ StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
|
||||||
* portSAVE_CONTEXT places the flags on the stack immediately after r0
|
* portSAVE_CONTEXT places the flags on the stack immediately after r0
|
||||||
* to ensure the interrupts get disabled as soon as possible, and so ensuring
|
* to ensure the interrupts get disabled as soon as possible, and so ensuring
|
||||||
* the stack use is minimal should a context switch interrupt occur. */
|
* the stack use is minimal should a context switch interrupt occur. */
|
||||||
|
|
||||||
*pxTopOfStack = ( StackType_t ) 0x00; /* R0 */
|
*pxTopOfStack = ( StackType_t ) 0x00; /* R0 */
|
||||||
pxTopOfStack--;
|
pxTopOfStack--;
|
||||||
*pxTopOfStack = portFLAGS_INT_ENABLED;
|
*pxTopOfStack = portFLAGS_INT_ENABLED;
|
||||||
|
|
|
@ -117,7 +117,6 @@ StackType_t * pxPortInitialiseStack( StackType_t * pxTopOfStack,
|
||||||
* portSAVE_CONTEXT places the flags on the stack immediately after r0
|
* portSAVE_CONTEXT places the flags on the stack immediately after r0
|
||||||
* to ensure the interrupts get disabled as soon as possible, and so ensuring
|
* to ensure the interrupts get disabled as soon as possible, and so ensuring
|
||||||
* the stack use is minimal should a context switch interrupt occur. */
|
* the stack use is minimal should a context switch interrupt occur. */
|
||||||
|
|
||||||
*pxTopOfStack = ( StackType_t ) 0x00; /* R0 */
|
*pxTopOfStack = ( StackType_t ) 0x00; /* R0 */
|
||||||
pxTopOfStack--;
|
pxTopOfStack--;
|
||||||
*pxTopOfStack = portFLAGS_INT_ENABLED;
|
*pxTopOfStack = portFLAGS_INT_ENABLED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue