ryuz****@users*****
ryuz****@users*****
2011年 3月 31日 (木) 01:18:53 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 b6e81083182ff91a7282e1883270a860715120a2 (commit) via 59cf2d40411529070bfb915e1d734f17f3bfcfd3 (commit) via 7731a98fbb46f2001c383ddca29823ce44a3e78d (commit) via 252fb261b275a88fc7fa77e3b24a126a22bd41d1 (commit) from 3ef238be99edc06c92b964be4f4493cf19b0e44e (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 b6e81083182ff91a7282e1883270a860715120a2 Author: ryuz <ryuz****@users*****> Date: Thu Mar 31 01:18:47 2011 +0900 debug Cortex-M0 sample commit 59cf2d40411529070bfb915e1d734f17f3bfcfd3 Author: ryuz <ryuz****@users*****> Date: Thu Mar 31 01:18:21 2011 +0900 debug makefile commit 7731a98fbb46f2001c383ddca29823ce44a3e78d Author: ryuz <ryuz****@users*****> Date: Thu Mar 31 00:35:22 2011 +0900 modify Cortex-M0 commit 252fb261b275a88fc7fa77e3b24a126a22bd41d1 Author: ryuz <ryuz****@users*****> Date: Thu Mar 31 00:10:04 2011 +0900 modify cortex-m3 ----------------------------------------------------------------------- Summary of changes: .gitignore | 6 +- aplfw/application/utility/memwrite/memwrite_main.c | 14 +- aplfw/build/mips/jelly/gcc/Makefile | 65 +++-- aplfw/sample/arm/ez_arm7/armcc/GNUmakefile | 7 +- aplfw/sample/arm/ez_arm7/gcc/Makefile | 7 +- aplfw/sample/arm/utb_arm7at91/armcc/Makefile | 7 +- aplfw/sample/arm/utb_arm7at91/gcc/Makefile | 7 +- aplfw/sample/h8/ae-3069-lan/ch38/Makefile | 8 +- aplfw/sample/mips/jelly/gcc/Makefile | 9 +- aplfw/sample/mn103/mn103sfa5k/cc103/GNUmakefile | 7 +- aplfw/sample/mn103/mn103sfa5k/gcc/Makefile | 6 +- aplfw/sample/sh/cq7144a/gcc/Makefile | 7 +- aplfw/sample/sh/cq7144a/shc/GNUmakefile | 7 +- kernel/source/arch/proc/arm/arm_v6m/gcc/kcre_ctx.S | 10 +- kernel/source/arch/proc/arm/arm_v6m/gcc/kpnd_hdr.S | 14 +- kernel/source/arch/proc/arm/arm_v6m/gcc/kref_ctl.S | 3 +- kernel/source/arch/proc/arm/arm_v6m/gcc/kswi_ctx.S | 18 +- kernel/source/arch/proc/arm/arm_v7m/gcc/kcre_ctx.S | 23 +- kernel/source/arch/proc/arm/arm_v7m/gcc/kpnd_hdr.S | 12 +- kernel/source/arch/proc/arm/arm_v7m/gcc/kswi_ctx.S | 8 +- sample/arm/aduc7000/armcc/Makefile | 7 +- sample/arm/aduc7000/gcc/Makefile | 7 +- sample/arm/lpc1114/main.c | 5 + sample/arm/lpc1114/readme.txt | 33 ++ sample/arm/lpc1114/sample.c | 4 +- sample/arm/lpc1114/uart.c | 28 ++ sample/arm/lpc2000/armcc/Makefile | 8 +- sample/arm/stm32f103/gcc/.cproject | 321 -------------------- sample/h8/h83069/ch38/Makefile | 6 +- sample/h8/h83069/gcc/Makefile | 7 +- sample/sh/sh7144/shc/GNUmakefile | 4 +- test/twai_sem/lpc2000/armcc/Makefile | 8 +- 32 files changed, 255 insertions(+), 428 deletions(-) create mode 100644 sample/arm/lpc1114/readme.txt delete mode 100644 sample/arm/stm32f103/gcc/.cproject hooks/post-receive -- hos-v4a (hos)