Ignore:
Timestamp:
Jun 26, 2017, 5:33:59 PM (7 years ago)
Author:
ertl-honda
Message:

コンフィギュレータをruby版に変更

Location:
asp3_wo_tecs/trunk/target/nucleo_f401re_gcc
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/target_rename.def

    r303 r304  
    1 INCLUDE "arm_m_gcc/stm32f4xx_stm32cube/chip"
     1INCLUDE "chip"
    22
    33#target_config.c
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/target_rename.h

    r303 r304  
    66
    77/*
    8  * target_config.c
     8 *  target_config.c
    99 */
    1010#define target_initialize                       _kernel_target_initialize
    1111#define target_exit                                     _kernel_target_exit
    1212
    13 #ifdef TOPPERS_LABEL_ASM
    14 
    15 
    16 /*
    17  * target_config.c
    18  */
    19 #define _target_initialize                      __kernel_target_initialize
    20 #define _target_exit                            __kernel_target_exit
    21 
    22 #endif /* TOPPERS_LABEL_ASM */
    23 
    2413#include "chip_rename.h"
    2514
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/target_unrename.h

    r303 r304  
    77
    88/*
    9  * target_config.c
     9 *  target_config.c
    1010 */
    1111#undef target_initialize
    1212#undef target_exit
    1313
    14 #ifdef TOPPERS_LABEL_ASM
    15 
    16 
    17 /*
    18  * target_config.c
    19  */
    20 #undef _target_initialize
    21 #undef _target_exit
    22 
    23 #endif /* TOPPERS_LABEL_ASM */
    24 
    2514#include "chip_unrename.h"
    2615
Note: See TracChangeset for help on using the changeset viewer.