Fixes and tested

This commit is contained in:
@CarlWachter
2024-02-14 22:55:42 +01:00
parent fb9cbb72a7
commit 6cf0b6731f
131 changed files with 549 additions and 461 deletions

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
App/Src/%.o App/Src/%.su App/Src/%.cyclo: ../App/Src/%.cpp App/Src/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-App-2f-Src

View File

@@ -1,9 +1,9 @@
App/Src/test.o: ../App/Src/test.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Core/Inc/stm32f4xx_hal_conf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -31,16 +31,16 @@ App/Src/test.o: ../App/Src/test.cpp \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
../Core/Inc/main.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
../Core/Inc/stm32f4xx_hal_conf.h:
@@ -69,8 +69,8 @@ App/Src/test.o: ../App/Src/test.cpp \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -43,7 +43,7 @@ OBJS += \
# Each subdirectory must supply rules for building sources it contributes
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Core-2f-Src

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -64,7 +64,7 @@ OBJS += \
# Each subdirectory must supply rules for building sources it contributes
Drivers/STM32F4xx_HAL_Driver/Src/%.o Drivers/STM32F4xx_HAL_Driver/Src/%.su Drivers/STM32F4xx_HAL_Driver/Src/%.cyclo: ../Drivers/STM32F4xx_HAL_Driver/Src/%.c Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src

View File

@@ -1,9 +1,9 @@
Libs/sta-core/src/atomic/mutex.o: ../Libs/sta-core/src/atomic/mutex.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,9 +1,9 @@
Libs/sta-core/src/atomic/signal.o: ../Libs/sta-core/src/atomic/signal.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/atomic/%.o Libs/sta-core/src/atomic/%.su Libs/sta-core/src/atomic/%.cyclo: ../Libs/sta-core/src/atomic/%.cpp Libs/sta-core/src/atomic/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic

View File

@@ -1,15 +1,15 @@
Libs/sta-core/src/bus/device.o: ../Libs/sta-core/src/bus/device.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

Binary file not shown.

View File

@@ -1,20 +1,20 @@
Libs/sta-core/src/bus/i2c/device.o: \
../Libs/sta-core/src/bus/i2c/device.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,7 +1,7 @@
Libs/sta-core/src/bus/i2c/i2c.o: ../Libs/sta-core/src/bus/i2c/i2c.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/bus/i2c/%.o Libs/sta-core/src/bus/i2c/%.su Libs/sta-core/src/bus/i2c/%.cyclo: ../Libs/sta-core/src/bus/i2c/%.cpp Libs/sta-core/src/bus/i2c/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-i2c

View File

@@ -1,13 +1,13 @@
Libs/sta-core/src/bus/interface.o: ../Libs/sta-core/src/bus/interface.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,24 +1,24 @@
Libs/sta-core/src/bus/spi/device.o: \
../Libs/sta-core/src/bus/spi/device.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,14 +1,14 @@
Libs/sta-core/src/bus/spi/settings.o: \
../Libs/sta-core/src/bus/spi/settings.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:

View File

@@ -1,9 +1,9 @@
Libs/sta-core/src/bus/spi/spi.o: ../Libs/sta-core/src/bus/spi/spi.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp:

View File

@@ -22,7 +22,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/bus/spi/%.o Libs/sta-core/src/bus/spi/%.su Libs/sta-core/src/bus/spi/%.cyclo: ../Libs/sta-core/src/bus/spi/%.cpp Libs/sta-core/src/bus/spi/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-spi

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/bus/%.o Libs/sta-core/src/bus/%.su Libs/sta-core/src/bus/%.cyclo: ../Libs/sta-core/src/bus/%.cpp Libs/sta-core/src/bus/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/bus/uart/%.o Libs/sta-core/src/bus/uart/%.su Libs/sta-core/src/bus/uart/%.cyclo: ../Libs/sta-core/src/bus/uart/%.cpp Libs/sta-core/src/bus/uart/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-uart

View File

@@ -1,9 +1,9 @@
Libs/sta-core/src/bus/uart/uart.o: ../Libs/sta-core/src/bus/uart/uart.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:

View File

@@ -1,3 +1,3 @@
Libs/sta-core/src/can/id.o: ../Libs/sta-core/src/can/id.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp:

Binary file not shown.

View File

@@ -1,11 +1,11 @@
Libs/sta-core/src/can/iter.o: ../Libs/sta-core/src/can/iter.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

Binary file not shown.

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/can/%.o Libs/sta-core/src/can/%.su Libs/sta-core/src/can/%.cyclo: ../Libs/sta-core/src/can/%.cpp Libs/sta-core/src/can/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-can

View File

@@ -1,15 +1,15 @@
Libs/sta-core/src/debug/assert.o: ../Libs/sta-core/src/debug/assert.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:

View File

@@ -1,14 +1,14 @@
Libs/sta-core/src/debug/printing/printable.o: \
../Libs/sta-core/src/debug/printing/printable.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp:

View File

@@ -1,3 +1,3 @@
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1
../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 1
../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 3

View File

@@ -1,14 +1,14 @@
Libs/sta-core/src/debug/printing/printable_printf.o: \
../Libs/sta-core/src/debug/printing/printable_printf.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,3 +1,3 @@
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static
../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 16 static
../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 24 static

View File

@@ -1,3 +1,3 @@
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1
../Libs/sta-core/src/debug/printing/printable_uart.cpp:13:5:sta::PrintableUART::PrintableUART(sta::UART*) 4
../Libs/sta-core/src/debug/printing/printable_uart.cpp:20:10:virtual void sta::PrintableUART::print(const char*, size_t) 1

View File

@@ -1,24 +1,24 @@
Libs/sta-core/src/debug/printing/printable_uart.o: \
../Libs/sta-core/src/debug/printing/printable_uart.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/printf.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/printf.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/printf.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/printf.hpp:

View File

@@ -1,3 +1,3 @@
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static
../Libs/sta-core/src/debug/printing/printable_uart.cpp:13:5:sta::PrintableUART::PrintableUART(sta::UART*) 16 static
../Libs/sta-core/src/debug/printing/printable_uart.cpp:20:10:virtual void sta::PrintableUART::print(const char*, size_t) 24 static

View File

@@ -22,7 +22,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/debug/printing/%.o Libs/sta-core/src/debug/printing/%.su Libs/sta-core/src/debug/printing/%.cyclo: ../Libs/sta-core/src/debug/printing/%.cpp Libs/sta-core/src/debug/printing/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-debug-2f-printing

View File

@@ -16,7 +16,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/debug/%.o Libs/sta-core/src/debug/%.su Libs/sta-core/src/debug/%.cyclo: ../Libs/sta-core/src/debug/%.cpp Libs/sta-core/src/debug/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-debug

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/arduino/bus/i2c.o: \
../Libs/sta-core/src/devices/arduino/bus/i2c.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/devices/arduino/bus/%.o Libs/sta-core/src/devices/arduino/bus/%.su Libs/sta-core/src/devices/arduino/bus/%.cyclo: ../Libs/sta-core/src/devices/arduino/bus/%.cpp Libs/sta-core/src/devices/arduino/bus/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino-2f-bus

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/arduino/delay.o: \
../Libs/sta-core/src/devices/arduino/delay.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/arduino/gpio_pin.o: \
../Libs/sta-core/src/devices/arduino/gpio_pin.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/devices/arduino/%.o Libs/sta-core/src/devices/arduino/%.su Libs/sta-core/src/devices/arduino/%.cyclo: ../Libs/sta-core/src/devices/arduino/%.cpp Libs/sta-core/src/devices/arduino/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/raspi/bus/i2c.o: \
../Libs/sta-core/src/devices/raspi/bus/i2c.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/raspi/bus/spi.o: \
../Libs/sta-core/src/devices/raspi/bus/spi.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/devices/raspi/bus/%.o Libs/sta-core/src/devices/raspi/bus/%.su Libs/sta-core/src/devices/raspi/bus/%.cyclo: ../Libs/sta-core/src/devices/raspi/bus/%.cpp Libs/sta-core/src/devices/raspi/bus/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi-2f-bus

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/raspi/delay.o: \
../Libs/sta-core/src/devices/raspi/delay.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/raspi/gpio_pin.o: \
../Libs/sta-core/src/devices/raspi/gpio_pin.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:

View File

@@ -19,7 +19,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/devices/raspi/%.o Libs/sta-core/src/devices/raspi/%.su Libs/sta-core/src/devices/raspi/%.cyclo: ../Libs/sta-core/src/devices/raspi/%.cpp Libs/sta-core/src/devices/raspi/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/stm32/adc.o: \
../Libs/sta-core/src/devices/stm32/adc.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Core/Inc/stm32f4xx_hal_conf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -32,11 +32,11 @@ Libs/sta-core/src/devices/stm32/adc.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
../Core/Inc/main.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
../Core/Inc/stm32f4xx_hal_conf.h:

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/stm32/bus/i2c.o: \
../Libs/sta-core/src/devices/stm32/bus/i2c.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Core/Inc/stm32f4xx_hal_conf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -32,12 +32,12 @@ Libs/sta-core/src/devices/stm32/bus/i2c.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
../Core/Inc/main.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
../Core/Inc/stm32f4xx_hal_conf.h:
@@ -66,4 +66,4 @@ Libs/sta-core/src/devices/stm32/bus/i2c.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/stm32/bus/spi.o: \
../Libs/sta-core/src/devices/stm32/bus/spi.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Core/Inc/stm32f4xx_hal_conf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -32,11 +32,11 @@ Libs/sta-core/src/devices/stm32/bus/spi.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
../Core/Inc/main.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
../Core/Inc/stm32f4xx_hal_conf.h:

View File

@@ -22,7 +22,7 @@ CPP_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/devices/stm32/bus/%.o Libs/sta-core/src/devices/stm32/bus/%.su Libs/sta-core/src/devices/stm32/bus/%.cyclo: ../Libs/sta-core/src/devices/stm32/bus/%.cpp Libs/sta-core/src/devices/stm32/bus/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/rtos2-utils/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32-2f-bus

View File

@@ -1,10 +1,10 @@
Libs/sta-core/src/devices/stm32/bus/uart.o: \
../Libs/sta-core/src/devices/stm32/bus/uart.cpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \
../Core/Inc/stm32f4xx_hal_conf.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
@@ -32,16 +32,16 @@ Libs/sta-core/src/devices/stm32/bus/uart.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/App/Inc/sta/config.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
../Core/Inc/main.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
../Core/Inc/stm32f4xx_hal_conf.h:
@@ -70,8 +70,8 @@ Libs/sta-core/src/devices/stm32/bus/uart.o: \
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
/Users/carlos/Documents/RWTH/space_team/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp:

Some files were not shown because too many files have changed in this diff Show More