Wykres commitów

1310 Commity (3aaec273da217faf54601c02480ce990baa09894)

Autor SHA1 Wiadomość Data
Nightwalker-87 85f212f2d8
Merge pull request #866 from texane/master
General project update & interim status of develop branch.
2020-02-26 20:55:19 +01:00
Nightwalker-87 0082e48857
Merge branch 'develop' into master 2020-02-26 20:47:25 +01:00
nightwalker-87 2f9748e52f General Project Update
- Fixes in CHANGELOG.md
- Added note in README.md
- Updated package requirements.
2020-02-26 20:32:55 +01:00
Oleksiy Slyshyk 465cd681a1 Merge branch 'develop' of https://github.com/texane/stlink into develop 2020-02-25 07:54:03 +02:00
nightwalker-87 aad5cf1901 Merge branch 'martonmiklos-add_stlink_v3_support' into develop
Resolved conflicts with develop branch.
2020-02-24 23:12:29 +01:00
nightwalker-87 5020ba7f92 Resolved conflicts with develop branch. 2020-02-24 23:11:51 +01:00
nightwalker-87 a69634c112 Updated README.md 2020-02-24 22:55:29 +01:00
Oleksiy Slyshyk fb777668ec Merge branch 'develop' of https://github.com/texane/stlink into develop 2020-02-24 07:23:36 +02:00
nightwalker-87 3af8048356 General Project Update
- Corrected CHANGELOG.md
- Added comment in .travis.sh
- Update for .travis.yml: gcc/g++ v5->v6
2020-02-23 03:08:08 +01:00
nightwalker-87 ee20ab091e Updated README.md 2020-02-22 01:24:49 +01:00
nightwalker-87 e06daedccf Minor corrections in CHANGELOG.md 2020-02-21 22:51:29 +01:00
nightwalker-87 d312ca267f Updated CHANGELOG.md for Release v1.5.1 2020-02-21 17:51:22 +01:00
Oleksiy Slyshyk 5a5c3d71d7 --- 2020-02-21 06:53:28 +02:00
Oleksiy Slyshyk 94f557efe6 Merge branch 'develop' of https://github.com/texane/stlink into develop
# Conflicts:
#	include/stlink/chipid.h
#	src/chipid.c
2020-02-21 06:50:15 +02:00
nightwalker-87 7c0ebda0b5 Improved support for STM32G0xx series. Fix for (#850 #857) (identical to #825) 2020-02-21 02:38:56 +01:00
nightwalker-87 90997ed65b Updated list with tested-boards. 2020-02-21 02:22:19 +01:00
nightwalker-87 8cd3069064 Merge branch 'pr-861/pinaraf/fix-stlink-no-mass-storage' into develop
Fixed stlink support with no mass storage (#861).
2020-02-21 01:57:27 +01:00
nightwalker-87 364f24132e Merge branch 'pr-824/MFaehling/patch-1' into develop
Add aliased SRAM2 region in the L496 memory map (#824)
2020-02-21 01:47:44 +01:00
nightwalker-87 fa35d5b7ba Merge branch 'pr-858/yumkam/fix-st-flash-man-size' into develop
[doc/trivial] Fix st-flash manpage read example (#858)
2020-02-21 01:26:21 +01:00
nightwalker-87 751da606ca Merge branch 'pr-847/zx81a/master' into develop. 2020-02-21 01:07:52 +01:00
nightwalker-87 6692fdc57c Restored support for STM32-Clones
-> CKS devices with Core ID 0x2ba01477
(Closes #756 #757 #761 #766 #769 #805)
2020-02-21 00:50:50 +01:00
nightwalker-87 bc068a34b3 Added support for G031/G041 chips (#825) 2020-02-21 00:09:51 +01:00
nightwalker-87 03ef7bd53d Added support for G031/G041 chips (#825) 2020-02-20 12:51:22 +01:00
nightwalker-87 dfd85120b2 Added support for STM32G4 chips (#822) 2020-02-20 12:28:50 +01:00
nightwalker-87 1de2e4b0f8 Added status messages to CMakeLists.txt 2020-02-20 12:25:23 +01:00
nightwalker-87 393310fc99 Release v1.6.0 2020-02-20 02:08:49 +01:00
nightwalker-87 3f9ae02d80 Updated CHANGELOG.md for upcoming release. 2020-02-20 01:56:53 +01:00
nightwalker-87 5f1264787c Archived page from github project wiki. 2020-02-20 00:37:04 +01:00
Nightwalker-87 9970b67fa9
Create CODE_OF_CONDUCT.md 2020-02-20 00:24:18 +01:00
nightwalker-87 4416a24b5d General project update:
- Updated README & CHANGELOG.
- Updated issue templates.
- Fixes in travis.yml
2020-02-19 21:20:10 +01:00
nightwalker-87 a0de0d0594 Fixes #859. 2020-02-19 18:33:30 +01:00
Nightwalker-87 39dc7db763
Merge pull request #851 from olikraus/master
added several comments on the stlink software structure
2020-02-19 18:10:21 +01:00
Nightwalker-87 e6cf509774
Merge pull request #853 from piccaso/patch-2
Fix dead link in README.md
2020-02-19 18:08:58 +01:00
Nightwalker-87 f45b8791f1 Update issue templates 2020-02-19 11:53:37 +01:00
Pierre Ducroquet 0f293fd6e8 Add support for the STLink-2.1 when flash with no mass storage
Since STLink 2.33.25, it is possible to flash the STLink in two modes:
- STM32 Debug + VCP
- STM32 Debug + Mass storage + VCP

When flashed in the first mode, the device id changes, but the behaviour
remains the same.
This commit thus introduces support for this new device id.
2020-02-14 20:00:46 +01:00
Pierre Ducroquet 2d8d4dce5e Fix installation by also including the stm32.h file 2020-02-14 19:51:39 +01:00
Yuriy M. Kaminskiy 1ec9173a90 Fix st-flash manpage read example
Size must be specified as hexdecimal number (as per both documentation
and implementation)
2020-01-29 15:57:39 +03:00
piccaso 2cad920e54
Fix dead link in README.md 2020-01-07 17:02:34 +01:00
kraus f070345249 added several comments on the stlink software structure 2020-01-04 15:05:22 +01:00
Mark Odell 8f6314078b Improved support for STM32G0xx series parts
- Now properly distinguish between the smaller and larger variants
- Added support for the smaller variants, 'G030, 'G031, and 'G041
- Now flashes and debugs STM32G031K8 MCU
2019-12-23 14:25:37 -05:00
texane 3690de9fdd
Merge pull request #821 from zoobab/master
Add stlink-tools link for Debian and Ubuntu
2019-11-08 14:03:01 +01:00
zx81a 302dc872f4 Support for STM31L4, SM32L1 option bytes write. 2019-11-05 10:24:22 +01:00
texane 290182654b
Merge pull request #843 from daveystruijk/stm32f4-option-bytes
Allow reading/writing option bytes to STM32F446 devices
2019-10-28 10:42:16 +01:00
Davey Struijk 0948cd19b2 Allow writing option bytes to STM32F4 devices 2019-10-25 14:32:36 +02:00
texane 393e942193
Merge pull request #839 from brad-natelborg/master
Fixing verification fail for chip ID L4RX
2019-10-11 21:45:35 +02:00
Brad Natelborg 9e44de25a8 Adding full support for STLINK CHIP ID L4RX 2019-10-11 13:08:34 -04:00
texane 05b5739642
Merge pull request #837 from Orie22/dev-option-bytes
bug fix: Flash read operation was not executed
2019-10-09 08:19:31 +02:00
Orie22 4a32157143 bug fix: normal read operation was not executed 2019-10-09 11:25:53 +09:00
texane a28ba53b1c
Merge pull request #836 from Orie22/dev-option-bytes
Added Read/Write command for Option-Bytes on STM32F2 series
2019-10-07 13:36:47 +02:00
Orie22 94aef45570 Add read Option-bytes command for STM32F2 series 2019-10-07 18:50:59 +09:00