From d7ec88c4ea5a734377d937ac6a5b6440e421c996 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sat, 20 Jun 2020 20:30:05 +0100 Subject: [PATCH] Small README changes - Use libopencm3-template instead of libopencm3-examples as reference on how to include libopencm3 to your project. - Sourceforge website removed since it's only used for the mailing lists which are listed immediately above. - Small fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f733f91b..b1024b74 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ of the microcontrollers are supported, yet. _TIP_: Include this repository as a Git submodule in your project to make sure your users get the right version of the library to compile your project. - For how that can be done refer to the libopencm3-examples repository. + For how that can be done refer to the + [libopencm3-template](https://github.com/libopencm3/libopencm3-template) repository. Prerequisites ------------- -Building requires Python (Some code is generated). +Building requires Python (some code is generated). **For Ubuntu/Fedora:** @@ -73,7 +74,7 @@ Other toolchains _should_ work, but they have not been nearly as well tested. Toolchains targeting Linux, such as "gcc-arm-linux-gnu" or the like are _not_ appropriate. -_NOTE_ We recommend that you use gcc-arm-embedded version 4.8 2014q3 or newer +_NOTE_: We recommend that you use gcc-arm-embedded version 4.8 2014q3 or newer to build all platforms covered by libopencm3 successfully. Building @@ -194,5 +195,4 @@ Website ------- * http://libopencm3.org - * http://sourceforge.net/projects/libopencm3/