source: azure_iot_hub_f767zi/trunk/asp_baseplatform/test/test_sysstat1.cfg@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 469 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * システム状態に関するテスト(1)のシステムコンフィギュレーションファイル
7 */
8INCLUDE("target_timer.cfg");
9INCLUDE("syssvc/syslog.cfg");
10INCLUDE("syssvc/banner.cfg");
11INCLUDE("syssvc/serial.cfg");
12
13#include "test_sysstat1.h"
14
15CRE_TSK(TASK1, { TA_ACT, 1, task1, TASK1_PRIORITY, STACK_SIZE, NULL });
16DEF_TEX(TASK1, { TA_NULL, tex_task1 });
17
18CRE_TSK(TASK2, { TA_ACT, 2, task2, TASK2_PRIORITY, STACK_SIZE, NULL });
Note: See TracBrowser for help on using the repository browser.