Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ti-connected-launchpad
lm4tools_public
Commits
5965fb3f
Commit
5965fb3f
authored
Oct 19, 2012
by
Peter Stuge
Browse files
Rename the icdiflasher program to lm4flash
parent
23a4b31b
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5965fb3f
icdi
flash
er
lm4
flash
Makefile
View file @
5965fb3f
EXE
:=
icdi
flash
er
EXE
:=
lm4
flash
CFLAGS
:=
-Wall
-g
-O2
$(
shell
pkg-config
--cflags
libusb-1.0
)
LDFLAGS
:=
$(
shell
pkg-config
--libs
libusb-1.0
)
...
...
README.md
View file @
5965fb3f
icdi
flash
er
========
===
lm4
flash
========
An libusb based flasher for the TI Stellaris Launchpad.
usage:
icdi
flash
<binary-file>
usage:
lm4
flash
<binary-file>
projet0.bin is the sample LED blinker project that comes
with CCS.
icdi
flash
er
.c
→
lm4
flash.c
View file @
5965fb3f
File moved
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