Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
bf112c84
Commit
bf112c84
authored
May 12, 2017
by
Thanassis Tsiodras
Browse files
Adding installation of the STM32 programmer utilities.
parent
ce8f5c09
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
bf112c84
...
@@ -43,3 +43,6 @@
...
@@ -43,3 +43,6 @@
[submodule "msc-editor"]
[submodule "msc-editor"]
path = msc-editor
path = msc-editor
url = https://gitrepos.estec.esa.int/taste/msc-editor.git
url = https://gitrepos.estec.esa.int/taste/msc-editor.git
[submodule "stlink"]
path = stlink
url = https://github.com/texane/stlink.git
install/06_stlink.sh
0 → 100755
View file @
bf112c84
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
${
DIR
}
/common.sh
# Setup the stlink tools (if not there)
cd
$DIR
/../stlink
||
exit
1
make release
||
exit
1
STUTIL_PATH
=
$(
realpath
"
${
DIR
}
/ ../stlink/build/Release/src/gdbserver"
)
PATH_CMD
=
'export PATH=$PATH:'
"
${
STUTIL_PATH
}
"
UpdatePATH
STFLASH_PATH
=
$(
realpath
"
${
DIR
}
/ ../stlink/build/Release"
)
PATH_CMD
=
'export PATH=$PATH:'
"
${
STFLASH_PATH
}
"
UpdatePATH
stlink
@
5c10d4b8
Subproject commit 5c10d4b83a4703edb492c76f1427c4a4e1a568b1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment