CoreIF for F2/F4 is not different, use CPUID to distinguish. F4 errata seems to give...
[fw/stlink] / src /
2012-01-28 Uwe BonnesCoreIF for F2/F4 is not different, use CPUID to disting...
2012-01-27 Uwe BonnesFix writing to SRAM on F1. Blocksize greater 0x1800...
2012-01-24 Uwe BonnesFix mass erase of F4
2012-01-20 Uwe BonnesF1 set_flash_cr_strt unconditionally set the PER bit...
2012-01-19 texaneMerge pull request #49 from UweBonnes/master
2012-01-19 Uwe BonnesA blank STM32L151 refused half-page writing. Fall back...
2012-01-19 Uwe BonnesMake stlink_erase_flash_mass device dependant and imple...
2012-01-19 Uwe BonnesWhen loading a file to SRAM or Flash, set the Stack...
2012-01-19 Uwe BonnesAllow to write to sram from the command line
2012-01-19 Uwe BonnesStore the masked chip_id in the stlink structure. Shoul...
2012-01-18 le mentec fabien[fix] format warning on 32 bits
2012-01-18 Uwe BonnesMerge branch 'master' of git://github.com/texane/stlink
2012-01-17 Uwe BonnesAs write_buffer_to_sram() can now handles arbitrary...
2012-01-17 Uwe BonnesEnable half_page write for STM32L
2012-01-17 Uwe BonnesIn write_buffer_to_sram() write as much as possible...
2012-01-17 Uwe Bonneswrite_mem8 with more than 0x40 bytes gives unexpected...
2012-01-17 Uwe BonnesSome L1 flash address was off by 0x10, but is never...
2012-01-17 Uwe BonnesLess noisy output for STM32L erase/program, but still...
2012-01-04 Fabien Le Mentec[fix] valueless return warning
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-18 Uwe BonnesAdd a TODO to check for Supply Voltage before setting...
2011-12-18 Uwe BonnesIf no read size is given, read the whole flash
2011-12-18 Uwe BonnesClip flash read request to maximum flash size
2011-12-18 Uwe BonnesWhile L1 has empty flash cell erased to zero, at least...
2011-12-18 Uwe BonnesAlso ignore ZEROs at end of file when writing
2011-12-18 Uwe BonnesIgnore NULL bytes at flash end when reading
2011-12-18 Uwe BonnesReplace remaining _mem32 single word accesses with...
2011-12-18 Uwe BonnesFix a wrong placed brace and and a not replaced stlink_...
2011-12-18 Uwe BonnesPage erase for STM32L needs a real write to lowest...
2011-12-13 texaneMerge pull request #36 from UweBonnes/master
2011-12-13 Uwe BonnesUse the single word accesses in the flash inner loop...
2011-12-13 Uwe BonnesUse the single WORD memory access
2011-12-13 Uwe BonnesModify shutdown seqeunce. Now a F107 in sleep mode...
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 BonnesPrint undecode chip_id too
2011-12-10 Uwe BonnesFix leakage pathes for V1
2011-12-10 Uwe BonnesFix memory leakage pathe with no V2 device found
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
next