fw/stlink
2014-01-25 texane[ add ] INSTALL.mingw using dandev37 comments
2014-01-23 texaneMerge pull request #205 from JonasNorling/master
2014-01-22 Jonas NorlingRemove unsupported --device option to st-util
2014-01-22 Jonas NorlingCorrect address for STM32F2 flash size register
2013-12-19 texaneMerge pull request #199 from agpanarin/master
2013-12-19 agpanarinProcess SIGINT and SIGTERM only in safe places
2013-12-18 texaneMerge pull request #198 from jsarenik/osx_tarball
2013-12-18 Jan Sarenikstlinkv1_macosx_driver: add Mavericks
2013-12-12 texane[ fix ] ident typo
2013-12-11 texaneMerge pull request #197 from rene-dev/master
2013-12-11 Rene Hopfst-term magic byte via commandline argument
2013-12-07 texaneMerge pull request #195 from onnokort/master
2013-12-07 Onno KortmannProperly detect and warn if multiple stlinky magic...
2013-11-01 texaneMerge pull request #191 from jimparis/flash-support...
2013-10-31 Jim ParisAdd --reset option to trigger a reset both before and...
2013-10-30 texaneMerge pull request #189 from dandev37/master
2013-10-30 Dan HeplerAdded known working targets STM32L151CB and STM32L152RB.
2013-10-29 texane[ update ] README, STM32F439VIT6 working as reported...
2013-10-28 texaneMerge pull request #187 from chrisdew/master
2013-10-28 Chris DewAdded STM32F429I-DISCO
2013-10-27 texaneMerge pull request #185 from ouah/master
2013-10-27 Olivier GayFix all compilation warnings
2013-10-27 Olivier GayRestore gdb-server cleanup handlers for MinGW
2013-10-27 texaneMerge pull request #184 from ouah/master
2013-10-27 Olivier GayFix build issues with MinGW
2013-10-24 texaneMerge pull request #183 from thinkski/master
2013-10-24 Chris HiszpanskiFixes issue #161
2013-10-14 texane[ patch from Uwe Bonnes ] add STM32F42x and F43x-parts...
2013-10-14 texane[ patch from Uwe Bonnes ] determine flash size for...
2013-09-30 texane[ fix ] st-info warnings
2013-09-30 texaneMerge pull request #181 from SuperVirus/master
2013-09-29 htkSupport for reading target voltage
2013-09-29 texaneMerge pull request #180 from nekromant/info
2013-09-29 Andrew 'Necromant... Add st-info utility
2013-09-01 texaneMerge pull request #178 from maximevince/master
2013-09-01 Maxime VincentMerge branch 'master' of git://github.com/texane/stlink
2013-09-01 Maxime VincentFixed the DEBUG switch in gdb-server.c
2013-09-01 texane[ fix ] missing exit prototype, include stdlib.h
2013-09-01 texane[ fix ] 0001-stlink-gui-Follow-new-stlink_open-usage...
2013-08-24 texaneMerge pull request #177 from Disasm/master
2013-08-24 Vadim KaushanUpdate list of known working targets
2013-08-18 texaneMerge pull request #176 from prattmic/reset
2013-08-18 Michael PrattAdd option to not reset board on connect
2013-08-13 texaneMerge pull request #173 from JohannesTaelman/master
2013-08-13 JohannesTaelmanfixed USB VID/PID detection bug
2013-07-18 lementecjtag reset introduced in 57d068097eb57aa7ee985ddb1edea9...
2013-07-09 texaneMerge pull request #167 from bms20/master
2013-07-09 Breton M. SaundersAdded proper reset support; now asserts nrst and then...
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-06-13 texaneMerge pull request #159 from jonasdn/check-for-ui-file
2013-06-13 Jonas Danielssonstlink-gui: add check for existence of UI file
2013-06-10 texaneMerge pull request #156 from jonasdn/gtk-gui
2013-06-10 Jonas Danielssonautoconf: add --with-gtk option to enable gui
2013-06-10 Jonas Danielssongui: add initial gtk implementation
2013-05-07 texaneMerge pull request #151 from kevlar26/master
2013-05-07 kevinEnsure that the USB device search succeeds if the match...
2013-05-06 texaneMerge pull request #150 from nekromant/master
2013-05-06 Andrew 'Necromant... st-term: handle two signals and fixups
2013-05-06 Andrew 'Necromant... working st-term proof-of-concept. Period.
2013-05-05 Andrew 'Necromant... Add STlink terminal draft
2013-04-23 texaneMerge pull request #148 from AleCher/master
2013-04-23 Alexey CherevatenkoEnvironment STLINK_DEVICE allow to choose ST_LINK
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-06 Jack PeelAdd SIGTERM signal handler to also call cleanup
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-04-01 Fabien Le Mentec[ update ] bind gdb server on INADDR_ANY, as requested...
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-03-06 texaneMerge pull request #135 from prattmic/signal_cleanup
2013-03-06 Michael PrattAdd SIGINT handler for stlink cleanup
2013-03-06 texaneMerge pull request #133 from prattmic/master
2013-03-06 Michael PrattMove persistence flag to st_state_t
2013-03-06 texaneMerge pull request #132 from prattmic/master
2013-03-06 Michael PrattAdd persistence support to gdb-server
2013-03-06 Michael PrattRevert "[ merge ] patch from fischermi@t-online.de...
2013-02-12 texaneMerge pull request #128 from schodet/unaligned-read
2013-02-12 Nicolas SchodetFix byte count when doing unaligned memory read, fix...
2013-01-10 texaneMerge pull request #122 from sheaff/master
2013-01-09 A SheaffClears DMA config registers for Discovery F4 board
2013-01-06 texaneMerge pull request #121 from WinterMute/64bit_win_fix
2013-01-06 Dave Murphybump version
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 Murphybump version
2012-12-31 Dave MurphyMerge branch 'master' of git://github.com/texane/stlink
2012-12-31 Dave Murphybump version
2012-12-27 Fabien Le Mentec[ merge ] patch from fischermi@t-online.de, GDB server...
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...
next