rt-thread-official/libcpu
Yaochenger b9e4fcfc68
[libcpu][riscv]整合libcpu/riscv中的移植文件 提供一份公共代码于common (#6941)
整合libcpu/riscv中的移植文件 提供一份公共代码于common

在提交本pr时,除hpmicro的内核,rv32内核bsp已完成去除大部分的冗余,大部分代码采用common中的实现。本pr的作用是进一步统一common中的文件,从而提供一份公用代码,新移植的RV32内核的BSP可以全部使用common代码。

- 在common中提供一份公用文件:interrupt_gcc.S
- 修改原有的文件,将原有的中断中上下文切换代码替换为interrupt_gcc.S
- 基于上述修改,修改仓库中risc-v内核的BSP与移植相关的部分 (主要包含中断入口函数 中断栈等)
- 在common中提供一份公用文件:trap_common.c;提供统一中断入口函数,中断入口函数初始化,中断入口注册等函数,并完善异常时的信息输出

- 在common中提供一份公用文件:rt_hw_stack_frame.h;将栈帧结构体剥离,供用户使用

- 在上述工作完成后,在上述工作的基础上测试仓库中risc-v内核的BSP

- 完善函数中的命名,完善中断栈的获取

- 提供一份详细的基于现有common文件的移植指南

  #### 在什么测试环境下测试通过 

- 1.CH32V307V-R1-R0
- 2.CH32V208W-R0-1V4
- 3.HPM6750EVKMINI
- 4.GD32VF103V-EVAL
- 5.qemu(CORE-V-MCU )

> 与上述开发板使用同样芯片的BSP均测试通过

在CH32V307V-R1-R0与HPM6750EVKMINI上基于现有移植文件进行多线程复杂场景下的长时间测试,测试过程系统运行正常。
2023-03-01 01:32:43 -05:00
..
aarch64 [libcpu.aarch64] add rt_backtrace function. (#6982) 2023-02-27 10:04:10 +08:00
arc [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
arm [fixup] add cache maintenance ops; 2023-02-21 08:48:49 +08:00
avr32 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
blackfin rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
c-sky [libcpu] auto formatted 2021-03-27 17:51:56 +08:00
ia32 [asm] 解决tab和空格混用的问题 2022-01-20 20:57:35 +08:00
m16c 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
mips [rt-smart] 弱化 RT_USING_LWP,使用 RT_USING_SMART 作为宏配置 (#6740) 2022-12-16 18:38:28 +08:00
nios 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
ppc rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
risc-v [libcpu][riscv]整合libcpu/riscv中的移植文件 提供一份公共代码于common (#6941) 2023-03-01 01:32:43 -05:00
rx [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
sim [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
sparc-v8 [Scons] 将GCC判断条件改为列表方式,方便后续增加新的编译工具链 2022-06-09 07:01:59 +08:00
ti-dsp [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
unicore32 rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
v850 替换RTThread旧版文件头注释版权声明 (#5774) 2022-04-05 19:34:30 +08:00
xilinx rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
Kconfig [rt-smart] PV_OFFSET as a variable (#6904) 2023-02-14 23:08:32 +08:00
SConscript [libcpu] Fix the build directory issue 2019-03-26 13:36:01 +00:00