aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2011-11-01 20:09:12 +0100
committerUwe Hermann2011-11-01 20:09:12 +0100
commit25e30fab8efb7cec613f743ad5b43fc6cadfd1df (patch)
tree676455eb13072e3a94b551e967b495a7d187a86a /README
parent01314bbe50ca958973dfa3908b60c6276d6c4e9c (diff)
README: Update wiki and mailing list URLs.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 9 insertions, 10 deletions
diff --git a/README b/README
index 57e14f7..5a15298 100644
--- a/README
+++ b/README
@@ -17,6 +17,7 @@ programming manuals, and application notes. The code is meant to be used
with a GCC toolchain for ARM (arm-elf or arm-none-eabi), flashing of the
code to a microcontroller can be done using the OpenOCD ARM JTAG software.
+
Status and API
--------------
@@ -27,6 +28,7 @@ IMPORTANT: The API of the library is NOT yet considered stable! Please do
not rely on it, yet! Changes to function names, macro names etc.
can happen at any time without prior notice!
+
Building
--------
@@ -49,7 +51,8 @@ individual subsystems of the microcontrollers can be configured and used with
libopencm3.
For flashing the 'miniblink' example (after you built libopencm3 and the
-examples by typing 'make' at the top-level directory) you can execute:
+examples by typing 'make' at the top-level directory) onto the Olimex
+STM32-H103 eval board (ST STM32F1 series microcontroller), you can execute:
$ cd examples/stm32/f1/stm32-h103/miniblink
$ make flash
@@ -87,6 +90,7 @@ script from https://github.com/esden/summon-arm-toolchain.
$ DESTDIR=~/sat make install
+
Coding style and development guidelines
---------------------------------------
@@ -106,20 +110,15 @@ Mailing lists
-------------
* Developer mailing list (for patches and discussions):
- https://lists.sourceforge.net/lists/listinfo/libopenstm32-devel
+ https://lists.sourceforge.net/lists/listinfo/libopencm3-devel
* Commits mailing list (receives one mail per 'git push'):
- https://lists.sourceforge.net/lists/listinfo/libopenstm32-commits
+ https://lists.sourceforge.net/lists/listinfo/libopencm3-commits
Website
-------
-The official website is:
-
- http://sourceforge.net/projects/libopenstm32/
-
-There's a wiki at:
-
- http://sourceforge.net/apps/mediawiki/libopenstm32/
+ http://libopencm3.org
+ http://sourceforge.net/projects/libopencm3/