- 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
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
- 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
- Added info on version support
- Updated compiling instructions
- Updated minGW-w64 gcc-TC to v8.1.0
- Minor formatting fixes
(Closes#896, #897, #899)
* 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.
* cmake: Fix location of modprobe.d config.
* cmake: Use cmake variables for install locations.
This commit add the following two Cmake variables to
change the install location of the udev and modprobe
configuration files:
- STLINK_UDEV_RULES_DIR
- STLINK_MODPROBED_DIR
* doc/compiling.md: Add info about new CMAKE variables.
* debian: Use CMAKE variables for build.