source: azure_iot_hub_riscv/trunk/asp_baseplatform/test/test_utm1.cfg@ 453

Last change on this file since 453 was 453, 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: 395 bytes
Line 
1/*
2 * $Id$
3 */
4
5/*
6 * get_utmに関するテスト(1)のシステムコンフィギュレーションファイル
7 */
8INCLUDE("target_timer.cfg");
9INCLUDE("syssvc/syslog.cfg");
10INCLUDE("syssvc/banner.cfg");
11INCLUDE("syssvc/serial.cfg");
12
13#include "test_utm1.h"
14
15CRE_CYC(CYC1, { TA_STA, 0, cyclic_handler, 2, 1 });
16CRE_TSK(MAIN_TASK, { TA_ACT, 0, main_task, MAIN_PRIORITY, STACK_SIZE, NULL });
Note: See TracBrowser for help on using the repository browser.