Skip to content

Commit b813ac1

Browse files
diegoherranzBOJIT
authored andcommitted
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
1 parent 1ff3f3d commit b813ac1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ of the microcontrollers are supported, yet.
3838

3939
_TIP_: Include this repository as a Git submodule in your project to make sure
4040
your users get the right version of the library to compile your project.
41-
For how that can be done refer to the libopencm3-examples repository.
41+
For how that can be done refer to the
42+
[libopencm3-template](https://github.com/libopencm3/libopencm3-template) repository.
4243

4344
Prerequisites
4445
-------------
4546

46-
Building requires Python (Some code is generated).
47+
Building requires Python (some code is generated).
4748

4849
**For Ubuntu/Fedora:**
4950

@@ -73,7 +74,7 @@ Other toolchains _should_ work, but they have not been nearly as well tested.
7374
Toolchains targeting Linux, such as "gcc-arm-linux-gnu" or the like are
7475
_not_ appropriate.
7576

76-
_NOTE_ We recommend that you use gcc-arm-embedded version 4.8 2014q3 or newer
77+
_NOTE_: We recommend that you use gcc-arm-embedded version 4.8 2014q3 or newer
7778
to build all platforms covered by libopencm3 successfully.
7879

7980
Building
@@ -194,5 +195,4 @@ Website
194195
-------
195196

196197
* http://libopencm3.org
197-
* http://sourceforge.net/projects/libopencm3/
198198

0 commit comments

Comments
 (0)