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/IAR/ARM_CM23/secure
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
..
secure_context.c Implement secure stack sealing as per ARM's recommendation 3 years ago
secure_context.h Associate secure context with task handle 3 years ago
secure_context_port_asm.s Associate secure context with task handle 3 years ago
secure_heap.c Added better pointer declaration readability (#567) 2 years ago
secure_heap.h Associate secure context with task handle 3 years ago
secure_init.c Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
secure_init.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
secure_port_macros.h Associate secure context with task handle 3 years ago