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
|
f58d3c5200
|
rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
|
2023-02-07 21:43:57 -05:00 |
会飞的诸
|
fec7404506
|
[bsp] wch ch32v307v-r1动态初始化堆内存 (#6849)
#### 为什么提交这份PR (why to submit this PR)
- 修复ch32v307v-r1 board.h 中变量_stack_size未声明BUG
- 提供ch32v307v-r1动态堆内存分配(宏开关)代码
- ch32v307v-r1 MD文档新增烧录方式,作为烧录后无运行结果的替代方案
#### 你的解决方案是什么 (what is your solution)
- 去掉_stack_size未声明变量
- 动态分配内存堆,将堆起始地址放在.bss段结尾,堆结束地址放在.stack段开头[详情](https://club.rt-thread.org/ask/article/001065082e9ae611.html)
- 将烧录工具替换为WCH-LinkUtility
#### 在什么测试环境下测试通过 (what is the test environment)
- 开发工具: RT-Thread Studio
- 测试板卡:ch32v307v-r1评估板
- 烧录工具:WCH-LinkUtility
|
2023-01-13 20:50:33 -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
|
ce3f60b22b
|
[RTduino][ch32v307] add English readme
|
2023-01-13 11:40:57 +08:00 |
Meco Man
|
fcf2367966
|
[bsp] update ch32v307 readme
|
2023-01-12 14:00:27 +08:00 |
zhaohaisheng
|
9339e495f0
|
[RTduino] 增加CH32V307 readme
|
2023-01-09 21:41:59 -05: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
|
6618293dc5
|
[bsp][ch32]pwm避免警告 (#6818)
|
2023-01-05 23:10:46 -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 |
Yaochenger
|
b77241935c
|
[bsp][ch32v208]添加ch32v208BSP,合并libcpu/riscv 中ch系列的port文件 (#6780)
【1】添加ch32v208-r0 bsp
【2】合并libcpu/riscv 下ch系列mcu的port文件
|
2022-12-27 13:24:02 -05:00 |
hg0720
|
59f10fd704
|
[bsp][ch32v307]适配RT-duino框架 (#6669)
为ch32v307适配rt-duino,支持pwm、gpio、uart、iic,暂不支持 spi。
已在ch32v307评估板测试。
测试内容包括串口打印、呼吸灯、AHT10温湿度读取等。
|
2022-12-27 02:45:20 -05:00 |
Shell
|
e8504c7cf1
|
[smart/aarch64] code sync (#6750)
* [smart/aarch64] sync aarch64
|
2022-12-20 17:49:37 +08:00 |
Man, Jianting (Meco)
|
99bdf978d7
|
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak
* [rtdef] rename RT_USED attribute as rt_used
* [rtdef] rename RT_SECTION attribute as rt_section
* [rtdef] rename ALIGN attribute as rt_align
* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
|
2022-12-11 13:12:03 -05:00 |
linshire
|
aaf5462c6d
|
更改了函数名
|
2022-12-02 13:03:59 -05:00 |
linshire
|
1805ca5e2e
|
[ch32v307]添加了硬件spi驱动 (#6654)
* 添加了硬件spi驱动
|
2022-11-26 15:00:11 -05:00 |
Meco Man
|
fc83546cf5
|
[ch32] fix a typo
|
2022-11-22 13:48:14 +08:00 |
wdfk-prog
|
569e2ae1e8
|
[CAN]update struct can_filter_item and rt_can_msg (#6556)
* 修改ry命令,已便于自定义保存路径
* modified: components/utilities/ymodem/ry_sy.c
* 修复从被动错误恢复后发送返回异常
* 修复在自动重传模式下,ACK异常阻塞线程
- 删除TX中断函数else分支。仅当RQCP位 置一才进入该中断
- 添加SCE中断函数中关于ACK_ERR的else判断。自动重传模式下会进入该判断,打断自动重传释放完成量。
* 增加对于CAN1与CAN2的SCE中断和TX中断的公共处理函数
* formatting格式化代码
* update struct can_filter_item and rt_can_msg
1. 对过滤器号和索引号结构体定义中同一名称hdr进行重命名hdr_bank和hdr_index,
以便准确区分.采用宏定义兼容以前变量名.
2. 添加接收标识rxfifo,已指明是哪个RXFIFO.
* 更正42M下的波特率
* 修复接收获取索引号错误
* 添加接收标识
* 更新注释
* 取消CANFD限制
* update struct can_filter_item and rt_can_msg
|
2022-11-21 21:45:51 -05:00 |
Harrypotter-zhs
|
aa15f7cd56
|
修改ch32v307软件spi的宏
|
2022-11-20 13:16:21 -05:00 |
Meco Man
|
0a533aeb79
|
[ch32v307] support c++
|
2022-10-26 00:55:29 -04:00 |
linshire
|
7bc744dae9
|
[ch32v307] 删掉无意义的memset重载 (#6561)
|
2022-10-24 22:24:52 -04:00 |
linshire
|
fd6cfa3bbd
|
replaced the judgement of RT_USING_XXX with BSP_USING, and add some… (#6554)
* replaced the judgement of RT_USING_XXX with BSP_USING, and add some tips in Konfig about soft_i2c
|
2022-10-23 23:08:20 -04:00 |
self-confident neko
|
11f52eebcf
|
[bsp][ch32v307]补全PWM设备,并为每个PWM设备添加条件编译,减少代码量 (#6548)
* 新增硬件定时器功能
* 新增定时器功能
* Update Kconfig
* Update bsp/wch/risc-v/Libraries/ch32_drivers/drv_hwtimer.h
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* Update Kconfig
* 添加剩余的PWM设备,并为每个PWM设备添加条件编译,减少代码量
* Update drv_pwm.c
* 根据建议进行修改
* 已根据建议修改
* Update bsp/wch/risc-v/Libraries/ch32_drivers/drv_pwm.c
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* Update bsp/wch/risc-v/Libraries/ch32_drivers/drv_pwm.h
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
* Update bsp/wch/risc-v/Libraries/ch32_drivers/drv_pwm.c
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-10-22 11:07:04 -04:00 |
self-confident neko
|
642ba3bc93
|
新增CH32V307的硬件定时器功能 (#6545)
新增CH32V307的硬件定时器功能,并在CH32V307V-R1-1V0板卡上进行了测试。
|
2022-10-21 20:12:17 -04:00 |
zhaohaisheng
|
88179b75a1
|
[bsp][ch32v307]增加软件spi驱动 (#6532)
|
2022-10-19 00:23:25 -04:00 |
Man, Jianting (Meco)
|
2bcc22f6b0
|
[ch32v307][readme] 增加vscode编译介绍 (#6540)
|
2022-10-18 18:40:42 -07:00 |
Man, Jianting (Meco)
|
afd1666918
|
[ch32v307] update readme (#6529)
* [ch32v307] update Chinese readme
* add English readme
|
2022-10-17 23:02:39 -04:00 |
hg0720
|
fddc522d9c
|
[bsp][ch32v307]添加了pwm驱动 (#6519)
* [bsp][ch32v307]添加了 pwm 驱动
|
2022-10-16 20:14:08 -04:00 |
hg0720
|
76303f7bea
|
[bsp][ch32v307]补充readme文件说明
|
2022-10-14 23:37:37 -04:00 |
hg0720
|
90d566308d
|
[bsp][ch32v307]修复了模拟iic的BUG (#6505)
|
2022-10-11 21:35:37 -04:00 |
Meco Man
|
8b0610fc34
|
[bsp][readme] 增加scons --exec-path=xxx 命令的使用说明
|
2022-10-10 09:42:44 +08:00 |
chenbin182
|
c17d5d509f
|
[bsp][ch32v307] 添加can驱动 (#6484)
CH32V307 添加can驱动。
CAN1和CAN2均可以使用,而且调整好波特率
|
2022-10-08 22:32:29 -04:00 |
Man, Jianting (Meco)
|
f7be5fc84b
|
[bsp][applications][sconscript] 整理统一sconscript格式 (#6481)
* [bsp][sconscript] 整理统一sconscript格式
* update
* update
|
2022-10-03 10:43:08 -04:00 |
linshire
|
e43a938ec1
|
[bsp][ch32v307] 修改部分菜单 (#6483)
* 修改部分菜单
* change again
|
2022-09-30 11:19:38 -04:00 |
linshire
|
de48b65b0d
|
[ch32v3] 修改RT_USING为BSP_USING (#6482)
* 修改RT_USING为BSP_USING
* Update SConscript
* Update SConscript
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-09-30 11:07:52 -04:00 |
hg0720
|
ee57f2d0da
|
[ch32v307][bsp]添加了看门狗驱动 (#6474)
添加了 ch32v307 看门狗驱动,已在 ch32v307评估板验证;
修改了 rt-thread\bsp\wch\risc-v\ch32v307v-r1\board 目录下的 Kconfig 文件;
修改了 rt-thread\bsp\wch\risc-v\Libraries\ch32_drivers 目录下的 SConscript 文件;
添加了 rt-thread\bsp\wch\risc-v\Libraries\ch32_drivers 目录下的 drv_iwdt.c 文件;
|
2022-09-28 21:09:53 -04:00 |
hg0720
|
714b93cc3d
|
添加了 rtc 驱动
|
2022-09-22 23:25:27 -04:00 |
hg0720
|
90d9b449b1
|
[ch32v307v-r1] 添加了模拟iic驱动 (#6447)
|
2022-09-19 10:33:55 -04:00 |
hg0720
|
60d6e42941
|
[ch32v307v-r1] 添加dac驱动 (#6440)
|
2022-09-18 09:32:56 -04:00 |
linshire
|
fdcee2da20
|
[BSP] CH32V307 add drv_adc (#6431)
添加了ch32v307的adc驱动,已在ch32v307评估班上对adc1ch5进行了验证,并修改了kconfig以及scons脚本,可以成功编译以及使用
|
2022-09-16 22:50:57 -04:00 |
hg0720
|
cd2a381a13
|
修改了ch32 的 readme 文件
|
2022-09-08 21:38:21 -04:00 |
linshire
|
ae62b57632
|
add drv_ulog.h so that the project can built successfully
|
2022-09-06 00:29:51 -04:00 |
linshire
|
36e03d0448
|
Ch32 v307 kconfig fix (#6373)
* add Kconfig file "USART2~USART8"
|
2022-09-05 11:13:04 -04:00 |
self-confident neko
|
6da3b2b4b6
|
完善CH32V307的串口BSP (#6359)
* Update drv_usart.h
CH32V307的串口1外设是对接在APB2桥上,其他串口均对接在APB1桥上
已完全测试,并发现一个问题,已修正。
|
2022-09-01 12:35:11 -04:00 |
liYang~
|
ef8ae7963c
|
[drv_usart]完善ch32的串口驱动。 (#6336)
|
2022-08-27 00:34:27 -04:00 |
liYang~
|
c67cbdb30c
|
[drv_gpio]为ch32完善gpio驱动 (#6334)
* 修改Kconfig的不足
* update gpio driver
* formatting code
|
2022-08-25 10:24:53 -04:00 |