File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
boards/ti/lp_mspm0g3507/doc Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -110,25 +110,25 @@ earlier versions to use a branch of open OCD onto the device.
110
110
Before OpenOCD is public, one can clone `This Repo <https://github.com/openocd-org/openocd.git >`_,
111
111
and then this can be built with
112
112
113
- ```
114
- cd <cloned_OPENOCD_dir>
115
- ./bootstrap (when building from the git repository)
116
- ./configure
117
- make
118
- sudo make install
119
- ```
113
+ .. code-block :: console
114
+
115
+ $ cd <cloned_OPENOCD_dir>
116
+ $ ./bootstrap (when building from the git repository)
117
+ $ ./configure
118
+ $ make
119
+ $ sudo make install
120
120
121
121
Then after the build, it is possible to flash the device by passing additional arguments to the flash command
122
122
123
- ```
124
- west flash --openocd <path to cloned dir>/src/openocd --openocd-search <path to cloned dir>/tcl
125
- ```
123
+ .. code-block :: console
124
+
125
+ $ west flash --openocd <path to cloned dir>/src/openocd --openocd-search <path to cloned dir>/tcl
126
126
127
127
Flashing using JLINK
128
128
129
- ```
130
- west flash --runner=jlink
131
- ```
129
+ .. code-block :: console
130
+
131
+ $ west flash --runner jlink
132
132
133
133
Debugging
134
134
=========
You can’t perform that action at this time.
0 commit comments