Support for STM32L1 medium-plus chips with chip id 0x427
[fw/stlink] / src / stlink-common.c
2013-06-21 BurnsSupport for STM32L1 medium-plus chips with chip id...
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-05 texaneMerge pull request #141 from mower7/master
2013-04-05 Jack PeelAdd support for the STM32L1 Medium density device flash...
2013-04-04 texaneMerge pull request #140 from mower7/master
2013-04-03 Jack PeelAdd Support for STM32L1xx Medium Plus and High density...
2013-03-22 texaneMerge pull request #138 from 6thimage/master
2013-03-22 Ian GriffithsLimited DMA clearing to STM32F4, removed fatal error...
2013-03-20 Ian GriffithsAdded lock state check to stlink_erase_flash_page.
2013-01-06 texaneMerge pull request #121 from WinterMute/64bit_win_fix
2013-01-06 Dave Murphyfile needs to be Binary for windows
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-25 Fabien Le Mentec[ merge ] Andreas Seltenreich <uwi7@rz.uni-karlsruhe...
2012-11-15 lementec[ merge ] STM32_CHIPIP_F3 patch from Geoffrey Brown
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.c: Improve error reporting
2012-10-05 Pekka Nikandersrc/stlink-common.[ch]: Another fix on white spaces...
2012-10-04 texaneMerge pull request #109 from Senseg/master
2012-10-04 Pekka Nikandersrc/stlink-common.c: Fix white spaces, unify coding...
2012-07-09 texaneMerge pull request #102 from prattmic/master
2012-07-09 Michael PrattFix build warning
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-21 texaneMerge pull request #98 from karlp/master
2012-06-21 Karl PalssonDisplay proper final page write count for 32L
2012-06-08 texaneMerge pull request #93 from zyp/master
2012-06-08 Vegard Storheil... Added flash loader stub for F2/F4.
2012-06-03 texaneMerge pull request #86 from szczys/master
2012-06-03 Mike SzczysCorrected F0 DBGMCU_IDCODE register address
2012-06-03 Fabien Le Mentec[ update ] F0 chip id
2012-05-14 texaneMerge pull request #77 from WinterMute/mingw
2012-05-14 Dave MurphyMerge branch 'master' into mingw
2012-04-28 Dave MurphyChanges for compiling with mingw32
2012-02-04 texaneMerge pull request #59 from UweBonnes/master
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-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 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-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 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...
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 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-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 PalssonRemove dead code and unused variables
2011-11-14 Karl PalssonDon't refetch the chip id on every single page erase.
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
next