temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
24
eive_obsw cmake debug/bsp_hosted/boardconfig/subdir.mk
Normal file
24
eive_obsw cmake debug/bsp_hosted/boardconfig/subdir.mk
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../bsp_hosted/boardconfig/print.c
|
||||
|
||||
OBJS += \
|
||||
./bsp_hosted/boardconfig/print.o
|
||||
|
||||
C_DEPS += \
|
||||
./bsp_hosted/boardconfig/print.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
bsp_hosted/boardconfig/%.o: ../bsp_hosted/boardconfig/%.c
|
||||
@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 ' '
|
||||
|
||||
|
27
eive_obsw cmake debug/bsp_hosted/comIF/subdir.mk
Normal file
27
eive_obsw cmake debug/bsp_hosted/comIF/subdir.mk
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../bsp_hosted/comIF/ArduinoComIF.cpp \
|
||||
../bsp_hosted/comIF/ArduinoCookie.cpp
|
||||
|
||||
OBJS += \
|
||||
./bsp_hosted/comIF/ArduinoComIF.o \
|
||||
./bsp_hosted/comIF/ArduinoCookie.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./bsp_hosted/comIF/ArduinoComIF.d \
|
||||
./bsp_hosted/comIF/ArduinoCookie.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
bsp_hosted/comIF/%.o: ../bsp_hosted/comIF/%.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 ' '
|
||||
|
||||
|
24
eive_obsw cmake debug/bsp_hosted/fsfwconfig/ipc/subdir.mk
Normal file
24
eive_obsw cmake debug/bsp_hosted/fsfwconfig/ipc/subdir.mk
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../bsp_hosted/fsfwconfig/ipc/MissionMessageTypes.cpp
|
||||
|
||||
OBJS += \
|
||||
./bsp_hosted/fsfwconfig/ipc/MissionMessageTypes.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./bsp_hosted/fsfwconfig/ipc/MissionMessageTypes.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
bsp_hosted/fsfwconfig/ipc/%.o: ../bsp_hosted/fsfwconfig/ipc/%.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 ' '
|
||||
|
||||
|
30
eive_obsw cmake debug/bsp_hosted/subdir.mk
Normal file
30
eive_obsw cmake debug/bsp_hosted/subdir.mk
Normal file
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../bsp_hosted/InitMission.cpp \
|
||||
../bsp_hosted/ObjectFactory.cpp \
|
||||
../bsp_hosted/main.cpp
|
||||
|
||||
OBJS += \
|
||||
./bsp_hosted/InitMission.o \
|
||||
./bsp_hosted/ObjectFactory.o \
|
||||
./bsp_hosted/main.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./bsp_hosted/InitMission.d \
|
||||
./bsp_hosted/ObjectFactory.d \
|
||||
./bsp_hosted/main.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
bsp_hosted/%.o: ../bsp_hosted/%.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