source: EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_sym.def@ 429

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

ASP3, TINET, mbed を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 409 bytes
Line 
1TARGET_ARCH_ARM,__TARGET_ARCH_ARM
2USE_ARM_FPU,true,bool,defined(USE_ARM_FPU),false
3USE_ARM_FPU_D32,true,bool,defined(USE_ARM_FPU_D32),false
4USE_INTCFG_TABLE,true,bool,defined(USE_INTCFG_TABLE),false
5TA_FPU
6sizeof_TCB,sizeof(TCB)
7offsetof_TCB_p_tinib,"offsetof(TCB,p_tinib)"
8offsetof_TCB_sp,"offsetof(TCB,tskctxb.sp)"
9offsetof_TCB_pc,"offsetof(TCB,tskctxb.pc)"
10offsetof_T_EXCINF_cpsr,"offsetof(T_EXCINF,cpsr)"
Note: See TracBrowser for help on using the repository browser.