source: asp3_wo_tecs/trunk/target/blueninja_gcc/target_check.tf@ 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: 312 bytes
Line 
1$
2$ パス3のターゲット依存テンプレート(LM3SXXXX用)
3$
4
5$eboot = SYMBOL("_eboot")$
6$text = SYMBOL("__text")$
7$etext = SYMBOL("_etext")$
8$BCOPY(eboot, text, etext - text)$
9
10$
11$ パス3のコア依存のテンプレートのインクルード
12$
13$INCLUDE"arm_m_gcc/common/core_check.tf"$
Note: See TracBrowser for help on using the repository browser.