ryuz****@users*****
ryuz****@users*****
2011年 3月 30日 (水) 01:02:56 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 eb743c98ace75f7268ba284a8209d370b40fb045 (commit) from 4f5f52e0e1fe12a8f09acea8baee6559389f0b14 (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 eb743c98ace75f7268ba284a8209d370b40fb045 Author: ryuz <ryuz****@users*****> Date: Wed Mar 30 00:47:29 2011 +0900 add cortex-m0 sample ----------------------------------------------------------------------- Summary of changes: kernel/source/arch/proc/arm/arm_v7m/gcc/kpnd_hdr.S | 1 + sample/arm/{stm32f103 => lpc1114}/gcc/Makefile | 10 +- sample/arm/{stm32f103 => lpc1114}/gcc/link.lds | 6 +- .../arm/ez_arm7 => sample/arm/lpc1114}/main.c | 7 +- sample/arm/{stm32f103 => lpc1114}/ostimer.c | 0 sample/arm/{stm32f103 => lpc1114}/ostimer.h | 0 sample/arm/{stm32f103 => lpc1114}/sample.c | 0 sample/arm/{aduc7000 => lpc1114}/sample.h | 0 sample/arm/{stm32f103 => lpc1114}/system.cfg | 0 sample/arm/{stm32f103 => lpc1114}/uart.c | 0 sample/arm/{aduc7000 => lpc1114}/uart.h | 0 sample/arm/stm32f103/gcc/crt0.S | 82 -------------------- 12 files changed, 14 insertions(+), 92 deletions(-) copy sample/arm/{stm32f103 => lpc1114}/gcc/Makefile (94%) copy sample/arm/{stm32f103 => lpc1114}/gcc/link.lds (84%) copy {aplfw/sample/arm/ez_arm7 => sample/arm/lpc1114}/main.c (90%) mode change 100755 => 100644 copy sample/arm/{stm32f103 => lpc1114}/ostimer.c (100%) copy sample/arm/{stm32f103 => lpc1114}/ostimer.h (100%) copy sample/arm/{stm32f103 => lpc1114}/sample.c (100%) copy sample/arm/{aduc7000 => lpc1114}/sample.h (100%) mode change 100755 => 100644 copy sample/arm/{stm32f103 => lpc1114}/system.cfg (100%) copy sample/arm/{stm32f103 => lpc1114}/uart.c (100%) copy sample/arm/{aduc7000 => lpc1114}/uart.h (100%) mode change 100755 => 100644 delete mode 100644 sample/arm/stm32f103/gcc/crt0.S hooks/post-receive -- hos-v4a (hos)