rt-thread/bsp/hc32/libraries
梁生 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
..
hc32_drivers [bsp][hc32]优化can驱动和pwm驱动 (#8217) 2023-11-14 09:18:32 -05:00
hc32f4a0_ddl format link scripts 2023-01-08 22:52:13 -05:00
hc32f460_ddl format link scripts 2023-01-08 22:52:13 -05:00
.ignore_format.yml Hc32 pr (#6003) 2022-05-31 11:53:56 +08:00
Kconfig Add the BSP of HC32 series. (#5905) 2022-05-06 09:28:21 +08:00