You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dict(name=['-c', '--clean'], action='store_true', help='Clean the build directory before compiling'),
1715
+
dict(name=['-S', '--supported'], dest='supported', action='store_true', help='Displays supported matrix of targets and toolchains'),
1715
1716
dict(name='--library', dest='compile_library', action='store_true', help='Compile the current %s as a static library.'%cwd_type),
1716
1717
dict(name='--tests', dest='compile_tests', action='store_true', help='Compile tests in TESTS directory.'),
1717
1718
dict(name='--test_spec', dest="test_spec", help="Destination path for a test spec file that can be used by the Greentea automated test tool. (Default is 'test_spec.json')"),
1718
1719
help='Compile program using the native mbed OS build system.')
0 commit comments