From 846741cdd465d3fa7efdb97d5d0a74f46a7cb053 Mon Sep 17 00:00:00 2001 From: Roland Sahlsten Date: Tue, 27 Sep 2011 20:44:01 +0000 Subject: added FreeRTOS and CMSIS git-svn-id: https://svn.spreadspace.org/mur.sat@175 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- .../FreeRTOS_Library/Debug/demo_code/basic_io.d | 37 ++++++++++++++++++++++ .../Debug/demo_code/consoleprint.d | 4 +++ contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk | 27 ++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d create mode 100644 contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d create mode 100644 contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk (limited to 'contrib/FreeRTOS_Library/Debug/demo_code') diff --git a/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d b/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d new file mode 100644 index 0000000..7fe39d1 --- /dev/null +++ b/contrib/FreeRTOS_Library/Debug/demo_code/basic_io.d @@ -0,0 +1,37 @@ +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 new file mode 100644 index 0000000..7ca856a --- /dev/null +++ b/contrib/FreeRTOS_Library/Debug/demo_code/consoleprint.d @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..e23f2c7 --- /dev/null +++ b/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk @@ -0,0 +1,27 @@ +################################################################################ +# 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 ' ' + + -- cgit v1.2.3