We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55381b5 commit ecdf6afCopy full SHA for ecdf6af
cmake/scripts/update_boarddb.py
@@ -41,9 +41,10 @@ def boardstxt_filter(key):
41
42
43
def platformtxt_filter(key):
44
- # reject everything but build.**
45
- # and also build.info (that's specific to the build system, we'll hard-code it)
46
- # we don't need anything else from platform.txt
+ # reject everything except build.**, vid.** and pid.**
+ # Note that build.info is also rejected
+ # (it is specific to the build system, it will be hard-coded)
47
+ # nothing else is needed from platform.txt
48
# +additional stuff might confuse later parts of the script
49
# e.g.:
50
0 commit comments