Ignore:
Timestamp:
Jun 27, 2017, 1:35:59 PM (7 years ago)
Author:
ertl-honda
Message:

MANIFESTの更新

Location:
asp3_wo_tecs/trunk/target
Files:
16 added
7 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/target/ct11mpcore_gcc/E_PACKAGE

    r302 r308  
    44INCLUDE ../../MANIFEST
    55INCLUDE ../../arch/arm_gcc/MANIFEST
    6 INCLUDE ../../cfg/MANIFEST
  • asp3_wo_tecs/trunk/target/ct11mpcore_gcc/MANIFEST

    r302 r308  
    11PACKAGE asp3_arch_arm_gcc
    22
    3 E_PACKAGE
    4 MANIFEST
    5 Makefile.target
    63ct11mpcore.h
    74ct11mpcore.ld
    8 target.tf
     5E_PACKAGE
     6Makefile.target
     7MANIFEST
    98target_cfg1_out.h
    10 target_check.tf
     9target_check.trb
     10target_kernel.cfg
    1111target_kernel.h
     12target_kernel.trb
    1213target_kernel_impl.c
    1314target_kernel_impl.h
  • asp3_wo_tecs/trunk/target/dummy_gcc/MANIFEST

    r302 r308  
    11PACKAGE asp3
    22
     3dummy.h
     4Makefile.target
    35MANIFEST
    4 Makefile.target
    5 dummy.h
    6 target.tf
    76target_cfg1_out.h
    8 target_check.tf
    9 target_def.csv
     7target_check.trb
     8target_kernel.cfg
    109target_kernel.h
     10target_kernel.trb
    1111target_kernel_impl.c
    1212target_kernel_impl.h
    13 target_offset.tf
     13target_offset.trb
    1414target_rename.def
    1515target_rename.h
     
    1919target_sil.h
    2020target_stddef.h
     21target_sym.def
    2122target_syssvc.h
    2223target_test.h
  • asp3_wo_tecs/trunk/target/gr_peach_gcc/E_PACKAGE

    r307 r308  
    44INCLUDE ../../MANIFEST
    55INCLUDE ../../arch/arm_gcc/MANIFEST
    6 INCLUDE ../../tecsgen/MANIFEST_for_asp3
  • asp3_wo_tecs/trunk/target/gr_peach_gcc/MANIFEST

    r307 r308  
    22
    33E_PACKAGE
    4 MANIFEST
    5 Makefile.target
    64gdb_ram.ini
    75gdb_rom.ini
     
    97gr_peach_ram.ld
    108gr_peach_rom.ld
     9Makefile.target
     10MANIFEST
    1111renesas_rza1h_swd.cfg
    1212sf_boot.c
    13 tPutLogGRPeach.c
    14 tPutLogGRPeach.cdl
    15 tSIOPortGRPeach.cdl
    16 tSIOPortGRPeachMain_inline.h
    17 target.cdl
    1813target_cfg1_out.h
    1914target_check.trb
     
    2520target_rename.def
    2621target_rename.h
     22target_serial.cfg
     23target_serial.h
    2724target_sil.h
    2825target_stddef.h
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/MANIFEST

    r303 r308  
    77nucleo_f401re.h
    88stm32f401re.ld
    9 target.cdl
    10 target.tf
    119target_asm.inc
    1210target_cfg1_out.h
     
    1917target_rename.def
    2018target_rename.h
     19target_serial.cfg
     20target_serial.h
    2121target_sil.h
    2222target_stddef.h
     
    2828target_unrename.h
    2929target_user.txt
    30 tPutLogTarget.c
    31 tPutLogTarget.cdl
    32 tSIOPortTarget.cdl
    33 tSIOPortTargetMain_inline.h
    3430
    3531stm32fcube/stm32f4xx_hal_conf.h
     
    3935stm32fcube/systemclock_config.c
    4036
    41 truestudio/asp/asp_debug.launch
    42 truestudio/asp/Makefile
    43 truestudio/asp/sample1.c
    44 truestudio/asp/sample1.cfg
    45 truestudio/asp/sample1.h
    46 truestudio/asp/.cproject
    47 truestudio/asp/.project
     37truestudio/asp3/asp_debug.launch
     38truestudio/asp3/Makefile
     39truestudio/asp3/sample1.c
     40truestudio/asp3/sample1.cfg
     41truestudio/asp3/sample1.h
     42truestudio/asp3/.cproject
     43truestudio/asp3/.project
    4844
    49 truestudio/asp/.settings/com.atollic.truestudio.debug.hardware_device.prefs
    50 truestudio/asp/.settings/com.atollic.truestudio.tsp.prefs
    51 truestudio/asp/.settings/language.settings.xml
    52 truestudio/asp/.settings/org.eclipse.core.resources.prefs
     45truestudio/asp3/.settings/com.atollic.truestudio.debug.hardware_device.prefs
     46truestudio/asp3/.settings/com.atollic.truestudio.tsp.prefs
     47truestudio/asp3/.settings/language.settings.xml
     48truestudio/asp3/.settings/org.eclipse.core.resources.prefs
    5349
    5450truestudio/asp/deps/dummy.txt
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/Makefile.target

    r305 r308  
    7070#  GNU開発環境のターゲットアーキテクチャの定義
    7171#
    72 GCC_TARGET = arm-none-eabi
     72ifndef GCC_TARGET
     73        GCC_TARGET = arm-none-eabi
     74endif
    7375
    7476#
Note: See TracChangeset for help on using the changeset viewer.