From bc481107298791bf0efd984ecc53dc92b8719878 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 26 Jan 2021 18:26:26 +0100 Subject: Insertion du projet dans sa totalité MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simonnnnn/Debug/Core/Src/subdir.mk | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 simonnnnn/Debug/Core/Src/subdir.mk (limited to 'simonnnnn/Debug/Core/Src/subdir.mk') diff --git a/simonnnnn/Debug/Core/Src/subdir.mk b/simonnnnn/Debug/Core/Src/subdir.mk new file mode 100644 index 0000000..4254e45 --- /dev/null +++ b/simonnnnn/Debug/Core/Src/subdir.mk @@ -0,0 +1,52 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Core/Src/button.c \ +../Core/Src/gpio.c \ +../Core/Src/lcd_1602.c \ +../Core/Src/led.c \ +../Core/Src/main.c \ +../Core/Src/stm32l0xx_hal_msp.c \ +../Core/Src/stm32l0xx_it.c \ +../Core/Src/syscalls.c \ +../Core/Src/system_stm32l0xx.c \ +../Core/Src/usart.c + +OBJS += \ +./Core/Src/button.o \ +./Core/Src/gpio.o \ +./Core/Src/lcd_1602.o \ +./Core/Src/led.o \ +./Core/Src/main.o \ +./Core/Src/stm32l0xx_hal_msp.o \ +./Core/Src/stm32l0xx_it.o \ +./Core/Src/syscalls.o \ +./Core/Src/system_stm32l0xx.o \ +./Core/Src/usart.o + +C_DEPS += \ +./Core/Src/button.d \ +./Core/Src/gpio.d \ +./Core/Src/lcd_1602.d \ +./Core/Src/led.d \ +./Core/Src/main.d \ +./Core/Src/stm32l0xx_hal_msp.d \ +./Core/Src/stm32l0xx_it.d \ +./Core/Src/syscalls.d \ +./Core/Src/system_stm32l0xx.d \ +./Core/Src/usart.d + + +# Each subdirectory must supply rules for building sources it contributes +Core/Src/%.o: ../Core/Src/%.c + @echo 'Building file: $<' + @echo 'Invoking: MCU GCC Compiler' + @echo $(PWD) + arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -DUSE_HAL_DRIVER -DSTM32L053xx -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Core/Inc" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/STM32L0xx_HAL_Driver/Inc" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/STM32L0xx_HAL_Driver/Inc/Legacy" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/CMSIS/Device/ST/STM32L0xx/Include" -I"/home/mas/stm/WorkspaceSTM32/simonnnnn/Drivers/CMSIS/Include" -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + -- cgit v1.2.3