incubator-nuttx/arch/risc-v/src
Ville Juven 0976258299 riscv/kstack: Remove riscv_current_ksp as obsolete
Unwinding the kernel stack did not work previously due to the way the task
startup logic works via nxtask_start and the up_task_start() system call.

After modifying the logic behind those, the kernel stack is in fact fully
unwound when return_from_exception is executed, so calling the original
hack "riscv_current_ksp" is not necessary anymore.
2024-10-04 08:33:34 +08:00
..
bl602 task: use get_task_name where possible 2024-10-01 20:38:06 +08:00
bl808 nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
c906 spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
cmake cmake: add_compile_options recognizes parameter exception 2024-10-02 21:09:31 +08:00
common riscv/kstack: Remove riscv_current_ksp as obsolete 2024-10-04 08:33:34 +08:00
esp32c3 espressif: Fix MCUboot build on RISC-V and unify linker script 2024-08-21 23:28:45 +08:00
esp32c3-legacy CI: Improvement to speed up compilation and reduce download errors. 2024-09-20 11:26:01 +08:00
esp32c6 espressif: Fix MCUboot build on RISC-V and unify linker script 2024-08-21 23:28:45 +08:00
esp32h2 espressif: Fix MCUboot build on RISC-V and unify linker script 2024-08-21 23:28:45 +08:00
fe310 spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
hpm6000
hpm6750 spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
jh7110
k210 board/maix-bit: add cmake support 2024-08-24 11:08:25 +08:00
k230 riscv/nsbi: prefer PMP settings in device hook 2024-08-01 23:32:01 +08:00
litex arch/risc-v/src/litex_ticked: Set initial tick count to known value. 2024-09-20 10:51:45 +08:00
mpfs mpfs_serial.c: Add RX flowcontrol 2024-09-27 10:53:12 -03:00
nuttsbi riscv/nsbi: halt upon sbi_mexception 2024-08-01 23:32:01 +08:00
opensbi
qemu-rv sched: replace up_cpu_index with this_cpu 2024-09-05 12:09:24 +08:00
rv32m1 style: remove redundant spaces 2024-08-25 19:22:15 +08:00
sg2000 risc-v/bl808, sg2000: Configure MMU to cache Kernel Text, Data and Heap (T-Head C906) 2024-07-17 12:08:04 -03:00
.gitignore
CMakeLists.txt
Makefile mm/kasan: Kasan global support setting alignment length 2024-09-20 21:47:23 +08:00