source: asp_ccsproject/trunk/asp/arch/arm_m_gcc/common/core_cfg1_out.h@ 85

Last change on this file since 85 was 85, checked in by ecsg-okazaki, 10 years ago

2014/09/26 ECS E.Okazaki Folder configuration change

File size: 837 bytes
Line 
1/*
2 * @(#) $Id: core_cfg1_out.h 2189 2011-07-24 13:16:06Z ertl-honda $
3 */
4
5/*
6 * cfg1_out.cをリンクするために必
7要なスタブの定義
8 */
9
10void sta_ker(void){}
11
12/*
13 * オフセットファイルを生成するための定義
14 */
15const uint8_t MAGIC_1 = 0x12;
16const uint16_t MAGIC_2 = 0x1234;
17const uint32_t MAGIC_4 = 0x12345678;
18
19const TCB TCB_enatex = {
20 { NULL, NULL }, /* task_queue */
21 NULL, /* p_tinib */
22 0U, /* tstat */
23#ifdef TOPPERS_SUPPORT_MUTEX
24 0U, /* bpriority */
25#endif /* TOPPERS_SUPPORT_MUTEX */
26 0U, /* priority */
27 false, /* acqeue */
28 false, /* wupque */
29 true, /* enatex */
30 0U, /* texprn */
31 NULL, /* p_winifo */
32#ifdef TOPPERS_SUPPORT_MUTEX
33 { NULL, NULL }, /* mutex_queue */
34#endif /* TOPPERS_SUPPORT_MUTEX */
35 { NULL, NULL } /* tskctxb */
36};
Note: See TracBrowser for help on using the repository browser.