CXSforHPU
|
416ec66380
|
[device] add dev_ prefix for file names
|
2024-08-23 18:15:09 -04:00 |
latercomer
|
fe3c4d456e
|
bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句
|
2024-06-20 14:40:42 +08:00 |
Meco Man
|
d2c12e2da8
|
[RTduino] change the pinout group name
|
2024-03-29 21:49:13 +08:00 |
Meco Man
|
3f26998f9c
|
[bsp] update projects
|
2024-03-21 11:23:29 +08:00 |
Meco Man
|
cd1c08b3cd
|
[bsp][RTduino] format Kconfig (#8621)
|
2024-03-17 19:49:34 +08:00 |
Meco Man
|
1a240798fa
|
[RTduino] pins_arduino.h add limit check
|
2024-03-08 09:39:57 +08:00 |
xiaofan
|
8dee48fdaa
|
ch32_drivers: call rt_hw_pin_init explicitly
Signed-off-by: xiaofan <xfan1024@live.com>
|
2023-12-16 19:23:10 +08:00 |
guozhanxin
|
9e79333512
|
[project] update mdk/iar project and config.
|
2023-10-08 11:21:00 +08:00 |
Meco Man
|
53c435212c
|
[bsp][ch32v208w] fix C++ compling errors
|
2023-06-26 22:42:30 -04:00 |
Yaochenger
|
a3c5ce717c
|
[bsp][readme]合并ch32v208与RT1060的readme
|
2023-04-19 10:26:15 +01:00 |
Kent Zuo
|
99204ab8bf
|
[HUST CSE][docs] fix the invalid link
|
2023-04-18 07:43:36 -04:00 |
Yaochenger
|
ef1b3383a6
|
[add]添加CH32V208英文上手指南 (#7243)
|
2023-04-14 00:21:30 -04:00 |
Yaochenger
|
8487caad4b
|
[add][ch32v208w-r0]添加CH32V208上手指南 (#7225)
|
2023-04-13 17:26:43 +08:00 |
yangjie11
|
95e6b69b8e
|
sync and update all projects (#7138)
* sync and update
|
2023-03-31 16:49:48 +08:00 |
Meco Man
|
c3820a2c1b
|
format sconscript Kconfig files
|
2023-03-19 07:08:27 -04:00 |
Meco Man
|
0429452465
|
[bsp][rtduino] update arduino_main.cpp
|
2023-03-05 21:10:08 -05:00 |
Yaochenger
|
95540854a6
|
[libcpu/riscv]迁移libcpu/riscv/ch32中文件至bsp (#7004)
|
2023-03-02 09:17:43 -05:00 |
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 |
Yaochenger
|
ee121d25dc
|
[RTduino][ch32v208]修正rtconfig.h配置 (#6920)
|
2023-02-09 22:55:52 -05:00 |
Yaochenger
|
7c6c12cbff
|
[RTduino][ch32v208w-r0]ch32v208w-r0适配RTduino (#6917)
|
2023-02-08 23:01:20 -05:00 |
Meco Man
|
ddccef3a64
|
modify RT_ALIGN_SIZE as 8 by default
|
2023-01-12 22:47:23 -05:00 |
Meco Man
|
b0c4aca6e5
|
[ch32v208] 调整Kconfig
|
2023-01-13 11:40:57 +08:00 |
Meco Man
|
592284c66c
|
format link scripts
|
2023-01-08 22:52:13 -05:00 |
Meco Man
|
9bc68d26a4
|
format Kconfig and sconscript
|
2023-01-08 22:52:13 -05:00 |
Yaochenger
|
b99769f686
|
[libcpu][riscv]移除ch32中的冗余文件,使用common下的文件 (#6813)
* [libcpu][riscv]移除ch32中的冗余文件,使用common下的文件
* 修正cpuport.h宏定义
* 规范宏定义格式
|
2023-01-04 21:06:09 -05:00 |
Yaochenger
|
882a0af94e
|
[libcpu][riscv] 添加宏用于区别是否开启FPU,更新ch32v208v-r0 ->ch32v208w-r0,更新注释
|
2022-12-28 18:47:39 -05:00 |