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
uPython-mirror
Commits
de993f45
Commit
de993f45
authored
Jul 22, 2014
by
Damien George
Browse files
Merge pull request #766 from dhylands/allow-dfu-override
Allow DFU_UTIL to be overridden from the environment.
parents
7cfae969
a2e7a131
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/Makefile
View file @
de993f45
...
@@ -24,7 +24,7 @@ FATFS_DIR=fatfs
...
@@ -24,7 +24,7 @@ FATFS_DIR=fatfs
CC3K_DIR
=
cc3k
CC3K_DIR
=
cc3k
DFU
=
../tools/dfu.py
DFU
=
../tools/dfu.py
# may need to prefix dfu-util with sudo
# may need to prefix dfu-util with sudo
DFU_UTIL
=
dfu-util
DFU_UTIL
?=
dfu-util
DEVICE
=
0483:df11
DEVICE
=
0483:df11
CROSS_COMPILE
=
arm-none-eabi-
CROSS_COMPILE
=
arm-none-eabi-
...
...
Write
Preview
Markdown
is supported
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