From 2a27f7e699c03a521b447035d846023a74c10bf1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 7 Apr 2013 11:38:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5566 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/STUDIEL_AT91SAM7A3_EK/board.c | 0 boards/STUDIEL_AT91SAM7A3_EK/board.h | 0 os/hal/platforms/AT91SAM7/at91lib/AT91SAM7A3.h | 0 os/hal/platforms/AT91SAM7/i2c_lld.c | 0 os/hal/platforms/AT91SAM7/i2c_lld.h | 0 os/ports/GCC/ARM/AT91SAM7/ld/AT91SAM7A3.ld | 0 os/ports/GCC/ARMCMx/STM32F1xx/ld/STM32F103xD.ld | 0 os/ports/common/ARMCMx/CMSIS/include/core_cm0plus.h | 0 testhal/STM32F1xx/RTC_FATTIME/Makefile | 0 testhal/STM32F1xx/RTC_FATTIME/chconf.h | 0 testhal/STM32F1xx/RTC_FATTIME/ffconf.h | 0 testhal/STM32F1xx/RTC_FATTIME/halconf.h | 0 testhal/STM32F1xx/RTC_FATTIME/main.c | 0 testhal/STM32F1xx/RTC_FATTIME/mcuconf.h | 0 testhal/STM32F4xx/RTC_FATTIME/Makefile | 0 testhal/STM32F4xx/RTC_FATTIME/chconf.h | 0 testhal/STM32F4xx/RTC_FATTIME/ffconf.h | 0 testhal/STM32F4xx/RTC_FATTIME/halconf.h | 0 testhal/STM32F4xx/RTC_FATTIME/main.c | 0 testhal/STM32F4xx/RTC_FATTIME/mcuconf.h | 0 testhal/STM32F4xx/RTC_FATTIME/readme.txt | 0 testhal/STM32F4xx/SDC/Makefile | 0 testhal/STM32F4xx/SDC/chconf.h | 0 testhal/STM32F4xx/SDC/csd.txt | 0 testhal/STM32F4xx/SDC/ffconf.h | 0 testhal/STM32F4xx/SDC/halconf.h | 0 testhal/STM32F4xx/SDC/main.c | 0 testhal/STM32F4xx/SDC/mcuconf.h | 0 testhal/STM32F4xx/SDC/readme.txt | 0 29 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 boards/STUDIEL_AT91SAM7A3_EK/board.c mode change 100755 => 100644 boards/STUDIEL_AT91SAM7A3_EK/board.h mode change 100755 => 100644 os/hal/platforms/AT91SAM7/at91lib/AT91SAM7A3.h mode change 100755 => 100644 os/hal/platforms/AT91SAM7/i2c_lld.c mode change 100755 => 100644 os/hal/platforms/AT91SAM7/i2c_lld.h mode change 100755 => 100644 os/ports/GCC/ARM/AT91SAM7/ld/AT91SAM7A3.ld mode change 100755 => 100644 os/ports/GCC/ARMCMx/STM32F1xx/ld/STM32F103xD.ld mode change 100755 => 100644 os/ports/common/ARMCMx/CMSIS/include/core_cm0plus.h mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/Makefile mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/chconf.h mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/ffconf.h mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/halconf.h mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/main.c mode change 100755 => 100644 testhal/STM32F1xx/RTC_FATTIME/mcuconf.h mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/Makefile mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/chconf.h mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/ffconf.h mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/halconf.h mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/main.c mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/mcuconf.h mode change 100755 => 100644 testhal/STM32F4xx/RTC_FATTIME/readme.txt mode change 100755 => 100644 testhal/STM32F4xx/SDC/Makefile mode change 100755 => 100644 testhal/STM32F4xx/SDC/chconf.h mode change 100755 => 100644 testhal/STM32F4xx/SDC/csd.txt mode change 100755 => 100644 testhal/STM32F4xx/SDC/ffconf.h mode change 100755 => 100644 testhal/STM32F4xx/SDC/halconf.h mode change 100755 => 100644 testhal/STM32F4xx/SDC/main.c mode change 100755 => 100644 testhal/STM32F4xx/SDC/mcuconf.h mode change 100755 => 100644 testhal/STM32F4xx/SDC/readme.txt diff --git a/boards/STUDIEL_AT91SAM7A3_EK/board.c b/boards/STUDIEL_AT91SAM7A3_EK/board.c old mode 100755 new mode 100644 diff --git a/boards/STUDIEL_AT91SAM7A3_EK/board.h b/boards/STUDIEL_AT91SAM7A3_EK/board.h old mode 100755 new mode 100644 diff --git a/os/hal/platforms/AT91SAM7/at91lib/AT91SAM7A3.h b/os/hal/platforms/AT91SAM7/at91lib/AT91SAM7A3.h old mode 100755 new mode 100644 diff --git a/os/hal/platforms/AT91SAM7/i2c_lld.c b/os/hal/platforms/AT91SAM7/i2c_lld.c old mode 100755 new mode 100644 diff --git a/os/hal/platforms/AT91SAM7/i2c_lld.h b/os/hal/platforms/AT91SAM7/i2c_lld.h old mode 100755 new mode 100644 diff --git a/os/ports/GCC/ARM/AT91SAM7/ld/AT91SAM7A3.ld b/os/ports/GCC/ARM/AT91SAM7/ld/AT91SAM7A3.ld old mode 100755 new mode 100644 diff --git a/os/ports/GCC/ARMCMx/STM32F1xx/ld/STM32F103xD.ld b/os/ports/GCC/ARMCMx/STM32F1xx/ld/STM32F103xD.ld old mode 100755 new mode 100644 diff --git a/os/ports/common/ARMCMx/CMSIS/include/core_cm0plus.h b/os/ports/common/ARMCMx/CMSIS/include/core_cm0plus.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/Makefile b/testhal/STM32F1xx/RTC_FATTIME/Makefile old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/chconf.h b/testhal/STM32F1xx/RTC_FATTIME/chconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/ffconf.h b/testhal/STM32F1xx/RTC_FATTIME/ffconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/halconf.h b/testhal/STM32F1xx/RTC_FATTIME/halconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/main.c b/testhal/STM32F1xx/RTC_FATTIME/main.c old mode 100755 new mode 100644 diff --git a/testhal/STM32F1xx/RTC_FATTIME/mcuconf.h b/testhal/STM32F1xx/RTC_FATTIME/mcuconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/Makefile b/testhal/STM32F4xx/RTC_FATTIME/Makefile old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/chconf.h b/testhal/STM32F4xx/RTC_FATTIME/chconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/ffconf.h b/testhal/STM32F4xx/RTC_FATTIME/ffconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/halconf.h b/testhal/STM32F4xx/RTC_FATTIME/halconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/main.c b/testhal/STM32F4xx/RTC_FATTIME/main.c old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/mcuconf.h b/testhal/STM32F4xx/RTC_FATTIME/mcuconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/RTC_FATTIME/readme.txt b/testhal/STM32F4xx/RTC_FATTIME/readme.txt old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/Makefile b/testhal/STM32F4xx/SDC/Makefile old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/chconf.h b/testhal/STM32F4xx/SDC/chconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/csd.txt b/testhal/STM32F4xx/SDC/csd.txt old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/ffconf.h b/testhal/STM32F4xx/SDC/ffconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/halconf.h b/testhal/STM32F4xx/SDC/halconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/main.c b/testhal/STM32F4xx/SDC/main.c old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/mcuconf.h b/testhal/STM32F4xx/SDC/mcuconf.h old mode 100755 new mode 100644 diff --git a/testhal/STM32F4xx/SDC/readme.txt b/testhal/STM32F4xx/SDC/readme.txt old mode 100755 new mode 100644 -- cgit v1.2.3