Wykres commitów

1489 Commity (ade735dd671ea30ebbef36aaa17b51c6294425cf)

Autor SHA1 Wiadomość Data
nightwalker-87 ade735dd67 Moved unused pkg-config settings to /doc/dev
(Closes #971)
2020-06-03 20:02:09 +02:00
nightwalker-87 b0dcb0cd39
Merge pull request #974 from slyshykO/fix_static
Fix for static linking of libssp
2020-06-03 18:14:27 +02:00
Oleksiy Slyshyk b1af21d396 link ssp as static only for WIN32 2020-06-02 17:55:34 +03:00
Oleksiy Slyshyk c774dca676 link ssp as static only for WIN32 2020-06-02 17:46:05 +03:00
nightwalker-87 60f846158a
Merge pull request #972 from Vascom/patch-1
Fixed installation path for desktop-file and icons.
2020-06-01 21:42:42 +02:00
Vasiliy Glazov e95b5ffcfe
Fix installation path for desktop-file and icons.
This change fixes installation path for desktop-file and icons.
They should be installed directly to
```
/usr/share/applications/
/usr/share/icons/hicolor/scalable/apps/
```
2020-06-01 08:44:11 +03:00
nightwalker-87 adb083c530
Merge pull request #970 from nmeum/fix-mandir
doc/man: Fixed installation directory
2020-06-01 00:55:45 +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 7829600c9a Preparation for Release v1.6.1 2020-05-28 21:57:56 +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 a5dc016b42 Changed kext-path to /Library/Extensions 2020-05-28 11:42:26 +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 8d8eb0d810
Merge pull request #963 from geoffreymbrown/connect-on-reset
[feature] Added connect under reset to stlink_open_usb( )
2020-05-28 10:14:24 +02:00
nightwalker-87 71011a3e7d Updated README for STLink-v1 setup on macOS 2020-05-27 21:50:45 +02:00
nightwalker-87 3e49becc2f Corrected udev & modprobe install directories
(Fixes #966)
2020-05-27 12:35:05 +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
nightwalker-87 fd856ddc40
Merge pull request #965 from susmatthew/patch-2
[doc] Updated compiling.md
2020-05-26 00:29:52 +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
Geoffrey Brown 25d0e56161 Added --connect-under-reset to st-flash and st-info 2020-05-23 16:01:12 -04:00
Geoffrey Brown ce0df3ba3c removed .vscode 2020-05-22 17:51:17 -04:00
Geoffrey Brown ea17f9ac77 added connect under reset code 2020-05-22 14:40:26 -04:00
nightwalker-87 937f4d6aea General Project Update
- Updated CHANGELOG
- Minor fixes
2020-05-22 19:42:16 +02:00
nightwalker-87 af765a2022 Minor fixes for flashloader files 2020-05-22 15:11:43 +02:00
nightwalker-87 90d65be931
Merge pull request #961 from slyshykO/develop
Set static link for libssp (stack-smashing protection)
2020-05-19 17:03:06 +02:00
Oleksiy Slyshyk 73dc5fed24 link libssp statically 2020-05-19 17:50:10 +03:00
Oleksiy Slyshyk 7f73ea78cd Merge branch 'develop' of https://github.com/stlink-org/stlink into develop 2020-05-19 17:46:36 +03: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 5fc02abf33 Improved cmake-config for GUI build 2020-05-19 14:08:07 +02:00
Oleksiy Slyshyk 93e3cabd08 Merge branch 'develop' of https://github.com/stlink-org/stlink into develop 2020-05-19 13:16:22 +03: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 97d3173f48 Updated package & install configuration
- Added package changelog files for deb & rpm
- Added license file for deb pkg
- Added rules file for deb pkg
- Changed install subdirectory
2020-05-18 15:13:36 +02:00
nightwalker-87 273e798e5e
Merge pull request #959 from chenguokai/develop
Fixes for STM32F0 flashloader (Closes #958)
2020-05-18 10:30:23 +02:00
Chen Guokai f8ef21cd13 Fix issue 958, move F0 flashloader nops to assembly 2020-05-18 11:59:02 +08:00
Chen Guokai d73f864a37 Fix some uninitialized variables 2020-05-18 11:53:58 +08:00
nightwalker-87 e3aa887f7f Update for library linking
- Simplified code
- Added version info for static library
2020-05-18 00:49:08 +02:00
nightwalker-87 a98b0946cf
Merge pull request #954 from stlink-org/stlink-v3_pre
Basic compatibility for STLink-v3 programmer
2020-05-17 13:43:16 +02:00
nightwalker-87 def770b0c5 Bugfix & cleanup
- Fixed problem "libusb: warning [libusb_exit] application left some 
devices open" resulting from deprecated commands reintroduced in merge 
commit 0a91936b26. 
- Whitespace cleanup
2020-05-17 12:40:45 +02:00
nightwalker-87 4c1f5b9575 Update issue templates
Added reference to #906 in bug report template
2020-05-13 12:38:43 +02:00
nightwalker-87 06c66ed308 Updated documentation
- Added note on windows binary installation
- Contributors now listed in separate file

(Closes #738) (Closes #795)
2020-05-10 16:45:13 +02:00
Oleksiy Slyshyk 3c4232b0b5 Merge branch 'develop' of https://github.com/stlink-org/stlink into develop 2020-05-10 08:28:59 +03: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
nightwalker-87 d827ce1e8e
Merge branch 'develop' into stlink-v3_pre 2020-05-09 22:27:25 +02:00
nightwalker-87 7a5b6ef2f7 Whitespace cleanup 2020-05-09 22:20:17 +02:00
nightwalker-87 f6e9cb1be3 Additional fixes for #863
- Comment for selection of API-Version (#271)
- Whitespace cleanup
- Fixed casting (-Wshorten-64-to-32)
2020-05-09 21:28:59 +02:00
nightwalker-87 5284694ad1
Merge pull request #953 from chenguokai/issue893
[feature] Adjust the JTAG/SWD frequency via cmdline option
2020-05-08 15:22:02 +02:00
Chen Guokai 6c6f27b0f5 Add documentation of --freq and --opt 2020-05-08 15:42:50 +08:00
Chen Guokai 931141869e Fix missing cmp and wrong expected value for freq 2020-05-07 18:52:34 +08:00