mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 15:27:29 +08:00
[scons] ci.attachconfig.yml is used in combination with scons
This commit is contained in:
@@ -141,3 +141,10 @@ def AddOptions():
|
||||
action = 'store_true',
|
||||
default = False,
|
||||
help = 'make compile_commands.json')
|
||||
AddOption('--attach',
|
||||
dest = 'attach',
|
||||
type = 'string',
|
||||
help = 'View attachconfig or add attach to.config.'+\
|
||||
'e.g. scons --attach=? View all attachconfig for the current bsp.'+\
|
||||
' or scons --attach=component.cherryusb_cdc Set option component.cherryusb_cdc inside attachconfig to.config.'+\
|
||||
' or scons --attach=default Restore.config and rtconfig to before attch was set.')
|
||||
Reference in New Issue
Block a user