RT-Thread / RT-Thread/rt-thread
[Feature] ci.attachconfig.yml 和scons结合使用
Open
@supperthomas is already working on this.
Since Jan 21, 2025.
- Dominant language
- C
- Stars
- 12.2k
- Forks
- 5.4k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 40
Description
Describe problem solved by the proposed feature
为了方便用户方便使用yml中的配置,添加如下命令
scons --attach=? 打印出yml中的所有配置
参考如下:
scons --attach=component.cherryusb_cdc 该命令把yml中的component.cherryusb_cdc配置放到.config的最后中,并且执行一下menuconfig
scons --attach=default 执行git reset 命令恢复.config为原样。
Describe your preferred solution
如有其他建议可以comment
Describe possible alternatives
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.