source: azure_iot_hub/trunk/asp3_dcre/arch/rx630_gcc/prc_cfg1_out.h@ 389

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

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 929 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必要なスタブの定義
3 */
4
5void sta_ker( void )
6{
7}
8
9void hardware_init_hook( void )
10{
11}
12
13void software_init_hook( void )
14{
15}
16
17const size_t _kernel_istksz = 0;
18
19STK_T *const _kernel_istk = NULL;
20
21/*
22 * オフセットファイルを生成するための定義
23 */
24const uint8_t MAGIC_1 = 0x12;
25const uint16_t MAGIC_2 = 0x1234;
26const uint32_t MAGIC_4 = 0x12345678;
27
28const TCB TCB_enatex = {
29 { NULL, NULL }, /* task_queue */
30 NULL, /* p_tinib */
31 0U, /* tstat */
32 0U, /* bpriority */
33 0U, /* priority */
34 false, /* acqeue */
35 false, /* wupque */
36 true, /* enatex */
37#ifdef TOPPERS_SUPPORT_OVRHDR
38 false, /* staovr */
39#endif /* TOPPERS_SUPPORT_OVRHDR */
40 0U, /* texptn */
41 NULL, /* p_winifo */
42 NULL, /* mutex_queue */
43#ifdef TOPPERS_SUPPORT_OVRHDR
44 0U, /* leftotm */
45#endif /* TOPPERS_SUPPORT_OVRHDR */
46 { NULL, NULL } /* tskctxb */
47};
Note: See TracBrowser for help on using the repository browser.