FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32
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>
2022-09-26 14:43:30 -07:00
..
include portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
FreeRTOS-openocd.c Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) 2020-10-08 11:03:27 -07:00
port.c Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00
portasm.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
portmux_impl.h portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
portmux_impl.inc.h portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_context.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_init.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_intr.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_intr_asm.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_loadstore_handler.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_overlay_os_hook.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_vector_defaults.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00
xtensa_vectors.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 2022-02-08 16:28:07 -08:00