Ignore:
Timestamp:
Jun 26, 2017, 2:55:03 PM (7 years ago)
Author:
ertl-honda
Message:

nucleo_f401re依存部の追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_m_gcc/common/core.tf

    r302 r303  
    130130$
    131131$NL$
     132$NL$
     133extern void start(void);$NL$
     134$NL$
    132135__attribute__ ((section(".vector"))) $NL$
    133136const FP _kernel_vector_table[] =      $NL$
    134137{                                    $NL$
    135138        $TAB$(FP)(TOPPERS_ISTKPT(TOPPERS_ISTK, TOPPERS_ISTKSZ)),   // 0 The initial stack pointer $NL$
    136         $TAB$(FP)_start,                 // 1 The reset handler         $NL$
     139        $TAB$(FP)start,                 // 1 The reset handler         $NL$
    137140
    138141$FOREACH excno {2,3,...,14}$
Note: See TracChangeset for help on using the changeset viewer.