mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 16:51:53 +00:00
Removed Debug folder
This commit is contained in:
parent
864cd80a27
commit
573ebaa340
@ -1,51 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Core/Src/freertos.c \
|
||||
../Core/Src/gpio.c \
|
||||
../Core/Src/main.c \
|
||||
../Core/Src/stm32f4xx_hal_msp.c \
|
||||
../Core/Src/stm32f4xx_it.c \
|
||||
../Core/Src/syscalls.c \
|
||||
../Core/Src/sysmem.c \
|
||||
../Core/Src/system_stm32f4xx.c \
|
||||
../Core/Src/usart.c
|
||||
|
||||
C_DEPS += \
|
||||
./Core/Src/freertos.d \
|
||||
./Core/Src/gpio.d \
|
||||
./Core/Src/main.d \
|
||||
./Core/Src/stm32f4xx_hal_msp.d \
|
||||
./Core/Src/stm32f4xx_it.d \
|
||||
./Core/Src/syscalls.d \
|
||||
./Core/Src/sysmem.d \
|
||||
./Core/Src/system_stm32f4xx.d \
|
||||
./Core/Src/usart.d
|
||||
|
||||
OBJS += \
|
||||
./Core/Src/freertos.o \
|
||||
./Core/Src/gpio.o \
|
||||
./Core/Src/main.o \
|
||||
./Core/Src/stm32f4xx_hal_msp.o \
|
||||
./Core/Src/stm32f4xx_it.o \
|
||||
./Core/Src/syscalls.o \
|
||||
./Core/Src/sysmem.o \
|
||||
./Core/Src/system_stm32f4xx.o \
|
||||
./Core/Src/usart.o
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -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
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/freertos.cyclo ./Core/Src/freertos.d ./Core/Src/freertos.o ./Core/Src/freertos.su ./Core/Src/gpio.cyclo ./Core/Src/gpio.d ./Core/Src/gpio.o ./Core/Src/gpio.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f4xx_hal_msp.cyclo ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_hal_msp.su ./Core/Src/stm32f4xx_it.cyclo ./Core/Src/stm32f4xx_it.d ./Core/Src/stm32f4xx_it.o ./Core/Src/stm32f4xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f4xx.cyclo ./Core/Src/system_stm32f4xx.d ./Core/Src/system_stm32f4xx.o ./Core/Src/system_stm32f4xx.su ./Core/Src/usart.cyclo ./Core/Src/usart.d ./Core/Src/usart.o ./Core/Src/usart.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f411retx.s
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f411retx.d
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f411retx.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32f411retx.d ./Core/Startup/startup_stm32f411retx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
@ -1,66 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d
|
||||
|
||||
OBJS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -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
|
||||
|
||||
clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src:
|
||||
-$(RM) ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
@ -1,36 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Libs/rtos2-utils/src/debug/runtime_stats.c
|
||||
|
||||
CPP_SRCS += \
|
||||
../Libs/rtos2-utils/src/debug/stack_overflow.cpp
|
||||
|
||||
C_DEPS += \
|
||||
./Libs/rtos2-utils/src/debug/runtime_stats.d
|
||||
|
||||
OBJS += \
|
||||
./Libs/rtos2-utils/src/debug/runtime_stats.o \
|
||||
./Libs/rtos2-utils/src/debug/stack_overflow.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/rtos2-utils/src/debug/stack_overflow.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Libs/rtos2-utils/src/debug/%.o Libs/rtos2-utils/src/debug/%.su Libs/rtos2-utils/src/debug/%.cyclo: ../Libs/rtos2-utils/src/debug/%.c Libs/rtos2-utils/src/debug/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -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 "$@"
|
||||
Libs/rtos2-utils/src/debug/%.o Libs/rtos2-utils/src/debug/%.su Libs/rtos2-utils/src/debug/%.cyclo: ../Libs/rtos2-utils/src/debug/%.cpp Libs/rtos2-utils/src/debug/subdir.mk
|
||||
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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-rtos2-2d-utils-2f-src-2f-debug
|
||||
|
||||
clean-Libs-2f-rtos2-2d-utils-2f-src-2f-debug:
|
||||
-$(RM) ./Libs/rtos2-utils/src/debug/runtime_stats.cyclo ./Libs/rtos2-utils/src/debug/runtime_stats.d ./Libs/rtos2-utils/src/debug/runtime_stats.o ./Libs/rtos2-utils/src/debug/runtime_stats.su ./Libs/rtos2-utils/src/debug/stack_overflow.cyclo ./Libs/rtos2-utils/src/debug/stack_overflow.d ./Libs/rtos2-utils/src/debug/stack_overflow.o ./Libs/rtos2-utils/src/debug/stack_overflow.su
|
||||
|
||||
.PHONY: clean-Libs-2f-rtos2-2d-utils-2f-src-2f-debug
|
||||
|
@ -1,42 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Libs/rtos2-utils/src/heap_useNewlib_ST.c
|
||||
|
||||
CPP_SRCS += \
|
||||
../Libs/rtos2-utils/src/mutex.cpp \
|
||||
../Libs/rtos2-utils/src/signal.cpp \
|
||||
../Libs/rtos2-utils/src/thread.cpp
|
||||
|
||||
C_DEPS += \
|
||||
./Libs/rtos2-utils/src/heap_useNewlib_ST.d
|
||||
|
||||
OBJS += \
|
||||
./Libs/rtos2-utils/src/heap_useNewlib_ST.o \
|
||||
./Libs/rtos2-utils/src/mutex.o \
|
||||
./Libs/rtos2-utils/src/signal.o \
|
||||
./Libs/rtos2-utils/src/thread.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/rtos2-utils/src/mutex.d \
|
||||
./Libs/rtos2-utils/src/signal.d \
|
||||
./Libs/rtos2-utils/src/thread.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Libs/rtos2-utils/src/%.o Libs/rtos2-utils/src/%.su Libs/rtos2-utils/src/%.cyclo: ../Libs/rtos2-utils/src/%.c Libs/rtos2-utils/src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -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 "$@"
|
||||
Libs/rtos2-utils/src/%.o Libs/rtos2-utils/src/%.su Libs/rtos2-utils/src/%.cyclo: ../Libs/rtos2-utils/src/%.cpp Libs/rtos2-utils/src/subdir.mk
|
||||
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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-rtos2-2d-utils-2f-src
|
||||
|
||||
clean-Libs-2f-rtos2-2d-utils-2f-src:
|
||||
-$(RM) ./Libs/rtos2-utils/src/heap_useNewlib_ST.cyclo ./Libs/rtos2-utils/src/heap_useNewlib_ST.d ./Libs/rtos2-utils/src/heap_useNewlib_ST.o ./Libs/rtos2-utils/src/heap_useNewlib_ST.su ./Libs/rtos2-utils/src/mutex.cyclo ./Libs/rtos2-utils/src/mutex.d ./Libs/rtos2-utils/src/mutex.o ./Libs/rtos2-utils/src/mutex.su ./Libs/rtos2-utils/src/signal.cyclo ./Libs/rtos2-utils/src/signal.d ./Libs/rtos2-utils/src/signal.o ./Libs/rtos2-utils/src/signal.su ./Libs/rtos2-utils/src/thread.cyclo ./Libs/rtos2-utils/src/thread.d ./Libs/rtos2-utils/src/thread.o ./Libs/rtos2-utils/src/thread.su
|
||||
|
||||
.PHONY: clean-Libs-2f-rtos2-2d-utils-2f-src
|
||||
|
@ -1,36 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/rtos2-utils/src/system/can_bus.cpp \
|
||||
../Libs/rtos2-utils/src/system/events.cpp \
|
||||
../Libs/rtos2-utils/src/system/startup.cpp \
|
||||
../Libs/rtos2-utils/src/system/watchdog.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/rtos2-utils/src/system/can_bus.o \
|
||||
./Libs/rtos2-utils/src/system/events.o \
|
||||
./Libs/rtos2-utils/src/system/startup.o \
|
||||
./Libs/rtos2-utils/src/system/watchdog.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/rtos2-utils/src/system/can_bus.d \
|
||||
./Libs/rtos2-utils/src/system/events.d \
|
||||
./Libs/rtos2-utils/src/system/startup.d \
|
||||
./Libs/rtos2-utils/src/system/watchdog.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Libs/rtos2-utils/src/system/%.o Libs/rtos2-utils/src/system/%.su Libs/rtos2-utils/src/system/%.cyclo: ../Libs/rtos2-utils/src/system/%.cpp Libs/rtos2-utils/src/system/subdir.mk
|
||||
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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-rtos2-2d-utils-2f-src-2f-system
|
||||
|
||||
clean-Libs-2f-rtos2-2d-utils-2f-src-2f-system:
|
||||
-$(RM) ./Libs/rtos2-utils/src/system/can_bus.cyclo ./Libs/rtos2-utils/src/system/can_bus.d ./Libs/rtos2-utils/src/system/can_bus.o ./Libs/rtos2-utils/src/system/can_bus.su ./Libs/rtos2-utils/src/system/events.cyclo ./Libs/rtos2-utils/src/system/events.d ./Libs/rtos2-utils/src/system/events.o ./Libs/rtos2-utils/src/system/events.su ./Libs/rtos2-utils/src/system/startup.cyclo ./Libs/rtos2-utils/src/system/startup.d ./Libs/rtos2-utils/src/system/startup.o ./Libs/rtos2-utils/src/system/startup.su ./Libs/rtos2-utils/src/system/watchdog.cyclo ./Libs/rtos2-utils/src/system/watchdog.d ./Libs/rtos2-utils/src/system/watchdog.o ./Libs/rtos2-utils/src/system/watchdog.su
|
||||
|
||||
.PHONY: clean-Libs-2f-rtos2-2d-utils-2f-src-2f-system
|
||||
|
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
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
|
||||
|
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/bus/i2c/device.cpp \
|
||||
../Libs/sta-core/src/bus/i2c/i2c.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/bus/i2c/device.o \
|
||||
./Libs/sta-core/src/bus/i2c/i2c.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/bus/i2c/device.d \
|
||||
./Libs/sta-core/src/bus/i2c/i2c.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-i2c:
|
||||
-$(RM) ./Libs/sta-core/src/bus/i2c/device.cyclo ./Libs/sta-core/src/bus/i2c/device.d ./Libs/sta-core/src/bus/i2c/device.o ./Libs/sta-core/src/bus/i2c/device.su ./Libs/sta-core/src/bus/i2c/i2c.cyclo ./Libs/sta-core/src/bus/i2c/i2c.d ./Libs/sta-core/src/bus/i2c/i2c.o ./Libs/sta-core/src/bus/i2c/i2c.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-i2c
|
||||
|
@ -1,33 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/bus/spi/device.cpp \
|
||||
../Libs/sta-core/src/bus/spi/settings.cpp \
|
||||
../Libs/sta-core/src/bus/spi/spi.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/bus/spi/device.o \
|
||||
./Libs/sta-core/src/bus/spi/settings.o \
|
||||
./Libs/sta-core/src/bus/spi/spi.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/bus/spi/device.d \
|
||||
./Libs/sta-core/src/bus/spi/settings.d \
|
||||
./Libs/sta-core/src/bus/spi/spi.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-spi:
|
||||
-$(RM) ./Libs/sta-core/src/bus/spi/device.cyclo ./Libs/sta-core/src/bus/spi/device.d ./Libs/sta-core/src/bus/spi/device.o ./Libs/sta-core/src/bus/spi/device.su ./Libs/sta-core/src/bus/spi/settings.cyclo ./Libs/sta-core/src/bus/spi/settings.d ./Libs/sta-core/src/bus/spi/settings.o ./Libs/sta-core/src/bus/spi/settings.su ./Libs/sta-core/src/bus/spi/spi.cyclo ./Libs/sta-core/src/bus/spi/spi.d ./Libs/sta-core/src/bus/spi/spi.o ./Libs/sta-core/src/bus/spi/spi.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-spi
|
||||
|
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/bus/device.cpp \
|
||||
../Libs/sta-core/src/bus/interface.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/bus/device.o \
|
||||
./Libs/sta-core/src/bus/interface.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/bus/device.d \
|
||||
./Libs/sta-core/src/bus/interface.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-bus:
|
||||
-$(RM) ./Libs/sta-core/src/bus/device.cyclo ./Libs/sta-core/src/bus/device.d ./Libs/sta-core/src/bus/device.o ./Libs/sta-core/src/bus/device.su ./Libs/sta-core/src/bus/interface.cyclo ./Libs/sta-core/src/bus/interface.d ./Libs/sta-core/src/bus/interface.o ./Libs/sta-core/src/bus/interface.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-bus
|
||||
|
@ -1,2 +0,0 @@
|
||||
Libs/sta-core/src/bus/uart/settings.o: \
|
||||
../Libs/sta-core/src/bus/uart/settings.cpp
|
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/bus/uart/settings.cpp \
|
||||
../Libs/sta-core/src/bus/uart/uart.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/bus/uart/settings.o \
|
||||
./Libs/sta-core/src/bus/uart/uart.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/bus/uart/settings.d \
|
||||
./Libs/sta-core/src/bus/uart/uart.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-uart:
|
||||
-$(RM) ./Libs/sta-core/src/bus/uart/settings.cyclo ./Libs/sta-core/src/bus/uart/settings.d ./Libs/sta-core/src/bus/uart/settings.o ./Libs/sta-core/src/bus/uart/settings.su ./Libs/sta-core/src/bus/uart/uart.cyclo ./Libs/sta-core/src/bus/uart/uart.d ./Libs/sta-core/src/bus/uart/uart.o ./Libs/sta-core/src/bus/uart/uart.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-uart
|
||||
|
@ -1,2 +0,0 @@
|
||||
uart.cpp:5:5:sta::UART::UART(sta::UARTSettings&, sta::Mutex*) 1
|
||||
uart.cpp:11:26:const sta::UARTSettings& sta::UART::settings() 1
|
@ -1,9 +0,0 @@
|
||||
Libs/sta-core/src/bus/uart/uart.o: ../Libs/sta-core/src/bus/uart/uart.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
../Libs/sta-core/src/bus/uart/uart.cpp:5:5:sta::UART::UART(sta::UARTSettings&, sta::Mutex*) 24 static
|
||||
../Libs/sta-core/src/bus/uart/uart.cpp:11:26:const sta::UARTSettings& sta::UART::settings() 16 static
|
@ -1,4 +0,0 @@
|
||||
id.cpp:6:10:bool sta::operator==(const sta::CanId&, const sta::CanId&) 3
|
||||
id.cpp:11:10:bool sta::operator!=(const sta::CanId&, const sta::CanId&) 1
|
||||
id.cpp:17:10:bool sta::operator==(const sta::CanFrameId&, const sta::CanFrameId&) 4
|
||||
id.cpp:22:10:bool sta::operator!=(const sta::CanFrameId&, const sta::CanFrameId&) 1
|
@ -1,3 +0,0 @@
|
||||
Libs/sta-core/src/can/id.o: ../Libs/sta-core/src/can/id.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/can/id.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/can/id.hpp:
|
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
../Libs/sta-core/src/can/id.cpp:6:10:bool sta::operator==(const sta::CanId&, const sta::CanId&) 16 static
|
||||
../Libs/sta-core/src/can/id.cpp:11:10:bool sta::operator!=(const sta::CanId&, const sta::CanId&) 16 static
|
||||
../Libs/sta-core/src/can/id.cpp:17:10:bool sta::operator==(const sta::CanFrameId&, const sta::CanFrameId&) 16 static
|
||||
../Libs/sta-core/src/can/id.cpp:22:10:bool sta::operator!=(const sta::CanFrameId&, const sta::CanFrameId&) 16 static
|
@ -1,12 +0,0 @@
|
||||
iter.cpp:8:5:sta::CanPendingRxFifos::const_iterator::const_iterator(uint32_t, uint8_t, uint8_t) 1
|
||||
iter.cpp:12:5:sta::CanPendingRxFifos::const_iterator::const_iterator(const sta::CanPendingRxFifos::const_iterator&) 1
|
||||
iter.cpp:17:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator=(const sta::CanPendingRxFifos::const_iterator&) 1
|
||||
iter.cpp:27:10:bool sta::CanPendingRxFifos::const_iterator::operator==(const sta::CanPendingRxFifos::const_iterator&) const 4
|
||||
iter.cpp:32:10:bool sta::CanPendingRxFifos::const_iterator::operator!=(const sta::CanPendingRxFifos::const_iterator&) const 1
|
||||
iter.cpp:38:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator++() 3
|
||||
iter.cpp:52:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::const_iterator::operator++(int) 3
|
||||
iter.cpp:68:50:const value_type& sta::CanPendingRxFifos::const_iterator::operator*() const 2
|
||||
iter.cpp:75:10:bool sta::CanPendingRxFifos::const_iterator::isRxPending() const 1
|
||||
iter.cpp:82:5:sta::CanPendingRxFifos::CanPendingRxFifos(uint32_t, uint8_t) 1
|
||||
iter.cpp:86:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::begin() const 1
|
||||
iter.cpp:91:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::end() const 1
|
@ -1,11 +0,0 @@
|
||||
Libs/sta-core/src/can/iter.o: ../Libs/sta-core/src/can/iter.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
../Libs/sta-core/src/can/iter.cpp:8:5:sta::CanPendingRxFifos::const_iterator::const_iterator(uint32_t, uint8_t, uint8_t) 24 static
|
||||
../Libs/sta-core/src/can/iter.cpp:12:5:sta::CanPendingRxFifos::const_iterator::const_iterator(const sta::CanPendingRxFifos::const_iterator&) 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:17:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator=(const sta::CanPendingRxFifos::const_iterator&) 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:27:10:bool sta::CanPendingRxFifos::const_iterator::operator==(const sta::CanPendingRxFifos::const_iterator&) const 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:32:10:bool sta::CanPendingRxFifos::const_iterator::operator!=(const sta::CanPendingRxFifos::const_iterator&) const 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:38:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator++() 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:52:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::const_iterator::operator++(int) 32 static
|
||||
../Libs/sta-core/src/can/iter.cpp:68:50:const value_type& sta::CanPendingRxFifos::const_iterator::operator*() const 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:75:10:bool sta::CanPendingRxFifos::const_iterator::isRxPending() const 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:82:5:sta::CanPendingRxFifos::CanPendingRxFifos(uint32_t, uint8_t) 24 static
|
||||
../Libs/sta-core/src/can/iter.cpp:86:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::begin() const 16 static
|
||||
../Libs/sta-core/src/can/iter.cpp:91:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::end() const 16 static
|
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/can/id.cpp \
|
||||
../Libs/sta-core/src/can/iter.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/can/id.o \
|
||||
./Libs/sta-core/src/can/iter.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/can/id.d \
|
||||
./Libs/sta-core/src/can/iter.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-can:
|
||||
-$(RM) ./Libs/sta-core/src/can/id.cyclo ./Libs/sta-core/src/can/id.d ./Libs/sta-core/src/can/id.o ./Libs/sta-core/src/can/id.su ./Libs/sta-core/src/can/iter.cyclo ./Libs/sta-core/src/can/iter.d ./Libs/sta-core/src/can/iter.o ./Libs/sta-core/src/can/iter.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-can
|
||||
|
@ -1,2 +0,0 @@
|
||||
assert.cpp:12:10:void sta::assert_failed(const char*, const char*, uint32_t) 1
|
||||
assert.cpp:22:10:void sta::assert_halt() 1
|
@ -1,13 +0,0 @@
|
||||
Libs/sta-core/src/debug/assert.o: ../Libs/sta-core/src/debug/assert.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/debug.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/lang.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/debug.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/lang.hpp:
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
../Libs/sta-core/src/debug/assert.cpp:12:10:void sta::assert_failed(const char*, const char*, uint32_t) 24 static
|
||||
../Libs/sta-core/src/debug/assert.cpp:22:10:void sta::assert_halt() 4 static,ignoring_inline_asm
|
@ -1,20 +0,0 @@
|
||||
printable.cpp:12:10:void sta::Printable::print(char) 1
|
||||
printable.cpp:17:10:void sta::Printable::print(bool) 2
|
||||
printable.cpp:22:10:void sta::Printable::print(double) 1
|
||||
printable.cpp:29:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 1
|
||||
printable.cpp:34:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 1
|
||||
printable.cpp:39:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 1
|
||||
printable.cpp:44:10:void sta::Printable::print(const char*) 1
|
||||
printable.cpp:49:10:void sta::Printable::println() 1
|
||||
printable.cpp:54:10:void sta::Printable::println(char) 1
|
||||
printable.cpp:60:10:void sta::Printable::println(bool) 1
|
||||
printable.cpp:66:10:void sta::Printable::println(double) 1
|
||||
printable.cpp:72:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 1
|
||||
printable.cpp:78:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 1
|
||||
printable.cpp:84:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 1
|
||||
printable.cpp:90:10:void sta::Printable::println(const char*) 1
|
||||
printable.cpp:95:10:void sta::Printable::println(const char*, size_t) 1
|
||||
printable.cpp:101:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 5
|
||||
printable.cpp:124:10:void sta::Printable::printDec(uintmax_t, const char*) 1
|
||||
printable.cpp:131:10:void sta::Printable::printBin(uintmax_t, size_t) 4
|
||||
printable.cpp:156:10:void sta::Printable::printHex(uintmax_t, size_t) 5
|
@ -1,14 +0,0 @@
|
||||
Libs/sta-core/src/debug/printing/printable.o: \
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/lang.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/lang.hpp:
|
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:12:10:void sta::Printable::print(char) 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:17:10:void sta::Printable::print(bool) 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:22:10:void sta::Printable::print(double) 96 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:29:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 48 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:34:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 48 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:39:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 48 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:44:10:void sta::Printable::print(const char*) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:49:10:void sta::Printable::println() 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:54:10:void sta::Printable::println(char) 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:60:10:void sta::Printable::println(bool) 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:66:10:void sta::Printable::println(double) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:72:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:78:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:84:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:90:10:void sta::Printable::println(const char*) 16 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:95:10:void sta::Printable::println(const char*, size_t) 24 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:101:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 32 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:124:10:void sta::Printable::printDec(uintmax_t, const char*) 88 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:131:10:void sta::Printable::printBin(uintmax_t, size_t) 112 static
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp:156:10:void sta::Printable::printHex(uintmax_t, size_t) 64 static
|
@ -1,3 +0,0 @@
|
||||
printable.hpp:26:11:constexpr sta::Printable::Printable() 1
|
||||
printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 1
|
||||
printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 3
|
@ -1,14 +0,0 @@
|
||||
Libs/sta-core/src/debug/printing/printable_printf.o: \
|
||||
../Libs/sta-core/src/debug/printing/printable_printf.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:26: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
|
@ -1,24 +0,0 @@
|
||||
Libs/sta-core/src/debug/printing/printable_uart.o: \
|
||||
../Libs/sta-core/src/debug/printing/printable_uart.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/printf.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/printf.hpp:
|
@ -1,33 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/debug/printing/printable.cpp \
|
||||
../Libs/sta-core/src/debug/printing/printable_printf.cpp \
|
||||
../Libs/sta-core/src/debug/printing/printable_uart.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/debug/printing/printable.o \
|
||||
./Libs/sta-core/src/debug/printing/printable_printf.o \
|
||||
./Libs/sta-core/src/debug/printing/printable_uart.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/debug/printing/printable.d \
|
||||
./Libs/sta-core/src/debug/printing/printable_printf.d \
|
||||
./Libs/sta-core/src/debug/printing/printable_uart.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-debug-2f-printing:
|
||||
-$(RM) ./Libs/sta-core/src/debug/printing/printable.cyclo ./Libs/sta-core/src/debug/printing/printable.d ./Libs/sta-core/src/debug/printing/printable.o ./Libs/sta-core/src/debug/printing/printable.su ./Libs/sta-core/src/debug/printing/printable_printf.cyclo ./Libs/sta-core/src/debug/printing/printable_printf.d ./Libs/sta-core/src/debug/printing/printable_printf.o ./Libs/sta-core/src/debug/printing/printable_printf.su ./Libs/sta-core/src/debug/printing/printable_uart.cyclo ./Libs/sta-core/src/debug/printing/printable_uart.d ./Libs/sta-core/src/debug/printing/printable_uart.o ./Libs/sta-core/src/debug/printing/printable_uart.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-debug-2f-printing
|
||||
|
@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/debug/assert.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/debug/assert.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/debug/assert.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-debug:
|
||||
-$(RM) ./Libs/sta-core/src/debug/assert.cyclo ./Libs/sta-core/src/debug/assert.d ./Libs/sta-core/src/debug/assert.o ./Libs/sta-core/src/debug/assert.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-debug
|
||||
|
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/arduino/bus/i2c.o: \
|
||||
../Libs/sta-core/src/devices/arduino/bus/i2c.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
Libs/sta-core/src/devices/arduino/bus/spi.o: \
|
||||
../Libs/sta-core/src/devices/arduino/bus/spi.cpp
|
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/devices/arduino/bus/i2c.cpp \
|
||||
../Libs/sta-core/src/devices/arduino/bus/spi.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/devices/arduino/bus/i2c.o \
|
||||
./Libs/sta-core/src/devices/arduino/bus/spi.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/devices/arduino/bus/i2c.d \
|
||||
./Libs/sta-core/src/devices/arduino/bus/spi.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino-2f-bus:
|
||||
-$(RM) ./Libs/sta-core/src/devices/arduino/bus/i2c.cyclo ./Libs/sta-core/src/devices/arduino/bus/i2c.d ./Libs/sta-core/src/devices/arduino/bus/i2c.o ./Libs/sta-core/src/devices/arduino/bus/i2c.su ./Libs/sta-core/src/devices/arduino/bus/spi.cyclo ./Libs/sta-core/src/devices/arduino/bus/spi.d ./Libs/sta-core/src/devices/arduino/bus/spi.o ./Libs/sta-core/src/devices/arduino/bus/spi.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino-2f-bus
|
||||
|
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/arduino/delay.o: \
|
||||
../Libs/sta-core/src/devices/arduino/delay.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/arduino/gpio_pin.o: \
|
||||
../Libs/sta-core/src/devices/arduino/gpio_pin.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/devices/arduino/delay.cpp \
|
||||
../Libs/sta-core/src/devices/arduino/gpio_pin.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/devices/arduino/delay.o \
|
||||
./Libs/sta-core/src/devices/arduino/gpio_pin.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/devices/arduino/delay.d \
|
||||
./Libs/sta-core/src/devices/arduino/gpio_pin.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino:
|
||||
-$(RM) ./Libs/sta-core/src/devices/arduino/delay.cyclo ./Libs/sta-core/src/devices/arduino/delay.d ./Libs/sta-core/src/devices/arduino/delay.o ./Libs/sta-core/src/devices/arduino/delay.su ./Libs/sta-core/src/devices/arduino/gpio_pin.cyclo ./Libs/sta-core/src/devices/arduino/gpio_pin.d ./Libs/sta-core/src/devices/arduino/gpio_pin.o ./Libs/sta-core/src/devices/arduino/gpio_pin.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino
|
||||
|
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/raspi/bus/i2c.o: \
|
||||
../Libs/sta-core/src/devices/raspi/bus/i2c.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/raspi/bus/spi.o: \
|
||||
../Libs/sta-core/src/devices/raspi/bus/spi.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/devices/raspi/bus/i2c.cpp \
|
||||
../Libs/sta-core/src/devices/raspi/bus/spi.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/devices/raspi/bus/i2c.o \
|
||||
./Libs/sta-core/src/devices/raspi/bus/spi.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/devices/raspi/bus/i2c.d \
|
||||
./Libs/sta-core/src/devices/raspi/bus/spi.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi-2f-bus:
|
||||
-$(RM) ./Libs/sta-core/src/devices/raspi/bus/i2c.cyclo ./Libs/sta-core/src/devices/raspi/bus/i2c.d ./Libs/sta-core/src/devices/raspi/bus/i2c.o ./Libs/sta-core/src/devices/raspi/bus/i2c.su ./Libs/sta-core/src/devices/raspi/bus/spi.cyclo ./Libs/sta-core/src/devices/raspi/bus/spi.d ./Libs/sta-core/src/devices/raspi/bus/spi.o ./Libs/sta-core/src/devices/raspi/bus/spi.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi-2f-bus
|
||||
|
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/raspi/delay.o: \
|
||||
../Libs/sta-core/src/devices/raspi/delay.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
Libs/sta-core/src/devices/raspi/gpio_pin.o: \
|
||||
../Libs/sta-core/src/devices/raspi/gpio_pin.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
Binary file not shown.
@ -1,30 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/devices/raspi/delay.cpp \
|
||||
../Libs/sta-core/src/devices/raspi/gpio_pin.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/devices/raspi/delay.o \
|
||||
./Libs/sta-core/src/devices/raspi/gpio_pin.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/devices/raspi/delay.d \
|
||||
./Libs/sta-core/src/devices/raspi/gpio_pin.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi:
|
||||
-$(RM) ./Libs/sta-core/src/devices/raspi/delay.cyclo ./Libs/sta-core/src/devices/raspi/delay.d ./Libs/sta-core/src/devices/raspi/delay.o ./Libs/sta-core/src/devices/raspi/delay.su ./Libs/sta-core/src/devices/raspi/gpio_pin.cyclo ./Libs/sta-core/src/devices/raspi/gpio_pin.d ./Libs/sta-core/src/devices/raspi/gpio_pin.o ./Libs/sta-core/src/devices/raspi/gpio_pin.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi
|
||||
|
@ -1,65 +0,0 @@
|
||||
Libs/sta-core/src/devices/stm32/adc.o: \
|
||||
../Libs/sta-core/src/devices/stm32/adc.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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 \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h \
|
||||
../Drivers/CMSIS/Include/core_cm4.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h:
|
||||
../Drivers/CMSIS/Include/core_cm4.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
|
||||
../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:
|
Binary file not shown.
@ -1,67 +0,0 @@
|
||||
Libs/sta-core/src/devices/stm32/bus/i2c.o: \
|
||||
../Libs/sta-core/src/devices/stm32/bus/i2c.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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 \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h \
|
||||
../Drivers/CMSIS/Include/core_cm4.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h:
|
||||
../Drivers/CMSIS/Include/core_cm4.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
Binary file not shown.
@ -1,65 +0,0 @@
|
||||
Libs/sta-core/src/devices/stm32/bus/spi.o: \
|
||||
../Libs/sta-core/src/devices/stm32/bus/spi.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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 \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h \
|
||||
../Drivers/CMSIS/Include/core_cm4.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h:
|
||||
../Drivers/CMSIS/Include/core_cm4.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
|
||||
../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:
|
Binary file not shown.
@ -1,33 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../Libs/sta-core/src/devices/stm32/bus/i2c.cpp \
|
||||
../Libs/sta-core/src/devices/stm32/bus/spi.cpp \
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp
|
||||
|
||||
OBJS += \
|
||||
./Libs/sta-core/src/devices/stm32/bus/i2c.o \
|
||||
./Libs/sta-core/src/devices/stm32/bus/spi.o \
|
||||
./Libs/sta-core/src/devices/stm32/bus/uart.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./Libs/sta-core/src/devices/stm32/bus/i2c.d \
|
||||
./Libs/sta-core/src/devices/stm32/bus/spi.d \
|
||||
./Libs/sta-core/src/devices/stm32/bus/uart.d
|
||||
|
||||
|
||||
# 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 -DSTM32F411xE -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../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/rtos2-utils/include" -I"C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/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
|
||||
|
||||
clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32-2f-bus:
|
||||
-$(RM) ./Libs/sta-core/src/devices/stm32/bus/i2c.cyclo ./Libs/sta-core/src/devices/stm32/bus/i2c.d ./Libs/sta-core/src/devices/stm32/bus/i2c.o ./Libs/sta-core/src/devices/stm32/bus/i2c.su ./Libs/sta-core/src/devices/stm32/bus/spi.cyclo ./Libs/sta-core/src/devices/stm32/bus/spi.d ./Libs/sta-core/src/devices/stm32/bus/spi.o ./Libs/sta-core/src/devices/stm32/bus/spi.su ./Libs/sta-core/src/devices/stm32/bus/uart.cyclo ./Libs/sta-core/src/devices/stm32/bus/uart.d ./Libs/sta-core/src/devices/stm32/bus/uart.o ./Libs/sta-core/src/devices/stm32/bus/uart.su
|
||||
|
||||
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32-2f-bus
|
||||
|
@ -1,6 +0,0 @@
|
||||
uart.cpp:9:5:sta::STM32UART::STM32UART(UART_HandleTypeDef*, sta::UARTSettings&, sta::Mutex*) 2
|
||||
uart.cpp:15:10:virtual void sta::STM32UART::transfer(uint8_t) 1
|
||||
uart.cpp:20:10:virtual void sta::STM32UART::transfer16(uint16_t) 1
|
||||
uart.cpp:25:7:virtual void sta::STM32UART::transfer(const uint8_t*, size_t) 2
|
||||
uart.cpp:32:7:virtual void sta::STM32UART::receive(uint8_t*, size_t) 2
|
||||
uart.cpp:39:7:virtual void sta::STM32UART::fill(uint8_t, size_t) 2
|
@ -1,75 +0,0 @@
|
||||
Libs/sta-core/src/devices/stm32/bus/uart.o: \
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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 \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h \
|
||||
../Drivers/CMSIS/Include/core_cm4.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h:
|
||||
../Drivers/CMSIS/Include/core_cm4.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/interface.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/mutex.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/debug/assert.hpp:
|
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:9:5:sta::STM32UART::STM32UART(UART_HandleTypeDef*, sta::UARTSettings&, sta::Mutex*) 24 static
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:15:10:virtual void sta::STM32UART::transfer(uint8_t) 16 static
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:20:10:virtual void sta::STM32UART::transfer16(uint16_t) 16 static
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:25:7:virtual void sta::STM32UART::transfer(const uint8_t*, size_t) 24 static
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:32:7:virtual void sta::STM32UART::receive(uint8_t*, size_t) 24 static
|
||||
../Libs/sta-core/src/devices/stm32/bus/uart.cpp:39:7:virtual void sta::STM32UART::fill(uint8_t, size_t) 32 static
|
@ -1,65 +0,0 @@
|
||||
Libs/sta-core/src/devices/stm32/can.o: \
|
||||
../Libs/sta-core/src/devices/stm32/can.cpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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 \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h \
|
||||
../Drivers/CMSIS/Include/core_cm4.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
|
||||
../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/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/App/Inc/sta/config.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F411xE.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp:
|
||||
C:/Users/Dario/Documents/Programmierung/STA/TACOS/TACOS-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:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h:
|
||||
../Drivers/CMSIS/Include/core_cm4.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Include/mpu_armv7.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
|
||||
../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:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user