rt-thread/bsp/loongson/ls1cdev/drivers
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
..
net [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
SConscript 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
board.c 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
board.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
display_controller.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
display_controller.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_can.c [CAN]update struct can_filter_item and rt_can_msg (#6556) 2022-11-21 21:45:51 -05:00
drv_can.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_gpio.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_gpio.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_i2c.c 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_i2c.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_pwm.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_pwm.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_rtc.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_rtc.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_spi.c 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_spi.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_touch.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_touch.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_touch_gt9xx.c 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_uart.c 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_uart.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
drv_wdt.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
drv_wdt.h 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
hw_i2c.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
hw_i2c.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
selfboot.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
selfboot_gcc.S 将龙芯bsp并入loongson文件夹中 2022-03-28 20:06:03 -04:00
touch.c [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00
touch.h [rtc] use gmtime_r to replace gmtime (#6012) 2022-06-22 13:41:06 +08:00