mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[tools] 增加vscode pyocd下载命令 scons --target=vsc --pack=xxx
This commit is contained in:
@@ -80,6 +80,10 @@ def AddOptions():
|
||||
dest = 'target',
|
||||
type = 'string',
|
||||
help = 'set target project: mdk/mdk4/mdk5/iar/vs/vsc/ua/cdk/ses/makefile/eclipse/codelite/cmake')
|
||||
AddOption('--pack',
|
||||
dest = 'cmsispack',
|
||||
type = 'string',
|
||||
help = 'set pack: <cmsispack path>')
|
||||
AddOption('--strict',
|
||||
dest='strict-compiling',
|
||||
help='Compiling project with strict mode and ALL warning will be errors',
|
||||
|
Reference in New Issue
Block a user