temperature reading successul, but i2c sometimes hanging up

This commit is contained in:
2021-01-11 16:56:44 +01:00
parent c73c41b03a
commit adef6eb188
167 changed files with 5938 additions and 20 deletions

View 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 += \
../fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.cpp
OBJS += \
./fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.o
CPP_DEPS += \
./fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/testcfg/cdatapool/%.o: ../fsfw/unittest/user/testcfg/cdatapool/%.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 ' '

View 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/user/testcfg/devices/logicalAddresses.cpp \
../fsfw/unittest/user/testcfg/devices/powerSwitcherList.cpp
OBJS += \
./fsfw/unittest/user/testcfg/devices/logicalAddresses.o \
./fsfw/unittest/user/testcfg/devices/powerSwitcherList.o
CPP_DEPS += \
./fsfw/unittest/user/testcfg/devices/logicalAddresses.d \
./fsfw/unittest/user/testcfg/devices/powerSwitcherList.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/testcfg/devices/%.o: ../fsfw/unittest/user/testcfg/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 ' '

View 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 += \
../fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.cpp
OBJS += \
./fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.o
CPP_DEPS += \
./fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/testcfg/ipc/%.o: ../fsfw/unittest/user/testcfg/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 ' '

View 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 += \
../fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.cpp
OBJS += \
./fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.o
CPP_DEPS += \
./fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/testcfg/pollingsequence/%.o: ../fsfw/unittest/user/testcfg/pollingsequence/%.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 ' '

View 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 += \
../fsfw/unittest/user/testtemplate/TestTemplate.cpp
OBJS += \
./fsfw/unittest/user/testtemplate/TestTemplate.o
CPP_DEPS += \
./fsfw/unittest/user/testtemplate/TestTemplate.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/testtemplate/%.o: ../fsfw/unittest/user/testtemplate/%.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 ' '

View File

@ -0,0 +1,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../fsfw/unittest/user/unittest/core/CatchDefinitions.cpp \
../fsfw/unittest/user/unittest/core/CatchFactory.cpp \
../fsfw/unittest/user/unittest/core/CatchRunner.cpp \
../fsfw/unittest/user/unittest/core/CatchSetup.cpp \
../fsfw/unittest/user/unittest/core/printChar.cpp
OBJS += \
./fsfw/unittest/user/unittest/core/CatchDefinitions.o \
./fsfw/unittest/user/unittest/core/CatchFactory.o \
./fsfw/unittest/user/unittest/core/CatchRunner.o \
./fsfw/unittest/user/unittest/core/CatchSetup.o \
./fsfw/unittest/user/unittest/core/printChar.o
CPP_DEPS += \
./fsfw/unittest/user/unittest/core/CatchDefinitions.d \
./fsfw/unittest/user/unittest/core/CatchFactory.d \
./fsfw/unittest/user/unittest/core/CatchRunner.d \
./fsfw/unittest/user/unittest/core/CatchSetup.d \
./fsfw/unittest/user/unittest/core/printChar.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/unittest/user/unittest/core/%.o: ../fsfw/unittest/user/unittest/core/%.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 ' '