4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 16:30:29 +08:00
Chen Wang 123ed1be1b bsp: qemu-virt64-riscv: remove config RISCV_S_MODE
RISCV_S_MODE configuration only affects the code in
libcpu/risc-v/virt64, and the only bsp using this
libcpu is qemu-virt64-riscv.

Considering s-mode is the default mode RT-Thread
running on virt64 machine, it seems unnecessary to
make RISCV_S_MODE a Kconfig option.

Solution: Remove RISCV_S_MODE from Kconfig and define
it as a macro in the code in libcpu/risc-v/virt64.

Plus, due to this macro is only related to virt64, rename
RISCV_S_MODE to RISCV_VIRT64_S_MODE.

Update the .config/rtconfig.h in this patch.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-01-10 17:14:13 +08:00
..
2024-10-20 12:18:28 -04:00
2024-11-13 22:56:32 -05:00
2024-08-28 18:31:59 -04:00
2024-12-25 17:40:04 +08:00
2024-10-11 18:32:58 -04:00
2023-11-20 07:34:46 -05:00

RT-THREAD bsp company list