OSDN Git Service

First commitment for the BlackTank LPC1769.
[blacktank/blacktank.git] / kernel / extension / mutex / test / test_mutex6.cfg
1 /*
2  *  @(#) $Id: test_mutex6.cfg 733 2008-01-24 08:28:59Z hiro $
3  */
4
5 /*
6  *  ミューテックスのテスト(6)のシステムコンフィギュレーションファイル
7  */
8 INCLUDE("target_timer.cfg");
9 INCLUDE("syssvc/syslog.cfg");
10 INCLUDE("syssvc/banner.cfg");
11 INCLUDE("syssvc/serial.cfg");
12 INCLUDE("syssvc/logtask.cfg");
13
14 #include "test_mutex6.h"
15
16 CRE_TSK(TASK1, { TA_ACT, 1, task1, LOW_PRIORITY, STACK_SIZE, NULL });
17 CRE_TSK(TASK2, { TA_NULL, 2, task2, LOW_PRIORITY, STACK_SIZE, NULL });
18 CRE_TSK(TASK3, { TA_NULL, 3, task3, LOW_PRIORITY, STACK_SIZE, NULL });
19 CRE_TSK(TASK4, { TA_NULL, 4, task4, LOW_PRIORITY, STACK_SIZE, NULL });
20 CRE_MTX(MTX1, { TA_CEILING, HIGH_PRIORITY });
21 CRE_MTX(MTX2, { TA_CEILING, HIGH_PRIORITY });