Ignore:
Timestamp:
Jun 26, 2017, 6:45:41 PM (7 years ago)
Author:
ertl-honda
Message:

3.0.0のリリース版に追従

Location:
asp3_wo_tecs/trunk/target
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/target/ct11mpcore_gcc/target_kernel_impl.h

    r302 r305  
    7878 *  GIC依存部を使用するための定義
    7979 */
     80#define GIC_ARM11MPCORE
    8081#define GIC_TNUM_INTNO  DIC_TNUM_INTNO
    81 #define GIC_PRI_LEVEL   16
    8282
    8383/*
  • asp3_wo_tecs/trunk/target/dummy_gcc/dummy.h

    r302 r305  
    6666#define TINTNO_HRT              0               /* 高分解能タイマ */
    6767#define TINTNO_OVRTIMER 1               /* オーバランタイマ */
    68 #define TINTNO_SIO              2               /* シリアルI/Oポート */
     68#define TINTNO_SIO              2               /* SIOポート */
    6969
    7070#endif /* TOPPERS_DUMMY_H */
  • asp3_wo_tecs/trunk/target/dummy_gcc/target_kernel_impl.c

    r302 r305  
    6060#include "kernel_impl.h"
    6161#include "task.h"
     62#ifdef TOPPERS_SUPPORT_OVRHDR
     63#include "overrun.h"
     64#endif /* TOPPERS_SUPPORT_OVRHDR */
    6265
    6366/*
  • asp3_wo_tecs/trunk/target/dummy_gcc/target_kernel_impl.h

    r302 r305  
    6565
    6666#include <kernel.h>
    67 #ifndef TOPPERS_MACRO_ONLY
    68 #ifdef TOPPERS_SUPPORT_OVRHDR
    69 #include "overrun.h"
    70 #endif /* TOPPERS_SUPPORT_OVRHDR */
    71 #endif /* TOPPERS_MACRO_ONLY */
    7267
    7368/*
  • asp3_wo_tecs/trunk/target/nucleo_f401re_gcc/Makefile.target

    r303 r305  
    5555
    5656#
    57 #  コンフィギュレータ関係の変数の定義
    58 #
    59 #CFG_TABS := $(CFG_TABS) --cfg1-def-table $(TARGETDIR)/target_def.csv
    60 #CFG1_OUT_LDFLAGS := $(LDFLAGS) -T $(TARGETDIR)/blueninja_ram_cfg1_out.ld
    61 
    62 
    63 #
    6457#  使用するタイマ
    6558#
     
    9184#
    9285cfg1_out.timestamp: $(TARGETDIR)/target_timer.cfg
    93 
    94 #offset.timestamp:
    95 #kernel_cfg.timestamp: $(TARGETDIR)/target_kernel.trb
    96 #check.timestamp: $(TARGETDIR)/target_check.trb
     86offset.timestamp:
     87kernel_cfg.timestamp: $(TARGETDIR)/target_kernel.trb
     88check.timestamp: $(TARGETDIR)/target_check.trb
    9789
    9890#
Note: See TracChangeset for help on using the changeset viewer.