We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aef941 commit ad2a30dCopy full SHA for ad2a30d
check_tools/config-update.py
@@ -21,7 +21,13 @@
21
# By default the script when run from the check_tools directory will run
22
# through each Markdown file in `docs/reference/configuration/`. An
23
# optional file or directory path may be passed in a parameter to run the
24
-# script on a specific file or directroy outside the default path.
+# script on a specific file or directroy outside the default path.
25
+#
26
+# Note that you need to run this with a local copy of whichever version of
27
+# Mbed OS you wish to update the configuration parameters with.
28
29
+# You can run this script with:
30
+# python config-update.py <OPTIONAL FILE/DIR PATH>
31
32
import sys, os
33
import re
0 commit comments