fw/stlink
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...
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... Bring 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.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-09-19 texaneMerge pull request #108 from jkent/master
2012-09-19 Jeff Kentworkaround for asserting nRST, issue "monitor jtag_rese...
2012-08-22 texaneMerge pull request #106 from thotsch/master
2012-08-22 Thomas GärtnerAdded kext for os x 10.8
2012-08-19 texaneMerge pull request #105 from prattmic/master
2012-08-19 Michael PrattFix watchpoint support
2012-07-09 texaneMerge pull request #102 from prattmic/master
2012-07-09 Michael PrattFix build warning
2012-07-09 Michael PrattFix the stlink-sg backend to leave space for new functions
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-07-08 texaneMerge pull request #100 from prattmic/master
2012-07-08 Michael PrattMerge remote-tracking branch 'upstream/master'
2012-07-08 Michael PrattUpdated .gitignore to include test binaries
2012-07-03 texaneMerge pull request #99 from TheSeven/master
2012-07-03 Michael SparmannFix "monitor reset" gdb command being misinterpreted...
2012-06-21 texaneMerge pull request #98 from karlp/master
2012-06-21 Karl PalssonDisplay proper final page write count for 32L
2012-06-20 texaneMerge pull request #97 from karlp/kill_examples
2012-06-20 Karl PalssonUpdate tutorial documentation to reflect current code.
2012-06-20 Karl PalssonUpdate primary README with current documentation
2012-06-20 Karl PalssonExamples have no place in stlink codebase.
2012-06-08 texaneMerge pull request #93 from zyp/master
2012-06-08 Vegard Storheil... Added flash loader stub for F2/F4.
2012-06-07 texaneMerge pull request #91 from UweBonnes/master
2012-06-07 Uwe BonnesAdd \n to WLOG when no STLINK found
2012-06-07 Uwe Bonnesst-flash: Honor size, if given
2012-06-03 texaneMerge pull request #86 from szczys/master
2012-06-03 Mike SzczysAdded STM32F0-Discovery board to the blink example...
2012-06-03 Mike SzczysAdded memory map for STM32F05xxx chips
2012-06-03 Mike SzczysCorrected F0 DBGMCU_IDCODE register address
2012-06-03 Fabien Le Mentec[ update ] F0 chip id
2012-05-26 Fabien Le Mentec[ fix ] apply jserv@0xlab.org patch, 0001-trivial-docum...
2012-05-26 texaneMerge pull request #84 from Tectu/master
2012-05-25 Tectufixed option bytes amount
2012-05-17 Fabien Le Mentec[ fix ] missing LIBUSB_CALL definition
2012-05-17 texaneMerge pull request #79 from WinterMute/mingw-mmap
2012-05-16 Dave Murphyuse BSD timersub
2012-05-16 Dave Murphybump version
2012-05-16 Dave Murphyadd COPYING to repository to avoid license confusion
2012-05-16 Dave Murphyfix whitespace
2012-05-16 Dave Murphyreimplement mingw mmap
2012-05-14 texaneMerge pull request #77 from WinterMute/mingw
2012-05-14 Dave MurphyMerge branch 'master' into mingw
2012-05-14 Dave Murphyignore elf files in example
2012-05-14 Dave Murphybump stlink version
2012-05-13 Dave Murphyuse sys/time.h for mingw compatiblity, use LIBUSB_CALL...
2012-05-13 Dave Murphycast to avoid pointer warning
2012-05-13 Dave Murphyfix signedness warning
2012-05-11 texaneMerge pull request #76 from prattmic/master
2012-05-11 Michael PrattFixed issue #66 - Fixed the F4 memory map to include...
2012-04-29 Dave Murphyprototype main function properly
2012-04-29 Dave Murphywrap read/write socket functions on mingw
2012-04-29 Dave Murphyallow use of %zx format specifier om mingw
2012-04-29 Dave Murphyuse WSAStartup on windows, replace bzero with memset
2012-04-29 Dave Murphyundefine macros for socket redirection, fix warnings
2012-04-29 Dave Murphyuse correct headers
2012-04-29 Dave Murphybuild with mingw
2012-04-29 Dave Murphyupdate ignores for generated files
2012-04-28 Dave MurphyChanges for compiling with mingw32
2012-04-28 Dave Murphyautoconfiscate
2012-04-24 texaneMerge pull request #73 from xgoat/master
2012-04-23 Rob SpantonFix an unused parameter warning
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
next