temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
@ -0,0 +1,35 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/startup_stm32f401xe.s
|
||||
|
||||
C_SRCS += \
|
||||
../etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.c
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/startup_stm32f401xe.o \
|
||||
./etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.o
|
||||
|
||||
C_DEPS += \
|
||||
./etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/startup_stm32f401xe.o: ../etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/startup_stm32f401xe.s
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux gcc assembler'
|
||||
arm-xilinx-linux-gnueabi-gcc -c -o"$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.o: ../etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.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"etl/examples/ArmTimerCallbacks - C++/RTE/Device/STM32F401RETx/system_stm32f4xx.d" -MT"etl/examples/ArmTimerCallbacks\ -\ C++/RTE/Device/STM32F401RETx/system_stm32f4xx.d" -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 += \
|
||||
../etl/examples/ArmTimerCallbacks\ -\ C++/main.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/ArmTimerCallbacks\ -\ C++/main.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/ArmTimerCallbacks\ -\ C++/main.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/ArmTimerCallbacks\ -\ C++/main.o: ../etl/examples/ArmTimerCallbacks\ -\ C++/main.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"etl/examples/ArmTimerCallbacks - C++/main.d" -MT"etl/examples/ArmTimerCallbacks\ -\ C++/main.d" -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 += \
|
||||
../etl/examples/FunctionInterruptSimulation-Delegates/FunctionInterruptSimulation.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/FunctionInterruptSimulation-Delegates/FunctionInterruptSimulation.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/FunctionInterruptSimulation-Delegates/FunctionInterruptSimulation.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/FunctionInterruptSimulation-Delegates/%.o: ../etl/examples/FunctionInterruptSimulation-Delegates/%.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 += \
|
||||
../etl/examples/FunctionInterruptSimulation/FunctionInterruptSimulation.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/FunctionInterruptSimulation/FunctionInterruptSimulation.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/FunctionInterruptSimulation/FunctionInterruptSimulation.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/FunctionInterruptSimulation/%.o: ../etl/examples/FunctionInterruptSimulation/%.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/etl/examples/QueuedFSM/subdir.mk
Normal file
24
eive_obsw cmake debug/etl/examples/QueuedFSM/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 += \
|
||||
../etl/examples/QueuedFSM/QueuedFSM.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/QueuedFSM/QueuedFSM.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/QueuedFSM/QueuedFSM.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/QueuedFSM/%.o: ../etl/examples/QueuedFSM/%.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 += \
|
||||
../etl/examples/QueuedMessageRouter/QueuedMessageRouter.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/QueuedMessageRouter/QueuedMessageRouter.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/QueuedMessageRouter/QueuedMessageRouter.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/QueuedMessageRouter/%.o: ../etl/examples/QueuedMessageRouter/%.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/etl/examples/Scheduler/subdir.mk
Normal file
24
eive_obsw cmake debug/etl/examples/Scheduler/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 += \
|
||||
../etl/examples/Scheduler/Scheduler.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/Scheduler/Scheduler.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/Scheduler/Scheduler.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/Scheduler/%.o: ../etl/examples/Scheduler/%.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/etl/examples/platformio/src/subdir.mk
Normal file
24
eive_obsw cmake debug/etl/examples/platformio/src/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 += \
|
||||
../etl/examples/platformio/src/main.cpp
|
||||
|
||||
OBJS += \
|
||||
./etl/examples/platformio/src/main.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./etl/examples/platformio/src/main.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
etl/examples/platformio/src/%.o: ../etl/examples/platformio/src/%.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