nuttx/arch/xtensa/include
hujun5 635da96bae xtensa: remove up_set_current_regs/up_current_regs
reason:
up_set_current_regs initially had two functions:

1: To mark the entry into an interrupt state.
2: To record the context before an interrupt/exception. If we switch to a new task, we need to store the upcoming context regs by calling up_set_current_regs(regs).

Currently, we record the context in other ways, so the second function is obsolete. Therefore, we need to rename up_set_current_regs to better reflect its actual meaning, which is solely to mark an interrupt.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-30 02:48:58 +08:00
..
esp32 xtensa/esp32: fix cpuint debug asssertion bit mask 2024-09-30 20:42:00 +02:00
esp32s2 xtensa/esp32s2: add WiFi support on ESP32S2 2024-09-06 09:46:59 +08:00
esp32s3 xtensa/esp32s3: Inspect if the MTD partition (factory/ota_0/ota_1) 2024-10-16 18:43:58 +08:00
lx6
lx7
xtensa Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
.gitignore
arch.h xtensa/esp32s3: Disable psram as task stack 2023-11-08 16:25:57 -03:00
elf.h
inttypes.h
irq.h xtensa: remove up_set_current_regs/up_current_regs 2024-11-30 02:48:58 +08:00
limits.h
loadstore.h
setjmp.h
simcall.h xtensa: hostfs: handle nonblock open for iss 2024-09-28 13:53:06 +08:00
spinlock.h arch: inline up_testset in arm arm64 riscv xtensa 2024-08-21 01:45:10 +08:00
stdarg.h
syscall.h
types.h types.h: fix windows build error 2024-08-14 22:36:57 +08:00