更新 CH32V003 模板并添加 WCH-Link 烧录与调试支持#58
Open
BOOW6 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
更新 CH32V003 模板并添加 WCH-Link 烧录与调试支持
将 SDK 更新至 MounRiver Studio 2 提供的
CH32V003F4U.zip模板示例从 TIM2 闪灯示例改为 MounRiver Studio 2 默认的
USART_Polling示例新增 OpenOCD + WCH-Link 烧录、调试支持
新增
tools/launch-gen.sh通过 EIDE 的烧录命令生成.vscode/launch.json依赖 MounRiver Studio 2 提供的 OpenOCD
依赖 MounRiver Studio 2 提供的 RISC-V Embedded GCC 路径
已在 Windows 11 上完成验证,未验证 Linux 和 MacOS