Uwe Bonnes
2edd0530a6
Only call strtoul when there is an argument that strtoul can work on
2011-12-10 17:15:48 +01:00
le mentec fabien
e9586c100e
[update] apply patches from marpe@mimuw.edu.pl for flash tool: verbosity, run after programm\
2011-11-22 09:39:58 -06:00
Karl Palsson
83a5eb2ed3
Merge branch 'tmaster' into future
...
This branch should work for F1 and F4 devices. It has currently been tested
with F1 value line, (a VL discovery board) programmed via gdb via both an
stlinkv1 and an stlinkv2.
F4 has _not_ yet been tested on this branch
Conflicts:
.gitignore
doc/tutorial/tutorial.pdf
example/blink/main.c
gdbserver/Makefile
gdbserver/gdb-server.c
src/stlink-common.c
src/stlink-common.h
src/stlink-usb.c
2011-11-15 00:57:09 +00:00
jnosky
67db39b0b3
Changed size argument to hex
...
Address was hex, size was decimal. Now uniform to be hex
2011-11-14 16:16:57 -05:00
Fabien Le Mentec
0ff09f90ce
[merge] merge jnosky/master
2011-11-12 02:25:02 -06:00
Karl Palsson
388606716e
Update tutorial docs and flash writing/reading
2011-11-04 02:23:17 +00:00
jnosky
0fbdd62e61
Fixed flash utility for STM32F4
...
Can write entire 1MB of flash
2011-10-29 18:17:46 -04:00
Fabien Le Mentec
224966f637
[update] factorize flash writing code. use core_id to identify.
2011-10-23 03:12:23 -05:00
Fabien Le Mentec
70f04de7fc
[update] retry write once on failure
2011-10-22 17:34:05 -05:00
Karl Palsson
d7e37a684a
Replace all logging
...
I needed some sanity...
2011-10-22 20:32:02 +00:00
Karl Palsson
42d2da531f
flag out the only scsi specific code
...
Also flag out some places where code appears unused.
2011-10-22 19:09:31 +00:00
Karl Palsson
076f1086fa
Remove all #ifdefs for sg-utils.
...
We're starting on integration from github.com/afaerber
So, instead of scanning all the usb devices, just open what we want.
2011-10-22 18:05:24 +00:00
Karl Palsson
9bc72d4519
Merge upstream texane/master
2011-10-22 02:11:04 +00:00
Ned Konz
105e266a05
Allowed CONFIG_USE_LIBSG=0 to suppress STLink/V1 compilation
...
This will let people with Macintosh OS/X computers compile and use stlink with STLink/V2 devices, as libsg3 is not available for that platform.
2011-10-20 19:21:43 -07:00
Ned Konz
152989ba1c
Added usage prompt to flash utility
2011-10-19 18:55:56 -07:00
Ned Konz
d0e853ff2b
Fixed compile of flash program
2011-10-19 18:39:26 -07:00
Fabien Le Mentec
2ec1e2b25d
[fix] read_mem32 needs to add +1 to len
2011-10-17 16:21:29 -05:00
Fabien Le Mentec
8abe4682dd
[fix] flash tool. not working for stm32l, ok with stm32vl
2011-10-17 14:52:57 -05:00
le mentec fabien
ffe5d1f31a
[update] add read command to flash tool
2011-10-17 04:00:02 -05:00
Fabien Le Mentec
ce9f2666e9
[update] flash tool, missing SWD mode entering and core reset
2011-10-16 16:29:28 -05:00
Fabien Le Mentec
c16a18e5b3
[add] flash memory loader tool
2011-10-16 15:36:11 -05:00