summaryrefslogtreecommitdiff
path: root/contrib/FreeRTOS_Library/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/FreeRTOS_Library/Debug')
-rw-r--r--contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d37
-rw-r--r--contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d4
-rw-r--r--contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk27
-rw-r--r--contrib/FreeRTOS_Library/Debug/list.d31
-rw-r--r--contrib/FreeRTOS_Library/Debug/makefile51
-rw-r--r--contrib/FreeRTOS_Library/Debug/objects.mk7
-rw-r--r--contrib/FreeRTOS_Library/Debug/portable/heap_2.d34
-rw-r--r--contrib/FreeRTOS_Library/Debug/portable/port.d34
-rw-r--r--contrib/FreeRTOS_Library/Debug/portable/subdir.mk27
-rw-r--r--contrib/FreeRTOS_Library/Debug/queue.d37
-rw-r--r--contrib/FreeRTOS_Library/Debug/sources.mk20
-rw-r--r--contrib/FreeRTOS_Library/Debug/subdir.mk30
-rw-r--r--contrib/FreeRTOS_Library/Debug/tasks.d37
13 files changed, 0 insertions, 376 deletions
diff --git a/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d b/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d
deleted file mode 100644
index 7fe39d1..0000000
--- a/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d
+++ /dev/null
@@ -1,37 +0,0 @@
-demo_code/basic_io.d demo_code/basic_io.o: ../demo_code/basic_io.c \
- ../demo_code/consoleprint.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h
-
-../demo_code/consoleprint.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
diff --git a/contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d b/contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d
deleted file mode 100644
index 7ca856a..0000000
--- a/contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d
+++ /dev/null
@@ -1,4 +0,0 @@
-demo_code/consoleprint.d demo_code/consoleprint.o: \
- ../demo_code/consoleprint.c ../demo_code/consoleprint.h
-
-../demo_code/consoleprint.h:
diff --git a/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk b/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk
deleted file mode 100644
index e23f2c7..0000000
--- a/contrib/FreeRTOS_Library/Debug/demo_code/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 += \
-../demo_code/basic_io.c \
-../demo_code/consoleprint.c
-
-OBJS += \
-./demo_code/basic_io.o \
-./demo_code/consoleprint.o
-
-C_DEPS += \
-./demo_code/basic_io.d \
-./demo_code/consoleprint.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-demo_code/%.o: ../demo_code/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: MCU C Compiler'
- arm-none-eabi-gcc -D__REDLIB__ -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo" -O1 -g3 -Wall -c -fmessage-length=0 -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/contrib/FreeRTOS_Library/Debug/list.d b/contrib/FreeRTOS_Library/Debug/list.d
deleted file mode 100644
index cbaa526..0000000
--- a/contrib/FreeRTOS_Library/Debug/list.d
+++ /dev/null
@@ -1,31 +0,0 @@
-list.d list.o: ../list.c \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
diff --git a/contrib/FreeRTOS_Library/Debug/makefile b/contrib/FreeRTOS_Library/Debug/makefile
deleted file mode 100644
index ed81518..0000000
--- a/contrib/FreeRTOS_Library/Debug/makefile
+++ /dev/null
@@ -1,51 +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 subdir.mk
--include portable/subdir.mk
--include demo_code/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: libFreeRTOS_Library.a
-
-# Tool invocations
-libFreeRTOS_Library.a: $(OBJS) $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: MCU Archiver'
- arm-none-eabi-ar -r "libFreeRTOS_Library.a" $(OBJS) $(USER_OBJS) $(LIBS)
- @echo 'Finished building target: $@'
- @echo ' '
- $(MAKE) --no-print-directory post-build
-
-# Other Targets
-clean:
- -$(RM) $(OBJS)$(C_DEPS)$(ARCHIVES) libFreeRTOS_Library.a
- -@echo ' '
-
-post-build:
- -@echo 'Performing post-build steps'
- -arm-none-eabi-size libFreeRTOS_Library.a ; # arm-none-eabi-objdump -h -S libFreeRTOS_Library.a >libFreeRTOS_Library.lss
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY: post-build
-
--include ../makefile.targets
diff --git a/contrib/FreeRTOS_Library/Debug/objects.mk b/contrib/FreeRTOS_Library/Debug/objects.mk
deleted file mode 100644
index dc028f6..0000000
--- a/contrib/FreeRTOS_Library/Debug/objects.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-USER_OBJS :=
-
-LIBS :=
diff --git a/contrib/FreeRTOS_Library/Debug/portable/heap_2.d b/contrib/FreeRTOS_Library/Debug/portable/heap_2.d
deleted file mode 100644
index 1de2969..0000000
--- a/contrib/FreeRTOS_Library/Debug/portable/heap_2.d
+++ /dev/null
@@ -1,34 +0,0 @@
-portable/heap_2.d portable/heap_2.o: ../portable/heap_2.c \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
diff --git a/contrib/FreeRTOS_Library/Debug/portable/port.d b/contrib/FreeRTOS_Library/Debug/portable/port.d
deleted file mode 100644
index 8f45266..0000000
--- a/contrib/FreeRTOS_Library/Debug/portable/port.d
+++ /dev/null
@@ -1,34 +0,0 @@
-portable/port.d portable/port.o: ../portable/port.c \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
diff --git a/contrib/FreeRTOS_Library/Debug/portable/subdir.mk b/contrib/FreeRTOS_Library/Debug/portable/subdir.mk
deleted file mode 100644
index fe7882b..0000000
--- a/contrib/FreeRTOS_Library/Debug/portable/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 += \
-../portable/heap_2.c \
-../portable/port.c
-
-OBJS += \
-./portable/heap_2.o \
-./portable/port.o
-
-C_DEPS += \
-./portable/heap_2.d \
-./portable/port.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-portable/%.o: ../portable/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: MCU C Compiler'
- arm-none-eabi-gcc -D__REDLIB__ -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo" -O1 -g3 -Wall -c -fmessage-length=0 -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/contrib/FreeRTOS_Library/Debug/queue.d b/contrib/FreeRTOS_Library/Debug/queue.d
deleted file mode 100644
index bdebe59..0000000
--- a/contrib/FreeRTOS_Library/Debug/queue.d
+++ /dev/null
@@ -1,37 +0,0 @@
-queue.d queue.o: ../queue.c \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/croutine.h
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/croutine.h:
diff --git a/contrib/FreeRTOS_Library/Debug/sources.mk b/contrib/FreeRTOS_Library/Debug/sources.mk
deleted file mode 100644
index dae3b1e..0000000
--- a/contrib/FreeRTOS_Library/Debug/sources.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-O_SRCS :=
-C_SRCS :=
-S_SRCS :=
-S_UPPER_SRCS :=
-OBJ_SRCS :=
-ASM_SRCS :=
-OBJS :=
-C_DEPS :=
-ARCHIVES :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-. \
-portable \
-demo_code \
-
diff --git a/contrib/FreeRTOS_Library/Debug/subdir.mk b/contrib/FreeRTOS_Library/Debug/subdir.mk
deleted file mode 100644
index f8df439..0000000
--- a/contrib/FreeRTOS_Library/Debug/subdir.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../list.c \
-../queue.c \
-../tasks.c
-
-OBJS += \
-./list.o \
-./queue.o \
-./tasks.o
-
-C_DEPS += \
-./list.d \
-./queue.d \
-./tasks.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-%.o: ../%.c
- @echo 'Building file: $<'
- @echo 'Invoking: MCU C Compiler'
- arm-none-eabi-gcc -D__REDLIB__ -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo" -O1 -g3 -Wall -c -fmessage-length=0 -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
diff --git a/contrib/FreeRTOS_Library/Debug/tasks.d b/contrib/FreeRTOS_Library/Debug/tasks.d
deleted file mode 100644
index 3634c8f..0000000
--- a/contrib/FreeRTOS_Library/Debug/tasks.d
+++ /dev/null
@@ -1,37 +0,0 @@
-tasks.d tasks.o: ../tasks.c \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h \
- D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/StackMacros.h
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/FreeRTOS.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/projdefs.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo/FreeRTOSConfig.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/core_cm3.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc/system_LPC13xx.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/portable.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable/portmacro.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/mpu_wrappers.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/task.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/list.h:
-
-D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include/StackMacros.h: