temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
39
eive_obsw cmake debug/mission/devices/subdir.mk
Normal file
39
eive_obsw cmake debug/mission/devices/subdir.mk
Normal file
@ -0,0 +1,39 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../mission/devices/GPSHandler.cpp \
|
||||
../mission/devices/GomspaceDeviceHandler.cpp \
|
||||
../mission/devices/GyroL3GD20Handler.cpp \
|
||||
../mission/devices/MGMHandlerLIS3MDL.cpp \
|
||||
../mission/devices/MGMHandlerRM3100.cpp \
|
||||
../mission/devices/Tmp1075Handler.cpp
|
||||
|
||||
OBJS += \
|
||||
./mission/devices/GPSHandler.o \
|
||||
./mission/devices/GomspaceDeviceHandler.o \
|
||||
./mission/devices/GyroL3GD20Handler.o \
|
||||
./mission/devices/MGMHandlerLIS3MDL.o \
|
||||
./mission/devices/MGMHandlerRM3100.o \
|
||||
./mission/devices/Tmp1075Handler.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./mission/devices/GPSHandler.d \
|
||||
./mission/devices/GomspaceDeviceHandler.d \
|
||||
./mission/devices/GyroL3GD20Handler.d \
|
||||
./mission/devices/MGMHandlerLIS3MDL.d \
|
||||
./mission/devices/MGMHandlerRM3100.d \
|
||||
./mission/devices/Tmp1075Handler.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
mission/devices/%.o: ../mission/devices/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user