diff --git a/.gitignore b/.gitignore
index 4912624..1c2ba55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
*.o
-Default
+*.elf
+*.map
+*.user
+*.user.*
diff --git a/Default/FATFS/diskio.d b/Default/FATFS/diskio.d
deleted file mode 100644
index 4f0823b..0000000
--- a/Default/FATFS/diskio.d
+++ /dev/null
@@ -1,11 +0,0 @@
-FATFS/diskio.d: ../FATFS/diskio.c ../FATFS/diskio.h ../FATFS/integer.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h
-
-../FATFS/diskio.h:
-
-../FATFS/integer.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h:
diff --git a/Default/FATFS/ff.d b/Default/FATFS/ff.d
deleted file mode 100644
index ec2e34a..0000000
--- a/Default/FATFS/ff.d
+++ /dev/null
@@ -1,10 +0,0 @@
-FATFS/ff.d: ../FATFS/ff.c ../FATFS/ff.h ../FATFS/integer.h \
- ../FATFS/ffconf.h ../FATFS/diskio.h
-
-../FATFS/ff.h:
-
-../FATFS/integer.h:
-
-../FATFS/ffconf.h:
-
-../FATFS/diskio.h:
diff --git a/Default/FATFS/option/ccsbcs.d b/Default/FATFS/option/ccsbcs.d
deleted file mode 100644
index af79066..0000000
--- a/Default/FATFS/option/ccsbcs.d
+++ /dev/null
@@ -1,8 +0,0 @@
-FATFS/option/ccsbcs.d: ../FATFS/option/ccsbcs.c ../FATFS/option/../ff.h \
- ../FATFS/option/../integer.h ../FATFS/option/../ffconf.h
-
-../FATFS/option/../ff.h:
-
-../FATFS/option/../integer.h:
-
-../FATFS/option/../ffconf.h:
diff --git a/Default/FATFS/option/subdir.mk b/Default/FATFS/option/subdir.mk
deleted file mode 100644
index 1254a8e..0000000
--- a/Default/FATFS/option/subdir.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../FATFS/option/ccsbcs.c \
-../FATFS/option/syscall.c
-
-OBJS += \
-./FATFS/option/ccsbcs.o \
-./FATFS/option/syscall.o
-
-C_DEPS += \
-./FATFS/option/ccsbcs.d \
-./FATFS/option/syscall.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-FATFS/option/%.o: ../FATFS/option/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/FATFS/option/syscall.d b/Default/FATFS/option/syscall.d
deleted file mode 100644
index 7ac79cd..0000000
--- a/Default/FATFS/option/syscall.d
+++ /dev/null
@@ -1,8 +0,0 @@
-FATFS/option/syscall.d: ../FATFS/option/syscall.c ../FATFS/option/../ff.h \
- ../FATFS/option/../integer.h ../FATFS/option/../ffconf.h
-
-../FATFS/option/../ff.h:
-
-../FATFS/option/../integer.h:
-
-../FATFS/option/../ffconf.h:
diff --git a/Default/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d b/Default/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d
deleted file mode 100644
index d408c34..0000000
--- a/Default/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d
+++ /dev/null
@@ -1,11 +0,0 @@
-FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d: \
- ../FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h:
diff --git a/Default/FATFS/shimatta_sdio_driver/subdir.mk b/Default/FATFS/shimatta_sdio_driver/subdir.mk
deleted file mode 100644
index 06c7b82..0000000
--- a/Default/FATFS/shimatta_sdio_driver/subdir.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c
-
-OBJS += \
-./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
-
-C_DEPS += \
-./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-FATFS/shimatta_sdio_driver/%.o: ../FATFS/shimatta_sdio_driver/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/FATFS/subdir.mk b/Default/FATFS/subdir.mk
deleted file mode 100644
index bc6757c..0000000
--- a/Default/FATFS/subdir.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../FATFS/diskio.c \
-../FATFS/ff.c
-
-OBJS += \
-./FATFS/diskio.o \
-./FATFS/ff.o
-
-C_DEPS += \
-./FATFS/diskio.d \
-./FATFS/ff.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-FATFS/%.o: ../FATFS/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/SDCardTemplate_stm32f407vgt6.elf b/Default/SDCardTemplate_stm32f407vgt6.elf
deleted file mode 100755
index c308cf3..0000000
Binary files a/Default/SDCardTemplate_stm32f407vgt6.elf and /dev/null differ
diff --git a/Default/UART/subdir.mk b/Default/UART/subdir.mk
deleted file mode 100644
index 5312aba..0000000
--- a/Default/UART/subdir.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../UART/uart.c
-
-OBJS += \
-./UART/uart.o
-
-C_DEPS += \
-./UART/uart.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-UART/%.o: ../UART/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/UART/uart.d b/Default/UART/uart.d
deleted file mode 100644
index 66078c3..0000000
--- a/Default/UART/uart.d
+++ /dev/null
@@ -1,24 +0,0 @@
-UART/uart.d: ../UART/uart.c ../UART/uart.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f4xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f407xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h
-
-../UART/uart.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f4xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f407xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h:
diff --git a/Default/boot/subdir.mk b/Default/boot/subdir.mk
deleted file mode 100644
index ecff439..0000000
--- a/Default/boot/subdir.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-S_UPPER_SRCS += \
-../boot/startup_stm32f4xx.S
-
-OBJS += \
-./boot/startup_stm32f4xx.o
-
-
-# Each subdirectory must supply rules for building sources it contributes
-boot/%.o: ../boot/%.S
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Assembler'
- arm-none-eabi-as -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/cmsis_boot/subdir.mk b/Default/cmsis_boot/subdir.mk
deleted file mode 100644
index 7451974..0000000
--- a/Default/cmsis_boot/subdir.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../cmsis_boot/system_stm32f4xx.c
-
-OBJS += \
-./cmsis_boot/system_stm32f4xx.o
-
-C_DEPS += \
-./cmsis_boot/system_stm32f4xx.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-cmsis_boot/%.o: ../cmsis_boot/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/cmsis_boot/system_stm32f4xx.d b/Default/cmsis_boot/system_stm32f4xx.d
deleted file mode 100644
index 2c01e53..0000000
--- a/Default/cmsis_boot/system_stm32f4xx.d
+++ /dev/null
@@ -1,21 +0,0 @@
-cmsis_boot/system_stm32f4xx.d: ../cmsis_boot/system_stm32f4xx.c \
- ../cmsis_boot/stm32f4xx.h ../cmsis_boot/stm32f407xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h \
- ../cmsis_boot/system_stm32f4xx.h
-
-../cmsis_boot/stm32f4xx.h:
-
-../cmsis_boot/stm32f407xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h:
-
-../cmsis_boot/system_stm32f4xx.h:
diff --git a/Default/main.d b/Default/main.d
deleted file mode 100644
index 924da11..0000000
--- a/Default/main.d
+++ /dev/null
@@ -1,37 +0,0 @@
-main.d: ../main.c \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f4xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f407xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib/arm_math.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/ff.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/ffconf.h
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f4xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/stm32f407xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmInstr.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cmFunc.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis/core_cm4_simd.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib/arm_math.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot/system_stm32f4xx.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/ff.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h:
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/ffconf.h:
diff --git a/Default/makefile b/Default/makefile
deleted file mode 100644
index 1f4c91a..0000000
--- a/Default/makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
--include ../makefile.init
-
-RM := rm -rf
-
-# All of the sources participating in the build are defined here
--include sources.mk
--include cmsis_boot/subdir.mk
--include boot/subdir.mk
--include UART/subdir.mk
--include FATFS/shimatta_sdio_driver/subdir.mk
--include FATFS/option/subdir.mk
--include FATFS/subdir.mk
--include subdir.mk
--include objects.mk
-
-ifneq ($(MAKECMDGOALS),clean)
-ifneq ($(strip $(C_DEPS)),)
--include $(C_DEPS)
-endif
-endif
-
--include ../makefile.defs
-
-# Add inputs and outputs from these tool invocations to the build variables
-
-# All Target
-all: SDCardTemplate_stm32f407vgt6.elf
-
-# Tool invocations
-SDCardTemplate_stm32f407vgt6.elf: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: Cross GCC Linker'
- arm-none-eabi-gcc -nostartfiles -L"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6" -L"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Tstm32f407vgt6_flash.ld -Wl,-Map=mapfile.map --disable-newlib-supplied-syscalls -o "SDCardTemplate_stm32f407vgt6.elf" $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
- $(MAKE) --no-print-directory post-build
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) SDCardTemplate_stm32f407vgt6.elf
- -@echo ' '
-
-post-build:
- -arm-none-eabi-size SDCardTemplate_stm32f407vgt6.elf
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY: post-build
-
--include ../makefile.targets
diff --git a/Default/mapfile.map b/Default/mapfile.map
deleted file mode 100644
index 2249af4..0000000
--- a/Default/mapfile.map
+++ /dev/null
@@ -1,607 +0,0 @@
-
-Allocating common symbols
-Common symbol size file
-
-file 0x224 ./main.o
-SDfs 0x230 ./main.o
-
-Discarded input sections
-
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./cmsis_boot/system_stm32f4xx.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x87a ./UART/uart.o
- .debug_macro 0x0000000000000000 0x45 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x28 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x3b ./UART/uart.o
- .debug_macro 0x0000000000000000 0x22 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x44 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x1c ./UART/uart.o
- .debug_macro 0x0000000000000000 0x1f7 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x18 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x42 ./UART/uart.o
- .debug_macro 0x0000000000000000 0xd39 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x9201 ./UART/uart.o
- .debug_macro 0x0000000000000000 0x43 ./UART/uart.o
- .group 0x0000000000000000 0x8 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .group 0x0000000000000000 0x8 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .group 0x0000000000000000 0x8 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_macro 0x0000000000000000 0x87a ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .group 0x0000000000000000 0x8 ./FATFS/option/ccsbcs.o
- .group 0x0000000000000000 0x8 ./FATFS/option/ccsbcs.o
- .group 0x0000000000000000 0x8 ./FATFS/option/ccsbcs.o
- .debug_macro 0x0000000000000000 0x87a ./FATFS/option/ccsbcs.o
- .group 0x0000000000000000 0x8 ./FATFS/option/syscall.o
- .group 0x0000000000000000 0x8 ./FATFS/option/syscall.o
- .group 0x0000000000000000 0x8 ./FATFS/option/syscall.o
- .debug_macro 0x0000000000000000 0x87a ./FATFS/option/syscall.o
- .debug_macro 0x0000000000000000 0xdc ./FATFS/option/syscall.o
- .debug_macro 0x0000000000000000 0xf5 ./FATFS/option/syscall.o
- .group 0x0000000000000000 0x8 ./FATFS/diskio.o
- .group 0x0000000000000000 0x8 ./FATFS/diskio.o
- .group 0x0000000000000000 0x8 ./FATFS/diskio.o
- .debug_macro 0x0000000000000000 0x87a ./FATFS/diskio.o
- .debug_macro 0x0000000000000000 0x16 ./FATFS/diskio.o
- .debug_macro 0x0000000000000000 0x7c ./FATFS/diskio.o
- .group 0x0000000000000000 0x8 ./FATFS/ff.o
- .group 0x0000000000000000 0x8 ./FATFS/ff.o
- .group 0x0000000000000000 0x8 ./FATFS/ff.o
- .group 0x0000000000000000 0x8 ./FATFS/ff.o
- .debug_macro 0x0000000000000000 0x87a ./FATFS/ff.o
- .debug_macro 0x0000000000000000 0xdc ./FATFS/ff.o
- .debug_macro 0x0000000000000000 0xf5 ./FATFS/ff.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .group 0x0000000000000000 0x8 ./main.o
- .debug_macro 0x0000000000000000 0x87a ./main.o
- .debug_macro 0x0000000000000000 0x45 ./main.o
- .debug_macro 0x0000000000000000 0x28 ./main.o
- .debug_macro 0x0000000000000000 0x3b ./main.o
- .debug_macro 0x0000000000000000 0x22 ./main.o
- .debug_macro 0x0000000000000000 0x44 ./main.o
- .debug_macro 0x0000000000000000 0x1c ./main.o
- .debug_macro 0x0000000000000000 0x1f7 ./main.o
- .debug_macro 0x0000000000000000 0x18 ./main.o
- .debug_macro 0x0000000000000000 0x42 ./main.o
- .debug_macro 0x0000000000000000 0xd39 ./main.o
- .debug_macro 0x0000000000000000 0x9201 ./main.o
- .debug_macro 0x0000000000000000 0x43 ./main.o
- .debug_macro 0x0000000000000000 0xdc ./main.o
- .debug_macro 0x0000000000000000 0xf5 ./main.o
- .group 0x0000000000000000 0x8 ./syscalls.o
- .debug_macro 0x0000000000000000 0x87a ./syscalls.o
-
-Memory Configuration
-
-Name Origin Length Attributes
-FLASH 0x0000000008000000 0x0000000000100000 xr
-RAM 0x0000000020000000 0x0000000000020000 xrw
-CCM 0x0000000010000000 0x0000000000010000 xrw
-MEMORY_B1 0x0000000060000000 0x0000000000000000 xr
-*default* 0x0000000000000000 0xffffffffffffffff
-
-Linker script and memory map
-
-LOAD ./cmsis_boot/system_stm32f4xx.o
-LOAD ./boot/startup_stm32f4xx.o
-LOAD ./UART/uart.o
-LOAD ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
-LOAD ./FATFS/option/ccsbcs.o
-LOAD ./FATFS/option/syscall.o
-LOAD ./FATFS/diskio.o
-LOAD ./FATFS/ff.o
-LOAD ./main.o
-LOAD ./syscalls.o
-START GROUP
-LOAD /usr/lib/gcc/arm-none-eabi/4.9.2/armv7e-m/fpu/libgcc.a
-LOAD /usr/lib/gcc/arm-none-eabi/4.9.2/../../../../arm-none-eabi/lib/armv7e-m/fpu/libc.a
-END GROUP
- 0x0000000020020000 _estack = 0x20020000
- 0x0000000000000000 _Min_Heap_Size = 0x0
- 0x0000000000000400 _Min_Stack_Size = 0x400
-
-.isr_vector 0x0000000008000000 0x188
- 0x0000000008000000 . = ALIGN (0x4)
- *(.isr_vector)
- .isr_vector 0x0000000008000000 0x188 ./boot/startup_stm32f4xx.o
- 0x0000000008000000 g_pfnVectors
- 0x0000000008000188 . = ALIGN (0x4)
-
-.text 0x0000000008000188 0x4774
- 0x0000000008000188 . = ALIGN (0x4)
- *(.text)
- .text 0x0000000008000188 0x254 ./cmsis_boot/system_stm32f4xx.o
- 0x0000000008000188 SystemInit
- 0x00000000080001f0 SystemCoreClockUpdate
- .text 0x00000000080003dc 0x14 ./boot/startup_stm32f4xx.o
- .text 0x00000000080003f0 0xf0 ./UART/uart.o
- 0x00000000080003f0 initUART
- 0x0000000008000470 sendChar
- 0x000000000800049c sendString
- .text 0x00000000080004e0 0x84 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- 0x00000000080004e0 SDIO_status
- 0x00000000080004f0 SDIO_initialize
- 0x0000000008000500 SDIO_disk_read
- 0x000000000800051c SDIO_disk_write
- 0x0000000008000538 SDIO_disk_ioctl
- 0x0000000008000554 get_fattime
- .text 0x0000000008000564 0xd0 ./FATFS/option/ccsbcs.o
- 0x0000000008000564 ff_convert
- 0x00000000080005d8 ff_wtoupper
- .text 0x0000000008000634 0x0 ./FATFS/option/syscall.o
- .text 0x0000000008000634 0xd8 ./FATFS/diskio.o
- 0x0000000008000634 disk_status
- 0x0000000008000658 disk_initialize
- 0x000000000800067c disk_read
- 0x00000000080006ac disk_write
- 0x00000000080006dc disk_ioctl
- .text 0x000000000800070c 0x3a74 ./FATFS/ff.o
- 0x0000000008000a38 clust2sect
- 0x0000000008000a78 get_fat
- 0x0000000008000be0 put_fat
- 0x0000000008002964 f_mount
- 0x00000000080029ec f_open
- 0x0000000008002c78 f_read
- 0x0000000008002ef0 f_write
- 0x00000000080031d0 f_sync
- 0x0000000008003328 f_close
- 0x0000000008003360 f_lseek
- 0x00000000080035d0 f_opendir
- 0x0000000008003698 f_closedir
- 0x00000000080036c0 f_readdir
- 0x0000000008003750 f_stat
- 0x00000000080037d0 f_getfree
- 0x0000000008003958 f_truncate
- 0x0000000008003aa8 f_unlink
- 0x0000000008003c04 f_mkdir
- 0x0000000008003e50 f_chmod
- 0x0000000008003f04 f_rename
- 0x00000000080040c4 f_utime
- .text 0x0000000008004180 0xe4 ./main.o
- 0x0000000008004218 main
- 0x0000000008004248 SysTick_Handler
- .text 0x0000000008004264 0xec ./syscalls.o
- 0x0000000008004264 _sbrk
- 0x00000000080042b8 _isatty
- 0x00000000080042d0 _close
- 0x00000000080042e8 _open
- 0x0000000008004300 _fstat
- 0x0000000008004310 _lseek
- 0x0000000008004320 _read
- 0x0000000008004330 _write
- *(.text*)
- .text.Reset_Handler
- 0x0000000008004350 0x44 ./boot/startup_stm32f4xx.o
- 0x0000000008004350 Reset_Handler
- .text.Default_Handler
- 0x0000000008004394 0x2 ./boot/startup_stm32f4xx.o
- 0x0000000008004394 RTC_Alarm_IRQHandler
- 0x0000000008004394 HASH_RNG_IRQHandler
- 0x0000000008004394 EXTI2_IRQHandler
- 0x0000000008004394 TIM8_CC_IRQHandler
- 0x0000000008004394 DebugMon_Handler
- 0x0000000008004394 TIM1_CC_IRQHandler
- 0x0000000008004394 DMA2_Stream5_IRQHandler
- 0x0000000008004394 HardFault_Handler
- 0x0000000008004394 DMA1_Stream5_IRQHandler
- 0x0000000008004394 PVD_IRQHandler
- 0x0000000008004394 SDIO_IRQHandler
- 0x0000000008004394 TAMP_STAMP_IRQHandler
- 0x0000000008004394 PendSV_Handler
- 0x0000000008004394 NMI_Handler
- 0x0000000008004394 CAN2_RX1_IRQHandler
- 0x0000000008004394 EXTI3_IRQHandler
- 0x0000000008004394 TIM8_TRG_COM_TIM14_IRQHandler
- 0x0000000008004394 TIM1_UP_TIM10_IRQHandler
- 0x0000000008004394 TIM8_UP_TIM13_IRQHandler
- 0x0000000008004394 I2C3_ER_IRQHandler
- 0x0000000008004394 EXTI0_IRQHandler
- 0x0000000008004394 I2C2_EV_IRQHandler
- 0x0000000008004394 DMA1_Stream2_IRQHandler
- 0x0000000008004394 CAN1_RX0_IRQHandler
- 0x0000000008004394 FPU_IRQHandler
- 0x0000000008004394 OTG_HS_WKUP_IRQHandler
- 0x0000000008004394 UsageFault_Handler
- 0x0000000008004394 CAN2_SCE_IRQHandler
- 0x0000000008004394 DMA2_Stream2_IRQHandler
- 0x0000000008004394 SPI1_IRQHandler
- 0x0000000008004394 TIM6_DAC_IRQHandler
- 0x0000000008004394 TIM1_BRK_TIM9_IRQHandler
- 0x0000000008004394 DCMI_IRQHandler
- 0x0000000008004394 CAN2_RX0_IRQHandler
- 0x0000000008004394 DMA2_Stream3_IRQHandler
- 0x0000000008004394 USART6_IRQHandler
- 0x0000000008004394 USART3_IRQHandler
- 0x0000000008004394 CRYP_IRQHandler
- 0x0000000008004394 CAN1_RX1_IRQHandler
- 0x0000000008004394 UART5_IRQHandler
- 0x0000000008004394 DMA2_Stream0_IRQHandler
- 0x0000000008004394 TIM4_IRQHandler
- 0x0000000008004394 I2C1_EV_IRQHandler
- 0x0000000008004394 DMA1_Stream6_IRQHandler
- 0x0000000008004394 DMA1_Stream1_IRQHandler
- 0x0000000008004394 UART4_IRQHandler
- 0x0000000008004394 TIM3_IRQHandler
- 0x0000000008004394 RCC_IRQHandler
- 0x0000000008004394 TIM8_BRK_TIM12_IRQHandler
- 0x0000000008004394 Default_Handler
- 0x0000000008004394 EXTI15_10_IRQHandler
- 0x0000000008004394 ADC_IRQHandler
- 0x0000000008004394 DMA1_Stream7_IRQHandler
- 0x0000000008004394 TIM7_IRQHandler
- 0x0000000008004394 CAN2_TX_IRQHandler
- 0x0000000008004394 TIM5_IRQHandler
- 0x0000000008004394 DMA2_Stream7_IRQHandler
- 0x0000000008004394 I2C3_EV_IRQHandler
- 0x0000000008004394 EXTI9_5_IRQHandler
- 0x0000000008004394 RTC_WKUP_IRQHandler
- 0x0000000008004394 ETH_WKUP_IRQHandler
- 0x0000000008004394 SPI2_IRQHandler
- 0x0000000008004394 OTG_HS_EP1_IN_IRQHandler
- 0x0000000008004394 MemManage_Handler
- 0x0000000008004394 DMA1_Stream0_IRQHandler
- 0x0000000008004394 CAN1_TX_IRQHandler
- 0x0000000008004394 SVC_Handler
- 0x0000000008004394 EXTI4_IRQHandler
- 0x0000000008004394 FSMC_IRQHandler
- 0x0000000008004394 ETH_IRQHandler
- 0x0000000008004394 OTG_HS_EP1_OUT_IRQHandler
- 0x0000000008004394 WWDG_IRQHandler
- 0x0000000008004394 TIM2_IRQHandler
- 0x0000000008004394 OTG_FS_WKUP_IRQHandler
- 0x0000000008004394 TIM1_TRG_COM_TIM11_IRQHandler
- 0x0000000008004394 OTG_HS_IRQHandler
- 0x0000000008004394 EXTI1_IRQHandler
- 0x0000000008004394 USART2_IRQHandler
- 0x0000000008004394 I2C2_ER_IRQHandler
- 0x0000000008004394 DMA2_Stream1_IRQHandler
- 0x0000000008004394 CAN1_SCE_IRQHandler
- 0x0000000008004394 FLASH_IRQHandler
- 0x0000000008004394 DMA2_Stream4_IRQHandler
- 0x0000000008004394 BusFault_Handler
- 0x0000000008004394 USART1_IRQHandler
- 0x0000000008004394 OTG_FS_IRQHandler
- 0x0000000008004394 SPI3_IRQHandler
- 0x0000000008004394 DMA1_Stream4_IRQHandler
- 0x0000000008004394 I2C1_ER_IRQHandler
- 0x0000000008004394 DMA2_Stream6_IRQHandler
- 0x0000000008004394 DMA1_Stream3_IRQHandler
- *(.rodata)
- *fill* 0x0000000008004396 0x2
- .rodata 0x0000000008004398 0x4c0 ./FATFS/option/ccsbcs.o
- .rodata 0x0000000008004858 0xa4 ./FATFS/ff.o
- *(.rodata*)
- *(.glue_7)
- .glue_7 0x00000000080048fc 0x0 linker stubs
- *(.glue_7t)
- .glue_7t 0x00000000080048fc 0x0 linker stubs
- *(.eh_frame)
- *(.init)
- *(.fini)
- 0x00000000080048fc . = ALIGN (0x4)
- 0x00000000080048fc _etext = .
- 0x00000000080048fc _exit = .
-
-.vfp11_veneer 0x00000000080048fc 0x0
- .vfp11_veneer 0x00000000080048fc 0x0 linker stubs
-
-.v4_bx 0x00000000080048fc 0x0
- .v4_bx 0x00000000080048fc 0x0 linker stubs
-
-.iplt 0x00000000080048fc 0x0
- .iplt 0x00000000080048fc 0x0 ./cmsis_boot/system_stm32f4xx.o
-
-.rel.dyn 0x00000000080048fc 0x0
- .rel.iplt 0x00000000080048fc 0x0 ./cmsis_boot/system_stm32f4xx.o
-
-.ARM.extab
- *(.ARM.extab* .gnu.linkonce.armextab.*)
-
-.ARM 0x00000000080048fc 0x0
- 0x00000000080048fc __exidx_start = .
- *(.ARM.exidx*)
- 0x00000000080048fc __exidx_end = .
-
-.preinit_array 0x00000000080048fc 0x0
- 0x00000000080048fc PROVIDE (__preinit_array_start, .)
- *(.preinit_array*)
- 0x00000000080048fc PROVIDE (__preinit_array_end, .)
-
-.init_array 0x00000000080048fc 0x0
- 0x00000000080048fc PROVIDE (__init_array_start, .)
- *(SORT(.init_array.*))
- *(.init_array*)
- 0x00000000080048fc PROVIDE (__init_array_end, .)
-
-.fini_array 0x00000000080048fc 0x0
- 0x00000000080048fc PROVIDE (__fini_array_start, .)
- *(.fini_array*)
- *(SORT(.fini_array.*))
- 0x00000000080048fc PROVIDE (__fini_array_end, .)
- 0x00000000080048fc _siccmram = LOADADDR (.ccmram)
-
-.ccmram 0x0000000010000000 0x0 load address 0x00000000080048fc
- 0x0000000010000000 . = ALIGN (0x4)
- 0x0000000010000000 _sccmram = .
- *(.ccmram)
- *(.ccmram*)
- 0x0000000010000000 . = ALIGN (0x4)
- 0x0000000010000000 _eccmram = .
- 0x00000000080048fc _sidata = LOADADDR (.data)
-
-.data 0x0000000020000000 0x14 load address 0x00000000080048fc
- 0x0000000020000000 . = ALIGN (0x4)
- 0x0000000020000000 _sdata = .
- *(.data)
- .data 0x0000000020000000 0x14 ./cmsis_boot/system_stm32f4xx.o
- 0x0000000020000000 SystemCoreClock
- 0x0000000020000004 AHBPrescTable
- .data 0x0000000020000014 0x0 ./boot/startup_stm32f4xx.o
- .data 0x0000000020000014 0x0 ./UART/uart.o
- .data 0x0000000020000014 0x0 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .data 0x0000000020000014 0x0 ./FATFS/option/ccsbcs.o
- .data 0x0000000020000014 0x0 ./FATFS/option/syscall.o
- .data 0x0000000020000014 0x0 ./FATFS/diskio.o
- .data 0x0000000020000014 0x0 ./FATFS/ff.o
- .data 0x0000000020000014 0x0 ./main.o
- .data 0x0000000020000014 0x0 ./syscalls.o
- *(.data*)
- 0x0000000020000014 . = ALIGN (0x4)
- 0x0000000020000014 _edata = .
-
-.igot.plt 0x0000000020000014 0x0 load address 0x0000000008004910
- .igot.plt 0x0000000020000014 0x0 ./cmsis_boot/system_stm32f4xx.o
- 0x0000000020000014 . = ALIGN (0x4)
-
-.bss 0x0000000020000014 0x660 load address 0x0000000008004910
- 0x0000000020000014 _sbss = .
- 0x0000000020000014 __bss_start__ = _sbss
- *(.bss)
- .bss 0x0000000020000014 0x0 ./cmsis_boot/system_stm32f4xx.o
- .bss 0x0000000020000014 0x0 ./boot/startup_stm32f4xx.o
- .bss 0x0000000020000014 0x0 ./UART/uart.o
- .bss 0x0000000020000014 0x0 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .bss 0x0000000020000014 0x0 ./FATFS/option/ccsbcs.o
- .bss 0x0000000020000014 0x0 ./FATFS/option/syscall.o
- .bss 0x0000000020000014 0x0 ./FATFS/diskio.o
- .bss 0x0000000020000014 0x208 ./FATFS/ff.o
- .bss 0x000000002000021c 0x0 ./main.o
- .bss 0x000000002000021c 0x4 ./syscalls.o
- *(.bss*)
- *(COMMON)
- COMMON 0x0000000020000220 0x454 ./main.o
- 0x0000000020000220 file
- 0x0000000020000444 SDfs
- 0x0000000020000674 . = ALIGN (0x4)
- 0x0000000020000674 _ebss = .
- 0x0000000020000674 __bss_end__ = _ebss
-
-._user_heap_stack
- 0x0000000020000674 0x400 load address 0x0000000008004910
- 0x0000000020000674 . = ALIGN (0x4)
- 0x0000000020000674 PROVIDE (heap_low, .)
- 0x0000000020000674 PROVIDE (end, .)
- 0x0000000020000674 PROVIDE (_end, .)
- 0x0000000020000674 . = (. + _Min_Heap_Size)
- 0x0000000020000674 PROVIDE (heap_top, .)
- 0x0000000020000a74 . = (. + _Min_Stack_Size)
- *fill* 0x0000000020000674 0x400
- 0x0000000020000a74 . = ALIGN (0x4)
-
-.memory_b1_text
- *(.mb1text)
- *(.mb1text*)
- *(.mb1rodata)
- *(.mb1rodata*)
-
-.ARM.attributes
- 0x0000000000000000 0x37
- *(.ARM.attributes)
- .ARM.attributes
- 0x0000000000000000 0x39 ./cmsis_boot/system_stm32f4xx.o
- .ARM.attributes
- 0x0000000000000039 0x21 ./boot/startup_stm32f4xx.o
- .ARM.attributes
- 0x000000000000005a 0x39 ./UART/uart.o
- .ARM.attributes
- 0x0000000000000093 0x39 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .ARM.attributes
- 0x00000000000000cc 0x39 ./FATFS/option/ccsbcs.o
- .ARM.attributes
- 0x0000000000000105 0x39 ./FATFS/option/syscall.o
- .ARM.attributes
- 0x000000000000013e 0x39 ./FATFS/diskio.o
- .ARM.attributes
- 0x0000000000000177 0x39 ./FATFS/ff.o
- .ARM.attributes
- 0x00000000000001b0 0x39 ./main.o
- .ARM.attributes
- 0x00000000000001e9 0x39 ./syscalls.o
-OUTPUT(SDCardTemplate_stm32f407vgt6.elf elf32-littlearm)
-
-.debug_info 0x0000000000000000 0x378e
- .debug_info 0x0000000000000000 0x5a6 ./cmsis_boot/system_stm32f4xx.o
- .debug_info 0x00000000000005a6 0x40b ./UART/uart.o
- .debug_info 0x00000000000009b1 0x1be ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_info 0x0000000000000b6f 0x160 ./FATFS/option/ccsbcs.o
- .debug_info 0x0000000000000ccf 0x61 ./FATFS/option/syscall.o
- .debug_info 0x0000000000000d30 0x204 ./FATFS/diskio.o
- .debug_info 0x0000000000000f34 0x1bb9 ./FATFS/ff.o
- .debug_info 0x0000000000002aed 0xaf2 ./main.o
- .debug_info 0x00000000000035df 0x1af ./syscalls.o
-
-.debug_abbrev 0x0000000000000000 0x8db
- .debug_abbrev 0x0000000000000000 0x13b ./cmsis_boot/system_stm32f4xx.o
- .debug_abbrev 0x000000000000013b 0x13c ./UART/uart.o
- .debug_abbrev 0x0000000000000277 0xb2 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_abbrev 0x0000000000000329 0xab ./FATFS/option/ccsbcs.o
- .debug_abbrev 0x00000000000003d4 0x29 ./FATFS/option/syscall.o
- .debug_abbrev 0x00000000000003fd 0xa1 ./FATFS/diskio.o
- .debug_abbrev 0x000000000000049e 0x1a4 ./FATFS/ff.o
- .debug_abbrev 0x0000000000000642 0x1ce ./main.o
- .debug_abbrev 0x0000000000000810 0xcb ./syscalls.o
-
-.debug_aranges 0x0000000000000000 0x118
- .debug_aranges
- 0x0000000000000000 0x20 ./cmsis_boot/system_stm32f4xx.o
- .debug_aranges
- 0x0000000000000020 0x20 ./UART/uart.o
- .debug_aranges
- 0x0000000000000040 0x20 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_aranges
- 0x0000000000000060 0x20 ./FATFS/option/ccsbcs.o
- .debug_aranges
- 0x0000000000000080 0x18 ./FATFS/option/syscall.o
- .debug_aranges
- 0x0000000000000098 0x20 ./FATFS/diskio.o
- .debug_aranges
- 0x00000000000000b8 0x20 ./FATFS/ff.o
- .debug_aranges
- 0x00000000000000d8 0x20 ./main.o
- .debug_aranges
- 0x00000000000000f8 0x20 ./syscalls.o
-
-.debug_macro 0x0000000000000000 0xbf19
- .debug_macro 0x0000000000000000 0xc5 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x00000000000000c5 0x87a ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x000000000000093f 0x45 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000984 0x28 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x00000000000009ac 0x3b ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x00000000000009e7 0x22 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000a09 0x44 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000a4d 0x1c ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000a69 0x1f7 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000c60 0x18 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000c78 0x42 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x0000000000000cba 0xd39 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x00000000000019f3 0x9201 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x000000000000abf4 0x43 ./cmsis_boot/system_stm32f4xx.o
- .debug_macro 0x000000000000ac37 0xac ./UART/uart.o
- .debug_macro 0x000000000000ace3 0x33 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_macro 0x000000000000ad16 0x16 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_macro 0x000000000000ad2c 0x7c ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_macro 0x000000000000ada8 0x39 ./FATFS/option/ccsbcs.o
- .debug_macro 0x000000000000ade1 0xdc ./FATFS/option/ccsbcs.o
- .debug_macro 0x000000000000aebd 0xf5 ./FATFS/option/ccsbcs.o
- .debug_macro 0x000000000000afb2 0x33 ./FATFS/option/syscall.o
- .debug_macro 0x000000000000afe5 0x3d ./FATFS/diskio.o
- .debug_macro 0x000000000000b022 0x275 ./FATFS/ff.o
- .debug_macro 0x000000000000b297 0x8e ./FATFS/ff.o
- .debug_macro 0x000000000000b325 0x1a5 ./main.o
- .debug_macro 0x000000000000b4ca 0x12 ./main.o
- .debug_macro 0x000000000000b4dc 0x58 ./main.o
- .debug_macro 0x000000000000b534 0x35 ./main.o
- .debug_macro 0x000000000000b569 0x9c ./main.o
- .debug_macro 0x000000000000b605 0x166 ./main.o
- .debug_macro 0x000000000000b76b 0x52 ./main.o
- .debug_macro 0x000000000000b7bd 0x16 ./main.o
- .debug_macro 0x000000000000b7d3 0x43 ./main.o
- .debug_macro 0x000000000000b816 0x180 ./main.o
- .debug_macro 0x000000000000b996 0x29d ./main.o
- .debug_macro 0x000000000000bc33 0x10 ./main.o
- .debug_macro 0x000000000000bc43 0x35 ./main.o
- .debug_macro 0x000000000000bc78 0x1e1 ./main.o
- .debug_macro 0x000000000000be59 0xa5 ./main.o
- .debug_macro 0x000000000000befe 0x1b ./syscalls.o
-
-.debug_line 0x0000000000000000 0x192a
- .debug_line 0x0000000000000000 0x23a ./cmsis_boot/system_stm32f4xx.o
- .debug_line 0x000000000000023a 0x262 ./UART/uart.o
- .debug_line 0x000000000000049c 0x147 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_line 0x00000000000005e3 0xc8 ./FATFS/option/ccsbcs.o
- .debug_line 0x00000000000006ab 0x6e ./FATFS/option/syscall.o
- .debug_line 0x0000000000000719 0x13d ./FATFS/diskio.o
- .debug_line 0x0000000000000856 0xc99 ./FATFS/ff.o
- .debug_line 0x00000000000014ef 0x392 ./main.o
- .debug_line 0x0000000000001881 0xa9 ./syscalls.o
-
-.debug_str 0x0000000000000000 0x42b5b
- .debug_str 0x0000000000000000 0x3dd22 ./cmsis_boot/system_stm32f4xx.o
- 0x3de93 (size before relaxing)
- .debug_str 0x000000000003dd22 0x8b ./UART/uart.o
- 0x3dd98 (size before relaxing)
- .debug_str 0x000000000003ddad 0x280 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- 0x273e (size before relaxing)
- .debug_str 0x000000000003e02d 0x64a ./FATFS/option/ccsbcs.o
- 0x2b1d (size before relaxing)
- .debug_str 0x000000000003e677 0x1a ./FATFS/option/syscall.o
- 0x2ade (size before relaxing)
- .debug_str 0x000000000003e691 0x3a ./FATFS/diskio.o
- 0x270c (size before relaxing)
- .debug_str 0x000000000003e6cb 0xc69 ./FATFS/ff.o
- 0x3949 (size before relaxing)
- .debug_str 0x000000000003f334 0x37df ./main.o
- 0x41d06 (size before relaxing)
- .debug_str 0x0000000000042b13 0x48 ./syscalls.o
- 0x24eb (size before relaxing)
-
-.comment 0x0000000000000000 0x33
- .comment 0x0000000000000000 0x33 ./cmsis_boot/system_stm32f4xx.o
- 0x34 (size before relaxing)
- .comment 0x0000000000000033 0x34 ./UART/uart.o
- .comment 0x0000000000000033 0x34 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .comment 0x0000000000000033 0x34 ./FATFS/option/ccsbcs.o
- .comment 0x0000000000000033 0x34 ./FATFS/option/syscall.o
- .comment 0x0000000000000033 0x34 ./FATFS/diskio.o
- .comment 0x0000000000000033 0x34 ./FATFS/ff.o
- .comment 0x0000000000000033 0x34 ./main.o
- .comment 0x0000000000000033 0x34 ./syscalls.o
-
-.debug_frame 0x0000000000000000 0xc5c
- .debug_frame 0x0000000000000000 0x7c ./cmsis_boot/system_stm32f4xx.o
- .debug_frame 0x000000000000007c 0x7c ./UART/uart.o
- .debug_frame 0x00000000000000f8 0xe8 ./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
- .debug_frame 0x00000000000001e0 0x60 ./FATFS/option/ccsbcs.o
- .debug_frame 0x0000000000000240 0xc4 ./FATFS/diskio.o
- .debug_frame 0x0000000000000304 0x78c ./FATFS/ff.o
- .debug_frame 0x0000000000000a90 0x98 ./main.o
- .debug_frame 0x0000000000000b28 0x134 ./syscalls.o
diff --git a/Default/objects.mk b/Default/objects.mk
deleted file mode 100644
index 742c2da..0000000
--- a/Default/objects.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-USER_OBJS :=
-
-LIBS :=
-
diff --git a/Default/sources.mk b/Default/sources.mk
deleted file mode 100644
index 3b73965..0000000
--- a/Default/sources.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-O_SRCS :=
-C_SRCS :=
-S_UPPER_SRCS :=
-OBJ_SRCS :=
-ASM_SRCS :=
-OBJS :=
-C_DEPS :=
-EXECUTABLES :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-. \
-cmsis_boot \
-boot \
-UART \
-FATFS/shimatta_sdio_driver \
-FATFS/option \
-FATFS \
-
diff --git a/Default/subdir.mk b/Default/subdir.mk
deleted file mode 100644
index e7fdbac..0000000
--- a/Default/subdir.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../main.c \
-../syscalls.c
-
-OBJS += \
-./main.o \
-./syscalls.o
-
-C_DEPS += \
-./main.d \
-./syscalls.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-%.o: ../%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/Default/syscalls.d b/Default/syscalls.d
deleted file mode 100644
index ae3baa7..0000000
--- a/Default/syscalls.d
+++ /dev/null
@@ -1,4 +0,0 @@
-syscalls.d: ../syscalls.c \
- /home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART/uart.h
-
-/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART/uart.h:
diff --git a/stm32f4sdio.pro.user b/stm32f4sdio.pro.user
deleted file mode 100644
index 3a9cf03..0000000
--- a/stm32f4sdio.pro.user
+++ /dev/null
@@ -1,259 +0,0 @@
-
-
-
-
-
- EnvironmentId
- {2ca91b10-77e2-4f76-ac50-d3c26afaecab}
-
-
- ProjectExplorer.Project.ActiveTarget
- 0
-
-
- ProjectExplorer.Project.EditorSettings
-
- true
- false
- true
-
- Cpp
-
- CppGlobal
-
-
-
- QmlJS
-
- QmlJSGlobal
-
-
- 2
- UTF-8
- false
- 4
- false
- 80
- true
- true
- 1
- true
- false
- 0
- true
- 0
- 8
- true
- 1
- true
- true
- true
- false
-
-
-
- ProjectExplorer.Project.PluginSettings
-
-
-
- ProjectExplorer.Project.Target.0
-
- デスクトップ
- デスクトップ
- {c967d42e-ad8e-4715-9c0b-fa93ca206c91}
- 0
- 0
- 0
-
- /home/mari/projects/arm/qt/stm32fatfs
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- false
-
-
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- true
- clean
-
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Debug
-
- Qt4ProjectManager.Qt4BuildConfiguration
- 2
- true
-
-
- /home/mari/projects/arm/qt/build-stm32f4sdio-unknown-Release
-
-
- true
- qmake
-
- QtProjectManager.QMakeBuildStep
- false
- true
-
- false
- false
- false
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- false
-
-
-
- 2
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- true
- clean
-
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Release
-
- Qt4ProjectManager.Qt4BuildConfiguration
- 0
- true
-
- 2
-
-
- 0
- Deploy
-
- ProjectExplorer.BuildSteps.Deploy
-
- 1
- Deploy locally
-
- ProjectExplorer.DefaultDeployConfiguration
-
- 1
-
-
-
- false
- false
- false
- false
- true
- 0.01
- 10
- true
- 1
- 25
-
- 1
- true
- false
- true
- valgrind
-
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
-
- 2
-
- stm32f4sdio
-
- Qt4ProjectManager.Qt4RunConfiguration:/home/mari/projects/arm/qt/stm32fatfs/stm32f4sdio.pro
-
- stm32f4sdio.pro
- false
- false
-
- 3768
- false
- true
- false
- false
- true
-
- 1
-
-
-
- ProjectExplorer.Project.TargetCount
- 1
-
-
- ProjectExplorer.Project.Updater.FileVersion
- 18
-
-
- Version
- 18
-
-
diff --git a/stm32f4sdio.pro.user.29630da b/stm32f4sdio.pro.user.29630da
deleted file mode 100644
index f0f9e26..0000000
--- a/stm32f4sdio.pro.user.29630da
+++ /dev/null
@@ -1,259 +0,0 @@
-
-
-
-
-
- EnvironmentId
- {29630dae-3008-4619-87cd-d5d4312504fa}
-
-
- ProjectExplorer.Project.ActiveTarget
- 0
-
-
- ProjectExplorer.Project.EditorSettings
-
- true
- false
- true
-
- Cpp
-
- CppGlobal
-
-
-
- QmlJS
-
- QmlJSGlobal
-
-
- 2
- UTF-8
- false
- 4
- false
- 80
- true
- true
- 1
- true
- false
- 0
- true
- 0
- 8
- true
- 1
- true
- true
- true
- false
-
-
-
- ProjectExplorer.Project.PluginSettings
-
-
-
- ProjectExplorer.Project.Target.0
-
- Desktop
- Desktop
- {f9533759-631a-48e3-8d5c-9080c252ea8d}
- 0
- 0
- 0
-
- /home/mari/projects/arm/qt/stm32fatfs
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- false
-
-
-
- 1
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- true
- clean
-
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Debug
-
- Qt4ProjectManager.Qt4BuildConfiguration
- 2
- true
-
-
- /home/mari/projects/arm/qt/build-stm32f4sdio-Desktop-Release
-
-
- true
- qmake
-
- QtProjectManager.QMakeBuildStep
- false
- true
-
- false
- false
- false
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- false
-
-
-
- 2
- Build
-
- ProjectExplorer.BuildSteps.Build
-
-
-
- true
- Make
-
- Qt4ProjectManager.MakeStep
-
- -w
- -r
-
- true
- clean
-
-
- 1
- Clean
-
- ProjectExplorer.BuildSteps.Clean
-
- 2
- false
-
- Release
-
- Qt4ProjectManager.Qt4BuildConfiguration
- 0
- true
-
- 2
-
-
- 0
- Deploy
-
- ProjectExplorer.BuildSteps.Deploy
-
- 1
- Deploy locally
-
- ProjectExplorer.DefaultDeployConfiguration
-
- 1
-
-
-
- false
- false
- false
- false
- true
- 0.01
- 10
- true
- 1
- 25
-
- 1
- true
- false
- true
- valgrind
-
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
-
- 2
-
- stm32f4sdio
-
- Qt4ProjectManager.Qt4RunConfiguration:/home/mari/projects/arm/qt/stm32fatfs/stm32f4sdio.pro
-
- stm32f4sdio.pro
- false
- false
-
- 3768
- false
- true
- false
- false
- true
-
- 1
-
-
-
- ProjectExplorer.Project.TargetCount
- 1
-
-
- ProjectExplorer.Project.Updater.FileVersion
- 18
-
-
- Version
- 18
-
-