Skip to content

Commit 8e7333e

Browse files
authored
Merge pull request #718 from ehassman-g/typo_fixes
Documentation typo fixes
2 parents d15cc3d + 285ad3f commit 8e7333e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/DEVELOPERS-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ There are three defined ways in which DAPLink can be extended. These are adding
133133
DAPLink has an extensive set of automated tests written in Python. They are used for regression testing, but you can use them to validate your DAPLink port. Details are [here](AUTOMATED_TESTS.md)
134134

135135
An option to search for the daplink firmware build in uvision and mbedcli build folders.
136-
`python test/run_test.py --projecttool mbedcli ...` or `python test/run_test.py --projecttool uvision ...`.
136+
`python test/run_test.py --project-tool mbedcli ...` or `python test/run_test.py --project-tool uvision ...`.
137137

138138
## Release
139139

docs/PORT_BOARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You may need to update one or more other dictionaries. See comments in the code
107107
See [Automated Tests](AUTOMATED_TESTS.md) for more information related to automated testing.
108108

109109
# Post-build Board ID and Family ID
110-
Board ID and Family ID can be overwritten by `tools/post_build_scpript.py`. This is helpful for supporting existing families and adding board IDs to the database without the need to compile DAPLink. Board ID can uniquely identify the target board while family ID can select which target family to support.
110+
Board ID and Family ID can be overwritten by `tools/post_build_script.py`. This is helpful for supporting existing families and adding board IDs to the database without the need to compile DAPLink. Board ID can uniquely identify the target board while family ID can select which target family to support.
111111
```
112112
usage: post_build_script.py [-h] [--board-id BOARD_ID] [--family-id FAMILY_ID]
113113
[--bin-offset BIN_OFFSET]

0 commit comments

Comments
 (0)