You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/GCC
Cristian Cristea 24ade42a37
Added better pointer declaration readability (#567)
* Add better pointer declaration readability

I revised the declaration of single-line pointers by splitting it into
multiple lines. Now, every pointer is declared (and initialized
accordingly) on its own line. This refactoring should enhance
readability and decrease the probability of error when a new pointer is
added/removed or a current one has its initialization value modified.

Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com>

* Remove unnecessary whitespace characters and lines

It removes whitespace characters at the end of lines (empty or
othwerwise) and clear lines at the end of the file (only one remains).
It is an automatic operation done by git.

Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com>

Signed-off-by: Cristian Cristea <cristiancristea00@gmail.com>
2 years ago
..
ARM7_AT91FR40008 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM7_AT91SAM7S Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM7_LPC23xx Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM7_LPC2000 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ARM_CA9 Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430) 3 years ago
ARM_CA53_64_BIT fix alignment exception for ullPortInterruptNesting. (#317) 3 years ago
ARM_CA53_64_BIT_SRE Update comments for the ARM_CA53_64_BIT_SRE port (#403) 3 years ago
ARM_CM0 Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484) 3 years ago
ARM_CM3 fix typo (#399) 3 years ago
ARM_CM3_MPU Remove local stack variable form MPU wrappers 2 years ago
ARM_CM4F fix typo (#399) 3 years ago
ARM_CM4_MPU Remove local stack variable form MPU wrappers 2 years ago
ARM_CM7 Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513) 3 years ago
ARM_CM23 Added better pointer declaration readability (#567) 2 years ago
ARM_CM23_NTZ/non_secure Add .syntax unified to GCC assembly functions (#538) 3 years ago
ARM_CM33 Added better pointer declaration readability (#567) 2 years ago
ARM_CM33_NTZ/non_secure Add .syntax unified to GCC assembly functions (#538) 3 years ago
ARM_CM55 Added better pointer declaration readability (#567) 2 years ago
ARM_CM55_NTZ/non_secure Add .syntax unified to GCC assembly functions (#538) 3 years ago
ARM_CM85 Added better pointer declaration readability (#567) 2 years ago
ARM_CM85_NTZ/non_secure M85 support (#556) 2 years ago
ARM_CR5 fix typo (#399) 3 years ago
ARM_CRx_No_GIC Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ATMega323 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
AVR32_UC3 Update license text for ports that were previously missed. 4 years ago
AVR_AVRDx Remove AVR ports from main repo (#394) 3 years ago
AVR_Mega0 Remove AVR ports from main repo (#394) 3 years ago
CORTUS_APS3 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
ColdFire_V2 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
H8S2329 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
HCS12 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
IA32_flat Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
MCF5235 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) 4 years ago
MSP430F449 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
MicroBlaze Added better pointer declaration readability (#567) 2 years ago
MicroBlazeV8 Added better pointer declaration readability (#567) 2 years ago
MicroBlazeV9 Added better pointer declaration readability (#567) 2 years ago
NiosII Fix: Interrut Handler Register Function and Exception Process (#41) 3 years ago
PPC405_Xilinx Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
PPC440_Xilinx Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
RISC-V RISC-V: Add support for RV32E extension in GCC port (#543) 2 years ago
RL78 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
RX100 Fix GCC/RX100 function naming error. (#440) 3 years ago
RX200 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
RX600 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
RX600v2 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
RX700v3_DPFPU Add SPDX-License-Identifier: MIT to MIT licensed files. 4 years ago
STR75x Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
TriCore_1782 Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago