This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/portable/ThirdParty/XCC/Xtensa
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
..
Makefile Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00
port.c Added better pointer declaration readability (#567) 2022-09-26 14:43:30 -07:00
portasm.S Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
portbenchmark.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
portclib.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
portmacro.h Warning fixes. (#356) 2021-07-20 12:55:49 -07:00
porttrace.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
readme_xtensa.txt Re-sync with upstream and stripping away none kernel related. 2020-02-10 13:45:57 -08:00
xtensa_api.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_config.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_context.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_context.S Enable use of --text-section-literals in Xtensa port (#485) 2022-04-11 15:07:08 -07:00
xtensa_init.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_intr_asm.S Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_intr.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_overlay_os_hook.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_rtos.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_timer.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 2021-05-27 19:57:55 -07:00
xtensa_vectors.S Enable use of --text-section-literals in Xtensa port (#485) 2022-04-11 15:07:08 -07:00