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/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>
2 years ago
..
include portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
FreeRTOS-openocd.c Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) 4 years ago
port.c Added better pointer declaration readability (#567) 2 years ago
portasm.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
portmux_impl.h portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
portmux_impl.inc.h portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_context.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_init.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_intr.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_intr_asm.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_loadstore_handler.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_overlay_os_hook.c portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_vector_defaults.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago
xtensa_vectors.S portable/Xtensa_ESP32: Add SPDX license identifiers (#452) 3 years ago