From c07afb1c53389d000e00a11524bf6b03bdcb0189 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 29 Mar 2010 07:53:49 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1801 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/cmparams.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/port.mk | 0 os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/vectors.s | 0 os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/cmparams.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/port.mk | 0 os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/vectors.s | 0 os/ports/GCC/{ARMCMx => ARMCM3}/chcore.c | 0 os/ports/GCC/{ARMCMx => ARMCM3}/chcore.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/chtypes.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm0.c | 0 os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm0.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm3.c | 0 os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm3.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/crt0.s | 0 os/ports/GCC/{ARMCMx => ARMCM3}/nvic.c | 0 os/ports/GCC/{ARMCMx => ARMCM3}/nvic.h | 0 os/ports/GCC/{ARMCMx => ARMCM3}/port.dox | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/cmparams.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/port.mk (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/LPC11xx/vectors.s (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/cmparams.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/port.mk (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/STM32F103/vectors.s (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/chcore.c (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/chcore.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/chtypes.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm0.c (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm0.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm3.c (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/cmsis/core_cm3.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/crt0.s (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/nvic.c (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/nvic.h (100%) rename os/ports/GCC/{ARMCMx => ARMCM3}/port.dox (100%) diff --git a/os/ports/GCC/ARMCMx/LPC11xx/cmparams.h b/os/ports/GCC/ARMCM3/LPC11xx/cmparams.h similarity index 100% rename from os/ports/GCC/ARMCMx/LPC11xx/cmparams.h rename to os/ports/GCC/ARMCM3/LPC11xx/cmparams.h diff --git a/os/ports/GCC/ARMCMx/LPC11xx/port.mk b/os/ports/GCC/ARMCM3/LPC11xx/port.mk similarity index 100% rename from os/ports/GCC/ARMCMx/LPC11xx/port.mk rename to os/ports/GCC/ARMCM3/LPC11xx/port.mk diff --git a/os/ports/GCC/ARMCMx/LPC11xx/vectors.s b/os/ports/GCC/ARMCM3/LPC11xx/vectors.s similarity index 100% rename from os/ports/GCC/ARMCMx/LPC11xx/vectors.s rename to os/ports/GCC/ARMCM3/LPC11xx/vectors.s diff --git a/os/ports/GCC/ARMCMx/STM32F103/cmparams.h b/os/ports/GCC/ARMCM3/STM32F103/cmparams.h similarity index 100% rename from os/ports/GCC/ARMCMx/STM32F103/cmparams.h rename to os/ports/GCC/ARMCM3/STM32F103/cmparams.h diff --git a/os/ports/GCC/ARMCMx/STM32F103/port.mk b/os/ports/GCC/ARMCM3/STM32F103/port.mk similarity index 100% rename from os/ports/GCC/ARMCMx/STM32F103/port.mk rename to os/ports/GCC/ARMCM3/STM32F103/port.mk diff --git a/os/ports/GCC/ARMCMx/STM32F103/vectors.s b/os/ports/GCC/ARMCM3/STM32F103/vectors.s similarity index 100% rename from os/ports/GCC/ARMCMx/STM32F103/vectors.s rename to os/ports/GCC/ARMCM3/STM32F103/vectors.s diff --git a/os/ports/GCC/ARMCMx/chcore.c b/os/ports/GCC/ARMCM3/chcore.c similarity index 100% rename from os/ports/GCC/ARMCMx/chcore.c rename to os/ports/GCC/ARMCM3/chcore.c diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCM3/chcore.h similarity index 100% rename from os/ports/GCC/ARMCMx/chcore.h rename to os/ports/GCC/ARMCM3/chcore.h diff --git a/os/ports/GCC/ARMCMx/chtypes.h b/os/ports/GCC/ARMCM3/chtypes.h similarity index 100% rename from os/ports/GCC/ARMCMx/chtypes.h rename to os/ports/GCC/ARMCM3/chtypes.h diff --git a/os/ports/GCC/ARMCMx/cmsis/core_cm0.c b/os/ports/GCC/ARMCM3/cmsis/core_cm0.c similarity index 100% rename from os/ports/GCC/ARMCMx/cmsis/core_cm0.c rename to os/ports/GCC/ARMCM3/cmsis/core_cm0.c diff --git a/os/ports/GCC/ARMCMx/cmsis/core_cm0.h b/os/ports/GCC/ARMCM3/cmsis/core_cm0.h similarity index 100% rename from os/ports/GCC/ARMCMx/cmsis/core_cm0.h rename to os/ports/GCC/ARMCM3/cmsis/core_cm0.h diff --git a/os/ports/GCC/ARMCMx/cmsis/core_cm3.c b/os/ports/GCC/ARMCM3/cmsis/core_cm3.c similarity index 100% rename from os/ports/GCC/ARMCMx/cmsis/core_cm3.c rename to os/ports/GCC/ARMCM3/cmsis/core_cm3.c diff --git a/os/ports/GCC/ARMCMx/cmsis/core_cm3.h b/os/ports/GCC/ARMCM3/cmsis/core_cm3.h similarity index 100% rename from os/ports/GCC/ARMCMx/cmsis/core_cm3.h rename to os/ports/GCC/ARMCM3/cmsis/core_cm3.h diff --git a/os/ports/GCC/ARMCMx/crt0.s b/os/ports/GCC/ARMCM3/crt0.s similarity index 100% rename from os/ports/GCC/ARMCMx/crt0.s rename to os/ports/GCC/ARMCM3/crt0.s diff --git a/os/ports/GCC/ARMCMx/nvic.c b/os/ports/GCC/ARMCM3/nvic.c similarity index 100% rename from os/ports/GCC/ARMCMx/nvic.c rename to os/ports/GCC/ARMCM3/nvic.c diff --git a/os/ports/GCC/ARMCMx/nvic.h b/os/ports/GCC/ARMCM3/nvic.h similarity index 100% rename from os/ports/GCC/ARMCMx/nvic.h rename to os/ports/GCC/ARMCM3/nvic.h diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCM3/port.dox similarity index 100% rename from os/ports/GCC/ARMCMx/port.dox rename to os/ports/GCC/ARMCM3/port.dox