nuttx/configs/sam4e-ek/tools/gdb.ini
2015-04-08 09:08:51 -06:00

8 lines
105 B
INI
Executable File

target remote localhost:3333
file nuttx
b os_start
mon at91sam4 gpnvm set 1
load
mon reset init
continue