chengy2
|
2aa66b1b4e
|
[HC32] support HC32F472 & remove residual files
|
2024-04-29 17:48:47 -04:00 |
skllii
|
6fe69d7431
|
[bsp][hc32] support hc32f448
|
2024-02-22 12:34:35 -05:00 |
Jamie
|
48244f25f8
|
[hc32] Add some bsp drivers. (#8480)
|
2024-01-09 21:56:37 +08:00 |
梁生
|
7a56058c61
|
[bsp][hc32]优化can驱动和pwm驱动 (#8217)
**为什么提交这份PR (why to submit this PR)**
1. hc32驱动函数和rtt函数声明之间的参数类型不一致,在mdk编译时产生警告。
2. hc32的can设备,在注册时就把can中断使能了。导致can设备在打开前,就会产生中断。
3. hc32的pwm驱动,不支持PWM_CMD_SET_PERIOD和PWM_CMD_SET_PULSE指令,导致rt_pwm_set_pulse()函数返回失败。
**你的解决方案是什么 (what is your solution)**
1. 修改hc32驱动函数参数类型和声明一致。
2. 注册can设备时主动禁止can中断,因为打开设备时会主动打开中断。
3. 修改pwm驱动,增加PWM_CMD_SET_PERIOD和PWM_CMD_SET_PULSE指令支持。
|
2023-11-14 09:18:32 -05:00 |
nobody
|
613e5a3e51
|
[HUST CSE]fix:修改drv_spi.c空指针问题
|
2023-04-29 18:16:10 -04:00 |
Meco Man
|
dfddd79b24
|
[errno code][-RT_EINVAL] fix that use RT_EINVAL without -
|
2023-03-16 20:21:43 -04:00 |
Meco Man
|
2cc9bd876e
|
[error code][-RT_EIO] fix that use RT_EIO without -
|
2023-03-16 20:20:37 -04:00 |
JamieTx
|
50d514a8a4
|
modify precompile waring for uart,spi driver.
|
2022-07-30 14:53:34 -04:00 |
levizhxl
|
1d6347796d
|
Hc32 pr (#6003)
* HC32F460 supported
Co-authored-by: JamieTx <yangjp24@126.com>
Co-authored-by: Jamie <48308473+JamieTx@users.noreply.github.com>
|
2022-05-31 11:53:56 +08:00 |
Jamie
|
28b551bfe3
|
Add the BSP of HC32 series. (#5905)
* Add the BSP of HC32 series.
|
2022-05-06 09:28:21 +08:00 |