mirror of
https://github.com/google/pebble.git
synced 2025-11-24 00:10:56 -05:00
Import of the watch repository from Pebble
This commit is contained in:
11
platform/silk/boot/gdb
Executable file
11
platform/silk/boot/gdb
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
TARGET="target extended-remote | openocd -f openocd.cfg \
|
||||
-c \"gdb_port pipe; init; reset halt;\""
|
||||
|
||||
arm-none-eabi-gdb build/tintin_boot.elf \
|
||||
-ex "${TARGET}" \
|
||||
-ex "break boot_main" \
|
||||
-ex "continue"
|
||||
|
||||
# vim:filetype=sh
|
||||
Reference in New Issue
Block a user