OSDN Git Service

add cortex-m3 startup
authorryuz <ryuz@users.sourceforge.jp>
Wed, 23 Mar 2011 14:54:58 +0000 (23:54 +0900)
committerryuz <ryuz@users.sourceforge.jp>
Wed, 23 Mar 2011 14:54:58 +0000 (23:54 +0900)
commitb7423071ba8a39a51d6bbf17243ac8136cc89a86
tree6ca95d54b22b6b7afc4c6f6e6ed38ae7b8181c67
parentb6ff25983dca6bf356718cad587f3a7c6471b0fe
add cortex-m3 startup
20 files changed:
cfgrtr/source/definh.cpp
kernel/build/arm/cortex_m3/gcc/Makefile
kernel/include/arch/proc/arm/arm_v7m/proc.h [moved from kernel/include/arch/proc/arm/cortex_m3/proc.h with 93% similarity]
kernel/include/arch/proc/arm/arm_v7m/procatr.h [moved from kernel/include/arch/proc/arm/cortex_m3/procatr.h with 90% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/kcre_ctx.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/kcre_ctx.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/kdis_int.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/kdis_int.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/kena_int.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/kena_int.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/khwf_hdr.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/khwf_hdr.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/knmi_hdr.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/knmi_hdr.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/krst_ctx.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/krst_ctx.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/krst_hdr.S [new file with mode: 0644]
kernel/source/arch/proc/arm/arm_v7m/gcc/kswi_ctx.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/kswi_ctx.S with 100% similarity]
kernel/source/arch/proc/arm/arm_v7m/gcc/kwai_int.S [moved from kernel/source/arch/proc/arm/cortex_m3/gcc/kwai_int.S with 100% similarity]
kernel/source/arch/proc/arm/cortex_m3/gcc/krst_hdr.S [deleted file]
kernel/source/core/hep/cre_hep.c
sample/arm/stm32f103/gcc/.cproject
sample/arm/stm32f103/gcc/Makefile
sample/arm/stm32f103/gcc/kernel_vct.c
sample/arm/stm32f103/gcc/link.lds
sample/arm/stm32f103/main.c