Wykres commitów

1337 Commity (abaa8f5782df7b8cfe4e3171b168d373bd680fa8)

Autor SHA1 Wiadomość Data
Chen Guokai abaa8f5782 Add cleanroom document --rebased 2020-04-21 09:50:50 +08:00
nightwalker-87 05cf37570d
Merge pull request #938 from chenguokai/issue937
Fixed uninitialized cpuid
2020-04-20 11:09:21 +02:00
nightwalker-87 fb9f777091
Merge pull request #931 from stlink-org/cmake_pkg
Reconfiguration of package build process
2020-04-20 11:00:24 +02:00
Chen Guokai 5f983a6095 Fix uninitialized cpuid 2020-04-20 14:39:00 +08:00
nightwalker-87 bc869d75e5 Fixes to prevent merge conflict 2020-04-20 01:46:26 +02:00
nightwalker-87 48a9db00be Removed remnants of unused build target 2020-04-20 01:45:19 +02:00
nightwalker-87 c7874f805c Fixes to prevent merge conflict 2020-04-20 01:28:29 +02:00
nightwalker-87 145ca6d64a General Project Update
- Updated github branch template
- Updated project CHANGELOG.md
2020-04-19 23:39:40 +02:00
nightwalker-87 cb3a2b6be6
Merge pull request #929 from stlink-org/build-settings
Update and refactoring for build settings
2020-04-19 22:35:10 +02:00
nightwalker-87 e93c51691e Removed unused build target 2020-04-19 21:19:06 +02:00
nightwalker-87 d5fcfced68
Merge pull request #935 from Jochen0x90h/build-settings
Add CMAKEFLAGS and install target
2020-04-19 21:00:09 +02:00
Jochen Wilhelmy 2cccbd91be Add CMAKEFLAGS and install target 2020-04-19 16:44:59 +02:00
nightwalker-87 fc72b9212b
Merge pull request #927 from grevaillot/to_merge/option
Overall option code rework
2020-04-19 13:02:09 +02:00
Guillaume Revaillot 19facc9789 indent 2020-04-19 09:19:48 +02:00
nightwalker-87 68fdd3927d Reconfigured cmake packaging
- Refactoring for package config & build
- deb-pkg: postinst script with depmod -a

(Fixes #845)
2020-04-18 16:45:05 +02:00
nightwalker-87 f48914512c [doc] Updated package requirements
- Added info on GTK3 libs & versioning
- Updated compiling instructions for macOS
2020-04-17 21:09:05 +02:00
nightwalker-87 e98c7d4926 Updated cmake settings from GTK to GTK3 2020-04-17 20:45:33 +02:00
nightwalker-87 9fd9045fdb General Project Update
- Added gtk-package to travis build config
- Added gtk to version_support.md (GUI)
- Minor correction for CHANGELOG.md
- README: Removed reference to OpenBSD
2020-04-17 18:13:23 +02:00
nightwalker-87 ccd1673790 Enable pkg_check for gtk on macOS 2020-04-17 17:01:36 +02:00
nightwalker-87 155439230a Unified naming for cmake modules & paths 2020-04-17 15:43:35 +02:00
nightwalker-87 264417e4b3 Fix for version string read without git 2020-04-17 14:41:48 +02:00
nightwalker-87 07c5e324a8 Updated CHANGELOG for upcoming release 2020-04-17 13:21:07 +02:00
nightwalker-87 aa38587e3c Restored functionality of make test builds
(Fixes #926)
2020-04-17 12:54:43 +02:00
nightwalker-87 c2c480846a Project cleanup
- Updated old project references
- Alligned code style in /tests
- Added note on OS support to README.md
2020-04-17 00:37:03 +02:00
nightwalker-87 977576215e Partial project restructuring
- Updated travis CI build config
- Refactoring of cmake build config
- Alligned coding style for GUI
- Whitespace cleanup for GUI
- Moved source code for GUI
2020-04-16 21:59:29 +02:00
Guillaume Revaillot 3aaec273da common.c: fix define - use Gx Base for Gx defines
avoid some potential issues later.
2020-04-16 15:57:39 +02:00
Guillaume Revaillot e146a28a67 st-flash: add sanity check to option flash.
current opt parse code can make bad cmdline parameter attempt to flash bad
flash option.

ie: calling st-flash write --area=option a_file.bin

will make parser attempt to translate "a_file.bon" to an uint32 and will return 0..,
2020-04-16 15:57:39 +02:00
Guillaume Revaillot 72cfd5ee20 option: refactor option flash code.
unify option bytes read/write, interface, use chipid db to store size and base
to provide some write sanity check and generic option read code.
2020-04-16 15:57:39 +02:00
Guillaume Revaillot 6f0795d931 chipid: add some l0 and l4 option info to allow option byte read 2020-04-16 15:57:39 +02:00
Guillaume Revaillot 92ceb7f35a chipid: insert data for supported chips, from common.c 2020-04-16 15:57:39 +02:00
Guillaume Revaillot 2aeae8d85f chipid: add option bytes info to chip db 2020-04-16 15:57:39 +02:00
Guillaume Revaillot 1801fb1f00 flash.c: move device specific read option stuff to common.c 2020-04-16 15:57:39 +02:00
Guillaume Revaillot 8430a6e6fa add read, write option byte for g4 and g0
use g0 code, same logic with different base address.
also cleanup some duplicate lock/unlock code.
2020-04-16 15:57:39 +02:00
Guillaume Revaillot ee4a52288a st-flash: print proper error in case of option byte read error.
User could get a wrong "stlink_fread()" error in case of bad stlink_read_option_foo..
2020-04-16 15:57:39 +02:00
nightwalker-87 b4a4762878 Merge branch 'develop' into build-settings 2020-04-15 22:17:55 +02:00
nightwalker-87 6f934a396e Whitespace cleanup 2020-04-15 16:20:17 +02:00
nightwalker-87 308fccb048 General Project Update
- Updated CHANGELOG.md
- Updated links to project repository
- Improved project description
- Minor revision for tutorial.md
- Formatting fixes
2020-04-14 21:01:52 +02:00
nightwalker-87 b5be03a9cc
Merge pull request #922 from grevaillot/to_merge/st-flash_v1v2
flash.c: stlink_open_usb is actually able to open v1 and v2 (and v3)
2020-04-14 12:13:11 +02:00
Guillaume Revaillot fc507fd484 flash.c: stlink_open_usb is actually able to open v1 and v2 (and v3 ..) devices.
no need to check that _not used_ o.devname ..
no need to specify devname in commandline

get rid of the devname cmdline stuff, and update comments
2020-04-14 11:36:28 +02:00
nightwalker-87 1d00424dfd
Merge pull request #924 from chenguokai/develop
Added md5 checksum for binary file
2020-04-13 16:30:00 +02:00
Chen Guokai 1047fdd440 Add documentation about the checksum 2020-04-13 21:36:36 +08:00
Chen Guokai 6515e57b9e Adjust output format for better formating 2020-04-13 21:20:20 +08:00
nightwalker-87 6eb9103a23 Updated build-settings
- Added new build configs for Travis
- Refactoring for cmake modules
- Updated Travis build script
- Makefile: binary build for Windows
2020-04-13 15:02:43 +02:00
nightwalker-87 99466bf4fa
Merge pull request #925 from sderr/betterargs_redev
st-flash: minor usage fix, and make cmdline parsing more user friendly
2020-04-13 14:38:47 +02:00
Chen Guokai 35cbe57f4f Add st official checksum for binary file 2020-04-13 18:30:44 +08:00
Simon Derr eb24304433 src/tools/flash_opts.c: fix style issues 2020-04-13 11:55:39 +02:00
Simon Derr 42c5fd7e69 st-flash: minor usage fix, and make cmdline parsing more user friendly
Somewhat fix the help message that showed some parameters as mandatory,
when in reality they depend on the operation type and file format.

Try to show explicit error messages for the most common mistakes.
2020-04-13 11:35:39 +02:00
Chen Guokai 608314b1e0 Merge branch 'develop' of https://github.com/texane/stlink into develop 2020-04-13 17:15:37 +08:00
Chen Guokai 79676cdf79 Add md5 checksum for binary file 2020-04-13 17:12:58 +08:00
nightwalker-87 cadfa94162 General Project Update
- Updated travis CI build configuration
- Updated project references
- Minor formatting fixes
2020-04-12 18:26:46 +02:00