X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/5213ffa9e2ff09d8ff609b61a7cf589d03050477..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/init.c?ds=sidebyside diff --git a/rtems/gw/cangw/init.c b/rtems/gw/cangw/init.c index 63e00ea..2398a87 100644 --- a/rtems/gw/cangw/init.c +++ b/rtems/gw/cangw/init.c @@ -101,6 +101,14 @@ rtems_task Init(rtems_task_argument ignored){ rtems_shell_add_cmd("showNET", "app", "prints some diagnostic info from network adapter/driver", show_net); + + rtems_shell_add_cmd("start_load", "app", + "starts loading threads", + start_load); + + rtems_shell_add_cmd("stop_load", "app", + "stops loading threads", + stop_load); status = rtems_task_delete( RTEMS_SELF );