Wykres commitów

154 Commity (b97296be8f22421b5beb21a4462bf8e515f74ab8)

Autor SHA1 Wiadomość Data
anton 6bd99d4b55 flash_loader: fixed interrupt masking 2021-04-06 22:03:52 +05:00
anton d3bc853209 Update tutorial 2021-04-05 21:53:57 +05:00
anton 9a8e0aa645 Added the hot plug option to st-flash 2021-04-05 21:15:18 +05:00
nightwalker-87 0b7221076a General Project Update
- Updated CHANGELOG.md
- [doc] Update for GD32F303VGT6 in device list
- [doc] Updated tutorial.md
> Added refs for unknown chip id! 0
> Minor update for tool option table
2021-03-27 11:41:09 +01:00
anton b387c93ee0 Extended set of command line arguments
st-info: added --freq, --hot-plug and --connect-under-reset to probe
st-util: added --freq
2021-03-25 19:25:33 +05:00
nightwalker-87 229c721189 General Project Update
- Added basic security policy
- Updated info on version support for macOS
- Updated tutorial.md
> Added reference for st-info --probe command
> Added section on unknown chip id error
   (Closes #107, Closes #568, Closes #669)
> Added information on HW reset pin issue
   (Closes  #220, Closes #238)
2021-03-24 23:26:38 +01:00
nightwalker-87 40e9aa22ba
Merge pull request #1107 from Ant-ON/add_reset_doc
[doc] Updated documentation on target resetting
2021-03-20 22:07:16 +01:00
nightwalker-87 5e0a502df8 General Project Update
- Updated CHANGELOG.md
- Updated README.md
- [doc] Official STLINK-V3 support
   (Closes #820, Closes #1022, Closes #1025)
- Updated list of contributors
- Updated info on version support
- Minor formatting fixes
2021-03-20 15:44:09 +01:00
nightwalker-87 4f7deeaa8d
Merge pull request #1106 from tarek-bochkati/stlink_serial_fix
Fixed old DFU serial number for STLINK programmers
2021-03-20 12:30:09 +01:00
Ant-ON d9726fa86d Updated a target resetting documentation 2021-03-19 20:19:01 +05:00
Tarek BOCHKATI 9ed3d46c24 fix for stlink old DFU serial number
omit the hla serial aka 'openocd serial'
Only one valid serial is used which matches the serial as displayed
in STM32CubeProgrammer and official ST tools.

Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
2021-03-18 19:17:48 +01:00
nightwalker-87 125cb2d763 General Project Update
- Updated CHANGELOG.md
- Updated README.md
- Formatting fixes
-[doc]  Updated tested devices & boards
2021-03-17 23:26:48 +01:00
nightwalker-87 e5767681f1 [doc] Corrected tutorial.md
Corrected info on --freq argument (Closes #1055)
2021-03-12 18:39:08 +01:00
nightwalker-87 03793d42b6 [doc] Added note on gdb 'run' command
(Closes #267)
2021-03-11 00:52:03 +01:00
nightwalker-87 8429ac078a Update and correction for compiling instructions 2021-03-10 16:09:10 +01:00
nightwalker-87 29be2cf26a General Project Update
- Updated CHANGELOG.md
- Minor formatting & spelling fix
- Minor corrections
2021-03-08 23:24:45 +01:00
nightwalker-87 a66557a102 [doc] STM32F103 fake chips (Closes #1024) 2020-12-13 16:58:48 +01:00
nightwalker-87 fc9e7915fc General Project Update
- Corrected identation in reg.h
- Updated README.md
- Updated CHANGELOG.md
- Updated list of contributors
2020-12-05 13:35:23 +01:00
Ant-ON 43019fcde9 Fix change SWD frequency of stlink v3 2020-11-05 19:34:22 +05:00
Geert Stappers cdac310755 [manual] Added st-info --probe example output
To show what to expect: information about the ST-link and the target.

Bumped date to this month and removed a trailing space.

Modified: doc/man/st-info.md
2020-10-10 22:33:18 +02:00
nightwalker-87 bf41f14045 General Project Update
- Updated list of required packages
- Fixed install path of stlink-gui.ui file
- Minor fixes in compiling.md
- Updated CHANGELOG.md
2020-09-20 14:26:26 +02:00
Hassan DRAGA 00a6ae0277
Updating commands
Updating commands for "rules.d"
2020-08-28 10:43:06 -03:00
Hassan DRAGA 61c5e395e2
Fixing wrong path
It's seem etc folder no longer exist, now it's on "stlink/config/udev/rules.d" instead of "stlink/etc/udev/rules.d".
2020-08-28 10:35:16 -03:00
nightwalker-87 fc56f2412d General Project Update
- Updated CHANGELOG.md
- cpack: corrections for pkg config
2020-06-27 02:28:00 +02:00
nightwalker-87 e250773b88 [doc] Added --reset option for st-flash
(Closes #642)
2020-06-17 11:32:41 +02:00
nightwalker-87 05f79e1cdf [regression] Fixed GTK3 detection 2020-06-04 21:33:34 +02:00
nightwalker-87 ade735dd67 Moved unused pkg-config settings to /doc/dev
(Closes #971)
2020-06-03 20:02:09 +02:00
Sören Tempel 2016590502 doc/man: Fix installation directory
On Unix-like operating systems man pages are commonly installed to
`/usr/share/man` not `/usr/share/stlink/man`.
2020-06-01 00:20:26 +02:00
nightwalker-87 1ae86f089c
Merge pull request #964 from stlink-org/macos_kext
Updated STLink-v1 driver for macOS
2020-05-28 19:05:27 +02:00
nightwalker-87 9b6cd7f99b General Project Update
- Updated CHANGELOG
- Corrected instructions for udev & STLink-v1
2020-05-28 11:09:32 +02:00
nightwalker-87 230497c1a4 Updated stlink-v1 driver for macOS
- Updated xcode project settings v11.3.1
- Removed support for 10.6-10.12
- Compiled new kexts for macOS 10.13-10.15
- Moved instructions to separate README
- Updated installation instructions
2020-05-26 13:58:56 +02:00
matthew sherwood 252ac0b3cc
Update compiling.md
neither `make release` nor `make debug` would execute properly on a fresh clone of the directory until i ran `make clean`. system is linux mint  - 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
2020-05-25 15:33:44 -04:00
nightwalker-87 fd2a5c37d4 Minor formatting fixes & corrections 2020-05-25 00:40:56 +02:00
nightwalker-87 da68271a03
Merge pull request #955 from stlink-org/dist
Update for package distribution & refactoring of build settings
2020-05-19 16:38:34 +02:00
nightwalker-87 7ef06378aa Refactoring for build settings
Tidy up install paths & directories:
-> modprobe.d & udev rules
  (both are now ON per default on Linux)
-> stlink-gui supplements
-> man pages
- Fixed paths according to GNUInstallDirs
- cmake: Restructured library config
- Test files & gui now use shared library
2020-05-19 11:28:35 +02:00
nightwalker-87 1b3200d5bc Updated build settings
- Removed unneeded commands in travis.sh
- Removed -Wno-dev flag in Release target
- cmake: Grouped udev and modprobe.d config
- rpm package now relocatable (CPackRPM)
2020-05-18 18:34:16 +02:00
nightwalker-87 d11e6f4c8a Updated tutorial
- Added table for available tool options
- Removed install instructions for OpenOCD
- Removed outdated content
- Fixed toolset description in desktop-file
- Added documentation for the stlink-gui

(Closes #884)
2020-05-10 02:11:08 +02:00
nightwalker-87 7bb34fcfb2 Update for windows binary packaging
- Updated steps for release preparation
- Changed destination for binary archives

(Closes #798)
2020-05-10 00:47:37 +02:00
Chen Guokai 6c6f27b0f5 Add documentation of --freq and --opt 2020-05-08 15:42:50 +08:00
nightwalker-87 9b207de880
Merge pull request #932 from chenguokai/develop
[refactoring] BSD-License-compliant flashloader rewrite
2020-05-06 22:56:22 +02:00
nightwalker-87 5e0e29984c Updated travis CI test-builds
- Added builds for clang -m32 on arch: AMD64
- Corrected invalid config settings
- Added clang-9 builds for linux
- Moved scripts to root directory
- Added MinGW cross-test-build for linux
2020-05-06 19:48:21 +02:00
nightwalker-87 9b478a04e0 Simplified subdir structure for packaging 2020-04-29 19:20:47 +02:00
nightwalker-87 ce6ffe7030 Refactoring for package distribution
- New cpack package-config for DEB and RPM
- Toolchain file for cross-building
- Script to automate MinGW cross-building
- Added file headers for .cmake files
- Added dpkg and rpm to required pkgs
2020-04-29 16:24:14 +02:00
Chen Guokai 6a768d36f5 Add a documentation about flashloaders and adjust clean room document version order 2020-04-27 14:41:01 +08:00
nightwalker-87 f827006231 Refactoring for cmake build settings
- Moved additional header files to /src
- Simplified header-paths
- Added missing license title for getopt
- Added comments and sections to CMakeLists
- Improved file structure (partially)
- Co-build st-util with st-info & st-flash
- GUI: Renamed .ui file to match executable
- Added install targets for executables
- Added missing "uninstall" cmd to Makefile
2020-04-25 22:34:18 +02:00
nightwalker-87 ade7118910 Merge branch 'develop' into pkg 2020-04-24 16:39:01 +02:00
nightwalker-87 22f44856ab Updated compiling manual
- Removed requirement for 7zip on Windows
- Added note on GNUInstallDir presets (#557)
2020-04-24 01:08:02 +02:00
nightwalker-87 eac7eb687e
Merge pull request #942 from Glaeqen/glaeqen-msvc-guide
Added compilation guideline for MSVC toolchain
2020-04-22 11:56:36 +02:00
nightwalker-87 8de09dca2a
Merge pull request #934 from grevaillot/to_merge/gdbserver-v1v2
st-util: removed now useless v1/v2 STLink version stuff
2020-04-22 11:35:29 +02:00
Guillaume Revaillot 5e0fd8b61c doc: remove stlink version parameter selectors doc and examples 2020-04-22 11:15:58 +02:00