From 7b1a571549f74f4a9c70cbcf989cdb0b93c0153a Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Tue, 17 May 2016 20:00:06 +0200 Subject: [PATCH] Update README Add Contributing and versioning to README --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index f6ac729..b7fbf12 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ Two different transport layers are used: * `pkg-config` * `intltool` -* `cmake` or (`autoconf` && `automake && `autogen`) +* `cmake` or (`autoconf` && `automake` && `autogen`) * `libusb-1.0` (plus development headers for building, on debian based distros `libusb-1.0.0-dev` package) * (optional) for `stlink-gui` we need libgtk-3-dev @@ -168,7 +168,6 @@ If you would link your executable to 0x08000000 and then do (gdb) load firmware.elf then it would be written to the memory. - ## FAQ Q: My breakpoints do not work at all or only work once. @@ -237,6 +236,12 @@ STLink v2-1 (as found on the Nucleo boards), known working targets: Please report any and all known working combinations so I can update this! +## Contributing and versioning + +* The semantic versioning scheme is used. Read more at [semver.org](http://semver.org) +* When creating a pull request, please open first a issue for discussion of new features +* TODO: Enforcement of coding style (linux codestyle + checkpatch) + ## License The stlink library and tools are licensed under the [BSD license](LICENSE) -- 2.47.2