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

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

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