source: azure_iot_hub_f767zi/trunk/asp_baseplatform/test/test_cpuexc.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: 556 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * CPU例外処理のテスト(1)~(13)のシステムコンフィギュレーションファイル
7 */
8INCLUDE("target_timer.cfg");
9INCLUDE("syssvc/syslog.cfg");
10INCLUDE("syssvc/banner.cfg");
11INCLUDE("syssvc/serial.cfg");
12
13#include "test_cpuexc.h"
14
15CRE_TSK(TASK1, { TA_ACT, 1, task1, MID_PRIORITY, STACK_SIZE, NULL });
16DEF_TEX(TASK1, { TA_NULL, tex_task1 });
17
18CRE_TSK(TASK2, { TA_NULL, 2, task2, HIGH_PRIORITY, STACK_SIZE, NULL });
19
20CRE_ALM(ALM1, { TA_NULL, 1, alarm1_handler });
21
22DEF_EXC(CPUEXC1, { TA_NULL, cpuexc_handler });
Note: See TracBrowser for help on using the repository browser.