Only call strtoul when there is an argument that strtoul can work on
[fw/stlink] / src /
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: stlink...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: strict...
2011-11-15 texaneMerge pull request #29 from karlp/future_f1plusf4
2011-11-15 Karl PalssonFix merge problem with flash verify for F4
2011-11-15 Karl PalssonMerge branch 'tmaster' into future
2011-11-14 Karl PalssonMerge remote branch 'origin/libwork2'
2011-11-14 texaneMerge pull request #28 from jnosky/master
2011-11-14 jnoskyAdded code so gdbserver can fully support the STM32F4...
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 refetch the chip id on every single page erase.
2011-11-14 Karl PalssonDon't try reading device params in bad USB modes.
2011-11-14 Karl PalssonFix flash writing for VL cores.
2011-11-12 Karl PalssonRead chip and core id in device param loading.
2011-11-12 Karl PalssonMove all the flash size mapping from gdb server into...
2011-11-12 Fabien Le Mentec[merge] merge jnosky/master
2011-11-12 Fabien Le MentecMerge branch 'jnosky/master'
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-11 jnoskyChanged chip detection method
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 PalssonWriting registers works too
2011-11-04 Karl Palssonblinking LEDs via stlink also works
2011-11-04 Karl Palssonwrite_mem8 works too.
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-11-03 Karl PalssonRemove sg-utils test output
2011-10-29 jnoskyFixed flash utility for STM32F4
2011-10-29 unknownFixed flash utility for STM32F4
2011-10-23 Fabien Le Mentec[update] factorize flash writing code. use core_id...
2011-10-23 Fabien Le Mentec[update] disable flash write operation checking
2011-10-23 Chris SamuelsonMerge branch 'master' of github.com:csamuelson/stlink
2011-10-22 Fabien Le Mentec[update] retry write once on failure
2011-10-22 Fabien Le Mentec[fix] stm32l flash write
2011-10-22 Karl PalssonReplace all logging
2011-10-22 Karl Palssonflag out the only scsi specific code
2011-10-22 Fabien Le Mentec[update, wip] stm32l flash write, to be tested
2011-10-22 Karl PalssonRemove all #ifdefs for sg-utils.
2011-10-22 Karl PalssonMerge upstream texane/master
2011-10-21 Fabien Le MentecMerge branch 'master' into local/stm32l_flash
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-19 Fabien Le Mentec[merge] patches from uwe
2011-10-18 Fabien Le Mentec[merge] karl/uwe_usb branch
2011-10-18 Fabien Le Mentec[merge] karl/uwe_usb branch
2011-10-18 Fabien Le Mentec[wip]
2011-10-17 Fabien Le Mentec[fix] read_mem32 needs to add +1 to len
2011-10-16 Fabien Le Mentec[fix] stlink_usb_read_mem32 len command field
2011-10-16 Fabien Le Mentec[fix] stlinkv2 missing initialisation
2011-10-16 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-10-16 Fabien Le Mentec[fix] missing stlink_fwrite_flash decl
2011-10-16 Uwe BonnesRemove some debug output
2011-10-16 Uwe BonnesAssert size only if Q_BUF_LEN is smaller UINT16_MAX
2011-10-16 Uwe BonnesSize all USB receive operations
2011-10-15 Fabien Le Mentec[update] unused stlinkv2 commands
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-14 Uwe BonnesFix a signedness warning
2011-10-13 Karl PalssonMerge remote branch 'karlgithub/master' into mystm32l
2011-10-13 Dmitry Bravikovrandom port
2011-10-13 Dmitry Bravikovadded installation, added ST_LINK autodetection
2011-10-13 Uwe BonnesAdd missing functionality stlinkv2
2011-10-13 Uwe BonnesImplement _stlink_usb_write_mem32|8
2011-10-13 Uwe BonnesAdd a buffer to hold the command
2011-10-13 Uwe BonnesAdd a pointer how to wrap USB SG commands
2011-10-12 Karl PalssonMore debug in prepration for working out writemem32
2011-10-12 Karl PalssonAdd commentary on test methods?
2011-10-12 Karl PalssonAdd comments on register magic numbers.
2011-10-12 Karl PalssonSupport arm core cpuid register decoding
2011-10-12 Karl PalssonMake stlink_core_id return the core id.
2011-10-12 Karl PalssonFix compiler warnings from missing includes
2011-10-12 Karl PalssonSupport "force debug" command, required by gdb server
2011-10-12 Karl PalssonFix stm32l readmem32.
2011-10-12 Karl PalssonSupport version decoding on both platforms
2011-10-11 Karl PalssonUse defined VID/PIDs instead of magic numbers
2011-10-08 Karl Palssonremove the keypress to exit the app
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-07 Karl PalssonRemove duplicate endianness
2011-10-06 Karl PalssonInitial commit of workable stm32l debug
2011-09-29 Karl PalssonTweak stm32l version to start using shared headers
2011-07-15 texaneMerge pull request #9 from whitequark/master
2011-07-14 Peter ZotovAllow for bigger flash block sizes (code by Geoffrey...
2011-07-14 Peter ZotovImplement data watchpoints (code by Geoffrey Brown).
next