|
Last change
on this file since 41 was 41, checked in by f.jahn, 7 days ago |
|
V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher
|
|
File size:
2.2 KB
|
| Line | |
|---|
| 1 | ################################################################################
|
|---|
| 2 | # Automatically-generated file. Do not edit!
|
|---|
| 3 | # Toolchain: GNU Tools for STM32 (13.3.rel1)
|
|---|
| 4 | ################################################################################
|
|---|
| 5 |
|
|---|
| 6 | # Add inputs and outputs from these tool invocations to the build variables
|
|---|
| 7 | C_SRCS += \
|
|---|
| 8 | ../src/button.c \
|
|---|
| 9 | ../src/buzzer.c \
|
|---|
| 10 | ../src/leds.c \
|
|---|
| 11 | ../src/main.c \
|
|---|
| 12 | ../src/mode_mainswitch.c \
|
|---|
| 13 | ../src/mode_secondaryprotection.c \
|
|---|
| 14 | ../src/modeswitch.c \
|
|---|
| 15 | ../src/relais.c
|
|---|
| 16 |
|
|---|
| 17 | OBJS += \
|
|---|
| 18 | ./src/button.o \
|
|---|
| 19 | ./src/buzzer.o \
|
|---|
| 20 | ./src/leds.o \
|
|---|
| 21 | ./src/main.o \
|
|---|
| 22 | ./src/mode_mainswitch.o \
|
|---|
| 23 | ./src/mode_secondaryprotection.o \
|
|---|
| 24 | ./src/modeswitch.o \
|
|---|
| 25 | ./src/relais.o
|
|---|
| 26 |
|
|---|
| 27 | C_DEPS += \
|
|---|
| 28 | ./src/button.d \
|
|---|
| 29 | ./src/buzzer.d \
|
|---|
| 30 | ./src/leds.d \
|
|---|
| 31 | ./src/main.d \
|
|---|
| 32 | ./src/mode_mainswitch.d \
|
|---|
| 33 | ./src/mode_secondaryprotection.d \
|
|---|
| 34 | ./src/modeswitch.d \
|
|---|
| 35 | ./src/relais.d
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | # Each subdirectory must supply rules for building sources it contributes
|
|---|
| 39 | src/%.o src/%.su src/%.cyclo: ../src/%.c src/subdir.mk
|
|---|
| 40 | arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -DUSE_HAL_DRIVER -DSTM32C031xx -c -I../../Core/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32C0xx/Include -I../../Drivers/CMSIS/Include -I"D:/Projekte/ecs_PowerPro/trunk/firmware_v2/STM32CubeIDE/inc" -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|---|
| 41 |
|
|---|
| 42 | clean: clean-src
|
|---|
| 43 |
|
|---|
| 44 | clean-src:
|
|---|
| 45 | -$(RM) ./src/button.cyclo ./src/button.d ./src/button.o ./src/button.su ./src/buzzer.cyclo ./src/buzzer.d ./src/buzzer.o ./src/buzzer.su ./src/leds.cyclo ./src/leds.d ./src/leds.o ./src/leds.su ./src/main.cyclo ./src/main.d ./src/main.o ./src/main.su ./src/mode_mainswitch.cyclo ./src/mode_mainswitch.d ./src/mode_mainswitch.o ./src/mode_mainswitch.su ./src/mode_secondaryprotection.cyclo ./src/mode_secondaryprotection.d ./src/mode_secondaryprotection.o ./src/mode_secondaryprotection.su ./src/modeswitch.cyclo ./src/modeswitch.d ./src/modeswitch.o ./src/modeswitch.su ./src/relais.cyclo ./src/relais.d ./src/relais.o ./src/relais.su
|
|---|
| 46 |
|
|---|
| 47 | .PHONY: clean-src
|
|---|
| 48 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.