fw/stlink
2016-05-16 Jerry JacobsMerge pull request #415 from texane/chipid_refactor
2016-05-16 Jerry JacobsMove chipid defines and deduplicate chipid params code
2016-05-16 Jerry JacobsMerge pull request #414 from raron/master
2016-05-16 Áron RADICSAdd L0 Category 2 device (chip id: 0x425)
2016-05-13 Jerry JacobsUpdate ISSUE_TEMPLATE.md
2016-05-11 texaneFixing NULL to char assignment
2016-05-11 Jerry JacobsREADME.md: Document build dependencies, fixes #362
2016-05-11 Jerry JacobsMerge pull request #410 from texane/travis-build-gui
2016-05-11 Jerry JacobsReorganize stlink-gui and update README, add building...
2016-05-09 texaneMerge pull request #408 from tomdeboer/STML1_Fix
2016-05-09 Tom de BoerFormatted comments and stm32lx.s
2016-05-09 Tom de BoerMerge commit 'd8c4e7c1bd29921c2b24703d264669b9c711bae9...
2016-05-09 Piotr Habermerge L0 and L1 flash loader
2016-05-09 Piotr Haberfix for L0 flash loader
2016-05-09 Piotr HaberRevert "Merge pull request #407 from tomdeboer/STML1_Fix"
2016-05-08 Tom de BoerFixed the STM32L-problem according to @gluedig
2016-05-06 texaneMerge pull request #407 from tomdeboer/STML1_Fix
2016-05-06 Tom de BoerFix for broken STML0 and STML1
2016-05-06 texaneMerge pull request #406 from gluedig/L0x_cat5_merge
2016-05-06 Piotr HaberAdd support for L0x Category 5 devices
2016-05-05 Jerry JacobsUpdate LICENSE with stlink contributors and notice...
2016-05-05 Jerry JacobsREADME.md: Recover removed symlink to README
2016-05-05 Jerry JacobsReorganize files:
2016-05-05 Jerry JacobsAdd ChangeLog.md before bump to v1.2.0
2016-05-05 Jerry Jacobsstlink-usb: Rewrite warning libusb_claim_interface...
2016-05-05 Jerry JacobsCMake: Dont use pkg-config to find libusb on Mac OSX...
2016-05-03 Jerry JacobsISSUE_TEMPLATE.md, fix typo
2016-05-03 Jerry JacobsAdd github ISSUE_TEMPLATE.md
2016-05-02 texaneMerge pull request #405 from xor-gate/travis-add-autoto...
2016-05-02 Jerry JacobsMerge remote-tracking branch 'upstream/master' into...
2016-05-02 Jerry JacobsTravisCI: Add building with autotools, catches bugs...
2016-05-02 texaneMerge pull request #404 from xor-gate/fix-st-info-probe...
2016-05-02 Jerry Jacobsst-info: --probe: Due to already claimed stlink one...
2016-05-01 texanefix: remove st_probe variables from automake
2016-04-30 texaneupdate README
2016-04-29 texaneMerge pull request #400 from xor-gate/st-info-add-openo...
2016-04-29 Jerry Jacobsst-info: Add support for OpenOCD hla_serial printing
2016-04-24 texaneFix issue #399: Some Nucleo devices (L476RG) do not...
2016-04-16 texaneMerge pull request #398 from xor-gate/refactoring
2016-04-16 texaneMerge pull request #397 from xor-gate/st-probe-libusb-fix
2016-04-15 Jerry Jacobsstlink_open_usb: Fix issue where serial is not cached...
2016-04-15 Jerry Jacobs* Merge st-probe tool into st-info
2016-04-15 Jerry JacobsFix hang when user has no libusb access because of...
2016-04-15 texaneMerge pull request #396 from xor-gate/cmake-fixes
2016-04-15 Jerry JacobsAdd -fPIC compiler flag, remove st-info from libstlink...
2016-04-08 texaneMerge pull request #395 from halt-hammerzeit/master
2016-04-08 Nikolaydriver README minor edits
2016-04-08 Nikolayrenaming the README file to README.md
2016-04-08 NikolayBeautify + El Capitan confirmation
2016-04-07 texaneMerge pull request #393 from xor-gate/cmake-better...
2016-04-07 Jerry JacobsMerge with master
2016-04-07 texaneMerge pull request #394 from xor-gate/st-probe-busy...
2016-04-07 texaneMerge pull request #392 from xor-gate/travis
2016-04-07 Jerry Jacobsst-probe: Fix segfault when programmer is already busy...
2016-04-07 Jerry Jacobscmake: Add -ggdb flag when CMAKE_BUILD_TYPE=Debug,...
2016-04-07 Jerry Jacobstravis: Initial continues integration build on linux...
2016-04-06 texaneMerge pull request #391 from xor-gate/st-probe
2016-04-06 Jerry Jacobsst-probe: Initial working stlink_probe_* API and CLI...
2016-04-02 texaneMerge pull request #389 from tobbad/master
2016-04-02 Tobias BadertscherTrace the read data in stlink_read_debug32 and not...
2016-04-02 texaneMerge pull request #388 from tobbad/master
2016-04-02 Tobias BadertscherProper writing of page 0 of second bank for stm32l476xe.
2016-03-20 texaneMerge pull request #386 from l29ah/texane-master
2016-03-20 Sergey Alirzaevavoid reading from NULL
2016-03-17 texanefix: FLASH_F4_CR_LOCK
2016-03-16 texanefix: chip_id now a pointer, dereference
2016-03-16 fabien.lementecfix: stlink_version return code
2016-03-14 texaneMerge pull request #384 from mcoquelin-stm32/cleanups
2016-03-14 Maxime Coquelinstlink-common: Ensure flash type is properly declared...
2016-03-14 Maxime Coquelinstlink-common: Fix STM32L4 loader write count to reflec...
2016-03-14 Maxime Coquelinstlink-common: Update STM32L0/1 loaders to return remai...
2016-03-14 Maxime Coquelinstlink-common: Update STM32L0 and STM32L1 loader ABI
2016-03-14 Maxime Coquelinstlink-common: Simplify run_flash_loader()
2016-03-14 Maxime Coquelinstlink-common: Introduce type of flash controller enum
2016-03-14 Maxime Coquelinst-flash: Improve error handling
2016-03-14 Maxime Coquelinstlink-common: Make stlink API propagate backend errors
2016-03-14 Maxime CoquelinMake the backends propagate errors
2016-03-14 Maxime Coquelinstlink_target_voltage: Check for libusb error
2016-03-14 Maxime Coquelinstlink_core_id: No need to return core_id value
2016-03-14 Maxime Coquelinread_debug32: Use a pointer instead of returning the...
2016-03-11 texaneMerge pull request #383 from xor-gate/cmake-add-st...
2016-03-11 Jerry JacobsAdd st-info to CMakeLists.txt
2016-02-27 texanebe quicker about determining erased byte pattern when...
2016-02-27 texaneMerge pull request #377 from gtalusan/master
2016-02-27 George Talusanbe quicker about determining erased byte pattern when...
2016-02-23 texaneMerge pull request #376 from gtalusan/master
2016-02-23 George Talusanmake st-flash clean up on sigint/term/segv, make gdb...
2016-02-22 texaneMerge pull request #375 from gtalusan/master
2016-02-22 George Talusanmake usb backend status check work, remove some dead...
2016-02-19 texaneMerge pull request #374 from gtalusan/master
2016-02-19 George Talusanuse libusb synchronous api
2016-02-19 texaneMerge pull request #371 from gtalusan/master
2016-02-19 texaneMerge pull request #372 from gtalusan/gdb-bigread
2016-02-19 George Talusanclamp gdb memory reads to 0x1800
2016-02-19 George Talusanremove empty byte truncation from stlink_fread
2016-02-15 fabien.lementecAdded STM32F051R8T6
2016-02-03 texaneMerge pull request #370 from brunowonka/STM32L4_flash_fix
2016-02-03 Bruno Dal Boclean SR flags before programming CR
2016-02-03 Bruno Dal Bofix on stm32l4 to clear flash mass erase flags on CR
2016-02-01 fabien.lementecfix signed unsigned comparison
next