Wykres commitów

21 Commity (13c0da3bccf358150e11eab21d28d618db5ab25f)

Autor SHA1 Wiadomość Data
Fabien Le Mentec 13c0da3bcc Merge branch 'jnosky/master' 2011-11-12 01:49:08 -06:00
jnosky d6ab5b0c3f Temp fix to work with F4 up to 64k of flash, changed chip detection
Can debug with up to 64k flash on the F4
2011-11-10 20:12:29 -05:00
Dmitry Bravikov 72104c9816 [fix] parsing command line and sg autodetection 2011-11-08 09:41:43 +06:00
Dmitry Bravikov c85c172c63 Parsing the arguments of command line 2011-11-06 23:26:12 +06:00
jnosky 0fbdd62e61 Fixed flash utility for STM32F4
Can write entire 1MB of flash
2011-10-29 18:17:46 -04:00
Chris Samuelson 59a7e8b470 Place -lusb-1.0 as the last of the linker options 2011-10-22 21:23:53 -05: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
Fabien Le Mentec 27cbdfaa6e [fix] do not set socket timeout 2011-10-20 18:25:11 -05:00
Fabien Le Mentec 0571447546 [merge] patches from uwe 2011-10-20 16:43:21 -05:00
Fabien Le Mentec a34d563757 [merge] karl/uwe_usb branch 2011-10-18 16:35:24 -05:00
Fabien Le Mentec 4bb6ab6d9f [merge] karl/uwe_usb branch 2011-10-18 16:27:36 -05:00
Fabien Le Mentec f01fc0c4f1 [fix] GDB port fixed to 4242 until better command line parsing. leave DFU mode. 2011-10-14 16:08:44 -05:00
Fabien Le Mentec ea11de2d8b [fix] GDB listening port, temporary. needs better command line parsing. 2011-10-14 15:55:17 -05:00
Fabien Le Mentec 6463c75a4b [fix] gdb-server unused variable 2011-10-14 15:02:06 -05:00
Karl Palsson 1d8b0c600b Merge remote branch 'karlgithub/master' into mystm32l
Conflicts:
	build/Makefile
	gdbserver/gdb-server.c

This merges in the bulk of bravikov's work on the command line and automatic sensible defaults for
the gdb server
2011-10-13 20:13:31 +00:00
Karl Palsson 59162a0b5c More debug in prepration for working out writemem32 2011-10-12 21:24:33 +00:00
Uwe Bonnes af225b39c9 The Flash Size Register is different for the different chips, so add it to the chip parameters
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2011-10-12 19:16:56 +00:00
Uwe Bonnes 36812d6e32 Explain source of CHIP ID and add new devices
Modified by karlp to merge the two 0x416 devices
Modified to add F1 to the F1 devices and sort by device id

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2011-10-12 19:08:21 +00:00
Karl Palsson 371b100cb0 Fix stm32l readmem32.
As noted, the usb transfer only has a 1 byte length, but it also has a different mode
to enter.

Tidied up and removed more duplicate and hard coded code, tried to add some notes on
where the magic came from.

No idea where the chip ids came from, I can't find them in the datasheets anywhere.
2011-10-12 01:45:28 +00:00
Karl Palsson 8f4e7c64dc build gdbserver with new library
Has a line hardcoding it to the the usb backend.  I don't have a stm32vl board :(
2011-10-07 20:17:48 +00:00
Karl Palsson d060c3c040 Initial commit of workable stm32l debug
Move towards a standard libstlink, with backends for libusb (stm32l discovery) and scsi
passthrough (stm32vl discovery) and a common front end.

Verified that stm32l branch works much the same, but more to go for stm32vl.
2011-10-06 23:22:33 +00:00