Merge branch 'docs/update_oocd_config_on_cmd_line' into 'master'

Updates OpenOCD configuration file names in documentation

See merge request espressif/esp-idf!6226
This commit is contained in:
Ivan Grokhotkov
2019-11-22 05:32:35 +08:00
12 changed files with 46 additions and 46 deletions
@@ -99,7 +99,7 @@ See the [Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/l
We need to run the latest version of OpenOCD which should support semihost feature when we test this deploy mode:
```bash
openocd-esp32/bin/openocd -s openocd-esp32/share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg
openocd-esp32/bin/openocd -s openocd-esp32/share/openocd/scripts -f board/esp32-wrover-kit-3.3v.cfg
```
## Example Output