569e2ae1e8
* 修改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 |
||
---|---|---|
.. | ||
docs | ||
libraries | ||
ra2l1-cpk | ||
ra6m4-cpk | ||
ra6m4-iot | ||
tools | ||
README.md |
README.md
RA BSP 说明
RA 系列 BSP 目前支持情况如下表所示:
BSP 文件夹名称 | 开发板名称 |
---|---|
RA6 系列 | |
ra6m4-cpk | Renesas 官方 CPK-RA6M4 开发板 |
ra6m4-iot | Renesas 官方 IOT-RA6M4 开发板 |
RA2 系列 | |
ra2l1-cpk | Renesas 官方 CPK-RA2L1 开发板 |
可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:
BSP 使用教程 | 简介 |
---|---|
外设驱动使用教程 | 讲解 BSP 上更多外设驱动的使用方法 |
外设驱动介绍与应用 | 讲解 RA 系列 BSP 驱动的支持情况,以及如何利用驱动框架开发应用程序 |
使用 FSP 配置外设驱动 | 介绍如何使用 FSP 工具添加和配置外设 |
BSP 制作与提交 | 简介 |
BSP 制作教程 | 讲解 RA 系列 BSP 的制作方法,以及在制作 BSP 和提交 BSP 时应当遵守的规范 |
外设驱动添加指南 | 讲解 BSP 添加更多设备驱动的方法 |
English documents:
BSP Tutorial | Introduction |
---|---|
BSP Peripheral Driver Tutorial of RA Series | Explains how to use more peripheral drivers on the BSP |
Introduction to RA Series Drives | Explains the support of RA series BSP drivers and how to develop applications using the driver framework |
RA Series Uses FSP to Configure Peripheral Drivers | Introduces how to add and configure peripherals using the FSP tool |
BSP Production and Submission | Introduction |
Building a BSP for the RA Series Dev Board | Explains how the RA series BSPs are created and the specifications to be followed when creating and submitting BSPs |
Peripheral Driver Addition Guide of RA Series | Explains how to add more device drivers to BSP |