fw/stlink
2016-05-26 Jerry JacobsUpdate README upstream
2016-05-20 Jerry JacobsAdd forgotten tests/CMakeLists.txt
2016-05-20 Jerry JacobsFixup tests/usb.c to read from correct SRAM base, fixes...
2016-05-20 Jerry JacobsMerge branch 'master' of github.com:texane/stlink
2016-05-20 Jerry JacobsFurther Refactor stlink.h into correct places and files...
2016-05-20 Jerry JacobsMove USB defines into usb.h, move chip register defines...
2016-05-20 Jerry JacobsMerge pull request #421 from texane/travis-toolchains
2016-05-20 Jerry Jacobstravis: Add gcc-5 and clang-3.8 to matrix for linux...
2016-05-20 Jerry Jacobscmake: Search for static libusb-1.0 library on OSX...
2016-05-20 Jerry JacobsMove STLINK_DEBUG_* defines into enum, move flash_loade...
2016-05-20 Jerry Jacobslogging.h: Add helpers so the log macros can have just...
2016-05-20 Jerry Jacobscommon.c: Add STLINK_CHIPID_STM32_F410 for correct...
2016-05-19 Jerry JacobsMerge pull request #419 from stm32-template/fix_warning
2016-05-19 Jean-Marie... Fix const warning
2016-05-19 Jerry Jacobschipid: Initial support for STM32F410
2016-05-17 Jerry JacobsUpdate README
2016-05-17 Jerry JacobsUpdate README
2016-05-16 Jerry JacobsMerge pull request #416 from texane/stlink_gui_fix_warn...
2016-05-16 Jerry Jacobsstlink_gui: Fix compiler warning on overflow
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...
next