README: Fix obsolete names.

This commit is contained in:
Uwe Hermann 2011-11-01 20:04:59 +01:00
parent 8cbe4030e1
commit 01314bbe50

4
README
View File

@ -51,7 +51,7 @@ libopencm3.
For flashing the 'miniblink' example (after you built libopencm3 and the 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) you can execute:
$ cd examples/stm32f1/stm32-h103/miniblink $ cd examples/stm32/f1/stm32-h103/miniblink
$ make flash $ make flash
The Makefiles of the examples are configured to use a certain OpenOCD The Makefiles of the examples are configured to use a certain OpenOCD
@ -67,7 +67,7 @@ You can also flash manually like this:
> reset > reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or 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. with the file name of the image you want to flash.