This commit is contained in:
Wolfgang Hottgenroth
2018-01-16 16:17:34 +01:00
commit 3aa6bbc9a6
258 changed files with 391391 additions and 0 deletions

View File

@ -0,0 +1,4 @@
hottislib/PontCoopScheduler.o: ../hottislib/PontCoopScheduler.c \
../hottislib/PontCoopScheduler.h
../hottislib/PontCoopScheduler.h:

Binary file not shown.

24
Debug/hottislib/subdir.mk Normal file
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 += \
../hottislib/PontCoopScheduler.c
OBJS += \
./hottislib/PontCoopScheduler.o
C_DEPS += \
./hottislib/PontCoopScheduler.d
# Each subdirectory must supply rules for building sources it contributes
hottislib/%.o: ../hottislib/%.c
@echo 'Building file: $<'
@echo 'Invoking: GNU ARM Cross C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -DHSE_VALUE=8000000 -DSTM32F103xB -I"../include" -I"../system/include" -I"../system/include/cmsis" -I"../system/include/stm32f1-stdperiph" -I"../system/include/stm32f1xx" -I"../system/include/cmsis/device" -I"/home/wn/workspace-stm32/car/hottislib" -I"/home/wn/workspace-stm32/car/my_src" -std=gnu11 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '