README: target/stm32.cfg is deprecated in OpenOCD.

This commit is contained in:
Uwe Hermann 2011-10-29 23:39:24 +02:00
parent fb087555d9
commit ffba9f84e0
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -58,7 +58,7 @@ Makefile if you use a different one.
You can also flash manually like this:
$ openocd -f interface/jtagkey-tiny.cfg -f target/stm32.cfg
$ openocd -f interface/jtagkey-tiny.cfg -f target/stm32f1x.cfg
$ telnet localhost 4444
> reset halt
> flash write_image erase foobar.hex