You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPERS-GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ There are three defined ways in which DAPLink can be extended. These are adding
133
133
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)
134
134
135
135
An option to search for the daplink firmware build in uvision and mbedcli build folders.
Copy file name to clipboardExpand all lines: docs/PORT_BOARD.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ You may need to update one or more other dictionaries. See comments in the code
107
107
See [Automated Tests](AUTOMATED_TESTS.md) for more information related to automated testing.
108
108
109
109
# 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.
0 commit comments