source: asp3_wo_tecs/trunk/arch/arm_gcc/common/core_cfg1_out.h@ 302

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

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 405 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必
3要なスタブの定義
4 *
5 * $Id: core_cfg1_out.h 349 2015-07-25 05:25:27Z ertl-hiro $
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.