..
espressif
arch/xtensa: update SPI Flash driver for ESP32-S2|S3
2025-10-29 09:44:55 -04:00
CMakeLists.txt
arch/udelay: Make common, weak definition of up_*delay functions
2025-09-29 09:22:56 +08:00
crt0.c
arch/xtensa:add crt0 to initialize environment
2025-04-16 01:24:57 +08:00
Make.defs
arch/udelay: Make common, weak definition of up_*delay functions
2025-09-29 09:22:56 +08:00
mpu.h
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa.h
arch/init: call up_color_intstack before up_irq_enable
2025-10-14 17:42:01 +08:00
xtensa_asm_utils.h
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_assert.c
style: fix spelling in code comments and strings
2025-05-23 10:48:41 +08:00
xtensa_attr.h
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_backtrace.c
style: fix spelling in code comments and strings
2025-05-23 10:48:41 +08:00
xtensa_cache.c
comments: update text typo pre-empted to preempted
2025-05-12 15:01:37 +08:00
xtensa_checkstack.c
arch/init: call up_color_intstack before up_irq_enable
2025-10-14 17:42:01 +08:00
xtensa_context.S
xtensa/isa: fix build break if compiler without ISA - XCHAL_HAVE_THREADPTR support
2025-07-21 12:56:31 +02:00
xtensa_coproc.S
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00
xtensa_counter.h
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_cpenable.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_cpuinfo.c
arch/xtensa: fix build errors related to data types on ESP32|S2|S3
2025-04-18 09:32:58 +08:00
xtensa_cpuint.c
xtensa: support more than 32 cpu interrupts
2025-07-04 11:26:07 -03:00
xtensa_createstack.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_debug.c
arch/xtensa: fix build errors related to data types on ESP32|S2|S3
2025-04-18 09:32:58 +08:00
xtensa_dispatch_syscall.S
xtensa: change write intset register to syscall instruction
2024-12-27 00:25:55 +08:00
xtensa_exit.c
xtensa: syscall SYS_switch_context and SYS_restore_context use 0 para
2024-12-02 20:05:05 +08:00
xtensa_fpucmp.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_getintstack.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_hostfs.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_idle.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_initialize.c
arch/init: call up_color_intstack before up_irq_enable
2025-10-14 17:42:01 +08:00
xtensa_initialstate.c
Revert "arch/xtensa: set PS.EXCM initial value to 1 while new thread created"
2025-03-19 11:47:31 -03:00
xtensa_int_handlers.S
xtensa: support more than 32 cpu interrupts
2025-07-04 11:26:07 -03:00
xtensa_irqdispatch.c
arch: replace all nxsched_suspend/resume_*** with nxsched_switch_context
2025-09-25 16:40:23 +08:00
xtensa_loadstore.S
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_lowputs.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_macros.S
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_mm.h
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_modifyreg8.c
modifyreg[8|32]: use small lock in modifyreg[8|32]
2024-12-19 21:55:21 +08:00
xtensa_modifyreg16.c
modifyreg16: use small lock in modifyreg16
2024-12-18 20:28:26 +08:00
xtensa_modifyreg32.c
modifyreg[8|32]: use small lock in modifyreg[8|32]
2024-12-19 21:55:21 +08:00
xtensa_mpu.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_nputs.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_oneshot.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_panic.S
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00
xtensa_perf.c
arch: Flag all definitions of up_perf_* functions with CONFIG_ARCH_HAVE_PERF_EVENTS
2025-06-06 17:31:10 +08:00
xtensa_pthread_start.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_registerdump.c
arch: up_getusrsp change to inline and implement in irq.h
2025-01-06 23:03:05 +08:00
xtensa_releasestack.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_saveusercontext.c
xtensa/isa: fix build break if compiler without ISA - XCHAL_HAVE_THREADPTR support
2025-07-21 12:56:31 +02:00
xtensa_schedsigaction.c
Revert "Reduce the size of tcb by four bytes."
2025-05-27 16:30:35 +08:00
xtensa_sigdeliver.c
arch/xtensa: Fix a race condition in xtensa_sig_deliver for SMP
2025-08-01 08:54:39 -03:00
xtensa_signal_dispatch.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_signal_handler.S
xtensa: change write intset register to syscall instruction
2024-12-27 00:25:55 +08:00
xtensa_simcall.S
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_smpcall.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_stackframe.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_swint.c
Remove duplicate includes across multiple files
2025-01-09 23:30:23 +08:00
xtensa_task_start.c
arch/xtensa: migrate to SPDX identifier
2024-12-02 17:23:25 +08:00
xtensa_tcbinfo.c
xtensa: support coredump by register set alignment
2024-12-13 18:21:37 +08:00
xtensa_timer.h
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00
xtensa_tls.c
arch/xtensa: Support __thread and thread_local keywords
2024-12-21 20:49:07 +08:00
xtensa_user_handler.S
xtensa: change write intset register to syscall instruction
2024-12-27 00:25:55 +08:00
xtensa_usestack.c
arch: fix alignment bug for archs that need stack alignment
2025-09-18 11:11:32 -03:00
xtensa_vectors.S
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00
xtensa_window_vector.S
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00
xtensa_windowspill.S
arch/xtensa: migrate to SPDX identifier
2024-12-18 17:51:57 +08:00