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/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>
2 years ago
..
Makefile Re-sync with upstream and stripping away none kernel related. 5 years ago
port.c Added better pointer declaration readability (#567) 2 years ago
portasm.S Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
portbenchmark.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
portclib.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
portmacro.h Warning fixes. (#356) 4 years ago
porttrace.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
readme_xtensa.txt Re-sync with upstream and stripping away none kernel related. 5 years ago
xtensa_api.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_config.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_context.S Enable use of --text-section-literals in Xtensa port (#485) 3 years ago
xtensa_context.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_init.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_intr.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_intr_asm.S Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_overlay_os_hook.c Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_rtos.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_timer.h Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. 4 years ago
xtensa_vectors.S Enable use of --text-section-literals in Xtensa port (#485) 3 years ago