Add idf.py extensions and move core actions to separate files

This commit is contained in:
Sergei Silnov
2019-10-03 18:26:44 +02:00
parent 9d5a7f8df6
commit 1c798393e2
13 changed files with 1077 additions and 984 deletions

View File

@@ -0,0 +1,6 @@
global_options = [{
"names": ["-D", "--define-cache-entry"],
"help": "Create a cmake cache entry.",
"scope": "global",
"multiple": True,
}]