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/tmtcpacket/packetmatcher/PacketMatchTree.cpp
OBJS += \
./fsfw/tmtcpacket/packetmatcher/PacketMatchTree.o
CPP_DEPS += \
./fsfw/tmtcpacket/packetmatcher/PacketMatchTree.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/tmtcpacket/packetmatcher/%.o: ../fsfw/tmtcpacket/packetmatcher/%.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/tmtcpacket/pus/TcPacketBase.cpp \
../fsfw/tmtcpacket/pus/TcPacketStored.cpp \
../fsfw/tmtcpacket/pus/TmPacketBase.cpp \
../fsfw/tmtcpacket/pus/TmPacketMinimal.cpp \
../fsfw/tmtcpacket/pus/TmPacketStored.cpp
OBJS += \
./fsfw/tmtcpacket/pus/TcPacketBase.o \
./fsfw/tmtcpacket/pus/TcPacketStored.o \
./fsfw/tmtcpacket/pus/TmPacketBase.o \
./fsfw/tmtcpacket/pus/TmPacketMinimal.o \
./fsfw/tmtcpacket/pus/TmPacketStored.o
CPP_DEPS += \
./fsfw/tmtcpacket/pus/TcPacketBase.d \
./fsfw/tmtcpacket/pus/TcPacketStored.d \
./fsfw/tmtcpacket/pus/TmPacketBase.d \
./fsfw/tmtcpacket/pus/TmPacketMinimal.d \
./fsfw/tmtcpacket/pus/TmPacketStored.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/tmtcpacket/pus/%.o: ../fsfw/tmtcpacket/pus/%.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/tmtcpacket/SpacePacket.cpp \
../fsfw/tmtcpacket/SpacePacketBase.cpp
OBJS += \
./fsfw/tmtcpacket/SpacePacket.o \
./fsfw/tmtcpacket/SpacePacketBase.o
CPP_DEPS += \
./fsfw/tmtcpacket/SpacePacket.d \
./fsfw/tmtcpacket/SpacePacketBase.d
# Each subdirectory must supply rules for building sources it contributes
fsfw/tmtcpacket/%.o: ../fsfw/tmtcpacket/%.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 ' '