fw/stlink
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
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...
next