Align loader to 32-bit boundary
[fw/stlink] / src / stlink-sg.c
2016-05-30 Keith PackardMerge tag '1.2.0' into debian
2016-03-14 texaneMerge pull request #384 from mcoquelin-stm32/cleanups
2016-03-14 Maxime CoquelinMake the backends propagate errors
2016-03-14 Maxime Coquelinread_debug32: Use a pointer instead of returning the...
2015-11-24 Keith PackardMerge branch 'upstream' into debian
2015-03-10 texaneMerge pull request #299 from tyszja/master
2015-03-07 Jakub TyszkowskiRemove redundant includes from stlink-sg.c
2015-03-07 Jakub TyszkowskiFix getting error message when successfully using stlinkV2
2015-03-07 Jakub TyszkowskiFix error being reported twice
2014-07-13 texaneMerge pull request #249 from prattmic/cleanup
2014-07-12 Michael Prattgdbserver: use uglylogging logging
2014-07-10 texaneMerge pull request #248 from prattmic/cleanup
2014-07-10 Michael PrattReindent all source files
2013-09-30 texaneMerge pull request #181 from SuperVirus/master
2013-09-29 htkSupport for reading target voltage
2013-08-18 texaneMerge pull request #176 from prattmic/reset
2013-08-18 Michael PrattAdd option to not reset board on connect
2012-12-31 Dave MurphyMerge branch 'master' of git://github.com/texane/stlink
2012-07-09 texaneMerge pull request #102 from prattmic/master
2012-07-09 Michael PrattFix the stlink-sg backend to leave space for new functions
2012-05-14 texaneMerge pull request #77 from WinterMute/mingw
2012-05-14 Dave MurphyMerge branch 'master' into mingw
2012-04-28 Dave MurphyChanges for compiling with mingw32
2012-01-18 Uwe BonnesMerge branch 'master' of git://github.com/texane/stlink
2012-01-03 Friedrich Beckmannmoved the device parameter loading at the end of initia...
2011-12-18 Uwe BonnesMove reset/load_param in the open functions, as request...
2011-12-13 texaneMerge pull request #36 from UweBonnes/master
2011-12-13 Uwe BonnesDetermine the device parameters explicit after running
2011-12-13 Uwe BonnesImplement and expose single 32 memory read/write
2011-12-12 texaneMerge pull request #35 from UweBonnes/master
2011-12-12 Uwe BonnesExpose JTAG NRST
2011-12-10 Uwe BonnesFix leakage pathes for V1
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: stlink...
2011-11-15 texaneMerge pull request #29 from karlp/future_f1plusf4
2011-11-15 Karl PalssonMerge branch 'tmaster' into future
2011-11-14 Karl PalssonMerge remote branch 'origin/libwork2'
2011-11-14 Karl PalssonFix memory leaks closing v1 hardware.
2011-11-14 Karl PalssonRemove dead code and unused variables
2011-11-14 Karl PalssonStart up stlinkv1 faster.
2011-11-14 Karl PalssonRemove lots of dead code and superfluous trace
2011-11-14 Karl PalssonDon't try reading device params in bad USB modes.
2011-11-12 Karl PalssonMove all the flash size mapping from gdb server into...
2011-11-11 Karl PalssonMerge branch 'master' of github.com:karlp/stlink
2011-11-11 Karl PalssonMerge pull request #1 from PetteriAimonen/master
2011-11-10 Petteri AimonenFixed a bug that caused gdb to display wrong registers...
2011-11-04 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-11-04 Karl PalssonUpdate documentation removing all sg-utils notes
2011-11-04 Karl PalssonFix write_mem32.
2011-11-03 Karl PalssonRemove device names, we now just find it via USB ids.
2011-11-03 Karl PalssonDuh, don't try and do a bulk read when we requested...
2011-11-03 Karl PalssonProperly use tags. Doesn't help though.
2011-11-03 Karl PalssonUse the libusb based sense and status reading from...
2011-11-03 Karl PalssonMerge branch 'killsg' of github.com:karlp/stlink into...
2011-11-03 Karl PalssonRead stlink version info via libusb.
2011-11-03 Karl PalssonSuccessfully locate and open stlinkv1 by usb
2011-11-03 Karl PalssonMerge branch 'master' into killsg
2011-11-03 Karl PalssonRemove -sg's private version decoding
2011-10-22 Karl PalssonReplace all logging
2011-10-22 Karl Palssonflag out the only scsi specific code
2011-10-22 Karl PalssonMerge upstream texane/master
2011-10-21 Fabien Le MentecMerge branch 'master' into local/stm32l_flash
2011-10-21 Ned KonzAllowed CONFIG_USE_LIBSG=0 to suppress STLink/V1 compil...
2011-10-16 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-10-14 Fabien Le Mentec[fix] remove invalid free
2011-10-14 Fabien Le Mentec[fix] missing parse_version in sg transport layer
2011-10-14 Fabien Le Mentec[fix] warnings
2011-10-14 Fabien Le MentecMerge remote branch 'karl/stm32l' into local/stlinkv2
2011-10-13 Karl PalssonMerge remote branch 'karlgithub/master' into mystm32l
2011-10-13 Uwe BonnesAdd a pointer how to wrap USB SG commands
2011-10-12 Karl PalssonSupport "force debug" command, required by gdb server
2011-10-12 Karl PalssonSupport version decoding on both platforms
2011-10-07 Karl Palssonmove debugging output to common code
2011-10-07 Karl Palssonbuild gdbserver with new library
2011-10-07 Karl PalssonFix the missing mode calls.
2011-10-07 Karl PalssonPluggable backends for libsg or libusb
2011-10-06 Karl PalssonInitial commit of workable stm32l debug