Merge branch 'master' of https://github.com/burnsfisher/stlink
[fw/stlink] / src / stlink-common.h
2013-06-23 Fabien Le MentecMerge branch 'master' of https://github.com/burnsfisher...
2013-06-23 Fabien Le MentecMerge branch 'master' of https://github.com/yurovsky...
2013-06-21 BurnsSupport for STM32L1 medium-plus chips with chip id...
2013-06-21 Andrey Yurovskyadd new STM32F401 parts (F4 variant)
2013-06-14 texaneMerge pull request #162 from bms20/master
2013-06-14 Breton M. SaundersAdded support for small f0 devices with core id 0x444
2013-04-16 texaneMerge pull request #143 from mower7/master
2013-04-14 texaneMerge pull request #142 from yurovsky/master
2013-04-14 Andrey YurovskyDon't use magic numbers for chip_id field
2013-04-04 texaneMerge pull request #140 from mower7/master
2013-04-03 Jack PeelAdd Support for STM32L1xx Medium Plus and High density...
2013-01-06 texaneMerge pull request #121 from WinterMute/64bit_win_fix
2013-01-06 Dave Murphyfix write_flash size of len for 64bit
2012-12-31 Dave MurphyMerge branch 'master' of git://github.com/texane/stlink
2012-11-28 Fabien Le Mentec[ merge ] patch from jgobat@gmail.com, add STM32F373...
2012-11-15 lementec[ merge ] STM32_CHIPIP_F3 patch from Geoffrey Brown
2012-11-04 texaneMerge pull request #114 from wkoszek/master
2012-11-04 Wojciech A. KoszekBring the support for STM32 F3 Discovery board (ARM...
2012-10-18 texaneMerge pull request #111 from Senseg/master
2012-10-05 Pekka NikanderAdd support for STM32F0-Discovery
2012-10-05 Pekka Nikandersrc/stlink-common.[ch]: Another fix on white spaces...
2012-07-09 texaneMerge pull request #101 from prattmic/master
2012-07-09 Michael PrattWrite to extra (FP, etc) registers from GDB
2012-07-09 Michael PrattExtra registers integration with GDB
2012-07-09 Michael PrattRead Cortex M4F floating point registers
2012-06-03 texaneMerge pull request #86 from szczys/master
2012-06-03 Mike SzczysAdded memory map for STM32F05xxx chips
2012-02-04 Uwe BonnesMerge branch 'master' of git://github.com/texane/stlink
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 PalssonUnify chipid naming convention.
2012-01-19 texaneMerge pull request #49 from UweBonnes/master
2012-01-19 Uwe BonnesAllow to write to sram from the command line
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 BonnesImplement and expose single 32 memory read/write
2011-12-12 Uwe BonnesExpose JTAG NRST
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 texaneMerge pull request #28 from jnosky/master
2011-11-14 jnoskyAdded code so gdbserver can fully support the STM32F4...
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 MentecMerge branch 'jnosky/master'
2011-11-11 Karl PalssonMerge branch 'master' of github.com:karlp/stlink
2011-11-04 Karl PalssonMerge branch 'master' of https://github.com/texane...
2011-11-03 Karl PalssonMerge branch 'killsg' of github.com:karlp/stlink into...
2011-11-03 Karl PalssonMerge branch 'master' into killsg
2011-11-03 Karl PalssonRemove -sg's private version decoding
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-22 Fabien Le Mentec[fix] stm32l flash write
2011-10-22 Karl PalssonReplace all logging
2011-10-22 Karl PalssonMerge upstream texane/master
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-15 Fabien Le Mentec[update] unused stlinkv2 commands
2011-10-14 Fabien Le MentecMerge remote branch 'karl/stm32l' into local/stlinkv2
2011-10-13 Karl PalssonMerge remote branch 'karlgithub/master' into mystm32l
2011-10-13 Uwe BonnesAdd a buffer to hold the command
2011-10-12 Karl PalssonMore debug in prepration for working out writemem32
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 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-07 Karl Palssonbuild gdbserver with new library
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