forked from FreeRTOS/FreeRTOS-Kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xtensa support updated and moved to Partner-Supported submodules (Fre…
…eRTOS#1156) * Xtensa support moved to Partner-Supported ports Removing legacy Xtensa port; leave README with pointer to latest code * Updated submodule ThirdParty/FreeRTOS-Kernel-Partner-Supported-Ports
- Loading branch information
Showing
20 changed files
with
7 additions
and
6,306 deletions.
There are no files selected for viewing
Submodule Partner-Supported-Ports
updated
25 files
+139 −0 | Cadence/Xtensa/Makefile | |
+24 −0 | Cadence/Xtensa/asm-offsets.c | |
+155 −0 | Cadence/Xtensa/mpu.S | |
+637 −0 | Cadence/Xtensa/port.c | |
+702 −0 | Cadence/Xtensa/portasm.S | |
+51 −0 | Cadence/Xtensa/portbenchmark.h | |
+261 −0 | Cadence/Xtensa/portclib.c | |
+447 −0 | Cadence/Xtensa/portmacro.h | |
+618 −0 | Cadence/Xtensa/portmpu.c | |
+49 −0 | Cadence/Xtensa/porttrace.h | |
+769 −0 | Cadence/Xtensa/readme_xtensa.txt | |
+170 −0 | Cadence/Xtensa/relnotes.txt | |
+171 −0 | Cadence/Xtensa/xtensa_api.h | |
+190 −0 | Cadence/Xtensa/xtensa_config.h | |
+457 −0 | Cadence/Xtensa/xtensa_context.S | |
+571 −0 | Cadence/Xtensa/xtensa_context.h | |
+543 −0 | Cadence/Xtensa/xtensa_coproc_handler.S | |
+262 −0 | Cadence/Xtensa/xtensa_intr.c | |
+152 −0 | Cadence/Xtensa/xtensa_intr_asm.S | |
+99 −0 | Cadence/Xtensa/xtensa_intr_wrapper.c | |
+92 −0 | Cadence/Xtensa/xtensa_overlay_os_hook.c | |
+258 −0 | Cadence/Xtensa/xtensa_rtos.h | |
+190 −0 | Cadence/Xtensa/xtensa_timer.h | |
+1,953 −0 | Cadence/Xtensa/xtensa_vectors.S | |
+478 −0 | Cadence/Xtensa/xtensa_vectors_xea3.S |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.