nightwalker-87
a06d13552d
General Project Update
...
- [doc] Minor spelling fixes.
- [doc] Updated tool options in tutorial.md
- [doc] Clean-up in tutorial.md
- Corrected memory size supplements
- [doc] Addtional link on STM32 Clone MCUs
2021-05-02 20:38:40 +02:00
anton
da37fec19e
Applied missing changes to tests
2021-03-27 21:12:00 +05: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
Chen Guokai
931141869e
Fix missing cmp and wrong expected value for freq
2020-05-07 18:52:34 +08:00
Chen Guokai
e11b077da3
Fix https://github.com/stlink-org/stlink/issues/893
...
* Add --freq argument for st-flash
2020-05-07 18:16:07 +08:00
Rafael Lee
0f1bf6e341
Add test cases for new syntax
2020-05-01 11:21:15 +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
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
6f934a396e
Whitespace cleanup
2020-04-15 16:20:17 +02:00
Chen Guokai
12faa5332c
Fix memory overlap
2020-04-10 22:07:52 +08:00
orinem
79d91786f7
Stop the sulk with GPL2016 on Windows ( #602 )
...
* Fixes for VS2017.
* Added a getopt implementation.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Fixed include of getopt.h and unistd.h for WIN32.
* Added a unistd.h.
* Corrected closing of sockets for Windows versions.
* Fixed gdbserver CMakeLists.txt to play nice with VS2017.
* Override /MD to /MT for MSVC to match libusb's builds.
* MSVC settings should be if (MSVC).
* Don't busy-wait for long periods in usleep().
* Dynamic link to MSVC libusb binaries.
* Added Visual Studio section to compiling.md.
* Added -D_CRT_NONSTDC_NO_WARNINGS to MSVC flags.
* Prevented some more warnings under MSVC.
2017-06-17 08:05:47 +02:00
Bertrand Songis
e71a2417c3
Compilation fixes (errors / warnings) ( #552 )
2017-01-30 23:16:36 +01:00
fabien.lementec
21c970f139
warning, add FLASH_OPTS_INITIALIZER
2016-09-07 07:06:43 +02:00
Anatoli
7c99eb0503
re-desing of command line parsing for st-flash; unit-tests for it; implement read into ihex;
2016-09-06 22:56:54 +02:00