Skip to content
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.

Commit

Permalink
Fixed broken list in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Nov 13, 2016
1 parent 1cbb11c commit 17bf4d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ To get all the things done right use *-DCMAKE_TOOLCHAIN_FILE=STM32Toolchain.cmak
CMakeLists contains the separate target called *flash*, which compiles your code and then flashes it to the target processor with OpenOCD. By default stlink-v2 is specified as the debugging interface. You can specify any other interface with *--interface* command line option. You can also specify flash memory start address with *--memory_start* option (0x08000000 by default). Telnet and GDB ports can be changed with *--telnet-port* and *--gdb-port* (4444 and 3333 are the defaults).

This scripts also generates a bunch of shell script files:

* openocd_flash.sh - flashes the target MCU;
* openocd_debug.sh - open debugging port for the target MCU;
* gdb.sh - connect to the target MCU after openocd_debug.sh was started.

0 comments on commit 17bf4d6

Please sign in to comment.