Closed supperthomas closed 2 months ago
[ 添加toolchain安装脚本 执行source ./toolchain.sh all 会安装所有需要的toolchain,这个会很大 执行source ./toolchain.sh arm-none-eabi-gcc" 会安装arm-none-eabi-gcc 执行./toolchain.sh` 会显示所有支持的toolchain
source ./toolchain.sh all
source ./toolchain.sh arm-none-eabi-gcc" 会安装arm-none-eabi-gcc 执行
]
必须选择一项 Choose one (Mandatory):
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
这个脚本是什么场景下使用呀?
拉取/合并请求描述:(PR description)
[ 添加toolchain安装脚本 执行
source ./toolchain.sh all
会安装所有需要的toolchain,这个会很大 执行source ./toolchain.sh arm-none-eabi-gcc" 会安装arm-none-eabi-gcc 执行
./toolchain.sh` 会显示所有支持的toolchain为什么提交这份PR (why to submit this PR)
你的解决方案是什么 (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