[Hos-git] [SCM] hos-v4a (hos) branch, master, updated. e6bc98ce94beb4eaf5c162174dae14814e9b5b46

Back to archive index

ryuz****@users***** ryuz****@users*****
2011年 3月 27日 (日) 12:12:12 JST


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "hos-v4a" repository
containing the "hos" project.

The branch, master has been updated
       via  e6bc98ce94beb4eaf5c162174dae14814e9b5b46 (commit)
      from  014216b122e001567ddec88361cb38ffb95c1130 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e6bc98ce94beb4eaf5c162174dae14814e9b5b46
Author: ryuz <ryuz****@users*****>
Date:   Sun Mar 27 12:11:49 2011 +0900

    add Cortex-M3 PendSV

-----------------------------------------------------------------------

Summary of changes:
 cfgrtr/source/definh.cpp                           |    4 +
 cfgrtr/source/h4acfg.cpp                           |    2 +-
 cfgrtr/source/intstk.cpp                           |    2 +-
 kernel/build/arm/cortex_m3/gcc/Makefile            |   15 +-
 kernel/include/arch/proc/8080/z80/procatr.h        |    5 +
 kernel/include/arch/proc/arm/arm_v4t/procatr.h     |    8 +-
 kernel/include/arch/proc/arm/arm_v6/procatr.h      |    6 +
 kernel/include/arch/proc/arm/arm_v7m/proc.h        |   45 +++---
 kernel/include/arch/proc/arm/arm_v7m/procatr.h     |   16 +-
 kernel/include/arch/proc/h8/h8300h/procatr.h       |    6 +
 kernel/include/arch/proc/h8/h8300ha/procatr.h      |    7 +
 kernel/include/arch/proc/h8/h8300hn/procatr.h      |    6 +
 kernel/include/arch/proc/h8/h8s2600a/procatr.h     |    6 +
 kernel/include/arch/proc/ia32/i386/procatr.h       |    6 +
 kernel/include/arch/proc/mb/mb_v8/procatr.h        |    6 +
 kernel/include/arch/proc/mips/mips1/procatr.h      |    6 +
 kernel/include/arch/proc/mn103/mn1030/procatr.h    |    6 +-
 kernel/include/arch/proc/sh/sh2/procatr.h          |    6 +
 kernel/include/arch/proc/sh/sh2a-fpu/procatr.h     |    6 +
 kernel/include/arch/proc/v850/v850e/procatr.h      |    6 +
 kernel/include/arch/proc/win/win32/procatr.h       |    6 +
 kernel/include/core/sys.h                          |   49 ++++-
 .../mb/axi_intc => proc/arm/arm_v7m}/dis_int.c     |   10 +-
 .../mb/axi_intc => proc/arm/arm_v7m}/ena_int.c     |   13 +-
 kernel/source/arch/proc/arm/arm_v7m/gcc/kpnd_hdr.S |   57 ++++++
 .../arm/arm_v7m/gcc/{kdis_int.S => kref_ctl.S}     |   20 +-
 kernel/source/arch/proc/arm/arm_v7m/gcc/kswi_ctx.S |    6 +-
 kernel/source/arch/proc/arm/arm_v7m/gcc/kwai_int.S |    2 +-
 kernel/source/arch/proc/arm/arm_v7m/vclr_int.c     |   31 +++
 kernel/source/object/cyc/del_cyc.c                 |   15 +-
 sample/arm/stm32f103/gcc/kernel_vct.c              |  193 +++++++++++++++++++-
 sample/arm/stm32f103/gcc/vectors.S                 |   55 ------
 sample/arm/stm32f103/ostimer.c                     |   33 ++--
 sample/arm/stm32f103/ostimer.h                     |    3 +-
 sample/arm/stm32f103/sample.c                      |   89 ++--------
 sample/arm/stm32f103/system.cfg                    |   25 ++--
 36 files changed, 535 insertions(+), 242 deletions(-)
 copy kernel/source/arch/{irc/mb/axi_intc => proc/arm/arm_v7m}/dis_int.c (58%)
 copy kernel/source/arch/{irc/mb/axi_intc => proc/arm/arm_v7m}/ena_int.c (54%)
 create mode 100644 kernel/source/arch/proc/arm/arm_v7m/gcc/kpnd_hdr.S
 copy kernel/source/arch/proc/arm/arm_v7m/gcc/{kdis_int.S => kref_ctl.S} (53%)
 create mode 100644 kernel/source/arch/proc/arm/arm_v7m/vclr_int.c
 delete mode 100644 sample/arm/stm32f103/gcc/vectors.S


hooks/post-receive
-- 
hos-v4a (hos)




Hos-git メーリングリストの案内
Back to archive index