aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2011-11-01 20:04:59 +0100
committerUwe Hermann2011-11-01 20:04:59 +0100
commit01314bbe50ca958973dfa3908b60c6276d6c4e9c (patch)
tree432531f95c344280856038c6840d4b94fd61ec48 /README
parent8cbe4030e1a979afb523248b43825aca5e715570 (diff)
README: Fix obsolete names.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7d8749f..57e14f7 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ libopencm3.
For flashing the 'miniblink' example (after you built libopencm3 and the
examples by typing 'make' at the top-level directory) you can execute:
- $ cd examples/stm32f1/stm32-h103/miniblink
+ $ cd examples/stm32/f1/stm32-h103/miniblink
$ make flash
The Makefiles of the examples are configured to use a certain OpenOCD
@@ -67,7 +67,7 @@ You can also flash manually like this:
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
-replace "stm32.cfg" with your respective config file. Replace "foobar.hex"
+replace "stm32f1x.cfg" with your respective config file. Replace "foobar.hex"
with the file name of the image you want to flash.