aboutsummaryrefslogtreecommitdiff
path: root/LPC1114FN28_102_DIP28_bootloader/src/XBee
diff options
context:
space:
mode:
Diffstat (limited to 'LPC1114FN28_102_DIP28_bootloader/src/XBee')
-rw-r--r--LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d37
-rw-r--r--LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk24
2 files changed, 61 insertions, 0 deletions
diff --git a/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d b/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d
new file mode 100644
index 0000000..b2f2814
--- /dev/null
+++ b/LPC1114FN28_102_DIP28_bootloader/src/XBee/XBee.d
@@ -0,0 +1,37 @@
+src/XBee/XBee.d: ../src/XBee/XBee.cpp \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h \
+ ../src/XBee/XBee.h \
+ /Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/libmary.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/LPC11xx.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/core_cm0.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/system_LPC11xx.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/delay.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/Print.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/gpio.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/analogio.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/arithmetical.h:
+
+../src/XBee/XBee.h:
+
+/Users/lynxeyed/Documents/workspace/eXodusino/src/core/uart.h:
diff --git a/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
new file mode 100644
index 0000000..756ed4a
--- /dev/null
+++ b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+CPP_SRCS += \
+../src/XBee/XBee.cpp
+
+OBJS += \
+./src/XBee/XBee.o
+
+CPP_DEPS += \
+./src/XBee/XBee.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/XBee/%.o: ../src/XBee/%.cpp
+ @echo 'Building file: $<'
+ @echo 'Invoking: MCU C++ Compiler'
+ arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+