We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为了方便用户方便使用yml中的配置,添加如下命令 scons --attach=? 打印出yml中的所有配置 参考如下:
scons --attach=?
scons --attach=component.cherryusb_cdc 该命令把yml中的component.cherryusb_cdc配置放到.config的最后中,并且执行一下menuconfig
scons --attach=component.cherryusb_cdc
scons --attach=default 执行git reset 命令恢复.config为原样。
scons --attach=default
git reset
如有其他建议可以comment
No response
The text was updated successfully, but these errors were encountered:
好神奇,pr中提到这个issues,就会自动在这边显示
Sorry, something went wrong.
RT-Thread-【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用 - RT-Thread 写了一篇关于这个功能的帖子,感兴趣的可以看看
https://mp.weixin.qq.com/s/CAu4Nyiq4-Of78il-yaxwg
supperthomas
No branches or pull requests
Describe problem solved by the proposed feature
为了方便用户方便使用yml中的配置,添加如下命令
scons --attach=?
打印出yml中的所有配置参考如下:
scons --attach=component.cherryusb_cdc
该命令把yml中的component.cherryusb_cdc配置放到.config的最后中,并且执行一下menuconfigscons --attach=default
执行git reset
命令恢复.config为原样。Describe your preferred solution
如有其他建议可以comment
Describe possible alternatives
No response
The text was updated successfully, but these errors were encountered: