mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-12-18 12:18:03 +00:00
Initial WIP build
This commit is contained in:
0
Debug/Libs/sta-core/src/atomic/mutex.cyclo
Normal file
0
Debug/Libs/sta-core/src/atomic/mutex.cyclo
Normal file
5
Debug/Libs/sta-core/src/atomic/mutex.d
Normal file
5
Debug/Libs/sta-core/src/atomic/mutex.d
Normal file
@@ -0,0 +1,5 @@
|
||||
Libs/sta-core/src/atomic/mutex.o: ../Libs/sta-core/src/atomic/mutex.cpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/mutex.hpp \
|
||||
../Core/Inc/sta/config.hpp
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/mutex.hpp:
|
||||
../Core/Inc/sta/config.hpp:
|
||||
BIN
Debug/Libs/sta-core/src/atomic/mutex.o
Normal file
BIN
Debug/Libs/sta-core/src/atomic/mutex.o
Normal file
Binary file not shown.
0
Debug/Libs/sta-core/src/atomic/mutex.su
Normal file
0
Debug/Libs/sta-core/src/atomic/mutex.su
Normal file
0
Debug/Libs/sta-core/src/atomic/signal.cyclo
Normal file
0
Debug/Libs/sta-core/src/atomic/signal.cyclo
Normal file
5
Debug/Libs/sta-core/src/atomic/signal.d
Normal file
5
Debug/Libs/sta-core/src/atomic/signal.d
Normal file
@@ -0,0 +1,5 @@
|
||||
Libs/sta-core/src/atomic/signal.o: ../Libs/sta-core/src/atomic/signal.cpp \
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/signal.hpp \
|
||||
../Core/Inc/sta/config.hpp
|
||||
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/signal.hpp:
|
||||
../Core/Inc/sta/config.hpp:
|
||||
BIN
Debug/Libs/sta-core/src/atomic/signal.o
Normal file
BIN
Debug/Libs/sta-core/src/atomic/signal.o
Normal file
Binary file not shown.
0
Debug/Libs/sta-core/src/atomic/signal.su
Normal file
0
Debug/Libs/sta-core/src/atomic/signal.su
Normal file
30
Debug/Libs/sta-core/src/atomic/subdir.mk
Normal file
30
Debug/Libs/sta-core/src/atomic/subdir.mk
Normal file
@@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (11.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/atomic/mutex.cpp \
|
||||
../Libs/sta-core/src/atomic/signal.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/atomic/mutex.o \
|
||||
./Libs/sta-core/src/atomic/signal.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/atomic/mutex.d \
|
||||
./Libs/sta-core/src/atomic/signal.d
|
||||
|
||||
|
||||
# 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"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 "$@"
|
||||
|
||||
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-atomic:
|
||||
-$(RM) ./Libs/sta-core/src/atomic/mutex.cyclo ./Libs/sta-core/src/atomic/mutex.d ./Libs/sta-core/src/atomic/mutex.o ./Libs/sta-core/src/atomic/mutex.su ./Libs/sta-core/src/atomic/signal.cyclo ./Libs/sta-core/src/atomic/signal.d ./Libs/sta-core/src/atomic/signal.o ./Libs/sta-core/src/atomic/signal.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic
|
||||
|
||||
Reference in New Issue
Block a user