Lines Matching +full:update +full:- +full:2
2 Utility script to migrate Twister configuration files from using string-based
8 -p path/to/zephyr-based-project
11 SPDX-License-Identifier: Apache-2.0
33 update = False
42 update = True
44 return update
49 yaml.indent(offset=2)
57 update = False
61 update |= process(common)
64 update |= process(spec)
66 if update:
76 "-p", "--project", type=Path, required=True, help="Zephyr-based project path"
78 parser.add_argument("--dry-run", action="store_true", help="Dry run")