-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated submodule ThirdParty/FreeRTOS-Kernel-Partner-Supported-Ports
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |