From e74befca44925f37a4fba93d6b16bd1c578c3e51 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Fri, 31 May 2013 21:06:26 +0800 Subject: [PATCH] move libcpu/arm/rm48x50/ to libcpu/arm/cortex-r4 --- libcpu/arm/{rm48x50 => cortex-r4}/RM48x50.h | 0 libcpu/arm/{rm48x50 => cortex-r4}/context_ccs.asm | 0 libcpu/arm/{rm48x50 => cortex-r4}/cpu.c | 0 libcpu/arm/{rm48x50 => cortex-r4}/interrupt.c | 0 libcpu/arm/{rm48x50 => cortex-r4}/stack.c | 0 libcpu/arm/{rm48x50 => cortex-r4}/trap.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename libcpu/arm/{rm48x50 => cortex-r4}/RM48x50.h (100%) rename libcpu/arm/{rm48x50 => cortex-r4}/context_ccs.asm (100%) rename libcpu/arm/{rm48x50 => cortex-r4}/cpu.c (100%) rename libcpu/arm/{rm48x50 => cortex-r4}/interrupt.c (100%) rename libcpu/arm/{rm48x50 => cortex-r4}/stack.c (100%) rename libcpu/arm/{rm48x50 => cortex-r4}/trap.c (100%) diff --git a/libcpu/arm/rm48x50/RM48x50.h b/libcpu/arm/cortex-r4/RM48x50.h similarity index 100% rename from libcpu/arm/rm48x50/RM48x50.h rename to libcpu/arm/cortex-r4/RM48x50.h diff --git a/libcpu/arm/rm48x50/context_ccs.asm b/libcpu/arm/cortex-r4/context_ccs.asm similarity index 100% rename from libcpu/arm/rm48x50/context_ccs.asm rename to libcpu/arm/cortex-r4/context_ccs.asm diff --git a/libcpu/arm/rm48x50/cpu.c b/libcpu/arm/cortex-r4/cpu.c similarity index 100% rename from libcpu/arm/rm48x50/cpu.c rename to libcpu/arm/cortex-r4/cpu.c diff --git a/libcpu/arm/rm48x50/interrupt.c b/libcpu/arm/cortex-r4/interrupt.c similarity index 100% rename from libcpu/arm/rm48x50/interrupt.c rename to libcpu/arm/cortex-r4/interrupt.c diff --git a/libcpu/arm/rm48x50/stack.c b/libcpu/arm/cortex-r4/stack.c similarity index 100% rename from libcpu/arm/rm48x50/stack.c rename to libcpu/arm/cortex-r4/stack.c diff --git a/libcpu/arm/rm48x50/trap.c b/libcpu/arm/cortex-r4/trap.c similarity index 100% rename from libcpu/arm/rm48x50/trap.c rename to libcpu/arm/cortex-r4/trap.c -- GitLab