diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-26 18:26:26 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-01-26 18:26:26 +0100 |
commit | bc481107298791bf0efd984ecc53dc92b8719878 (patch) | |
tree | 332af7837f310af85b261611ed016e0e6312262c /simonnnnn/Debug/startup | |
parent | 816804c9c114e20d2231258cc346c3714590b9ea (diff) |
Insertion du projet dans sa totalité
Diffstat (limited to 'simonnnnn/Debug/startup')
-rw-r--r-- | simonnnnn/Debug/startup/startup_stm32l053xx.o | bin | 0 -> 4264 bytes | |||
-rw-r--r-- | simonnnnn/Debug/startup/subdir.mk | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/simonnnnn/Debug/startup/startup_stm32l053xx.o b/simonnnnn/Debug/startup/startup_stm32l053xx.o Binary files differnew file mode 100644 index 0000000..9fa9602 --- /dev/null +++ b/simonnnnn/Debug/startup/startup_stm32l053xx.o diff --git a/simonnnnn/Debug/startup/subdir.mk b/simonnnnn/Debug/startup/subdir.mk new file mode 100644 index 0000000..462d5de --- /dev/null +++ b/simonnnnn/Debug/startup/subdir.mk @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +S_SRCS += \ +../startup/startup_stm32l053xx.s + +OBJS += \ +./startup/startup_stm32l053xx.o + + +# Each subdirectory must supply rules for building sources it contributes +startup/%.o: ../startup/%.s + @echo 'Building file: $<' + @echo 'Invoking: MCU GCC Assembler' + @echo $(PWD) + arm-none-eabi-as -mcpu=cortex-m0plus -mthumb -mfloat-abi=soft -g -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + |