fw/stlink
2013-12-09 Bdale Garbeeadd VCT6 support (chip_id 0x427) based on upstream... master
2012-12-28 Keith PackardAdd support for high density STM32L series (chip id...
2012-07-20 Keith PackardAdd autogen.sh script
2012-07-20 Keith PackardConvert to autotools
2012-02-08 texaneMerge pull request #61 from UweBonnes/master
2012-02-07 Uwe BonnesRename "flash" to "st-flash"
2012-02-07 Uwe BonnesRevive the V1 pathes in stlink-usb. Tested with the...
2012-02-07 Uwe BonnesRemove an outdated FIXME
2012-02-04 texaneMerge pull request #59 from UweBonnes/master
2012-02-04 Uwe BonnesReport about more Chips tested
2012-02-04 Uwe BonnesMerge branch 'master' of git://github.com/texane/stlink
2012-02-02 Uwe BonnesMerge branch 'master' of github.com:UweBonnes/stlink
2012-02-02 Uwe BonnesFix the progress indicator for F2/F4 flash writing
2012-02-02 Uwe BonnesAssume maximum FLASH size for F2 as for F4 (broken...
2012-02-02 Uwe BonnesFor now, we can treat F2 as F4 for flashing
2012-02-02 Uwe BonnesFor L1/F2/F4 we need the chip-id to distinguish, F1...
2012-02-02 Uwe BonnesGive a different error when writing to flash or ram
2012-02-02 texaneMerge pull request #57 from karlp/th-pull-projfiles
2012-02-01 Karl PalssonRemove all project files from stlink.
2012-02-01 Fabien Le Mentec Get st-util ack'ing the monitor request. Responds to
2012-02-01 texaneMerge pull request #56 from karlp/th-pull-documentation
2012-02-01 texaneMerge pull request #54 from karlp/th-pull-chipids
2012-02-01 Karl PalssonAdd pkg-config to the list of requirements.
2012-02-01 Karl PalssonUpdate list of known working targets
2012-02-01 Karl PalssonRemove the "merge in progress" notice
2012-02-01 Karl PalssonUse proper modifiers for size_t printing.
2012-02-01 Karl PalssonUnify chipid naming convention.
2012-01-31 texaneMerge pull request #52 from UweBonnes/master
2012-01-31 texaneMerge pull request #51 from DanielO/master
2012-01-31 Uwe BonnesMerge branch 'master' of github.com:UweBonnes/stlink
2012-01-31 Daniel O'ConnorUse pkg-config to find libusb CFLAGS and LDFLAGS.
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-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-19 Uwe BonnesUse stlink_r|w_debug32 for single word access in the...
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 BonnesAdd dependancy from stlink.a
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 BeckmannAdded the library to the list of dependencies as in...
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 BonnesFor gdbserver, use the same initialization sequence...
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-16 Fabien Le Mentec[update] stlinkv1_macosx_driver/README
2011-12-16 Fabien Le Mentec[update] AUTHOR
2011-12-16 Fabien Le Mentec[add] stlinkv1_macosx_driver from marco.cassinerio...
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 BonnesMore files to ignore
2011-12-10 Uwe BonnesPrint undecode chip_id too
2011-12-10 Uwe BonnesAdd explicit dependancy on the stlink archive
2011-12-10 Uwe BonnesFix leakage pathes for V1
2011-12-10 Uwe BonnesFix memory leakage pathe with no V2 device found
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: stlink...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl: strict...
2011-11-22 le mentec fabien[update] apply patches from marpe@mimuw.edu.pl for...
2011-11-20 Fabien Le Mentec[update] blink_flash makefile
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 Karl PalssonUpdate readme, as this is about to get messy!
2011-11-14 Karl PalssonRemove final reference to old sg/usb compilation flags
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 jnoskyChanged size argument to hex
2011-11-14 jnoskyRemoved comment about STM32F4 limitations
2011-11-14 texaneMerge pull request #27 from csamuelson/master
next