nightwalker-87
3f20a25cc0
Updated cmake-settings
...
- Changed header installation path
- Fix for cpack output directory
2020-06-17 15:15:33 +02:00
nightwalker-87
e250773b88
[doc] Added --reset option for st-flash
...
(Closes #642 )
2020-06-17 11:32:41 +02:00
nightwalker-87
15bdf0a4f0
Changed path for udev rules to default
...
/etc/udev/rules.d/ -> /lib/udev/rules.d/
2020-06-16 16:54:46 +02:00
nightwalker-87
ffe6240012
Minor whitespace and code style fix
2020-06-15 10:46:09 +02:00
nightwalker-87
d473c99f10
Fix for external CMAKE_MODULE_PATH
...
(Closes #962 )
2020-06-14 17:20:49 +02:00
nightwalker-87
e506d339b9
Merge pull request #978 from stlink-org/project_structure
...
[refactoring] General maintenance
- Reorganised project source directories
- Grouped source files for win32
- [refactoring] Build settings for win32
- Whitespace & code style cleanup
- Added check for cflag -std=gnu18
2020-06-14 17:14:19 +02:00
nightwalker-87
06aec5b541
Code style fixes for win32_socket.
2020-06-13 21:45:05 +02:00
nightwalker-87
c1918c0ff6
Aligned coding style
...
- Added config for uncrustify style settings
- Applied changes to source files
- Moved some header files
2020-06-12 22:28:16 +02:00
nightwalker-87
03a358bd07
Added check for cflag -std=gnu18
2020-06-06 01:00:17 +02:00
nightwalker-87
97974649c3
Whitespace & code style cleanup
2020-06-06 00:13:15 +02:00
nightwalker-87
e895a7c85e
[refactoring] Build settings for win32
...
- Grouped source files for win32
- Whitespace & code style cleanup
2020-06-05 16:41:47 +02:00
nightwalker-87
c7041cc2be
Reorganised project source directories
...
(Closes #976 )
2020-06-04 21:53:17 +02:00
nightwalker-87
05f79e1cdf
[regression] Fixed GTK3 detection
2020-06-04 21:33:34 +02:00
nightwalker-87
8f42f54438
Deleted duplicated issue template
2020-06-04 12:50:02 +02:00
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