Skip to content
Snippets Groups Projects
Commit 47e7e873 authored by bbartels's avatar bbartels
Browse files

quad: update commands to reflect new groundstation commands.c

Also stop committing Debug c object files
parent ca991fbe
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 472 deletions
.metadata/ .metadata/
quad/sw/modular_quad_pid/Debug/
sw/modular_quad_pid/Debug/
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include src/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
ELFSIZE += \
modular_quad_pid.elf.size \
# All Target
all: modular_quad_pid.elf secondary-outputs
# Tool invocations
modular_quad_pid.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: ARM gcc linker'
arm-xilinx-eabi-gcc -Wl,-T -Wl,../src/lscript.ld -L../../system_bsp/ps7_cortexa9_0/lib -o "modular_quad_pid.elf" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
modular_quad_pid.elf.size: modular_quad_pid.elf
@echo 'Invoking: ARM Print Size'
arm-xilinx-eabi-size modular_quad_pid.elf |tee "modular_quad_pid.elf.size"
@echo 'Finished building: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES)$(ELFSIZE)$(S_UPPER_DEPS) modular_quad_pid.elf
-@echo ' '
secondary-outputs: $(ELFSIZE)
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets
File deleted
text data bss dec hex filename
156504 67312 119149912 119373728 71d7fa0 modular_quad_pid.elf
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS := -lm -Wl,--start-group,-lxil,-lgcc,-lc,--end-group
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS :=
C_SRCS :=
LD_SRCS :=
S_UPPER_SRCS :=
S_SRCS :=
OBJ_SRCS :=
OBJS :=
C_DEPS :=
EXECUTABLES :=
ELFSIZE :=
S_UPPER_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
src \
src/PID.d: ../src/PID.c ../src/PID.h ../src/type_def.h
../src/PID.h:
../src/type_def.h:
File deleted
src/actuator_command_processing.d: ../src/actuator_command_processing.c \
../src/actuator_command_processing.h ../src/log_data.h ../src/PID.h \
../src/type_def.h ../src/uart.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps.h \
../../system_bsp/ps7_cortexa9_0/include/xil_types.h \
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h \
../../system_bsp/ps7_cortexa9_0/include/xstatus.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h \
../../system_bsp/ps7_cortexa9_0/include/xil_io.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../src/stringBuilder.h ../../system_bsp/ps7_cortexa9_0/include/sleep.h \
../src/control_algorithm.h ../src/sensor_processing.h ../src/sensor.h \
../src/user_input.h ../src/util.h \
../../system_bsp/ps7_cortexa9_0/include/xgpiops.h \
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
../src/controllers.h ../src/quadposition.h ../src/iic_mpu9150_utils.h \
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h \
../src/packet_processing.h ../src/conversion.h
../src/actuator_command_processing.h:
../src/log_data.h:
../src/PID.h:
../src/type_def.h:
../src/uart.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps.h:
../../system_bsp/ps7_cortexa9_0/include/xil_types.h:
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h:
../../system_bsp/ps7_cortexa9_0/include/xstatus.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
../../system_bsp/ps7_cortexa9_0/include/xil_io.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../src/stringBuilder.h:
../../system_bsp/ps7_cortexa9_0/include/sleep.h:
../src/control_algorithm.h:
../src/sensor_processing.h:
../src/sensor.h:
../src/user_input.h:
../src/util.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
../src/controllers.h:
../src/quadposition.h:
../src/iic_mpu9150_utils.h:
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h:
../src/packet_processing.h:
../src/conversion.h:
File deleted
src/commands.d: ../src/commands.c ../src/communication.h \
../src/commands.h ../src/type_def.h ../src/uart.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps.h \
../../system_bsp/ps7_cortexa9_0/include/xil_types.h \
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h \
../../system_bsp/ps7_cortexa9_0/include/xstatus.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h \
../../system_bsp/ps7_cortexa9_0/include/xil_io.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../src/stringBuilder.h
../src/communication.h:
../src/commands.h:
../src/type_def.h:
../src/uart.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps.h:
../../system_bsp/ps7_cortexa9_0/include/xil_types.h:
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h:
../../system_bsp/ps7_cortexa9_0/include/xstatus.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
../../system_bsp/ps7_cortexa9_0/include/xil_io.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../src/stringBuilder.h:
File deleted
src/communication.d: ../src/communication.c ../src/communication.h \
../src/commands.h ../src/type_def.h ../src/uart.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps.h \
../../system_bsp/ps7_cortexa9_0/include/xil_types.h \
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h \
../../system_bsp/ps7_cortexa9_0/include/xstatus.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h \
../../system_bsp/ps7_cortexa9_0/include/xil_io.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../src/stringBuilder.h
../src/communication.h:
../src/commands.h:
../src/type_def.h:
../src/uart.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps.h:
../../system_bsp/ps7_cortexa9_0/include/xil_types.h:
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h:
../../system_bsp/ps7_cortexa9_0/include/xstatus.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
../../system_bsp/ps7_cortexa9_0/include/xil_io.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../src/stringBuilder.h:
File deleted
src/control_algorithm.d: ../src/control_algorithm.c \
../src/control_algorithm.h ../src/log_data.h ../src/PID.h \
../src/type_def.h ../src/uart.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps.h \
../../system_bsp/ps7_cortexa9_0/include/xil_types.h \
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h \
../../system_bsp/ps7_cortexa9_0/include/xstatus.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h \
../../system_bsp/ps7_cortexa9_0/include/xil_io.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../src/stringBuilder.h ../../system_bsp/ps7_cortexa9_0/include/sleep.h \
../src/sensor_processing.h ../src/sensor.h ../src/user_input.h \
../src/util.h ../../system_bsp/ps7_cortexa9_0/include/xgpiops.h \
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
../src/controllers.h ../src/quadposition.h ../src/iic_mpu9150_utils.h \
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h \
../src/packet_processing.h ../src/conversion.h ../src/communication.h \
../src/commands.h
../src/control_algorithm.h:
../src/log_data.h:
../src/PID.h:
../src/type_def.h:
../src/uart.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps.h:
../../system_bsp/ps7_cortexa9_0/include/xil_types.h:
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h:
../../system_bsp/ps7_cortexa9_0/include/xstatus.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
../../system_bsp/ps7_cortexa9_0/include/xil_io.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../src/stringBuilder.h:
../../system_bsp/ps7_cortexa9_0/include/sleep.h:
../src/sensor_processing.h:
../src/sensor.h:
../src/user_input.h:
../src/util.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
../src/controllers.h:
../src/quadposition.h:
../src/iic_mpu9150_utils.h:
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h:
../src/packet_processing.h:
../src/conversion.h:
../src/communication.h:
../src/commands.h:
File deleted
src/controllers.d: ../src/controllers.c ../src/controllers.h \
../src/util.h ../../system_bsp/ps7_cortexa9_0/include/xgpiops.h \
../../system_bsp/ps7_cortexa9_0/include/xstatus.h \
../../system_bsp/ps7_cortexa9_0/include/xil_types.h \
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h \
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
../../system_bsp/ps7_cortexa9_0/include/xil_io.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h ../src/PID.h \
../src/type_def.h ../src/log_data.h ../src/uart.h \
../../system_bsp/ps7_cortexa9_0/include/xparameters.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps.h \
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h \
../src/stringBuilder.h ../../system_bsp/ps7_cortexa9_0/include/sleep.h \
../src/quadposition.h ../src/iic_mpu9150_utils.h \
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps.h \
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h
../src/controllers.h:
../src/util.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops.h:
../../system_bsp/ps7_cortexa9_0/include/xstatus.h:
../../system_bsp/ps7_cortexa9_0/include/xil_types.h:
../../system_bsp/ps7_cortexa9_0/include/xil_assert.h:
../../system_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
../../system_bsp/ps7_cortexa9_0/include/xil_io.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../system_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../system_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../system_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../src/PID.h:
../src/type_def.h:
../src/log_data.h:
../src/uart.h:
../../system_bsp/ps7_cortexa9_0/include/xparameters.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps.h:
../../system_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
../src/stringBuilder.h:
../../system_bsp/ps7_cortexa9_0/include/sleep.h:
../src/quadposition.h:
../src/iic_mpu9150_utils.h:
../../system_bsp/ps7_cortexa9_0/include/xbasic_types.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps.h:
../../system_bsp/ps7_cortexa9_0/include/xiicps_hw.h:
File deleted
src/conversion.d: ../src/conversion.c ../src/conversion.h
../src/conversion.h:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment