Document the usage of the example projects.

This commit is contained in:
Uwe Hermann 2010-01-15 13:33:58 +01:00
parent 8d1c464961
commit 99249672d5
1 changed files with 18 additions and 0 deletions

18
README
View File

@ -20,6 +20,24 @@ For a more verbose build you can use
$ make V=1
Example projects
----------------
The library ships with a few small example projects which illustrate how
individual subsystems of the SMT32 can be configured and used with
libopenstm32.
For flashing the 'miniblink' example (after you built libopenstm32 and the
examples by typing 'make' at the top-level directory) you can execute:
$ cd examples/miniblink
$ make flash
The Makefiles of the examples are configured to use a certain OpenOCD
flash programmer, you might need to change some of the variables in the
Makefile if you use a different one.
Installation
------------