temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
30
eive_obsw cmake debug/fsfw/unittest/internal/osal/subdir.mk
Normal file
30
eive_obsw cmake debug/fsfw/unittest/internal/osal/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 += \
|
||||
../fsfw/unittest/internal/osal/IntTestMq.cpp \
|
||||
../fsfw/unittest/internal/osal/IntTestMutex.cpp \
|
||||
../fsfw/unittest/internal/osal/IntTestSemaphore.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/osal/IntTestMq.o \
|
||||
./fsfw/unittest/internal/osal/IntTestMutex.o \
|
||||
./fsfw/unittest/internal/osal/IntTestSemaphore.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/osal/IntTestMq.d \
|
||||
./fsfw/unittest/internal/osal/IntTestMutex.d \
|
||||
./fsfw/unittest/internal/osal/IntTestSemaphore.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/osal/%.o: ../fsfw/unittest/internal/osal/%.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 ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/internal/serialize/IntTestSerialization.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/serialize/IntTestSerialization.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/serialize/IntTestSerialization.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/serialize/%.o: ../fsfw/unittest/internal/serialize/%.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 ' '
|
||||
|
||||
|
27
eive_obsw cmake debug/fsfw/unittest/internal/subdir.mk
Normal file
27
eive_obsw cmake debug/fsfw/unittest/internal/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 += \
|
||||
../fsfw/unittest/internal/InternalUnitTester.cpp \
|
||||
../fsfw/unittest/internal/UnittDefinitions.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/InternalUnitTester.o \
|
||||
./fsfw/unittest/internal/UnittDefinitions.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/InternalUnitTester.d \
|
||||
./fsfw/unittest/internal/UnittDefinitions.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/%.o: ../fsfw/unittest/internal/%.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