nuttx/configs/sam4e-ek/tools/gdb.ini

8 lines
105 B
INI
Raw Normal View History

2015-04-08 17:08:51 +02:00
target remote localhost:3333
file nuttx
b os_start
mon at91sam4 gpnvm set 1
load
mon reset init
continue