YJIE_1998
|
53a4074f0b
|
i# This is a combination of 3 commits.
【修改】format
|
2021-08-10 13:06:10 +08:00 |
Bernard Xiong
|
259144b2e6
|
Merge branch 'master' into master
|
2021-03-31 14:15:21 +08:00 |
cosmo
|
28ec21671c
|
删除了注释中从can.h拷贝的rt_can_filter_item
|
2021-03-22 14:24:05 +08:00 |
Meco Man
|
fc04d828ee
|
[stm32][driver] auto formatted
|
2021-03-08 22:40:39 +08:00 |
cosmo
|
55ea496431
|
格式修正
|
2021-02-02 14:28:32 +08:00 |
cosmo
|
9c811b19ba
|
修复滤波设置问题,根据标志帧和扩展帧判别所需位移,根据滤波模式判别CAN_FxR2[3:0]设置。
|
2021-02-02 14:23:56 +08:00 |
cosmo
|
69a347fa7b
|
修复 应用层设置hdr = -1时,驱动层没有正确识别问题,默认按照滤波表顺序设置FilterBank
|
2021-02-02 14:10:57 +08:00 |
zhuyunfan
|
6dd5af4fa6
|
[bsp][stm32]add can support for stm32l4
|
2020-08-28 12:30:33 +08:00 |
GaoJie
|
c4eed718e8
|
[BSP] [STM32] drv_can.c CANx_SCE_IRQHandler() 的 RT_CAN_BUS_ACK_ERR 处理3个邮箱的 TXOK标志
|
2020-05-13 10:05:23 +08:00 |
GaoJie
|
1e94742a0e
|
[BSP] In bsp of stm32, Change drv_can1 to drv_can2 in function CAN2_SCE_IRQHandler() of drv_can.c
|
2020-05-13 09:35:30 +08:00 |
tyustli
|
51d1ec80a4
|
fix docs link err
|
2019-09-03 11:41:22 +08:00 |
tyustli
|
3730df2411
|
1、[bsp] [imxrt] rename docs imxrt -> i.MX RT
2、[bsp] [stm32] fix drv_can assert bug
|
2019-08-27 15:35:58 +08:00 |
tyustli
|
363c9b1460
|
[bsp] [stm32] fix drv_can.c and can.c bug
|
2019-08-23 20:40:09 +08:00 |
tyustli
|
c81eebcd5d
|
[bsp] [stm32] fix drv_can.c
|
2019-08-16 12:14:30 +08:00 |
tyustli
|
a08f767a42
|
fix 429 uart2/3 hardware init and add can1
|
2019-08-02 10:42:37 +08:00 |
杨连钊
|
b1f4e192ad
|
[drv_can.c]fix 3 warings
|
2019-06-28 10:57:37 +08:00 |
杨连钊
|
9e74077928
|
[bsp][stm32][libraries][HAL_Drivers] update drv_can.c
adapt to new HAL_lib
|
2019-06-24 13:06:26 +08:00 |
zhangjun1996
|
778199f876
|
如果开启了RT_CAN_USING_HDR,则提示该驱动不支持硬件过滤器,请取消RT_CAN_USING_HDR。
|
2019-06-17 02:46:36 +08:00 |
zhangjun1996
|
3e7580dc7d
|
重新配置CAN之前,关闭CAN,配置完再打开。
|
2019-06-15 18:08:00 +08:00 |
zhangjun1996
|
537c2376f9
|
1,修复由于stm32系列的hal库升级导致stm32f1和stm32f4平台的can驱动编译错误
2,关闭components/drivers/Kconfig中默认打开的can硬件滤波器选项
3,为了让can波特率设置匹配stm32f429的时钟,给stm32f429增加波特率表
4,以上修复在stm32f103-fire-arbitrary,stm32f407-atk-explorer,stm32f429-atk-apollo三个bsp中测试通过
|
2019-06-15 11:52:11 +08:00 |
杨连钊
|
5795a34d18
|
[bsp][stm32] add can driver.
|
2019-02-19 13:53:09 +08:00 |