fw/stlink
2011-11-14 Karl PalssonRemove final reference to old sg/usb compilation flags
2011-11-14 Karl PalssonKeep netbeans happy
2011-11-14 Karl PalssonFix memory leaks closing v1 hardware.
2011-11-14 Karl PalssonRemove dead code and unused variables
2011-11-14 Karl PalssonTurn down default logging level.
2011-11-14 Karl PalssonStart up stlinkv1 faster.
2011-11-14 Karl PalssonRemove lots of dead code and superfluous trace
2011-11-14 Karl PalssonNote that many of these "examples" are busted
2011-11-14 Karl PalssonRemove confusing distclean/clean dichotomy
2011-11-14 Karl PalssonStart to keep an uptodate list of what's been tested...
2011-11-14 Karl PalssonDon't refetch the chip id on every single page erase.
2011-11-14 Karl PalssonFix linking with new names
2011-11-14 Karl PalssonAdding original source of vl factory demo
2011-11-14 Karl PalssonBuild libraries for stm32l1xx and stm32f10x
2011-11-14 Karl PalssonFix compile error with new libraries
2011-11-14 Karl PalssonRename board specific demos as appropriate
2011-11-14 Karl PalssonRename 32L specific examples
2011-11-14 Karl PalssonRestructure libs source to support multi platform
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-11 Karl PalssonMerge branch 'master' of github.com:karlp/stlink
2011-11-11 Karl PalssonFinish removing sg-utils dependencies.
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 Palssonnetbeans project update for flash utility
2011-11-04 Karl PalssonInclude a udev rules file for v1 boards too, for permis...
2011-11-04 Karl PalssonUpdate tutorial docs and flash writing/reading
2011-11-04 Karl PalssonUpdate documentation removing all sg-utils notes
2011-11-04 Karl PalssonUpdate netbeans project files.
2011-11-04 Karl PalssonFix compilation error after removing devices.
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 Palssondrop non shared directories from netbeans project
2011-11-03 Karl PalssonRemove -sg's private version decoding
2011-11-03 Karl PalssonRemove sg-utils test output
2011-11-01 Karl PalssonMore generic stlinkv2 udev naming
2011-11-01 Karl PalssonFix compilation for 32bit machines
2011-11-01 Karl PalssonRemove unneeded old files
2011-11-01 Karl PalssonIgnore all elf outputs. Ignore pdflatex outputs
2011-10-27 Fabien Le Mentec[add] dac example
2011-10-23 Fabien Le Mentec[update] tutorial, led blinking from flash
2011-10-23 Fabien Le Mentec[fixme] blink_flash example working. more initializatio...
2011-10-23 Fabien Le Mentec[update] documentation, CHIBIOS
2011-10-23 Fabien Le Mentec[update] factorize flash writing code. use core_id...
2011-10-23 Fabien Le Mentec[update] AUTHORS
2011-10-23 Fabien Le Mentec[update] disable flash write operation checking
2011-10-23 texaneMerge pull request #17 from csamuelson/master
2011-10-23 Chris SamuelsonMerge branch 'master' of github.com:csamuelson/stlink
2011-10-23 Chris SamuelsonPlace -lusb-1.0 as the last of the linker options
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 Palssonremove swallowing of ctrl-c
2011-10-22 Karl PalssonMake the blink example build for all platforms.
2011-10-22 Karl PalssonUpdate netbeans project config to reflect combined...
2011-10-22 Karl PalssonAdd option parsing and help
2011-10-22 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-10-22 Karl PalssonMerge upstream texane/master
2011-10-22 Karl PalssonAdd debug flag by default, no need not to have it in...
2011-10-22 Karl PalssonFix character encodings of st provided files.
2011-10-21 Fabien Le MentecMerge branch 'master' into local/stm32l_flash
2011-10-21 Fabien Le Mentec[update] documentation
2011-10-21 Fabien Le MentecMerge branch 'master' into local/stm32l_flash
2011-10-21 Fabien Le Mentec[update] documentation
2011-10-21 Ned KonzAllowed CONFIG_USE_LIBSG=0 to suppress STLink/V1 compil...
2011-10-20 Fabien Le Mentec[fix] do not set socket timeout
2011-10-20 Fabien Le Mentec[merge] patches from uwe
2011-10-20 Fabien Le Mentec[fix] documentation
2011-10-20 Fabien Le Mentec[update] documentation
2011-10-20 Fabien Le Mentec[update] AUTHORS
2011-10-20 texaneMerge pull request #14 from bikeNomad/master
2011-10-20 Ned KonzAdded usage prompt to flash utility
2011-10-20 Ned KonzAdded multiple-board support to blink_flash Makefile
2011-10-20 Ned KonzAdded rules for subdirectories
2011-10-20 Ned KonzFixed compile of flash program
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[update] add macpod to AUTHORS. update documentation...
2011-10-18 Fabien Le MentecMerge branch 'master' of https://github.com/macpod...
2011-10-18 Fabien Le Mentec[wip]
2011-10-18 Fabien Le Mentec[update] .gitignore
2011-10-18 Jeffrey NelsonUpdated SRAM blink files to work with STM32F4-Discovery...
2011-10-17 Fabien Le Mentec[fix] read_mem32 needs to add +1 to len
next