You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
278 B
8 lines
278 B
6 years ago
|
#! /bin/sh
|
||
|
|
||
|
killall JLinkGDBServerCLExe
|
||
|
|
||
|
# TODO: set device from nuttx config
|
||
|
# eg CONFIG_ARCH_CHIP_STM32F427V or CONFIG_STM32_STM32F427
|
||
|
JLinkGDBServerCLExe -device STM32F427II -select usb -silent -endian little -if SWD -speed auto -ir -LocalhostOnly 1 -strict -vd -singlerun &
|