source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script02 @ abb18dc

base initial
Last change on this file since abb18dc was abb18dc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/25/11 at 15:53:10

Initial import.

  • Property mode set to 100644
File size: 173 bytes
Line 
1echo "*** TEST 02 ***"
2rtems_init
3echo "=== Create 0x0a010001 ==="
4task_create TA1 1
5task_wake_after 5
6clock_tick 7
7echo "*** END OF TEST 2 ***"
8exit
9# We will not get here
Note: See TracBrowser for help on using the repository browser.