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,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/examples/csp_if_fifo.c \
../libcsp/examples/csp_if_fifo_windows.c \
../libcsp/examples/kiss.c \
../libcsp/examples/simple.c \
../libcsp/examples/zmqproxy.c
OBJS += \
./libcsp/examples/csp_if_fifo.o \
./libcsp/examples/csp_if_fifo_windows.o \
./libcsp/examples/kiss.o \
./libcsp/examples/simple.o \
./libcsp/examples/zmqproxy.o
C_DEPS += \
./libcsp/examples/csp_if_fifo.d \
./libcsp/examples/csp_if_fifo_windows.d \
./libcsp/examples/kiss.d \
./libcsp/examples/simple.d \
./libcsp/examples/zmqproxy.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/examples/%.o: ../libcsp/examples/%.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 ' '

View File

@ -0,0 +1,39 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/arch/freertos/csp_malloc.c \
../libcsp/src/arch/freertos/csp_queue.c \
../libcsp/src/arch/freertos/csp_semaphore.c \
../libcsp/src/arch/freertos/csp_system.c \
../libcsp/src/arch/freertos/csp_thread.c \
../libcsp/src/arch/freertos/csp_time.c
OBJS += \
./libcsp/src/arch/freertos/csp_malloc.o \
./libcsp/src/arch/freertos/csp_queue.o \
./libcsp/src/arch/freertos/csp_semaphore.o \
./libcsp/src/arch/freertos/csp_system.o \
./libcsp/src/arch/freertos/csp_thread.o \
./libcsp/src/arch/freertos/csp_time.o
C_DEPS += \
./libcsp/src/arch/freertos/csp_malloc.d \
./libcsp/src/arch/freertos/csp_queue.d \
./libcsp/src/arch/freertos/csp_semaphore.d \
./libcsp/src/arch/freertos/csp_system.d \
./libcsp/src/arch/freertos/csp_thread.d \
./libcsp/src/arch/freertos/csp_time.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/arch/freertos/%.o: ../libcsp/src/arch/freertos/%.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 ' '

View File

@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/arch/macosx/csp_malloc.c \
../libcsp/src/arch/macosx/csp_queue.c \
../libcsp/src/arch/macosx/csp_semaphore.c \
../libcsp/src/arch/macosx/csp_system.c \
../libcsp/src/arch/macosx/csp_thread.c \
../libcsp/src/arch/macosx/csp_time.c \
../libcsp/src/arch/macosx/pthread_queue.c
OBJS += \
./libcsp/src/arch/macosx/csp_malloc.o \
./libcsp/src/arch/macosx/csp_queue.o \
./libcsp/src/arch/macosx/csp_semaphore.o \
./libcsp/src/arch/macosx/csp_system.o \
./libcsp/src/arch/macosx/csp_thread.o \
./libcsp/src/arch/macosx/csp_time.o \
./libcsp/src/arch/macosx/pthread_queue.o
C_DEPS += \
./libcsp/src/arch/macosx/csp_malloc.d \
./libcsp/src/arch/macosx/csp_queue.d \
./libcsp/src/arch/macosx/csp_semaphore.d \
./libcsp/src/arch/macosx/csp_system.d \
./libcsp/src/arch/macosx/csp_thread.d \
./libcsp/src/arch/macosx/csp_time.d \
./libcsp/src/arch/macosx/pthread_queue.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/arch/macosx/%.o: ../libcsp/src/arch/macosx/%.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 ' '

View File

@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/arch/posix/csp_malloc.c \
../libcsp/src/arch/posix/csp_queue.c \
../libcsp/src/arch/posix/csp_semaphore.c \
../libcsp/src/arch/posix/csp_system.c \
../libcsp/src/arch/posix/csp_thread.c \
../libcsp/src/arch/posix/csp_time.c \
../libcsp/src/arch/posix/pthread_queue.c
OBJS += \
./libcsp/src/arch/posix/csp_malloc.o \
./libcsp/src/arch/posix/csp_queue.o \
./libcsp/src/arch/posix/csp_semaphore.o \
./libcsp/src/arch/posix/csp_system.o \
./libcsp/src/arch/posix/csp_thread.o \
./libcsp/src/arch/posix/csp_time.o \
./libcsp/src/arch/posix/pthread_queue.o
C_DEPS += \
./libcsp/src/arch/posix/csp_malloc.d \
./libcsp/src/arch/posix/csp_queue.d \
./libcsp/src/arch/posix/csp_semaphore.d \
./libcsp/src/arch/posix/csp_system.d \
./libcsp/src/arch/posix/csp_thread.d \
./libcsp/src/arch/posix/csp_time.d \
./libcsp/src/arch/posix/pthread_queue.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/arch/posix/%.o: ../libcsp/src/arch/posix/%.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 ' '

View File

@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/arch/windows/csp_malloc.c \
../libcsp/src/arch/windows/csp_queue.c \
../libcsp/src/arch/windows/csp_semaphore.c \
../libcsp/src/arch/windows/csp_system.c \
../libcsp/src/arch/windows/csp_thread.c \
../libcsp/src/arch/windows/csp_time.c \
../libcsp/src/arch/windows/windows_queue.c
OBJS += \
./libcsp/src/arch/windows/csp_malloc.o \
./libcsp/src/arch/windows/csp_queue.o \
./libcsp/src/arch/windows/csp_semaphore.o \
./libcsp/src/arch/windows/csp_system.o \
./libcsp/src/arch/windows/csp_thread.o \
./libcsp/src/arch/windows/csp_time.o \
./libcsp/src/arch/windows/windows_queue.o
C_DEPS += \
./libcsp/src/arch/windows/csp_malloc.d \
./libcsp/src/arch/windows/csp_queue.d \
./libcsp/src/arch/windows/csp_semaphore.d \
./libcsp/src/arch/windows/csp_system.d \
./libcsp/src/arch/windows/csp_thread.d \
./libcsp/src/arch/windows/csp_time.d \
./libcsp/src/arch/windows/windows_queue.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/arch/windows/%.o: ../libcsp/src/arch/windows/%.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 ' '

View 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 += \
../libcsp/src/bindings/python/pycsp.c
OBJS += \
./libcsp/src/bindings/python/pycsp.o
C_DEPS += \
./libcsp/src/bindings/python/pycsp.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/bindings/python/%.o: ../libcsp/src/bindings/python/%.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 ' '

View File

@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/crypto/csp_hmac.c \
../libcsp/src/crypto/csp_sha1.c \
../libcsp/src/crypto/csp_xtea.c
OBJS += \
./libcsp/src/crypto/csp_hmac.o \
./libcsp/src/crypto/csp_sha1.o \
./libcsp/src/crypto/csp_xtea.o
C_DEPS += \
./libcsp/src/crypto/csp_hmac.d \
./libcsp/src/crypto/csp_sha1.d \
./libcsp/src/crypto/csp_xtea.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/crypto/%.o: ../libcsp/src/crypto/%.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 ' '

View 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 += \
../libcsp/src/drivers/can/can_socketcan.c
OBJS += \
./libcsp/src/drivers/can/can_socketcan.o
C_DEPS += \
./libcsp/src/drivers/can/can_socketcan.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/drivers/can/%.o: ../libcsp/src/drivers/can/%.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 ' '

View File

@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/drivers/usart/usart_linux.c \
../libcsp/src/drivers/usart/usart_windows.c
OBJS += \
./libcsp/src/drivers/usart/usart_linux.o \
./libcsp/src/drivers/usart/usart_windows.o
C_DEPS += \
./libcsp/src/drivers/usart/usart_linux.d \
./libcsp/src/drivers/usart/usart_windows.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/drivers/usart/%.o: ../libcsp/src/drivers/usart/%.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 ' '

View File

@ -0,0 +1,36 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/interfaces/csp_if_can.c \
../libcsp/src/interfaces/csp_if_can_pbuf.c \
../libcsp/src/interfaces/csp_if_i2c.c \
../libcsp/src/interfaces/csp_if_kiss.c \
../libcsp/src/interfaces/csp_if_lo.c
OBJS += \
./libcsp/src/interfaces/csp_if_can.o \
./libcsp/src/interfaces/csp_if_can_pbuf.o \
./libcsp/src/interfaces/csp_if_i2c.o \
./libcsp/src/interfaces/csp_if_kiss.o \
./libcsp/src/interfaces/csp_if_lo.o
C_DEPS += \
./libcsp/src/interfaces/csp_if_can.d \
./libcsp/src/interfaces/csp_if_can_pbuf.d \
./libcsp/src/interfaces/csp_if_i2c.d \
./libcsp/src/interfaces/csp_if_kiss.d \
./libcsp/src/interfaces/csp_if_lo.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/interfaces/%.o: ../libcsp/src/interfaces/%.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 ' '

View File

@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/rtable/csp_rtable_cidr.c \
../libcsp/src/rtable/csp_rtable_static.c
OBJS += \
./libcsp/src/rtable/csp_rtable_cidr.o \
./libcsp/src/rtable/csp_rtable_static.o
C_DEPS += \
./libcsp/src/rtable/csp_rtable_cidr.d \
./libcsp/src/rtable/csp_rtable_static.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/rtable/%.o: ../libcsp/src/rtable/%.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 ' '

View File

@ -0,0 +1,72 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/csp_bridge.c \
../libcsp/src/csp_buffer.c \
../libcsp/src/csp_conn.c \
../libcsp/src/csp_crc32.c \
../libcsp/src/csp_debug.c \
../libcsp/src/csp_dedup.c \
../libcsp/src/csp_endian.c \
../libcsp/src/csp_hex_dump.c \
../libcsp/src/csp_iflist.c \
../libcsp/src/csp_io.c \
../libcsp/src/csp_port.c \
../libcsp/src/csp_promisc.c \
../libcsp/src/csp_qfifo.c \
../libcsp/src/csp_route.c \
../libcsp/src/csp_service_handler.c \
../libcsp/src/csp_services.c \
../libcsp/src/csp_sfp.c
OBJS += \
./libcsp/src/csp_bridge.o \
./libcsp/src/csp_buffer.o \
./libcsp/src/csp_conn.o \
./libcsp/src/csp_crc32.o \
./libcsp/src/csp_debug.o \
./libcsp/src/csp_dedup.o \
./libcsp/src/csp_endian.o \
./libcsp/src/csp_hex_dump.o \
./libcsp/src/csp_iflist.o \
./libcsp/src/csp_io.o \
./libcsp/src/csp_port.o \
./libcsp/src/csp_promisc.o \
./libcsp/src/csp_qfifo.o \
./libcsp/src/csp_route.o \
./libcsp/src/csp_service_handler.o \
./libcsp/src/csp_services.o \
./libcsp/src/csp_sfp.o
C_DEPS += \
./libcsp/src/csp_bridge.d \
./libcsp/src/csp_buffer.d \
./libcsp/src/csp_conn.d \
./libcsp/src/csp_crc32.d \
./libcsp/src/csp_debug.d \
./libcsp/src/csp_dedup.d \
./libcsp/src/csp_endian.d \
./libcsp/src/csp_hex_dump.d \
./libcsp/src/csp_iflist.d \
./libcsp/src/csp_io.d \
./libcsp/src/csp_port.d \
./libcsp/src/csp_promisc.d \
./libcsp/src/csp_qfifo.d \
./libcsp/src/csp_route.d \
./libcsp/src/csp_service_handler.d \
./libcsp/src/csp_services.d \
./libcsp/src/csp_sfp.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/%.o: ../libcsp/src/%.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 ' '

View File

@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../libcsp/src/transport/csp_rdp.c \
../libcsp/src/transport/csp_udp.c
OBJS += \
./libcsp/src/transport/csp_rdp.o \
./libcsp/src/transport/csp_udp.o
C_DEPS += \
./libcsp/src/transport/csp_rdp.d \
./libcsp/src/transport/csp_udp.d
# Each subdirectory must supply rules for building sources it contributes
libcsp/src/transport/%.o: ../libcsp/src/transport/%.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 ' '