first commit

This commit is contained in:
Barnes
2019-09-24 20:55:59 -05:00
commit 5471731e4e
125 changed files with 23318 additions and 0 deletions

22
lab1/Debug/src/subdir.mk Normal file
View File

@@ -0,0 +1,22 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../src/main.s
OBJS += \
./src/main.o
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.s
@echo 'Building file: $<'
@echo 'Invoking: MCU GCC Assembler'
@echo $(PWD)
arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '