Skip to content

Commit fc968e6

Browse files
author
Garrett
committed
Revert get_config.py make.py test.py
1 parent 31615eb commit fc968e6

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

tools/get_config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
"--source", dest="source_dir", type=argparse_filestring_type,
4040
required=True, default=[], help="The source (input) directory",
4141
action="append")
42-
parser.add_argument(
43-
"--custom-targets", dest="custom_targets_directory",
44-
type=argparse_filestring_type, default=[],
45-
help="Specify directory containing custom_targets.json",
46-
action="append")
4742
parser.add_argument(
4843
"--prefix", dest="prefix", action="append", default=[],
4944
help="Restrict listing to parameters that have this prefix")

tools/make.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,6 @@ def wrapped_build_project(src_dir, build_dir, mcu, *args, **kwargs):
202202
action="append",
203203
help="The source (input) directory"
204204
)
205-
parser.add_argument(
206-
"--custom-targets",
207-
dest="custom_targets_directory",
208-
type=argparse_filestring_type,
209-
default=None,
210-
action="append",
211-
help="Specify directory containing custom_targets.json"
212-
)
213205
parser.add_argument(
214206
"--duration",
215207
type=int,

tools/test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@
6565
type=argparse_filestring_type,
6666
default=None, help="The source (input) directory (for sources other than tests). Defaults to current directory.", action="append")
6767

68-
parser.add_argument("--custom-targets", dest="custom_targets_directory",
69-
type=argparse_filestring_type,
70-
default=None, help="Specify directory containing custom_targets.json", action="append")
71-
7268
parser.add_argument("--build", dest="build_dir", type=argparse_dir_not_parent(ROOT),
7369
default=None, help="The build (output) directory")
7470

0 commit comments

Comments
 (0)