mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-09-29 00:37:33 +00:00
Working send WIP
This commit is contained in:
@@ -16,7 +16,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"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -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"/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/App/Inc" -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
App/Src/test.o: ../App/Src/test.cpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/stm32/can.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/devices/stm32/can.hpp \
|
||||
../Core/Inc/sta/config.hpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/stm32/hal.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/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 \
|
||||
@@ -29,14 +29,14 @@ 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 \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/controller.hpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/filter.hpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/id.hpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/headers.hpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/iter.hpp
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/stm32/can.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/controller.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/filter.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/id.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/headers.hpp \
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/iter.hpp
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/devices/stm32/can.hpp:
|
||||
../Core/Inc/sta/config.hpp:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/stm32/hal.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/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:
|
||||
@@ -65,8 +65,8 @@ C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta
|
||||
../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:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/controller.hpp:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/filter.hpp:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/id.hpp:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/headers.hpp:
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/iter.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/controller.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/filter.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/id.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/headers.hpp:
|
||||
/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include/sta/bus/can/iter.hpp:
|
||||
|
Binary file not shown.
@@ -1 +1 @@
|
||||
../App/Src/test.cpp:14:18:void testCan(CAN_HandleTypeDef*) 608 static
|
||||
../App/Src/test.cpp:14:18:void testCan(CAN_HandleTypeDef*) 624 static
|
||||
|
Reference in New Issue
Block a user