source: EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_cfg1_out.h@ 270

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 352 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必
3要なスタブの定義
4 *
5 * $Id: core_cfg1_out.h 270 2017-02-09 04:03:47Z coas-nagasima $
6 */
7
8/*
9 * cfg1_out.cのリンクに必
10要な定義
11 */
12
13#include <kernel.h>
14
15void sta_ker(void){}
16STK_T *const _kernel_istkpt;
17
18/*
19 * offset.hを生成するための定義
20 */
21const uint8_t MAGIC_1 = 0x12;
22const uint16_t MAGIC_2 = 0x1234;
23const uint32_t MAGIC_4 = 0x12345678;
Note: See TracBrowser for help on using the repository browser.