source: rtos_arduino/trunk/asp_1.9.2/arch/arm_m_gcc/common/core_cfg1_out.h@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

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