forked from pauloborges/nrftool
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pauloborges#1 from stratosinc/master
Configure SWD interface and target device speed so user isn't prompted
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
si 1 | ||
speed 1000 | ||
device nrf51822 | ||
w4 4001e504 2 | ||
w4 4001e50c 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
device nrf52 | ||
si 1 | ||
speed 1000 | ||
device nrf52 | ||
w4 4001e504 1 | ||
loadbin {firmware} {address} | ||
sleep 100 | ||
|