nuttx/configs/sam4e-ek/tools/gdb.ini
Gregory Nutt a2e62f557d Squashed commit of the following:
sched/init/nx_bringup.c:  Fix a naming collision.
    sched/init:  Rename os_start() to nx_start()
    sched/init:  Rename os_smp* to nx_smp*
    sched/init:  Rename os_bringup to nx_bringup
    sched/init:  rename all internal static functions to begin with nx_ vs os_
2019-02-04 16:20:35 -06:00

8 lines
105 B
INI

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