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 |
JamieTx
|
50d514a8a4
|
modify precompile waring for uart,spi driver.
|
2022-07-30 14:53:34 -04:00 |
ueJone
|
956fdc60c0
|
接收错误中断未触发的问题
/* Enable error interrupt */
NVIC_EnableIRQ(uart->config->rxerr_irq.irq_config.irq_num);
上述代码使能错误接收中断后需要使能串口的接收中断`USART_INT_RX`才可以正常触发中断
|
2022-06-21 14:16:17 +08:00 |
ueJone
|
138925be08
|
修复多串口的描述符被覆盖的问题 (#6051)
[bsp][HC32] 修复使用多串口的描述符被覆盖的问题
|
2022-06-09 14:32:37 +08: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 |