From f20a38b371b2e6e65dc58393f581696e3ec623cc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 22 Sep 2011 17:15:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3382 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F1xx/{SDIO => SDC}/Makefile | 0 testhal/STM32F1xx/{SDIO => SDC}/chconf.h | 0 testhal/STM32F1xx/{SDIO => SDC}/halconf.h | 0 testhal/STM32F1xx/{SDIO => SDC}/main.c | 0 testhal/STM32F1xx/{SDIO => SDC}/mcuconf.h | 0 testhal/STM32F1xx/{SDIO => SDC}/readme.txt | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename testhal/STM32F1xx/{SDIO => SDC}/Makefile (100%) rename testhal/STM32F1xx/{SDIO => SDC}/chconf.h (100%) rename testhal/STM32F1xx/{SDIO => SDC}/halconf.h (100%) rename testhal/STM32F1xx/{SDIO => SDC}/main.c (100%) rename testhal/STM32F1xx/{SDIO => SDC}/mcuconf.h (100%) rename testhal/STM32F1xx/{SDIO => SDC}/readme.txt (100%) diff --git a/testhal/STM32F1xx/SDIO/Makefile b/testhal/STM32F1xx/SDC/Makefile similarity index 100% rename from testhal/STM32F1xx/SDIO/Makefile rename to testhal/STM32F1xx/SDC/Makefile diff --git a/testhal/STM32F1xx/SDIO/chconf.h b/testhal/STM32F1xx/SDC/chconf.h similarity index 100% rename from testhal/STM32F1xx/SDIO/chconf.h rename to testhal/STM32F1xx/SDC/chconf.h diff --git a/testhal/STM32F1xx/SDIO/halconf.h b/testhal/STM32F1xx/SDC/halconf.h similarity index 100% rename from testhal/STM32F1xx/SDIO/halconf.h rename to testhal/STM32F1xx/SDC/halconf.h diff --git a/testhal/STM32F1xx/SDIO/main.c b/testhal/STM32F1xx/SDC/main.c similarity index 100% rename from testhal/STM32F1xx/SDIO/main.c rename to testhal/STM32F1xx/SDC/main.c diff --git a/testhal/STM32F1xx/SDIO/mcuconf.h b/testhal/STM32F1xx/SDC/mcuconf.h similarity index 100% rename from testhal/STM32F1xx/SDIO/mcuconf.h rename to testhal/STM32F1xx/SDC/mcuconf.h diff --git a/testhal/STM32F1xx/SDIO/readme.txt b/testhal/STM32F1xx/SDC/readme.txt similarity index 100% rename from testhal/STM32F1xx/SDIO/readme.txt rename to testhal/STM32F1xx/SDC/readme.txt