From 17bf4d64e9d11b593e4dbb14abbbe9a648b0138a Mon Sep 17 00:00:00 2001 From: Yevhenii Babichenko Date: Sun, 13 Nov 2016 15:55:55 +0200 Subject: [PATCH] Fixed broken list in README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 37a0802..1284a8d 100644 --- a/README.rst +++ b/README.rst @@ -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.