stm32l flash: add another device ID
[openocd.git] / tcl / interface / jtag_vpi.cfg
blob2756b254f42be92e49813ef63d38c3dd98080a25
1 interface jtag_vpi
3 # Set the VPI JTAG server address
4 if { [info exists VPI_PORT] } {
5    set _VPI_PORT $VPI_PORT
6 } else {
7    set _VPI_PORT 50020
10 jtag_vpi_set_port $_VPI_PORT