add VCT6 support (chip_id 0x427) based on upstream patch by Burns
[fw/stlink] / flash / main.c
2012-02-02 Uwe BonnesGive a different error when writing to flash or ram
2012-01-31 texaneMerge pull request #52 from UweBonnes/master
2012-01-31 Uwe BonnesMerge branch 'master' of github.com:UweBonnes/stlink
2012-01-30 Uwe BonnesLimit reading from RAM to the SRAM Size
2012-01-29 Uwe BonnesGive a different error when writing to flash or ram
2012-01-19 texaneMerge pull request #49 from UweBonnes/master
2012-01-19 Uwe BonnesMake stlink_erase_flash_mass device dependant and imple...
2012-01-19 Uwe BonnesAllow to write to sram from the command line
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 BonnesModify shutdown seqeunce. Now a F107 in sleep mode...
2011-12-13 Uwe BonnesDetermine the device parameters explicit after running
2011-12-12 texaneMerge pull request #35 from UweBonnes/master
2011-12-10 Uwe BonnesChevck first for NULL before writing anything to the...
2011-12-10 Uwe BonnesOnly call strtoul when there is an argument that strtou...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl for...
2011-11-15 texaneMerge pull request #29 from karlp/future_f1plusf4
2011-11-15 Karl PalssonMerge branch 'tmaster' into future
2011-11-14 texaneMerge pull request #28 from jnosky/master
2011-11-14 jnoskyChanged size argument to hex
2011-11-12 Fabien Le Mentec[merge] merge jnosky/master
2011-11-12 Fabien Le MentecMerge branch 'jnosky/master'
2011-11-04 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-11-04 Karl PalssonUpdate tutorial docs and flash writing/reading
2011-11-03 Karl PalssonMerge branch 'master' into killsg
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 Chris SamuelsonMerge branch 'master' of github.com:csamuelson/stlink
2011-10-22 Fabien Le Mentec[update] retry write once on failure
2011-10-22 Karl PalssonReplace all logging
2011-10-22 Karl Palssonflag out the only scsi specific code
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 Ned KonzAllowed CONFIG_USE_LIBSG=0 to suppress STLink/V1 compil...
2011-10-20 texaneMerge pull request #14 from bikeNomad/master
2011-10-20 Ned KonzAdded usage prompt to flash utility
2011-10-20 Ned KonzFixed compile of flash program
2011-10-17 Fabien Le Mentec[fix] read_mem32 needs to add +1 to len
2011-10-17 Fabien Le Mentec[fix] flash tool. not working for stm32l, ok with stm32vl
2011-10-17 le mentec fabien[update] add read command to flash tool
2011-10-16 Fabien Le Mentec[update] flash tool, missing SWD mode entering and...
2011-10-16 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-10-16 Fabien Le Mentec[add] flash memory loader tool