[bsp][renesas]add EK-RA2A1 support#10610
Conversation
📌 Code Review Assignment🏷️ Tag: bsp_renesasReviewers: kurisaW Changed Files (Click to expand)
🏷️ Tag: workflowReviewers: Rbb666 kurisaW supperthomas Changed Files (Click to expand)
📊 Current Review Status (Last Updated: 2025-08-23 11:26 CST)
📝 Review Instructions
|
There was a problem hiding this comment.
via可以删掉,然后keil里的这段指令也请对应删除,这应该是自动启动rasc的
| POST_ACTION = OBJCPY + ' -O ihex $TARGET rtthread.hex\n' + SIZE + ' $TARGET \n' | ||
| # POST_ACTION += OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n' | ||
|
|
||
| elif PLATFORM == 'armclang': |
There was a problem hiding this comment.
没有验证过的工具链可以删除,保留验证过即可
好的
|
|
||
| src = [] | ||
|
|
||
| if GetDepend(['BSP_USING_RW007']): |
|
|
||
| # include drivers | ||
| objs.extend(SConscript(os.path.join(libraries_path_prefix, 'HAL_Drivers', 'SConscript'))) | ||
|
|
There was a problem hiding this comment.
一般不同版本fsp生成后会导致启动函数那发生变化,可以参考下面这个处理加一段脚本,你的这段关于bsp_linker_info.h的处理也可以放在这段代码处理这,效果就是编译前会执行这段脚本
There was a problem hiding this comment.
一般不同版本fsp生成后会导致启动函数那发生变化,可以参考下面这个处理加一段脚本,你的这段关于bsp_linker_info.h的处理也可以放在这段代码处理这,效果就是编译前会执行这段脚本
我把这个内容补充在这个函数中



拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
添加EK-RA2A1的支持,目前使用的是FSP6.0版本
存在的问题:
当使用FSP重新生成代码的时候,会在当前目录重新生成
bsp_linker_info.h,直接使用env编译的话需要手动删除,keil没有影响你的解决方案是什么 (what is your solution)
请提供验证的bsp和config (provide the config and bsp)
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up