|
Last change
on this file was 41, checked in by f.jahn, 8 days ago |
|
V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher
|
|
File size:
1.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 | S_SRCS += \
|
|---|
| 8 | ../Application/User/Startup/startup_stm32c031k4tx.s
|
|---|
| 9 |
|
|---|
| 10 | OBJS += \
|
|---|
| 11 | ./Application/User/Startup/startup_stm32c031k4tx.o
|
|---|
| 12 |
|
|---|
| 13 | S_DEPS += \
|
|---|
| 14 | ./Application/User/Startup/startup_stm32c031k4tx.d
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | # Each subdirectory must supply rules for building sources it contributes
|
|---|
| 18 | Application/User/Startup/%.o: ../Application/User/Startup/%.s Application/User/Startup/subdir.mk
|
|---|
| 19 | arm-none-eabi-gcc -mcpu=cortex-m0plus -c -I"D:/Projekte/ecs_PowerPro/trunk/firmware_v2/STM32CubeIDE/inc" -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
|---|
| 20 |
|
|---|
| 21 | clean: clean-Application-2f-User-2f-Startup
|
|---|
| 22 |
|
|---|
| 23 | clean-Application-2f-User-2f-Startup:
|
|---|
| 24 | -$(RM) ./Application/User/Startup/startup_stm32c031k4tx.d ./Application/User/Startup/startup_stm32c031k4tx.o
|
|---|
| 25 |
|
|---|
| 26 | .PHONY: clean-Application-2f-User-2f-Startup
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.