diff --git a/Debug/App/Src/subdir.mk b/Debug/App/Src/subdir.mk deleted file mode 100644 index 379502f..0000000 --- a/Debug/App/Src/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../App/Src/startup.cpp \ -../App/Src/test.cpp - -OBJS += \ -./App/Src/startup.o \ -./App/Src/test.o - -CPP_DEPS += \ -./App/Src/startup.d \ -./App/Src/test.d - - -# Each subdirectory must supply rules for building sources it contributes -App/Src/%.o App/Src/%.su App/Src/%.cyclo: ../App/Src/%.cpp App/Src/subdir.mk - arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-App-2f-Src - -clean-App-2f-Src: - -$(RM) ./App/Src/startup.cyclo ./App/Src/startup.d ./App/Src/startup.o ./App/Src/startup.su ./App/Src/test.cyclo ./App/Src/test.d ./App/Src/test.o ./App/Src/test.su - -.PHONY: clean-App-2f-Src - diff --git a/Debug/App/Src/test.cyclo b/Debug/App/Src/test.cyclo deleted file mode 100644 index 1c19f6c..0000000 --- a/Debug/App/Src/test.cyclo +++ /dev/null @@ -1,4 +0,0 @@ -../App/Src/test.cpp:14:18:void testCan(CAN_HandleTypeDef*) 1 -../App/Src/test.cpp:37:18:void testCanMsg(CAN_HandleTypeDef*, uint8_t*) 1 -../App/Src/test.cpp:55:18:void unpackValues(uint8_t, uint8_t*, uint8_t*, uint8_t*, uint8_t*) 1 -../App/Src/test.cpp:62:21:uint8_t packValues(uint8_t, uint8_t, uint8_t, uint8_t) 1 diff --git a/Debug/App/Src/test.d b/Debug/App/Src/test.d deleted file mode 100644 index fa7b64f..0000000 --- a/Debug/App/Src/test.d +++ /dev/null @@ -1,76 +0,0 @@ -App/Src/test.o: ../App/Src/test.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp: diff --git a/Debug/App/Src/test.o b/Debug/App/Src/test.o deleted file mode 100644 index 1a5c10f..0000000 Binary files a/Debug/App/Src/test.o and /dev/null differ diff --git a/Debug/App/Src/test.su b/Debug/App/Src/test.su deleted file mode 100644 index 5862b64..0000000 --- a/Debug/App/Src/test.su +++ /dev/null @@ -1,4 +0,0 @@ -../App/Src/test.cpp:14:18:void testCan(CAN_HandleTypeDef*) 608 static -../App/Src/test.cpp:37:18:void testCanMsg(CAN_HandleTypeDef*, uint8_t*) 600 static -../App/Src/test.cpp:55:18:void unpackValues(uint8_t, uint8_t*, uint8_t*, uint8_t*, uint8_t*) 24 static -../App/Src/test.cpp:62:21:uint8_t packValues(uint8_t, uint8_t, uint8_t, uint8_t) 24 static diff --git a/Debug/Core/Src/main.cyclo b/Debug/Core/Src/main.cyclo deleted file mode 100644 index 8dc5318..0000000 --- a/Debug/Core/Src/main.cyclo +++ /dev/null @@ -1,4 +0,0 @@ -../Core/Src/main.c:78:5:main 2 -../Core/Src/main.c:168:6:SystemClock_Config 3 -../Core/Src/main.c:211:6:HAL_CAN_RxFifo0MsgPendingCallback 1 -../Core/Src/main.c:240:6:Error_Handler 1 diff --git a/Debug/Core/Src/main.d b/Debug/Core/Src/main.d deleted file mode 100644 index b756c89..0000000 --- a/Debug/Core/Src/main.d +++ /dev/null @@ -1,84 +0,0 @@ -Core/Src/main.o: ../Core/Src/main.c ../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/stm32f407xx.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_can.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 \ - ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \ - ../Core/Inc/FreeRTOSConfig.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h \ - ../Core/Inc/can.h ../Core/Inc/main.h ../Core/Inc/usart.h \ - ../Core/Inc/gpio.h -../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/stm32f407xx.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_can.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: -../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h: -../Core/Inc/FreeRTOSConfig.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h: -../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/task.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/list.h: -../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h: -../Core/Inc/can.h: -../Core/Inc/main.h: -../Core/Inc/usart.h: -../Core/Inc/gpio.h: diff --git a/Debug/Core/Src/main.o b/Debug/Core/Src/main.o deleted file mode 100644 index 32f5b82..0000000 Binary files a/Debug/Core/Src/main.o and /dev/null differ diff --git a/Debug/Core/Src/main.su b/Debug/Core/Src/main.su deleted file mode 100644 index c8e562f..0000000 --- a/Debug/Core/Src/main.su +++ /dev/null @@ -1,4 +0,0 @@ -../Core/Src/main.c:78:5:main 8 static -../Core/Src/main.c:168:6:SystemClock_Config 88 static -../Core/Src/main.c:211:6:HAL_CAN_RxFifo0MsgPendingCallback 16 static -../Core/Src/main.c:240:6:Error_Handler 8 static,ignoring_inline_asm diff --git a/Debug/Core/Src/stm32f4xx_hal_msp.cyclo b/Debug/Core/Src/stm32f4xx_hal_msp.cyclo deleted file mode 100644 index 573bfb1..0000000 --- a/Debug/Core/Src/stm32f4xx_hal_msp.cyclo +++ /dev/null @@ -1 +0,0 @@ -../Core/Src/stm32f4xx_hal_msp.c:64:6:HAL_MspInit 1 diff --git a/Debug/Core/Src/stm32f4xx_hal_msp.d b/Debug/Core/Src/stm32f4xx_hal_msp.d deleted file mode 100644 index caa1d61..0000000 --- a/Debug/Core/Src/stm32f4xx_hal_msp.d +++ /dev/null @@ -1,56 +0,0 @@ -Core/Src/stm32f4xx_hal_msp.o: ../Core/Src/stm32f4xx_hal_msp.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Core/Src/stm32f4xx_hal_msp.o b/Debug/Core/Src/stm32f4xx_hal_msp.o deleted file mode 100644 index 5321821..0000000 Binary files a/Debug/Core/Src/stm32f4xx_hal_msp.o and /dev/null differ diff --git a/Debug/Core/Src/stm32f4xx_hal_msp.su b/Debug/Core/Src/stm32f4xx_hal_msp.su deleted file mode 100644 index 2382a3d..0000000 --- a/Debug/Core/Src/stm32f4xx_hal_msp.su +++ /dev/null @@ -1 +0,0 @@ -../Core/Src/stm32f4xx_hal_msp.c:64:6:HAL_MspInit 16 static diff --git a/Debug/Core/Src/stm32f4xx_it.cyclo b/Debug/Core/Src/stm32f4xx_it.cyclo deleted file mode 100644 index 509cad4..0000000 --- a/Debug/Core/Src/stm32f4xx_it.cyclo +++ /dev/null @@ -1,9 +0,0 @@ -../Core/Src/stm32f4xx_it.c:71:6:NMI_Handler 1 -../Core/Src/stm32f4xx_it.c:86:6:HardFault_Handler 1 -../Core/Src/stm32f4xx_it.c:101:6:MemManage_Handler 1 -../Core/Src/stm32f4xx_it.c:116:6:BusFault_Handler 1 -../Core/Src/stm32f4xx_it.c:131:6:UsageFault_Handler 1 -../Core/Src/stm32f4xx_it.c:146:6:DebugMon_Handler 1 -../Core/Src/stm32f4xx_it.c:159:6:SysTick_Handler 2 -../Core/Src/stm32f4xx_it.c:188:6:CAN1_RX0_IRQHandler 1 -../Core/Src/stm32f4xx_it.c:202:6:CAN1_RX1_IRQHandler 1 diff --git a/Debug/Core/Src/stm32f4xx_it.d b/Debug/Core/Src/stm32f4xx_it.d deleted file mode 100644 index f0e52c7..0000000 --- a/Debug/Core/Src/stm32f4xx_it.d +++ /dev/null @@ -1,76 +0,0 @@ -Core/Src/stm32f4xx_it.o: ../Core/Src/stm32f4xx_it.c ../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/stm32f407xx.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_can.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 \ - ../Core/Inc/stm32f4xx_it.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \ - ../Core/Inc/FreeRTOSConfig.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \ - ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h -../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/stm32f407xx.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_can.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: -../Core/Inc/stm32f4xx_it.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h: -../Core/Inc/FreeRTOSConfig.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h: -../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/task.h: -../Middlewares/Third_Party/FreeRTOS/Source/include/list.h: diff --git a/Debug/Core/Src/stm32f4xx_it.o b/Debug/Core/Src/stm32f4xx_it.o deleted file mode 100644 index 9817228..0000000 Binary files a/Debug/Core/Src/stm32f4xx_it.o and /dev/null differ diff --git a/Debug/Core/Src/stm32f4xx_it.su b/Debug/Core/Src/stm32f4xx_it.su deleted file mode 100644 index fea66f7..0000000 --- a/Debug/Core/Src/stm32f4xx_it.su +++ /dev/null @@ -1,9 +0,0 @@ -../Core/Src/stm32f4xx_it.c:71:6:NMI_Handler 4 static -../Core/Src/stm32f4xx_it.c:86:6:HardFault_Handler 4 static -../Core/Src/stm32f4xx_it.c:101:6:MemManage_Handler 4 static -../Core/Src/stm32f4xx_it.c:116:6:BusFault_Handler 4 static -../Core/Src/stm32f4xx_it.c:131:6:UsageFault_Handler 4 static -../Core/Src/stm32f4xx_it.c:146:6:DebugMon_Handler 4 static -../Core/Src/stm32f4xx_it.c:159:6:SysTick_Handler 8 static -../Core/Src/stm32f4xx_it.c:188:6:CAN1_RX0_IRQHandler 8 static -../Core/Src/stm32f4xx_it.c:202:6:CAN1_RX1_IRQHandler 8 static diff --git a/Debug/Core/Src/subdir.mk b/Debug/Core/Src/subdir.mk deleted file mode 100644 index 16f7e7b..0000000 --- a/Debug/Core/Src/subdir.mk +++ /dev/null @@ -1,54 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../Core/Src/can.c \ -../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/can.d \ -./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/can.o \ -./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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Core-2f-Src - -clean-Core-2f-Src: - -$(RM) ./Core/Src/can.cyclo ./Core/Src/can.d ./Core/Src/can.o ./Core/Src/can.su ./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 - diff --git a/Debug/Core/Src/syscalls.cyclo b/Debug/Core/Src/syscalls.cyclo deleted file mode 100644 index f16427a..0000000 --- a/Debug/Core/Src/syscalls.cyclo +++ /dev/null @@ -1,18 +0,0 @@ -../Core/Src/syscalls.c:44:6:initialise_monitor_handles 1 -../Core/Src/syscalls.c:48:5:_getpid 1 -../Core/Src/syscalls.c:53:5:_kill 1 -../Core/Src/syscalls.c:59:6:_exit 1 -../Core/Src/syscalls.c:65:27:_read 2 -../Core/Src/syscalls.c:77:27:_write 2 -../Core/Src/syscalls.c:88:5:_close 1 -../Core/Src/syscalls.c:94:5:_fstat 1 -../Core/Src/syscalls.c:100:5:_isatty 1 -../Core/Src/syscalls.c:105:5:_lseek 1 -../Core/Src/syscalls.c:110:5:_open 1 -../Core/Src/syscalls.c:116:5:_wait 1 -../Core/Src/syscalls.c:122:5:_unlink 1 -../Core/Src/syscalls.c:128:5:_times 1 -../Core/Src/syscalls.c:133:5:_stat 1 -../Core/Src/syscalls.c:139:5:_link 1 -../Core/Src/syscalls.c:145:5:_fork 1 -../Core/Src/syscalls.c:151:5:_execve 1 diff --git a/Debug/Core/Src/syscalls.d b/Debug/Core/Src/syscalls.d deleted file mode 100644 index 8667c70..0000000 --- a/Debug/Core/Src/syscalls.d +++ /dev/null @@ -1 +0,0 @@ -Core/Src/syscalls.o: ../Core/Src/syscalls.c diff --git a/Debug/Core/Src/syscalls.o b/Debug/Core/Src/syscalls.o deleted file mode 100644 index b7a97b0..0000000 Binary files a/Debug/Core/Src/syscalls.o and /dev/null differ diff --git a/Debug/Core/Src/syscalls.su b/Debug/Core/Src/syscalls.su deleted file mode 100644 index a7d10e5..0000000 --- a/Debug/Core/Src/syscalls.su +++ /dev/null @@ -1,18 +0,0 @@ -../Core/Src/syscalls.c:44:6:initialise_monitor_handles 4 static -../Core/Src/syscalls.c:48:5:_getpid 4 static -../Core/Src/syscalls.c:53:5:_kill 16 static -../Core/Src/syscalls.c:59:6:_exit 16 static -../Core/Src/syscalls.c:65:27:_read 32 static -../Core/Src/syscalls.c:77:27:_write 32 static -../Core/Src/syscalls.c:88:5:_close 16 static -../Core/Src/syscalls.c:94:5:_fstat 16 static -../Core/Src/syscalls.c:100:5:_isatty 16 static -../Core/Src/syscalls.c:105:5:_lseek 24 static -../Core/Src/syscalls.c:110:5:_open 12 static -../Core/Src/syscalls.c:116:5:_wait 16 static -../Core/Src/syscalls.c:122:5:_unlink 16 static -../Core/Src/syscalls.c:128:5:_times 16 static -../Core/Src/syscalls.c:133:5:_stat 16 static -../Core/Src/syscalls.c:139:5:_link 16 static -../Core/Src/syscalls.c:145:5:_fork 8 static -../Core/Src/syscalls.c:151:5:_execve 24 static diff --git a/Debug/Core/Src/sysmem.cyclo b/Debug/Core/Src/sysmem.cyclo deleted file mode 100644 index 0090c10..0000000 --- a/Debug/Core/Src/sysmem.cyclo +++ /dev/null @@ -1 +0,0 @@ -../Core/Src/sysmem.c:53:7:_sbrk 3 diff --git a/Debug/Core/Src/sysmem.d b/Debug/Core/Src/sysmem.d deleted file mode 100644 index 74fecf9..0000000 --- a/Debug/Core/Src/sysmem.d +++ /dev/null @@ -1 +0,0 @@ -Core/Src/sysmem.o: ../Core/Src/sysmem.c diff --git a/Debug/Core/Src/sysmem.o b/Debug/Core/Src/sysmem.o deleted file mode 100644 index 2c3c7dc..0000000 Binary files a/Debug/Core/Src/sysmem.o and /dev/null differ diff --git a/Debug/Core/Src/sysmem.su b/Debug/Core/Src/sysmem.su deleted file mode 100644 index 12d5f17..0000000 --- a/Debug/Core/Src/sysmem.su +++ /dev/null @@ -1 +0,0 @@ -../Core/Src/sysmem.c:53:7:_sbrk 32 static diff --git a/Debug/Core/Src/system_stm32f4xx.cyclo b/Debug/Core/Src/system_stm32f4xx.cyclo deleted file mode 100644 index 4cc0df9..0000000 --- a/Debug/Core/Src/system_stm32f4xx.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Core/Src/system_stm32f4xx.c:167:6:SystemInit 1 -../Core/Src/system_stm32f4xx.c:220:6:SystemCoreClockUpdate 6 diff --git a/Debug/Core/Src/system_stm32f4xx.d b/Debug/Core/Src/system_stm32f4xx.d deleted file mode 100644 index d577fbb..0000000 --- a/Debug/Core/Src/system_stm32f4xx.d +++ /dev/null @@ -1,55 +0,0 @@ -Core/Src/system_stm32f4xx.o: ../Core/Src/system_stm32f4xx.c \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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/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/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_can.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 -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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/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/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_can.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: diff --git a/Debug/Core/Src/system_stm32f4xx.o b/Debug/Core/Src/system_stm32f4xx.o deleted file mode 100644 index 6e78ffc..0000000 Binary files a/Debug/Core/Src/system_stm32f4xx.o and /dev/null differ diff --git a/Debug/Core/Src/system_stm32f4xx.su b/Debug/Core/Src/system_stm32f4xx.su deleted file mode 100644 index 96f1cd4..0000000 --- a/Debug/Core/Src/system_stm32f4xx.su +++ /dev/null @@ -1,2 +0,0 @@ -../Core/Src/system_stm32f4xx.c:167:6:SystemInit 4 static -../Core/Src/system_stm32f4xx.c:220:6:SystemCoreClockUpdate 32 static diff --git a/Debug/Core/Startup/startup_stm32f407zgtx.d b/Debug/Core/Startup/startup_stm32f407zgtx.d deleted file mode 100644 index f8fbadb..0000000 --- a/Debug/Core/Startup/startup_stm32f407zgtx.d +++ /dev/null @@ -1,2 +0,0 @@ -Core/Startup/startup_stm32f407zgtx.o: \ - ../Core/Startup/startup_stm32f407zgtx.s diff --git a/Debug/Core/Startup/startup_stm32f407zgtx.o b/Debug/Core/Startup/startup_stm32f407zgtx.o deleted file mode 100644 index 76b1bd4..0000000 Binary files a/Debug/Core/Startup/startup_stm32f407zgtx.o and /dev/null differ diff --git a/Debug/Core/Startup/subdir.mk b/Debug/Core/Startup/subdir.mk deleted file mode 100644 index 51b7b22..0000000 --- a/Debug/Core/Startup/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -S_SRCS += \ -../Core/Startup/startup_stm32f407zgtx.s - -S_DEPS += \ -./Core/Startup/startup_stm32f407zgtx.d - -OBJS += \ -./Core/Startup/startup_stm32f407zgtx.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_stm32f407zgtx.d ./Core/Startup/startup_stm32f407zgtx.o - -.PHONY: clean-Core-2f-Startup - diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo deleted file mode 100644 index 3ff520f..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo +++ /dev/null @@ -1,27 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:157:19:HAL_Init 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:190:19:HAL_DeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:219:13:HAL_MspInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:230:13:HAL_MspDeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:253:26:HAL_InitTick 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:312:13:HAL_IncTick 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:323:17:HAL_GetTick 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:332:10:HAL_GetTickPrio 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:341:19:HAL_SetTickFreq 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:373:21:HAL_GetTickFreq 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:389:13:HAL_Delay 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:415:13:HAL_SuspendTick 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:431:13:HAL_ResumeTick 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:441:10:HAL_GetHalVersion 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:450:10:HAL_GetREVID 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:459:10:HAL_GetDEVID 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:468:6:HAL_DBGMCU_EnableDBGSleepMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:477:6:HAL_DBGMCU_DisableDBGSleepMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:486:6:HAL_DBGMCU_EnableDBGStopMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:495:6:HAL_DBGMCU_DisableDBGStopMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:504:6:HAL_DBGMCU_EnableDBGStandbyMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:513:6:HAL_DBGMCU_DisableDBGStandbyMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:524:6:HAL_EnableCompensationCell 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:535:6:HAL_DisableCompensationCell 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:544:10:HAL_GetUIDw0 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:553:10:HAL_GetUIDw1 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:562:10:HAL_GetUIDw2 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d deleted file mode 100644 index a046bc3..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o deleted file mode 100644 index 1314a9a..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su deleted file mode 100644 index 424e879..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su +++ /dev/null @@ -1,27 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:157:19:HAL_Init 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:190:19:HAL_DeInit 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:219:13:HAL_MspInit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:230:13:HAL_MspDeInit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:253:26:HAL_InitTick 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:312:13:HAL_IncTick 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:323:17:HAL_GetTick 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:332:10:HAL_GetTickPrio 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:341:19:HAL_SetTickFreq 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:373:21:HAL_GetTickFreq 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:389:13:HAL_Delay 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:415:13:HAL_SuspendTick 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:431:13:HAL_ResumeTick 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:441:10:HAL_GetHalVersion 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:450:10:HAL_GetREVID 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:459:10:HAL_GetDEVID 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:468:6:HAL_DBGMCU_EnableDBGSleepMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:477:6:HAL_DBGMCU_DisableDBGSleepMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:486:6:HAL_DBGMCU_EnableDBGStopMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:495:6:HAL_DBGMCU_DisableDBGStopMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:504:6:HAL_DBGMCU_EnableDBGStandbyMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:513:6:HAL_DBGMCU_DisableDBGStandbyMode 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:524:6:HAL_EnableCompensationCell 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:535:6:HAL_DisableCompensationCell 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:544:10:HAL_GetUIDw0 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:553:10:HAL_GetUIDw1 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c:562:10:HAL_GetUIDw2 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.cyclo deleted file mode 100644 index bc59e1d..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.cyclo +++ /dev/null @@ -1,36 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:274:19:HAL_CAN_Init 13 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:459:19:HAL_CAN_DeInit 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:506:13:HAL_CAN_MspInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:522:13:HAL_CAN_MspDeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:838:19:HAL_CAN_ConfigFilter 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1032:19:HAL_CAN_Start 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1084:19:HAL_CAN_Stop 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1139:19:HAL_CAN_RequestSleep 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1170:19:HAL_CAN_WakeUp 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1219:10:HAL_CAN_IsSleepActive 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1250:19:HAL_CAN_AddTxMessage 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1358:19:HAL_CAN_AbortTxRequest 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1407:10:HAL_CAN_GetTxMailboxesFreeLevel 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1450:10:HAL_CAN_IsTxMessagePending 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1482:10:HAL_CAN_GetTxTimestamp 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1516:19:HAL_CAN_GetRxMessage 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1606:10:HAL_CAN_GetRxFifoFillLevel 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1659:19:HAL_CAN_ActivateNotification 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1692:19:HAL_CAN_DeactivateNotification 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1723:6:HAL_CAN_IRQHandler 51 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2134:13:HAL_CAN_TxMailbox0CompleteCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2151:13:HAL_CAN_TxMailbox1CompleteCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2168:13:HAL_CAN_TxMailbox2CompleteCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2185:13:HAL_CAN_TxMailbox0AbortCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2202:13:HAL_CAN_TxMailbox1AbortCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2219:13:HAL_CAN_TxMailbox2AbortCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2236:13:HAL_CAN_RxFifo0MsgPendingCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2253:13:HAL_CAN_RxFifo0FullCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2270:13:HAL_CAN_RxFifo1MsgPendingCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2287:13:HAL_CAN_RxFifo1FullCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2304:13:HAL_CAN_SleepCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2320:13:HAL_CAN_WakeUpFromRxMsgCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2337:13:HAL_CAN_ErrorCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2374:22:HAL_CAN_GetState 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2409:10:HAL_CAN_GetError 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2421:19:HAL_CAN_ResetError 3 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.d deleted file mode 100644 index af49c3a..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.o deleted file mode 100644 index 114fee2..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.su deleted file mode 100644 index c6f2e0a..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.su +++ /dev/null @@ -1,36 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:274:19:HAL_CAN_Init 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:459:19:HAL_CAN_DeInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:506:13:HAL_CAN_MspInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:522:13:HAL_CAN_MspDeInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:838:19:HAL_CAN_ConfigFilter 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1032:19:HAL_CAN_Start 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1084:19:HAL_CAN_Stop 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1139:19:HAL_CAN_RequestSleep 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1170:19:HAL_CAN_WakeUp 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1219:10:HAL_CAN_IsSleepActive 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1250:19:HAL_CAN_AddTxMessage 40 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1358:19:HAL_CAN_AbortTxRequest 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1407:10:HAL_CAN_GetTxMailboxesFreeLevel 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1450:10:HAL_CAN_IsTxMessagePending 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1482:10:HAL_CAN_GetTxTimestamp 40 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1516:19:HAL_CAN_GetRxMessage 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1606:10:HAL_CAN_GetRxFifoFillLevel 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1659:19:HAL_CAN_ActivateNotification 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1692:19:HAL_CAN_DeactivateNotification 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:1723:6:HAL_CAN_IRQHandler 48 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2134:13:HAL_CAN_TxMailbox0CompleteCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2151:13:HAL_CAN_TxMailbox1CompleteCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2168:13:HAL_CAN_TxMailbox2CompleteCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2185:13:HAL_CAN_TxMailbox0AbortCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2202:13:HAL_CAN_TxMailbox1AbortCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2219:13:HAL_CAN_TxMailbox2AbortCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2236:13:HAL_CAN_RxFifo0MsgPendingCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2253:13:HAL_CAN_RxFifo0FullCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2270:13:HAL_CAN_RxFifo1MsgPendingCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2287:13:HAL_CAN_RxFifo1FullCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2304:13:HAL_CAN_SleepCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2320:13:HAL_CAN_WakeUpFromRxMsgCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2337:13:HAL_CAN_ErrorCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2374:22:HAL_CAN_GetState 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2409:10:HAL_CAN_GetError 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c:2421:19:HAL_CAN_ResetError 24 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo deleted file mode 100644 index c5cabc5..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo +++ /dev/null @@ -1,32 +0,0 @@ -../Drivers/CMSIS/Include/core_cm4.h:1657:22:__NVIC_SetPriorityGrouping 1 -../Drivers/CMSIS/Include/core_cm4.h:1676:26:__NVIC_GetPriorityGrouping 1 -../Drivers/CMSIS/Include/core_cm4.h:1688:22:__NVIC_EnableIRQ 2 -../Drivers/CMSIS/Include/core_cm4.h:1724:22:__NVIC_DisableIRQ 2 -../Drivers/CMSIS/Include/core_cm4.h:1743:26:__NVIC_GetPendingIRQ 2 -../Drivers/CMSIS/Include/core_cm4.h:1762:22:__NVIC_SetPendingIRQ 2 -../Drivers/CMSIS/Include/core_cm4.h:1777:22:__NVIC_ClearPendingIRQ 2 -../Drivers/CMSIS/Include/core_cm4.h:1794:26:__NVIC_GetActive 2 -../Drivers/CMSIS/Include/core_cm4.h:1816:22:__NVIC_SetPriority 2 -../Drivers/CMSIS/Include/core_cm4.h:1838:26:__NVIC_GetPriority 2 -../Drivers/CMSIS/Include/core_cm4.h:1863:26:NVIC_EncodePriority 2 -../Drivers/CMSIS/Include/core_cm4.h:1890:22:NVIC_DecodePriority 2 -../Drivers/CMSIS/Include/core_cm4.h:1939:34:__NVIC_SystemReset 1 -../Drivers/CMSIS/Include/core_cm4.h:2022:26:SysTick_Config 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:141:6:HAL_NVIC_SetPriorityGrouping 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:163:6:HAL_NVIC_SetPriority 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:185:6:HAL_NVIC_EnableIRQ 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:201:6:HAL_NVIC_DisableIRQ 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:214:6:HAL_NVIC_SystemReset 0 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:227:10:HAL_SYSTICK_Config 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:256:6:HAL_MPU_Disable 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:279:6:HAL_MPU_Enable 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:298:6:HAL_MPU_ConfigRegion 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:342:10:HAL_NVIC_GetPriorityGrouping 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:369:6:HAL_NVIC_GetPriority 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:384:6:HAL_NVIC_SetPendingIRQ 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:402:10:HAL_NVIC_GetPendingIRQ 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:418:6:HAL_NVIC_ClearPendingIRQ 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:435:10:HAL_NVIC_GetActive 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:452:6:HAL_SYSTICK_CLKSourceConfig 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:470:6:HAL_SYSTICK_IRQHandler 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:479:13:HAL_SYSTICK_Callback 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d deleted file mode 100644 index bc2d01c..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o deleted file mode 100644 index 8653a8e..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su deleted file mode 100644 index 6ed4c17..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su +++ /dev/null @@ -1,32 +0,0 @@ -../Drivers/CMSIS/Include/core_cm4.h:1657:22:__NVIC_SetPriorityGrouping 24 static -../Drivers/CMSIS/Include/core_cm4.h:1676:26:__NVIC_GetPriorityGrouping 4 static -../Drivers/CMSIS/Include/core_cm4.h:1688:22:__NVIC_EnableIRQ 16 static -../Drivers/CMSIS/Include/core_cm4.h:1724:22:__NVIC_DisableIRQ 16 static,ignoring_inline_asm -../Drivers/CMSIS/Include/core_cm4.h:1743:26:__NVIC_GetPendingIRQ 16 static -../Drivers/CMSIS/Include/core_cm4.h:1762:22:__NVIC_SetPendingIRQ 16 static -../Drivers/CMSIS/Include/core_cm4.h:1777:22:__NVIC_ClearPendingIRQ 16 static -../Drivers/CMSIS/Include/core_cm4.h:1794:26:__NVIC_GetActive 16 static -../Drivers/CMSIS/Include/core_cm4.h:1816:22:__NVIC_SetPriority 16 static -../Drivers/CMSIS/Include/core_cm4.h:1838:26:__NVIC_GetPriority 16 static -../Drivers/CMSIS/Include/core_cm4.h:1863:26:NVIC_EncodePriority 40 static -../Drivers/CMSIS/Include/core_cm4.h:1890:22:NVIC_DecodePriority 40 static -../Drivers/CMSIS/Include/core_cm4.h:1939:34:__NVIC_SystemReset 4 static,ignoring_inline_asm -../Drivers/CMSIS/Include/core_cm4.h:2022:26:SysTick_Config 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:141:6:HAL_NVIC_SetPriorityGrouping 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:163:6:HAL_NVIC_SetPriority 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:185:6:HAL_NVIC_EnableIRQ 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:201:6:HAL_NVIC_DisableIRQ 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:214:6:HAL_NVIC_SystemReset 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:227:10:HAL_SYSTICK_Config 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:256:6:HAL_MPU_Disable 4 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:279:6:HAL_MPU_Enable 16 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:298:6:HAL_MPU_ConfigRegion 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:342:10:HAL_NVIC_GetPriorityGrouping 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:369:6:HAL_NVIC_GetPriority 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:384:6:HAL_NVIC_SetPendingIRQ 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:402:10:HAL_NVIC_GetPendingIRQ 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:418:6:HAL_NVIC_ClearPendingIRQ 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:435:10:HAL_NVIC_GetActive 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:452:6:HAL_SYSTICK_CLKSourceConfig 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:470:6:HAL_SYSTICK_IRQHandler 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c:479:13:HAL_SYSTICK_Callback 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo deleted file mode 100644 index 29a68e4..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo +++ /dev/null @@ -1,15 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:170:19:HAL_DMA_Init 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:309:19:HAL_DMA_DeInit 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:407:19:HAL_DMA_Start 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:451:19:HAL_DMA_Start_IT 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:513:19:HAL_DMA_Abort 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:580:19:HAL_DMA_Abort_IT 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:610:19:HAL_DMA_PollForTransfer 15 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:746:6:HAL_DMA_IRQHandler 32 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:967:19:HAL_DMA_RegisterCallback 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1029:19:HAL_DMA_UnRegisterCallback 10 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1114:22:HAL_DMA_GetState 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1125:10:HAL_DMA_GetError 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1151:13:DMA_SetConfig 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1185:17:DMA_CalcBaseAndBitshift 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1213:26:DMA_CheckFifoParam 15 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d deleted file mode 100644 index d85bceb..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o deleted file mode 100644 index 36496c1..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su deleted file mode 100644 index 6c24b90..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su +++ /dev/null @@ -1,15 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:170:19:HAL_DMA_Init 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:309:19:HAL_DMA_DeInit 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:407:19:HAL_DMA_Start 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:451:19:HAL_DMA_Start_IT 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:513:19:HAL_DMA_Abort 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:580:19:HAL_DMA_Abort_IT 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:610:19:HAL_DMA_PollForTransfer 48 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:746:6:HAL_DMA_IRQHandler 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:967:19:HAL_DMA_RegisterCallback 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1029:19:HAL_DMA_UnRegisterCallback 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1114:22:HAL_DMA_GetState 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1125:10:HAL_DMA_GetError 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1151:13:DMA_SetConfig 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1185:17:DMA_CalcBaseAndBitshift 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c:1213:26:DMA_CheckFifoParam 24 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo deleted file mode 100644 index 8080a4a..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo +++ /dev/null @@ -1,4 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:100:19:HAL_DMAEx_MultiBufferStart 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:154:19:HAL_DMAEx_MultiBufferStart_IT 264 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:239:19:HAL_DMAEx_ChangeMemory 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:276:13:DMA_MultiBufferSetConfig 2 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d deleted file mode 100644 index ad757b5..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o deleted file mode 100644 index 3f7a7e5..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su deleted file mode 100644 index 9b2268b..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su +++ /dev/null @@ -1,4 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:100:19:HAL_DMAEx_MultiBufferStart 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:154:19:HAL_DMAEx_MultiBufferStart_IT 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:239:19:HAL_DMAEx_ChangeMemory 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c:276:13:DMA_MultiBufferSetConfig 24 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo deleted file mode 100644 index 7bfaec1..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo +++ /dev/null @@ -1,9 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:142:19:HAL_EXTI_SetConfigLine 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:237:19:HAL_EXTI_GetConfigLine 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:316:19:HAL_EXTI_ClearConfigLine 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:369:19:HAL_EXTI_RegisterCallback 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:394:19:HAL_EXTI_GetHandle 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:434:6:HAL_EXTI_IRQHandler 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:466:10:HAL_EXTI_GetPending 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:495:6:HAL_EXTI_ClearPending 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:516:6:HAL_EXTI_GenerateSWI 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d deleted file mode 100644 index bf1ce2c..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o deleted file mode 100644 index f1a1645..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su deleted file mode 100644 index be56024..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su +++ /dev/null @@ -1,9 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:142:19:HAL_EXTI_SetConfigLine 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:237:19:HAL_EXTI_GetConfigLine 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:316:19:HAL_EXTI_ClearConfigLine 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:369:19:HAL_EXTI_RegisterCallback 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:394:19:HAL_EXTI_GetHandle 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:434:6:HAL_EXTI_IRQHandler 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:466:10:HAL_EXTI_GetPending 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:495:6:HAL_EXTI_ClearPending 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c:516:6:HAL_EXTI_GenerateSWI 24 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo deleted file mode 100644 index 666243f..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo +++ /dev/null @@ -1,17 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:154:19:HAL_FLASH_Program 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:212:19:HAL_FLASH_Program_IT 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:259:6:HAL_FLASH_IRQHandler 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:382:13:HAL_FLASH_EndOfOperationCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:399:13:HAL_FLASH_OperationErrorCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:431:19:HAL_FLASH_Unlock 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:455:19:HAL_FLASH_Lock 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:467:19:HAL_FLASH_OB_Unlock 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:487:19:HAL_FLASH_OB_Lock 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:499:19:HAL_FLASH_OB_Launch 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:536:10:HAL_FLASH_GetError 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:550:19:FLASH_WaitForLastOperation 7 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:610:13:FLASH_Program_DoubleWord 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:644:13:FLASH_Program_Word 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:669:13:FLASH_Program_HalfWord 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:694:13:FLASH_Program_Byte 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:711:13:FLASH_SetErrorCode 6 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d deleted file mode 100644 index 3033e94..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o deleted file mode 100644 index 92067bf..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su deleted file mode 100644 index a5b3ff7..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su +++ /dev/null @@ -1,17 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:154:19:HAL_FLASH_Program 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:212:19:HAL_FLASH_Program_IT 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:259:6:HAL_FLASH_IRQHandler 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:382:13:HAL_FLASH_EndOfOperationCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:399:13:HAL_FLASH_OperationErrorCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:431:19:HAL_FLASH_Unlock 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:455:19:HAL_FLASH_Lock 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:467:19:HAL_FLASH_OB_Unlock 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:487:19:HAL_FLASH_OB_Lock 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:499:19:HAL_FLASH_OB_Launch 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:536:10:HAL_FLASH_GetError 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:550:19:FLASH_WaitForLastOperation 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:610:13:FLASH_Program_DoubleWord 24 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:644:13:FLASH_Program_Word 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:669:13:FLASH_Program_HalfWord 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:694:13:FLASH_Program_Byte 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c:711:13:FLASH_SetErrorCode 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo deleted file mode 100644 index 3400eca..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo +++ /dev/null @@ -1,16 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:160:19:HAL_FLASHEx_Erase 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:231:19:HAL_FLASHEx_Erase_IT 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:284:19:HAL_FLASHEx_OBProgram 7 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:343:6:HAL_FLASHEx_OBGetConfig 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:951:13:FLASH_MassErase 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:980:6:FLASH_Erase_Sector 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1030:26:FLASH_OB_EnableWRP 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1066:26:FLASH_OB_DisableWRP 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1160:26:FLASH_OB_RDP_LevelConfig 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1194:26:FLASH_OB_UserConfig 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1229:26:FLASH_OB_BOR_LevelConfig 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1247:16:FLASH_OB_GetUser 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1257:17:FLASH_OB_GetWRP 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1271:16:FLASH_OB_GetRDP 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1299:16:FLASH_OB_GetBOR 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1309:6:FLASH_FlushCaches 3 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d deleted file mode 100644 index 81a9887..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o deleted file mode 100644 index cf6aeaf..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su deleted file mode 100644 index e114bef..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su +++ /dev/null @@ -1,16 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:160:19:HAL_FLASHEx_Erase 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:231:19:HAL_FLASHEx_Erase_IT 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:284:19:HAL_FLASHEx_OBProgram 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:343:6:HAL_FLASHEx_OBGetConfig 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:951:13:FLASH_MassErase 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:980:6:FLASH_Erase_Sector 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1030:26:FLASH_OB_EnableWRP 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1066:26:FLASH_OB_DisableWRP 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1160:26:FLASH_OB_RDP_LevelConfig 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1194:26:FLASH_OB_UserConfig 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1229:26:FLASH_OB_BOR_LevelConfig 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1247:16:FLASH_OB_GetUser 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1257:17:FLASH_OB_GetWRP 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1271:16:FLASH_OB_GetRDP 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1299:16:FLASH_OB_GetBOR 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c:1309:6:FLASH_FlushCaches 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d deleted file mode 100644 index b79e8c0..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o deleted file mode 100644 index 11b9ece..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo deleted file mode 100644 index 0ccce44..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo +++ /dev/null @@ -1,8 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:164:6:HAL_GPIO_Init 20 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:294:6:HAL_GPIO_DeInit 12 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:375:15:HAL_GPIO_ReadPin 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:410:6:HAL_GPIO_WritePin 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:433:6:HAL_GPIO_TogglePin 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:458:19:HAL_GPIO_LockPin 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:492:6:HAL_GPIO_EXTI_IRQHandler 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:507:13:HAL_GPIO_EXTI_Callback 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d deleted file mode 100644 index 4909f09..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o deleted file mode 100644 index 8509227..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su deleted file mode 100644 index 2ae1321..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su +++ /dev/null @@ -1,8 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:164:6:HAL_GPIO_Init 40 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:294:6:HAL_GPIO_DeInit 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:375:15:HAL_GPIO_ReadPin 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:410:6:HAL_GPIO_WritePin 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:433:6:HAL_GPIO_TogglePin 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:458:19:HAL_GPIO_LockPin 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:492:6:HAL_GPIO_EXTI_IRQHandler 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c:507:13:HAL_GPIO_EXTI_Callback 16 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo deleted file mode 100644 index 039c4f4..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo +++ /dev/null @@ -1,17 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:90:6:HAL_PWR_DeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:108:6:HAL_PWR_EnableBkUpAccess 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:128:6:HAL_PWR_DisableBkUpAccess 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:266:6:HAL_PWR_ConfigPVD 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:309:6:HAL_PWR_EnablePVD 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:318:6:HAL_PWR_DisablePVD 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:332:6:HAL_PWR_EnableWakeUpPin 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:350:6:HAL_PWR_DisableWakeUpPin 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:379:6:HAL_PWR_EnterSLEEPMode 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:422:6:HAL_PWR_EnterSTOPMode 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:461:6:HAL_PWR_EnterSTANDBYMode 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:482:6:HAL_PWR_PVD_IRQHandler 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:499:13:HAL_PWR_PVDCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:514:6:HAL_PWR_EnableSleepOnExit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:526:6:HAL_PWR_DisableSleepOnExit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:538:6:HAL_PWR_EnableSEVOnPend 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:550:6:HAL_PWR_DisableSEVOnPend 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d deleted file mode 100644 index 3689f90..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o deleted file mode 100644 index 066c03c..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su deleted file mode 100644 index e0a0182..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su +++ /dev/null @@ -1,17 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:90:6:HAL_PWR_DeInit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:108:6:HAL_PWR_EnableBkUpAccess 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:128:6:HAL_PWR_DisableBkUpAccess 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:266:6:HAL_PWR_ConfigPVD 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:309:6:HAL_PWR_EnablePVD 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:318:6:HAL_PWR_DisablePVD 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:332:6:HAL_PWR_EnableWakeUpPin 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:350:6:HAL_PWR_DisableWakeUpPin 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:379:6:HAL_PWR_EnterSLEEPMode 16 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:422:6:HAL_PWR_EnterSTOPMode 16 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:461:6:HAL_PWR_EnterSTANDBYMode 4 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:482:6:HAL_PWR_PVD_IRQHandler 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:499:13:HAL_PWR_PVDCallback 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:514:6:HAL_PWR_EnableSleepOnExit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:526:6:HAL_PWR_DisableSleepOnExit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:538:6:HAL_PWR_EnableSEVOnPend 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c:550:6:HAL_PWR_DisableSEVOnPend 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo deleted file mode 100644 index c342fe5..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo +++ /dev/null @@ -1,6 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:141:19:HAL_PWREx_EnableBkUpReg 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:165:19:HAL_PWREx_DisableBkUpReg 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:189:6:HAL_PWREx_EnableFlashPowerDown 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:198:6:HAL_PWREx_DisableFlashPowerDown 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:211:10:HAL_PWREx_GetVoltageRange 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:232:19:HAL_PWREx_ControlVoltageScaling 3 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d deleted file mode 100644 index 5c2ca19..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o deleted file mode 100644 index a6d5694..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su deleted file mode 100644 index cd686a1..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su +++ /dev/null @@ -1,6 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:141:19:HAL_PWREx_EnableBkUpReg 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:165:19:HAL_PWREx_DisableBkUpReg 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:189:6:HAL_PWREx_EnableFlashPowerDown 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:198:6:HAL_PWREx_DisableFlashPowerDown 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:211:10:HAL_PWREx_GetVoltageRange 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c:232:19:HAL_PWREx_ControlVoltageScaling 32 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo deleted file mode 100644 index 109bba7..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo +++ /dev/null @@ -1,14 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:200:26:HAL_RCC_DeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:219:26:HAL_RCC_OscConfig 61 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:591:19:HAL_RCC_ClockConfig 20 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:775:6:HAL_RCC_MCOConfig 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:841:6:HAL_RCC_EnableCSS 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:850:6:HAL_RCC_DisableCSS 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:885:17:HAL_RCC_GetSysClockFreq 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:941:10:HAL_RCC_GetHCLKFreq 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:952:10:HAL_RCC_GetPCLK1Freq 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:964:10:HAL_RCC_GetPCLK2Freq 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:977:13:HAL_RCC_GetOscConfig 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1056:6:HAL_RCC_GetClockConfig 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1082:6:HAL_RCC_NMI_IRQHandler 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1099:13:HAL_RCC_CSSCallback 1 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d deleted file mode 100644 index deec11b..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o deleted file mode 100644 index a7acf2e..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su deleted file mode 100644 index 9dfcbbe..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su +++ /dev/null @@ -1,14 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:200:26:HAL_RCC_DeInit 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:219:26:HAL_RCC_OscConfig 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:591:19:HAL_RCC_ClockConfig 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:775:6:HAL_RCC_MCOConfig 56 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:841:6:HAL_RCC_EnableCSS 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:850:6:HAL_RCC_DisableCSS 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:885:17:HAL_RCC_GetSysClockFreq 112 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:941:10:HAL_RCC_GetHCLKFreq 4 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:952:10:HAL_RCC_GetPCLK1Freq 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:964:10:HAL_RCC_GetPCLK2Freq 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:977:13:HAL_RCC_GetOscConfig 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1056:6:HAL_RCC_GetClockConfig 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1082:6:HAL_RCC_NMI_IRQHandler 8 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c:1099:13:HAL_RCC_CSSCallback 4 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo deleted file mode 100644 index 4d15a36..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo +++ /dev/null @@ -1,6 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2513:19:HAL_RCCEx_PeriphCLKConfig 16 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2641:6:HAL_RCCEx_GetPeriphCLKConfig 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2679:10:HAL_RCCEx_GetPeriphCLKFreq 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2803:19:HAL_RCCEx_EnablePLLI2S 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2886:19:HAL_RCCEx_DisablePLLI2S 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:3143:19:HAL_RCC_DeInit 12 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d deleted file mode 100644 index f6a0aab..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o deleted file mode 100644 index afe86d3..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su deleted file mode 100644 index f23cf1b..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su +++ /dev/null @@ -1,6 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2513:19:HAL_RCCEx_PeriphCLKConfig 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2641:6:HAL_RCCEx_GetPeriphCLKConfig 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2679:10:HAL_RCCEx_GetPeriphCLKFreq 32 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2803:19:HAL_RCCEx_EnablePLLI2S 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:2886:19:HAL_RCCEx_DisablePLLI2S 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c:3143:19:HAL_RCC_DeInit 16 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.cyclo b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.cyclo deleted file mode 100644 index 18057eb..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.cyclo +++ /dev/null @@ -1,61 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:357:19:HAL_UART_Init 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:434:19:HAL_HalfDuplex_Init 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:507:19:HAL_LIN_Init 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:588:19:HAL_MultiProcessor_Init 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:665:19:HAL_UART_DeInit 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:710:13:HAL_UART_MspInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:725:13:HAL_UART_MspDeInit 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1136:19:HAL_UART_Transmit 11 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1224:19:HAL_UART_Receive 13 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1315:19:HAL_UART_Transmit_IT 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1360:19:HAL_UART_Receive_IT 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1395:19:HAL_UART_Transmit_DMA 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1463:19:HAL_UART_Receive_DMA 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1493:19:HAL_UART_DMAPause 10 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1530:19:HAL_UART_DMAResume 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1569:19:HAL_UART_DMAStop 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1624:19:HAL_UARTEx_ReceiveToIdle 18 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1751:19:HAL_UARTEx_ReceiveToIdle_IT 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1812:19:HAL_UARTEx_ReceiveToIdle_DMA 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1869:19:HAL_UART_Abort 15 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1958:19:HAL_UART_AbortTransmit 7 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2009:19:HAL_UART_AbortReceive 10 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2070:19:HAL_UART_Abort_IT 18 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2205:19:HAL_UART_AbortTransmit_IT 6 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2282:19:HAL_UART_AbortReceive_IT 9 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2360:6:HAL_UART_IRQHandler 45 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2592:13:HAL_UART_TxCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2607:13:HAL_UART_TxHalfCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2622:13:HAL_UART_RxCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2637:13:HAL_UART_RxHalfCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2652:13:HAL_UART_ErrorCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2666:13:HAL_UART_AbortCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2681:13:HAL_UART_AbortTransmitCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2696:13:HAL_UART_AbortReceiveCpltCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2713:13:HAL_UARTEx_RxEventCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2753:19:HAL_LIN_SendBreak 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2780:19:HAL_MultiProcessor_EnterMuteMode 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2807:19:HAL_MultiProcessor_ExitMuteMode 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2834:19:HAL_HalfDuplex_EnableTransmitter 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2869:19:HAL_HalfDuplex_EnableReceiver 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2926:23:HAL_UART_GetState 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2941:10:HAL_UART_GetError 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2986:13:UART_DMATransmitCplt 4 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3021:13:UART_DMATxHalfCplt 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3040:13:UART_DMAReceiveCplt 8 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3097:13:UART_DMARxHalfCplt 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3132:13:UART_DMAError 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3174:26:UART_WaitOnFlagUntilTimeout 7 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3213:19:UART_Start_Receive_IT 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3251:19:UART_Start_Receive_DMA 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3304:13:UART_EndTxTransfer 2 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3318:13:UART_EndRxTransfer 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3342:13:UART_DMAAbortOnError 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3366:13:UART_DMATxAbortCallback 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3412:13:UART_DMARxAbortCallback 3 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3458:13:UART_DMATxOnlyAbortCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3486:13:UART_DMARxOnlyAbortCallback 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3512:26:UART_Transmit_IT 5 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3552:26:UART_EndTransmit_IT 1 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3577:26:UART_Receive_IT 11 -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3675:13:UART_SetConfig 4 diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d deleted file mode 100644 index 025d539..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.d +++ /dev/null @@ -1,56 +0,0 @@ -Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o: \ - ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c \ - ../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/stm32f407xx.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_can.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 -../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/stm32f407xx.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_can.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: diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o deleted file mode 100644 index f0b6fed..0000000 Binary files a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o and /dev/null differ diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.su b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.su deleted file mode 100644 index 75d1e86..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.su +++ /dev/null @@ -1,61 +0,0 @@ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:357:19:HAL_UART_Init 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:434:19:HAL_HalfDuplex_Init 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:507:19:HAL_LIN_Init 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:588:19:HAL_MultiProcessor_Init 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:665:19:HAL_UART_DeInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:710:13:HAL_UART_MspInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:725:13:HAL_UART_MspDeInit 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1136:19:HAL_UART_Transmit 48 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1224:19:HAL_UART_Receive 48 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1315:19:HAL_UART_Transmit_IT 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1360:19:HAL_UART_Receive_IT 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1395:19:HAL_UART_Transmit_DMA 56 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1463:19:HAL_UART_Receive_DMA 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1493:19:HAL_UART_DMAPause 120 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1530:19:HAL_UART_DMAResume 120 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1569:19:HAL_UART_DMAStop 72 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1624:19:HAL_UARTEx_ReceiveToIdle 40 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1751:19:HAL_UARTEx_ReceiveToIdle_IT 56 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1812:19:HAL_UARTEx_ReceiveToIdle_DMA 56 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1869:19:HAL_UART_Abort 136 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:1958:19:HAL_UART_AbortTransmit 64 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2009:19:HAL_UART_AbortReceive 112 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2070:19:HAL_UART_Abort_IT 144 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2205:19:HAL_UART_AbortTransmit_IT 64 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2282:19:HAL_UART_AbortReceive_IT 112 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2360:6:HAL_UART_IRQHandler 240 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2592:13:HAL_UART_TxCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2607:13:HAL_UART_TxHalfCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2622:13:HAL_UART_RxCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2637:13:HAL_UART_RxHalfCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2652:13:HAL_UART_ErrorCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2666:13:HAL_UART_AbortCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2681:13:HAL_UART_AbortTransmitCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2696:13:HAL_UART_AbortReceiveCpltCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2713:13:HAL_UARTEx_RxEventCallback 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2753:19:HAL_LIN_SendBreak 40 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2780:19:HAL_MultiProcessor_EnterMuteMode 40 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2807:19:HAL_MultiProcessor_ExitMuteMode 40 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2834:19:HAL_HalfDuplex_EnableTransmitter 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2869:19:HAL_HalfDuplex_EnableReceiver 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2926:23:HAL_UART_GetState 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2941:10:HAL_UART_GetError 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2986:13:UART_DMATransmitCplt 72 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3021:13:UART_DMATxHalfCplt 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3040:13:UART_DMAReceiveCplt 120 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3097:13:UART_DMARxHalfCplt 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3132:13:UART_DMAError 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3174:26:UART_WaitOnFlagUntilTimeout 72 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3213:19:UART_Start_Receive_IT 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3251:19:UART_Start_Receive_DMA 104 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3304:13:UART_EndTxTransfer 40 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3318:13:UART_EndRxTransfer 88 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3342:13:UART_DMAAbortOnError 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3366:13:UART_DMATxAbortCallback 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3412:13:UART_DMARxAbortCallback 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3458:13:UART_DMATxOnlyAbortCallback 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3486:13:UART_DMARxOnlyAbortCallback 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3512:26:UART_Transmit_IT 24 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3552:26:UART_EndTransmit_IT 16 static -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3577:26:UART_Receive_IT 56 static,ignoring_inline_asm -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:3675:13:UART_SetConfig 288 static diff --git a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk b/Debug/Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk deleted file mode 100644 index 7f83269..0000000 --- a/Debug/Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk +++ /dev/null @@ -1,75 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.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_tim.c \ -../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_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_can.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_tim.d \ -./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_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_can.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_tim.o \ -./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src - -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_can.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.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_tim.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_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 - diff --git a/Debug/Libs/sta-core/src/atomic/mutex.cyclo b/Debug/Libs/sta-core/src/atomic/mutex.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/atomic/mutex.d b/Debug/Libs/sta-core/src/atomic/mutex.d deleted file mode 100644 index a2e98e8..0000000 --- a/Debug/Libs/sta-core/src/atomic/mutex.d +++ /dev/null @@ -1,9 +0,0 @@ -Libs/sta-core/src/atomic/mutex.o: ../Libs/sta-core/src/atomic/mutex.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/atomic/mutex.o b/Debug/Libs/sta-core/src/atomic/mutex.o deleted file mode 100644 index 962c831..0000000 Binary files a/Debug/Libs/sta-core/src/atomic/mutex.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/atomic/mutex.su b/Debug/Libs/sta-core/src/atomic/mutex.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/atomic/signal.cyclo b/Debug/Libs/sta-core/src/atomic/signal.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/atomic/signal.d b/Debug/Libs/sta-core/src/atomic/signal.d deleted file mode 100644 index e525e03..0000000 --- a/Debug/Libs/sta-core/src/atomic/signal.d +++ /dev/null @@ -1,9 +0,0 @@ -Libs/sta-core/src/atomic/signal.o: ../Libs/sta-core/src/atomic/signal.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/atomic/signal.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/atomic/signal.o b/Debug/Libs/sta-core/src/atomic/signal.o deleted file mode 100644 index 5cca472..0000000 Binary files a/Debug/Libs/sta-core/src/atomic/signal.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/atomic/signal.su b/Debug/Libs/sta-core/src/atomic/signal.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/atomic/subdir.mk b/Debug/Libs/sta-core/src/atomic/subdir.mk deleted file mode 100644 index 163b236..0000000 --- a/Debug/Libs/sta-core/src/atomic/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/atomic/mutex.cpp \ -../Libs/sta-core/src/atomic/signal.cpp - -OBJS += \ -./Libs/sta-core/src/atomic/mutex.o \ -./Libs/sta-core/src/atomic/signal.o - -CPP_DEPS += \ -./Libs/sta-core/src/atomic/mutex.d \ -./Libs/sta-core/src/atomic/signal.d - - -# Each subdirectory must supply rules for building sources it contributes -Libs/sta-core/src/atomic/%.o Libs/sta-core/src/atomic/%.su Libs/sta-core/src/atomic/%.cyclo: ../Libs/sta-core/src/atomic/%.cpp Libs/sta-core/src/atomic/subdir.mk - arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic - -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 - diff --git a/Debug/Libs/sta-core/src/bus/device.cyclo b/Debug/Libs/sta-core/src/bus/device.cyclo deleted file mode 100644 index a81c1f1..0000000 --- a/Debug/Libs/sta-core/src/bus/device.cyclo +++ /dev/null @@ -1,8 +0,0 @@ -../Libs/sta-core/src/bus/device.cpp:6:5:sta::Device::Device(sta::Interface*) 2 -../Libs/sta-core/src/bus/device.cpp:12:10:void sta::Device::beginTransmission() 1 -../Libs/sta-core/src/bus/device.cpp:19:10:void sta::Device::endTransmission() 1 -../Libs/sta-core/src/bus/device.cpp:26:10:void sta::Device::transfer(uint8_t) 3 -../Libs/sta-core/src/bus/device.cpp:34:10:void sta::Device::transfer16(uint16_t) 3 -../Libs/sta-core/src/bus/device.cpp:42:10:void sta::Device::transfer(const uint8_t*, size_t) 4 -../Libs/sta-core/src/bus/device.cpp:51:10:void sta::Device::receive(uint8_t*, size_t) 4 -../Libs/sta-core/src/bus/device.cpp:60:10:void sta::Device::fill(uint8_t, size_t) 3 diff --git a/Debug/Libs/sta-core/src/bus/device.d b/Debug/Libs/sta-core/src/bus/device.d deleted file mode 100644 index f507a61..0000000 --- a/Debug/Libs/sta-core/src/bus/device.d +++ /dev/null @@ -1,15 +0,0 @@ -Libs/sta-core/src/bus/device.o: ../Libs/sta-core/src/bus/device.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/bus/device.o b/Debug/Libs/sta-core/src/bus/device.o deleted file mode 100644 index 2634b89..0000000 Binary files a/Debug/Libs/sta-core/src/bus/device.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/device.su b/Debug/Libs/sta-core/src/bus/device.su deleted file mode 100644 index f43d08f..0000000 --- a/Debug/Libs/sta-core/src/bus/device.su +++ /dev/null @@ -1,8 +0,0 @@ -../Libs/sta-core/src/bus/device.cpp:6:5:sta::Device::Device(sta::Interface*) 16 static -../Libs/sta-core/src/bus/device.cpp:12:10:void sta::Device::beginTransmission() 16 static -../Libs/sta-core/src/bus/device.cpp:19:10:void sta::Device::endTransmission() 16 static -../Libs/sta-core/src/bus/device.cpp:26:10:void sta::Device::transfer(uint8_t) 16 static -../Libs/sta-core/src/bus/device.cpp:34:10:void sta::Device::transfer16(uint16_t) 16 static -../Libs/sta-core/src/bus/device.cpp:42:10:void sta::Device::transfer(const uint8_t*, size_t) 24 static -../Libs/sta-core/src/bus/device.cpp:51:10:void sta::Device::receive(uint8_t*, size_t) 24 static -../Libs/sta-core/src/bus/device.cpp:60:10:void sta::Device::fill(uint8_t, size_t) 24 static diff --git a/Debug/Libs/sta-core/src/bus/i2c/device.cyclo b/Debug/Libs/sta-core/src/bus/i2c/device.cyclo deleted file mode 100644 index 67a1727..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/device.cyclo +++ /dev/null @@ -1,3 +0,0 @@ -../Libs/sta-core/src/bus/i2c/device.cpp:8:5:sta::I2CDevice::I2CDevice(sta::I2C*, int, bool, bool) 2 -../Libs/sta-core/src/bus/i2c/device.cpp:14:10:virtual void sta::I2CDevice::select() 1 -../Libs/sta-core/src/bus/i2c/device.cpp:20:10:virtual void sta::I2CDevice::deselect() 1 diff --git a/Debug/Libs/sta-core/src/bus/i2c/device.d b/Debug/Libs/sta-core/src/bus/i2c/device.d deleted file mode 100644 index 190c849..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/device.d +++ /dev/null @@ -1,20 +0,0 @@ -Libs/sta-core/src/bus/i2c/device.o: \ - ../Libs/sta-core/src/bus/i2c/device.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/device.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/bus/i2c/device.o b/Debug/Libs/sta-core/src/bus/i2c/device.o deleted file mode 100644 index f58da34..0000000 Binary files a/Debug/Libs/sta-core/src/bus/i2c/device.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/i2c/device.su b/Debug/Libs/sta-core/src/bus/i2c/device.su deleted file mode 100644 index b416ff2..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/device.su +++ /dev/null @@ -1,3 +0,0 @@ -../Libs/sta-core/src/bus/i2c/device.cpp:8:5:sta::I2CDevice::I2CDevice(sta::I2C*, int, bool, bool) 24 static -../Libs/sta-core/src/bus/i2c/device.cpp:14:10:virtual void sta::I2CDevice::select() 16 static -../Libs/sta-core/src/bus/i2c/device.cpp:20:10:virtual void sta::I2CDevice::deselect() 16 static diff --git a/Debug/Libs/sta-core/src/bus/i2c/i2c.cyclo b/Debug/Libs/sta-core/src/bus/i2c/i2c.cyclo deleted file mode 100644 index fe5e6a5..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/i2c.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/bus/i2c/i2c.cpp:6:5:sta::I2C::I2C(sta::Mutex*) 1 -../Libs/sta-core/src/bus/i2c/i2c.cpp:12:10:void sta::I2C::setSettings(uint16_t, bool, bool) 1 diff --git a/Debug/Libs/sta-core/src/bus/i2c/i2c.d b/Debug/Libs/sta-core/src/bus/i2c/i2c.d deleted file mode 100644 index 20f807f..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/i2c.d +++ /dev/null @@ -1,7 +0,0 @@ -Libs/sta-core/src/bus/i2c/i2c.o: ../Libs/sta-core/src/bus/i2c/i2c.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/i2c/i2c.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: diff --git a/Debug/Libs/sta-core/src/bus/i2c/i2c.o b/Debug/Libs/sta-core/src/bus/i2c/i2c.o deleted file mode 100644 index 4f9f9ab..0000000 Binary files a/Debug/Libs/sta-core/src/bus/i2c/i2c.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/i2c/i2c.su b/Debug/Libs/sta-core/src/bus/i2c/i2c.su deleted file mode 100644 index ff8e670..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/i2c.su +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/bus/i2c/i2c.cpp:6:5:sta::I2C::I2C(sta::Mutex*) 16 static -../Libs/sta-core/src/bus/i2c/i2c.cpp:12:10:void sta::I2C::setSettings(uint16_t, bool, bool) 16 static diff --git a/Debug/Libs/sta-core/src/bus/i2c/subdir.mk b/Debug/Libs/sta-core/src/bus/i2c/subdir.mk deleted file mode 100644 index 6e4462a..0000000 --- a/Debug/Libs/sta-core/src/bus/i2c/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-i2c - -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 - diff --git a/Debug/Libs/sta-core/src/bus/interface.cyclo b/Debug/Libs/sta-core/src/bus/interface.cyclo deleted file mode 100644 index 741c7c8..0000000 --- a/Debug/Libs/sta-core/src/bus/interface.cyclo +++ /dev/null @@ -1,4 +0,0 @@ -../Libs/sta-core/src/bus/interface.cpp:7:5:sta::Interface::Interface(sta::Mutex*) 2 -../Libs/sta-core/src/bus/interface.cpp:13:10:virtual void sta::Interface::acquire() 1 -../Libs/sta-core/src/bus/interface.cpp:19:10:virtual void sta::Interface::release() 1 -../Libs/sta-core/src/bus/interface.cpp:25:10:bool sta::Interface::isAcquired() 1 diff --git a/Debug/Libs/sta-core/src/bus/interface.d b/Debug/Libs/sta-core/src/bus/interface.d deleted file mode 100644 index 7a36b02..0000000 --- a/Debug/Libs/sta-core/src/bus/interface.d +++ /dev/null @@ -1,13 +0,0 @@ -Libs/sta-core/src/bus/interface.o: ../Libs/sta-core/src/bus/interface.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/bus/interface.o b/Debug/Libs/sta-core/src/bus/interface.o deleted file mode 100644 index ff067f7..0000000 Binary files a/Debug/Libs/sta-core/src/bus/interface.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/interface.su b/Debug/Libs/sta-core/src/bus/interface.su deleted file mode 100644 index 35d1073..0000000 --- a/Debug/Libs/sta-core/src/bus/interface.su +++ /dev/null @@ -1,4 +0,0 @@ -../Libs/sta-core/src/bus/interface.cpp:7:5:sta::Interface::Interface(sta::Mutex*) 16 static -../Libs/sta-core/src/bus/interface.cpp:13:10:virtual void sta::Interface::acquire() 16 static -../Libs/sta-core/src/bus/interface.cpp:19:10:virtual void sta::Interface::release() 16 static -../Libs/sta-core/src/bus/interface.cpp:25:10:bool sta::Interface::isAcquired() 16 static diff --git a/Debug/Libs/sta-core/src/bus/spi/device.cyclo b/Debug/Libs/sta-core/src/bus/spi/device.cyclo deleted file mode 100644 index d6f91e2..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/device.cyclo +++ /dev/null @@ -1,5 +0,0 @@ -../Libs/sta-core/src/bus/spi/device.cpp:8:5:sta::SPIDevice::SPIDevice(sta::SPI*, sta::GpioPin*) 3 -../Libs/sta-core/src/bus/spi/device.cpp:15:10:void sta::SPIDevice::transfer(const uint8_t*, uint8_t*, size_t) 4 -../Libs/sta-core/src/bus/spi/device.cpp:24:25:const sta::SPISettings& sta::SPIDevice::settings() const 1 -../Libs/sta-core/src/bus/spi/device.cpp:29:10:virtual void sta::SPIDevice::select() 1 -../Libs/sta-core/src/bus/spi/device.cpp:34:10:virtual void sta::SPIDevice::deselect() 1 diff --git a/Debug/Libs/sta-core/src/bus/spi/device.d b/Debug/Libs/sta-core/src/bus/spi/device.d deleted file mode 100644 index 25d592d..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/device.d +++ /dev/null @@ -1,24 +0,0 @@ -Libs/sta-core/src/bus/spi/device.o: \ - ../Libs/sta-core/src/bus/spi/device.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/device.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/device.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/bus/spi/device.o b/Debug/Libs/sta-core/src/bus/spi/device.o deleted file mode 100644 index 6502010..0000000 Binary files a/Debug/Libs/sta-core/src/bus/spi/device.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/spi/device.su b/Debug/Libs/sta-core/src/bus/spi/device.su deleted file mode 100644 index 70d063c..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/device.su +++ /dev/null @@ -1,5 +0,0 @@ -../Libs/sta-core/src/bus/spi/device.cpp:8:5:sta::SPIDevice::SPIDevice(sta::SPI*, sta::GpioPin*) 24 static -../Libs/sta-core/src/bus/spi/device.cpp:15:10:void sta::SPIDevice::transfer(const uint8_t*, uint8_t*, size_t) 32 static -../Libs/sta-core/src/bus/spi/device.cpp:24:25:const sta::SPISettings& sta::SPIDevice::settings() const 16 static -../Libs/sta-core/src/bus/spi/device.cpp:29:10:virtual void sta::SPIDevice::select() 16 static -../Libs/sta-core/src/bus/spi/device.cpp:34:10:virtual void sta::SPIDevice::deselect() 16 static diff --git a/Debug/Libs/sta-core/src/bus/spi/settings.cyclo b/Debug/Libs/sta-core/src/bus/spi/settings.cyclo deleted file mode 100644 index 8225468..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/settings.cyclo +++ /dev/null @@ -1,3 +0,0 @@ -../Libs/sta-core/src/bus/spi/settings.cpp:9:20:sta::SPIClkPolarity sta::getSPIClkPolarity(sta::SPIMode) 3 -../Libs/sta-core/src/bus/spi/settings.cpp:28:17:sta::SPIClkPhase sta::getSPIClkPhase(sta::SPIMode) 2 -../Libs/sta-core/src/bus/spi/settings.cpp:47:13:sta::SPIMode sta::getSPIMode(sta::SPIClkPolarity, sta::SPIClkPhase) 4 diff --git a/Debug/Libs/sta-core/src/bus/spi/settings.d b/Debug/Libs/sta-core/src/bus/spi/settings.d deleted file mode 100644 index ca6af22..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/settings.d +++ /dev/null @@ -1,14 +0,0 @@ -Libs/sta-core/src/bus/spi/settings.o: \ - ../Libs/sta-core/src/bus/spi/settings.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/bus/spi/settings.o b/Debug/Libs/sta-core/src/bus/spi/settings.o deleted file mode 100644 index 5b8fdb7..0000000 Binary files a/Debug/Libs/sta-core/src/bus/spi/settings.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/spi/settings.su b/Debug/Libs/sta-core/src/bus/spi/settings.su deleted file mode 100644 index 9e1f920..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/settings.su +++ /dev/null @@ -1,3 +0,0 @@ -../Libs/sta-core/src/bus/spi/settings.cpp:9:20:sta::SPIClkPolarity sta::getSPIClkPolarity(sta::SPIMode) 16 static -../Libs/sta-core/src/bus/spi/settings.cpp:28:17:sta::SPIClkPhase sta::getSPIClkPhase(sta::SPIMode) 16 static -../Libs/sta-core/src/bus/spi/settings.cpp:47:13:sta::SPIMode sta::getSPIMode(sta::SPIClkPolarity, sta::SPIClkPhase) 16 static diff --git a/Debug/Libs/sta-core/src/bus/spi/spi.cyclo b/Debug/Libs/sta-core/src/bus/spi/spi.cyclo deleted file mode 100644 index 43220ef..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/spi.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/bus/spi/spi.cpp:7:5:sta::SPI::SPI(const sta::SPISettings&, sta::Mutex*) 1 -../Libs/sta-core/src/bus/spi/spi.cpp:13:25:const sta::SPISettings& sta::SPI::settings() 1 diff --git a/Debug/Libs/sta-core/src/bus/spi/spi.d b/Debug/Libs/sta-core/src/bus/spi/spi.d deleted file mode 100644 index 1465fb7..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/spi.d +++ /dev/null @@ -1,9 +0,0 @@ -Libs/sta-core/src/bus/spi/spi.o: ../Libs/sta-core/src/bus/spi/spi.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/spi.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/spi/settings.hpp: diff --git a/Debug/Libs/sta-core/src/bus/spi/spi.o b/Debug/Libs/sta-core/src/bus/spi/spi.o deleted file mode 100644 index e0cfb51..0000000 Binary files a/Debug/Libs/sta-core/src/bus/spi/spi.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/spi/spi.su b/Debug/Libs/sta-core/src/bus/spi/spi.su deleted file mode 100644 index 0dec25c..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/spi.su +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/bus/spi/spi.cpp:7:5:sta::SPI::SPI(const sta::SPISettings&, sta::Mutex*) 32 static -../Libs/sta-core/src/bus/spi/spi.cpp:13:25:const sta::SPISettings& sta::SPI::settings() 16 static diff --git a/Debug/Libs/sta-core/src/bus/spi/subdir.mk b/Debug/Libs/sta-core/src/bus/spi/subdir.mk deleted file mode 100644 index e2e8373..0000000 --- a/Debug/Libs/sta-core/src/bus/spi/subdir.mk +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-spi - -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 - diff --git a/Debug/Libs/sta-core/src/bus/subdir.mk b/Debug/Libs/sta-core/src/bus/subdir.mk deleted file mode 100644 index 84b489b..0000000 --- a/Debug/Libs/sta-core/src/bus/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus - -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 - diff --git a/Debug/Libs/sta-core/src/bus/uart/settings.cyclo b/Debug/Libs/sta-core/src/bus/uart/settings.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/bus/uart/settings.d b/Debug/Libs/sta-core/src/bus/uart/settings.d deleted file mode 100644 index 08fee3b..0000000 --- a/Debug/Libs/sta-core/src/bus/uart/settings.d +++ /dev/null @@ -1,2 +0,0 @@ -Libs/sta-core/src/bus/uart/settings.o: \ - ../Libs/sta-core/src/bus/uart/settings.cpp diff --git a/Debug/Libs/sta-core/src/bus/uart/settings.o b/Debug/Libs/sta-core/src/bus/uart/settings.o deleted file mode 100644 index 1944456..0000000 Binary files a/Debug/Libs/sta-core/src/bus/uart/settings.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/uart/settings.su b/Debug/Libs/sta-core/src/bus/uart/settings.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/bus/uart/subdir.mk b/Debug/Libs/sta-core/src/bus/uart/subdir.mk deleted file mode 100644 index 39dd5af..0000000 --- a/Debug/Libs/sta-core/src/bus/uart/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-bus-2f-uart - -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 - diff --git a/Debug/Libs/sta-core/src/bus/uart/uart.cyclo b/Debug/Libs/sta-core/src/bus/uart/uart.cyclo deleted file mode 100644 index 45c0357..0000000 --- a/Debug/Libs/sta-core/src/bus/uart/uart.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/bus/uart/uart.cpp:5:5:sta::UART::UART(sta::UARTSettings&, sta::Mutex*) 1 -../Libs/sta-core/src/bus/uart/uart.cpp:11:26:const sta::UARTSettings& sta::UART::settings() 1 diff --git a/Debug/Libs/sta-core/src/bus/uart/uart.d b/Debug/Libs/sta-core/src/bus/uart/uart.d deleted file mode 100644 index 89984f2..0000000 --- a/Debug/Libs/sta-core/src/bus/uart/uart.d +++ /dev/null @@ -1,9 +0,0 @@ -Libs/sta-core/src/bus/uart/uart.o: ../Libs/sta-core/src/bus/uart/uart.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp: diff --git a/Debug/Libs/sta-core/src/bus/uart/uart.o b/Debug/Libs/sta-core/src/bus/uart/uart.o deleted file mode 100644 index c394810..0000000 Binary files a/Debug/Libs/sta-core/src/bus/uart/uart.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/bus/uart/uart.su b/Debug/Libs/sta-core/src/bus/uart/uart.su deleted file mode 100644 index 5abcc49..0000000 --- a/Debug/Libs/sta-core/src/bus/uart/uart.su +++ /dev/null @@ -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 diff --git a/Debug/Libs/sta-core/src/can/id.cyclo b/Debug/Libs/sta-core/src/can/id.cyclo deleted file mode 100644 index e72cf6c..0000000 --- a/Debug/Libs/sta-core/src/can/id.cyclo +++ /dev/null @@ -1,4 +0,0 @@ -../Libs/sta-core/src/can/id.cpp:6:10:bool sta::operator==(const sta::CanId&, const sta::CanId&) 3 -../Libs/sta-core/src/can/id.cpp:11:10:bool sta::operator!=(const sta::CanId&, const sta::CanId&) 1 -../Libs/sta-core/src/can/id.cpp:17:10:bool sta::operator==(const sta::CanFrameId&, const sta::CanFrameId&) 4 -../Libs/sta-core/src/can/id.cpp:22:10:bool sta::operator!=(const sta::CanFrameId&, const sta::CanFrameId&) 1 diff --git a/Debug/Libs/sta-core/src/can/id.d b/Debug/Libs/sta-core/src/can/id.d deleted file mode 100644 index 43e6a5c..0000000 --- a/Debug/Libs/sta-core/src/can/id.d +++ /dev/null @@ -1,3 +0,0 @@ -Libs/sta-core/src/can/id.o: ../Libs/sta-core/src/can/id.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp: diff --git a/Debug/Libs/sta-core/src/can/id.o b/Debug/Libs/sta-core/src/can/id.o deleted file mode 100644 index caff1cd..0000000 Binary files a/Debug/Libs/sta-core/src/can/id.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/can/id.su b/Debug/Libs/sta-core/src/can/id.su deleted file mode 100644 index 596b112..0000000 --- a/Debug/Libs/sta-core/src/can/id.su +++ /dev/null @@ -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 diff --git a/Debug/Libs/sta-core/src/can/iter.cyclo b/Debug/Libs/sta-core/src/can/iter.cyclo deleted file mode 100644 index 9e4677d..0000000 --- a/Debug/Libs/sta-core/src/can/iter.cyclo +++ /dev/null @@ -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) 1 -../Libs/sta-core/src/can/iter.cpp:12:5:sta::CanPendingRxFifos::const_iterator::const_iterator(const sta::CanPendingRxFifos::const_iterator&) 1 -../Libs/sta-core/src/can/iter.cpp:17:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator=(const sta::CanPendingRxFifos::const_iterator&) 1 -../Libs/sta-core/src/can/iter.cpp:27:10:bool sta::CanPendingRxFifos::const_iterator::operator==(const sta::CanPendingRxFifos::const_iterator&) const 4 -../Libs/sta-core/src/can/iter.cpp:32:10:bool sta::CanPendingRxFifos::const_iterator::operator!=(const sta::CanPendingRxFifos::const_iterator&) const 1 -../Libs/sta-core/src/can/iter.cpp:38:41:sta::CanPendingRxFifos::const_iterator& sta::CanPendingRxFifos::const_iterator::operator++() 3 -../Libs/sta-core/src/can/iter.cpp:52:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::const_iterator::operator++(int) 3 -../Libs/sta-core/src/can/iter.cpp:68:50:const value_type& sta::CanPendingRxFifos::const_iterator::operator*() const 2 -../Libs/sta-core/src/can/iter.cpp:75:10:bool sta::CanPendingRxFifos::const_iterator::isRxPending() const 1 -../Libs/sta-core/src/can/iter.cpp:82:5:sta::CanPendingRxFifos::CanPendingRxFifos(uint32_t, uint8_t) 1 -../Libs/sta-core/src/can/iter.cpp:86:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::begin() const 1 -../Libs/sta-core/src/can/iter.cpp:91:39:sta::CanPendingRxFifos::const_iterator sta::CanPendingRxFifos::end() const 1 diff --git a/Debug/Libs/sta-core/src/can/iter.d b/Debug/Libs/sta-core/src/can/iter.d deleted file mode 100644 index 44ef6aa..0000000 --- a/Debug/Libs/sta-core/src/can/iter.d +++ /dev/null @@ -1,11 +0,0 @@ -Libs/sta-core/src/can/iter.o: ../Libs/sta-core/src/can/iter.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/can/iter.o b/Debug/Libs/sta-core/src/can/iter.o deleted file mode 100644 index 595f81d..0000000 Binary files a/Debug/Libs/sta-core/src/can/iter.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/can/iter.su b/Debug/Libs/sta-core/src/can/iter.su deleted file mode 100644 index 0636279..0000000 --- a/Debug/Libs/sta-core/src/can/iter.su +++ /dev/null @@ -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 diff --git a/Debug/Libs/sta-core/src/can/subdir.mk b/Debug/Libs/sta-core/src/can/subdir.mk deleted file mode 100644 index 18685e4..0000000 --- a/Debug/Libs/sta-core/src/can/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-can - -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 - diff --git a/Debug/Libs/sta-core/src/debug/assert.cyclo b/Debug/Libs/sta-core/src/debug/assert.cyclo deleted file mode 100644 index b3513a0..0000000 --- a/Debug/Libs/sta-core/src/debug/assert.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/debug/assert.cpp:12:10:void sta::assert_failed(const char*, const char*, uint32_t) 1 -../Libs/sta-core/src/debug/assert.cpp:22:10:void sta::assert_halt() 1 diff --git a/Debug/Libs/sta-core/src/debug/assert.d b/Debug/Libs/sta-core/src/debug/assert.d deleted file mode 100644 index ba8761e..0000000 --- a/Debug/Libs/sta-core/src/debug/assert.d +++ /dev/null @@ -1,15 +0,0 @@ -Libs/sta-core/src/debug/assert.o: ../Libs/sta-core/src/debug/assert.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/debug.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/debug/assert.o b/Debug/Libs/sta-core/src/debug/assert.o deleted file mode 100644 index bfa4404..0000000 Binary files a/Debug/Libs/sta-core/src/debug/assert.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/debug/assert.su b/Debug/Libs/sta-core/src/debug/assert.su deleted file mode 100644 index 56a59a6..0000000 --- a/Debug/Libs/sta-core/src/debug/assert.su +++ /dev/null @@ -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 diff --git a/Debug/Libs/sta-core/src/debug/printing/printable.cyclo b/Debug/Libs/sta-core/src/debug/printing/printable.cyclo deleted file mode 100644 index 0b802a5..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable.cyclo +++ /dev/null @@ -1,21 +0,0 @@ -../Libs/sta-core/src/debug/printing/printable.cpp:14:7:) 2 -../Libs/sta-core/src/debug/printing/printable.cpp:30:10:void sta::Printable::print(char) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:35:10:void sta::Printable::print(bool) 2 -../Libs/sta-core/src/debug/printing/printable.cpp:40:10:void sta::Printable::print(double) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:47:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:52:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:57:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:62:10:void sta::Printable::print(const char*) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:67:10:void sta::Printable::println() 1 -../Libs/sta-core/src/debug/printing/printable.cpp:72:10:void sta::Printable::println(char) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:78:10:void sta::Printable::println(bool) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:84:10:void sta::Printable::println(double) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:90:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:96:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:102:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:108:10:void sta::Printable::println(const char*) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:113:10:void sta::Printable::println(const char*, size_t) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:119:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 5 -../Libs/sta-core/src/debug/printing/printable.cpp:142:10:void sta::Printable::printDec(uintmax_t, const char*) 1 -../Libs/sta-core/src/debug/printing/printable.cpp:149:10:void sta::Printable::printBin(uintmax_t, size_t) 4 -../Libs/sta-core/src/debug/printing/printable.cpp:174:10:void sta::Printable::printHex(uintmax_t, size_t) 5 diff --git a/Debug/Libs/sta-core/src/debug/printing/printable.d b/Debug/Libs/sta-core/src/debug/printing/printable.d deleted file mode 100644 index 1dabaea..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable.d +++ /dev/null @@ -1,14 +0,0 @@ -Libs/sta-core/src/debug/printing/printable.o: \ - ../Libs/sta-core/src/debug/printing/printable.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/debug/printing/printable.o b/Debug/Libs/sta-core/src/debug/printing/printable.o deleted file mode 100644 index 6c3e3fc..0000000 Binary files a/Debug/Libs/sta-core/src/debug/printing/printable.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/debug/printing/printable.su b/Debug/Libs/sta-core/src/debug/printing/printable.su deleted file mode 100644 index 38bb57b..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable.su +++ /dev/null @@ -1,21 +0,0 @@ -../Libs/sta-core/src/debug/printing/printable.cpp:14:7:) 60 dynamic -../Libs/sta-core/src/debug/printing/printable.cpp:30:10:void sta::Printable::print(char) 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:35:10:void sta::Printable::print(bool) 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:40:10:void sta::Printable::print(double) 96 static -../Libs/sta-core/src/debug/printing/printable.cpp:47:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 48 static -../Libs/sta-core/src/debug/printing/printable.cpp:52:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 48 static -../Libs/sta-core/src/debug/printing/printable.cpp:57:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 48 static -../Libs/sta-core/src/debug/printing/printable.cpp:62:10:void sta::Printable::print(const char*) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:67:10:void sta::Printable::println() 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:72:10:void sta::Printable::println(char) 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:78:10:void sta::Printable::println(bool) 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:84:10:void sta::Printable::println(double) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:90:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:96:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:102:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:108:10:void sta::Printable::println(const char*) 16 static -../Libs/sta-core/src/debug/printing/printable.cpp:113:10:void sta::Printable::println(const char*, size_t) 24 static -../Libs/sta-core/src/debug/printing/printable.cpp:119:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 32 static -../Libs/sta-core/src/debug/printing/printable.cpp:142:10:void sta::Printable::printDec(uintmax_t, const char*) 88 static -../Libs/sta-core/src/debug/printing/printable.cpp:149:10:void sta::Printable::printBin(uintmax_t, size_t) 112 static -../Libs/sta-core/src/debug/printing/printable.cpp:174:10:void sta::Printable::printHex(uintmax_t, size_t) 64 static diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_printf.cyclo b/Debug/Libs/sta-core/src/debug/printing/printable_printf.cyclo deleted file mode 100644 index a66cc23..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_printf.cyclo +++ /dev/null @@ -1,3 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1 -../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 1 -../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 3 diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_printf.d b/Debug/Libs/sta-core/src/debug/printing/printable_printf.d deleted file mode 100644 index ceac471..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_printf.d +++ /dev/null @@ -1,14 +0,0 @@ -Libs/sta-core/src/debug/printing/printable_printf.o: \ - ../Libs/sta-core/src/debug/printing/printable_printf.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_printf.o b/Debug/Libs/sta-core/src/debug/printing/printable_printf.o deleted file mode 100644 index f796cc3..0000000 Binary files a/Debug/Libs/sta-core/src/debug/printing/printable_printf.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_printf.su b/Debug/Libs/sta-core/src/debug/printing/printable_printf.su deleted file mode 100644 index fd274e2..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_printf.su +++ /dev/null @@ -1,3 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static -../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 16 static -../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 24 static diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_uart.cyclo b/Debug/Libs/sta-core/src/debug/printing/printable_uart.cyclo deleted file mode 100644 index 7bbbaa7..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_uart.cyclo +++ /dev/null @@ -1,3 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 1 -../Libs/sta-core/src/debug/printing/printable_uart.cpp:13:5:sta::PrintableUART::PrintableUART(sta::UART*) 4 -../Libs/sta-core/src/debug/printing/printable_uart.cpp:20:10:virtual void sta::PrintableUART::print(const char*, size_t) 1 diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_uart.d b/Debug/Libs/sta-core/src/debug/printing/printable_uart.d deleted file mode 100644 index 3c2acd3..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_uart.d +++ /dev/null @@ -1,24 +0,0 @@ -Libs/sta-core/src/debug/printing/printable_uart.o: \ - ../Libs/sta-core/src/debug/printing/printable_uart.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/printf.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/printf.hpp: diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_uart.o b/Debug/Libs/sta-core/src/debug/printing/printable_uart.o deleted file mode 100644 index da4db43..0000000 Binary files a/Debug/Libs/sta-core/src/debug/printing/printable_uart.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/debug/printing/printable_uart.su b/Debug/Libs/sta-core/src/debug/printing/printable_uart.su deleted file mode 100644 index af32882..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/printable_uart.su +++ /dev/null @@ -1,3 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/printing/printable.hpp:31:11:constexpr sta::Printable::Printable() 16 static -../Libs/sta-core/src/debug/printing/printable_uart.cpp:13:5:sta::PrintableUART::PrintableUART(sta::UART*) 16 static -../Libs/sta-core/src/debug/printing/printable_uart.cpp:20:10:virtual void sta::PrintableUART::print(const char*, size_t) 24 static diff --git a/Debug/Libs/sta-core/src/debug/printing/subdir.mk b/Debug/Libs/sta-core/src/debug/printing/subdir.mk deleted file mode 100644 index 8643d5b..0000000 --- a/Debug/Libs/sta-core/src/debug/printing/subdir.mk +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-debug-2f-printing - -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 - diff --git a/Debug/Libs/sta-core/src/debug/subdir.mk b/Debug/Libs/sta-core/src/debug/subdir.mk deleted file mode 100644 index 1b05c83..0000000 --- a/Debug/Libs/sta-core/src/debug/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-debug - -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 - diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.cyclo b/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.d b/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.d deleted file mode 100644 index b62e5d5..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/arduino/bus/i2c.o: \ - ../Libs/sta-core/src/devices/arduino/bus/i2c.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.o b/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.o deleted file mode 100644 index d04cf89..0000000 Binary files a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.su b/Debug/Libs/sta-core/src/devices/arduino/bus/i2c.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.cyclo b/Debug/Libs/sta-core/src/devices/arduino/bus/spi.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.d b/Debug/Libs/sta-core/src/devices/arduino/bus/spi.d deleted file mode 100644 index a1c10fa..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.d +++ /dev/null @@ -1,2 +0,0 @@ -Libs/sta-core/src/devices/arduino/bus/spi.o: \ - ../Libs/sta-core/src/devices/arduino/bus/spi.cpp diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.o b/Debug/Libs/sta-core/src/devices/arduino/bus/spi.o deleted file mode 100644 index 05ba6d8..0000000 Binary files a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/spi.su b/Debug/Libs/sta-core/src/devices/arduino/bus/spi.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/bus/subdir.mk b/Debug/Libs/sta-core/src/devices/arduino/bus/subdir.mk deleted file mode 100644 index 4a0e32a..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/bus/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino-2f-bus - -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 - diff --git a/Debug/Libs/sta-core/src/devices/arduino/delay.cyclo b/Debug/Libs/sta-core/src/devices/arduino/delay.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/delay.d b/Debug/Libs/sta-core/src/devices/arduino/delay.d deleted file mode 100644 index be61adf..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/delay.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/arduino/delay.o: \ - ../Libs/sta-core/src/devices/arduino/delay.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/delay.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/arduino/delay.o b/Debug/Libs/sta-core/src/devices/arduino/delay.o deleted file mode 100644 index 84bbdd1..0000000 Binary files a/Debug/Libs/sta-core/src/devices/arduino/delay.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/arduino/delay.su b/Debug/Libs/sta-core/src/devices/arduino/delay.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.cyclo b/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.d b/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.d deleted file mode 100644 index 259c3b1..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/arduino/gpio_pin.o: \ - ../Libs/sta-core/src/devices/arduino/gpio_pin.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.o b/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.o deleted file mode 100644 index eb52824..0000000 Binary files a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.su b/Debug/Libs/sta-core/src/devices/arduino/gpio_pin.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/arduino/subdir.mk b/Debug/Libs/sta-core/src/devices/arduino/subdir.mk deleted file mode 100644 index 9f36eba..0000000 --- a/Debug/Libs/sta-core/src/devices/arduino/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-arduino - -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 - diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.cyclo b/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.d b/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.d deleted file mode 100644 index f38ef2f..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/raspi/bus/i2c.o: \ - ../Libs/sta-core/src/devices/raspi/bus/i2c.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.o b/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.o deleted file mode 100644 index f26b760..0000000 Binary files a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.su b/Debug/Libs/sta-core/src/devices/raspi/bus/i2c.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.cyclo b/Debug/Libs/sta-core/src/devices/raspi/bus/spi.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.d b/Debug/Libs/sta-core/src/devices/raspi/bus/spi.d deleted file mode 100644 index f3f6276..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/raspi/bus/spi.o: \ - ../Libs/sta-core/src/devices/raspi/bus/spi.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.o b/Debug/Libs/sta-core/src/devices/raspi/bus/spi.o deleted file mode 100644 index eed9a9f..0000000 Binary files a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/spi.su b/Debug/Libs/sta-core/src/devices/raspi/bus/spi.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/bus/subdir.mk b/Debug/Libs/sta-core/src/devices/raspi/bus/subdir.mk deleted file mode 100644 index 9435a3b..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/bus/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi-2f-bus - -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 - diff --git a/Debug/Libs/sta-core/src/devices/raspi/delay.cyclo b/Debug/Libs/sta-core/src/devices/raspi/delay.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/delay.d b/Debug/Libs/sta-core/src/devices/raspi/delay.d deleted file mode 100644 index 3b60244..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/delay.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/raspi/delay.o: \ - ../Libs/sta-core/src/devices/raspi/delay.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/delay.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/raspi/delay.o b/Debug/Libs/sta-core/src/devices/raspi/delay.o deleted file mode 100644 index c480f3f..0000000 Binary files a/Debug/Libs/sta-core/src/devices/raspi/delay.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/raspi/delay.su b/Debug/Libs/sta-core/src/devices/raspi/delay.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.cyclo b/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.d b/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.d deleted file mode 100644 index 615b6d1..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/raspi/gpio_pin.o: \ - ../Libs/sta-core/src/devices/raspi/gpio_pin.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/raspi/gpio_pin.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.o b/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.o deleted file mode 100644 index 7375a83..0000000 Binary files a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.su b/Debug/Libs/sta-core/src/devices/raspi/gpio_pin.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/raspi/subdir.mk b/Debug/Libs/sta-core/src/devices/raspi/subdir.mk deleted file mode 100644 index 334e729..0000000 --- a/Debug/Libs/sta-core/src/devices/raspi/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-raspi - -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 - diff --git a/Debug/Libs/sta-core/src/devices/stm32/adc.cyclo b/Debug/Libs/sta-core/src/devices/stm32/adc.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/adc.d b/Debug/Libs/sta-core/src/devices/stm32/adc.d deleted file mode 100644 index aed4ac5..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/adc.d +++ /dev/null @@ -1,67 +0,0 @@ -Libs/sta-core/src/devices/stm32/adc.o: \ - ../Libs/sta-core/src/devices/stm32/adc.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/adc.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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: diff --git a/Debug/Libs/sta-core/src/devices/stm32/adc.o b/Debug/Libs/sta-core/src/devices/stm32/adc.o deleted file mode 100644 index 1c510cf..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/adc.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/adc.su b/Debug/Libs/sta-core/src/devices/stm32/adc.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.cyclo b/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.d b/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.d deleted file mode 100644 index a9c7463..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.d +++ /dev/null @@ -1,69 +0,0 @@ -Libs/sta-core/src/devices/stm32/bus/i2c.o: \ - ../Libs/sta-core/src/devices/stm32/bus/i2c.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/i2c.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.o b/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.o deleted file mode 100644 index cce716a..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.su b/Debug/Libs/sta-core/src/devices/stm32/bus/i2c.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.cyclo b/Debug/Libs/sta-core/src/devices/stm32/bus/spi.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.d b/Debug/Libs/sta-core/src/devices/stm32/bus/spi.d deleted file mode 100644 index 158e63a..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.d +++ /dev/null @@ -1,67 +0,0 @@ -Libs/sta-core/src/devices/stm32/bus/spi.o: \ - ../Libs/sta-core/src/devices/stm32/bus/spi.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/spi.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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: diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.o b/Debug/Libs/sta-core/src/devices/stm32/bus/spi.o deleted file mode 100644 index 1783741..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/spi.su b/Debug/Libs/sta-core/src/devices/stm32/bus/spi.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/subdir.mk b/Debug/Libs/sta-core/src/devices/stm32/bus/subdir.mk deleted file mode 100644 index b0fd124..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/subdir.mk +++ /dev/null @@ -1,33 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/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 -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32-2f-bus - -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 - diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.cyclo b/Debug/Libs/sta-core/src/devices/stm32/bus/uart.cyclo deleted file mode 100644 index 7be3818..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.cyclo +++ /dev/null @@ -1,6 +0,0 @@ -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:9:5:sta::STM32UART::STM32UART(UART_HandleTypeDef*, sta::UARTSettings&, sta::Mutex*) 2 -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:15:10:virtual void sta::STM32UART::transfer(uint8_t) 1 -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:20:10:virtual void sta::STM32UART::transfer16(uint16_t) 1 -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:25:7:virtual void sta::STM32UART::transfer(const uint8_t*, size_t) 2 -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:32:7:virtual void sta::STM32UART::receive(uint8_t*, size_t) 2 -../Libs/sta-core/src/devices/stm32/bus/uart.cpp:39:7:virtual void sta::STM32UART::fill(uint8_t, size_t) 2 diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.d b/Debug/Libs/sta-core/src/devices/stm32/bus/uart.d deleted file mode 100644 index b6d9791..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.d +++ /dev/null @@ -1,77 +0,0 @@ -Libs/sta-core/src/devices/stm32/bus/uart.o: \ - ../Libs/sta-core/src/devices/stm32/bus/uart.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/bus/uart.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/uart.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/interface.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/uart/settings.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.o b/Debug/Libs/sta-core/src/devices/stm32/bus/uart.o deleted file mode 100644 index eca3d3f..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.su b/Debug/Libs/sta-core/src/devices/stm32/bus/uart.su deleted file mode 100644 index f1c95ff..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/bus/uart.su +++ /dev/null @@ -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 diff --git a/Debug/Libs/sta-core/src/devices/stm32/can.cyclo b/Debug/Libs/sta-core/src/devices/stm32/can.cyclo deleted file mode 100644 index c8ea78c..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/can.cyclo +++ /dev/null @@ -1,17 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp:27:11:constexpr sta::CanController::CanController() 1 -../Libs/sta-core/src/devices/stm32/can.cpp:10:5:sta::STM32CanController::STM32CanController(CAN_HandleTypeDef*) 1 -../Libs/sta-core/src/devices/stm32/can.cpp:17:10:void sta::STM32CanController::enableRxInterrupts() 1 -../Libs/sta-core/src/devices/stm32/can.cpp:25:10:void sta::STM32CanController::start() 1 -../Libs/sta-core/src/devices/stm32/can.cpp:30:10:void sta::STM32CanController::stop() 1 -../Libs/sta-core/src/devices/stm32/can.cpp:36:10:virtual bool sta::STM32CanController::sendFrame(const sta::CanTxHeader&, const uint8_t*) 3 -../Libs/sta-core/src/devices/stm32/can.cpp:60:10:virtual bool sta::STM32CanController::receiveFrame(uint8_t, sta::CanRxHeader*, uint8_t*) 3 -../Libs/sta-core/src/devices/stm32/can.cpp:91:14:virtual uint32_t sta::STM32CanController::getRxFifoFlags() 2 -../Libs/sta-core/src/devices/stm32/can.cpp:99:10:virtual void sta::STM32CanController::configureFilter(uint8_t, const sta::CanFilter&, bool) 3 -../Libs/sta-core/src/devices/stm32/can.cpp:124:10:virtual void sta::STM32CanController::enableFilter(uint8_t) 1 -../Libs/sta-core/src/devices/stm32/can.cpp:133:10:virtual void sta::STM32CanController::disableFilter(uint8_t) 1 -../Libs/sta-core/src/devices/stm32/can.cpp:142:10:virtual void sta::STM32CanController::clearFilters() 3 -../Libs/sta-core/src/devices/stm32/can.cpp:158:10:void sta::STM32CanController::initFilters() 2 -../Libs/sta-core/src/devices/stm32/can.cpp:172:23:virtual sta::CanPendingRxFifos sta::STM32CanController::getPendingRxFifos() 3 -../Libs/sta-core/src/devices/stm32/can.cpp:191:13:virtual uint8_t sta::STM32CanController::maxFilterCount() const 1 -../Libs/sta-core/src/devices/stm32/can.cpp:195:13:virtual uint8_t sta::STM32CanController::maxFifoCount() const 1 -../Libs/sta-core/src/devices/stm32/can.cpp:199:13:virtual uint8_t sta::STM32CanController::maxPayloadSize() const 1 diff --git a/Debug/Libs/sta-core/src/devices/stm32/can.d b/Debug/Libs/sta-core/src/devices/stm32/can.d deleted file mode 100644 index 69d410c..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/can.d +++ /dev/null @@ -1,81 +0,0 @@ -Libs/sta-core/src/devices/stm32/can.o: \ - ../Libs/sta-core/src/devices/stm32/can.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp \ - ../Core/Inc/main.h ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h \ - ../Core/Inc/stm32f4xx_hal_conf.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h \ - ../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h \ - ../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/can.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/hal.hpp: -../Core/Inc/main.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h: -../Core/Inc/stm32f4xx_hal_conf.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h: -../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h: -../Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/filter.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/id.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/headers.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/iter.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/can.o b/Debug/Libs/sta-core/src/devices/stm32/can.o deleted file mode 100644 index 799afb0..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/can.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/can.su b/Debug/Libs/sta-core/src/devices/stm32/can.su deleted file mode 100644 index 8b0cd7d..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/can.su +++ /dev/null @@ -1,17 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/bus/can/controller.hpp:27:11:constexpr sta::CanController::CanController() 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:10:5:sta::STM32CanController::STM32CanController(CAN_HandleTypeDef*) 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:17:10:void sta::STM32CanController::enableRxInterrupts() 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:25:10:void sta::STM32CanController::start() 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:30:10:void sta::STM32CanController::stop() 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:36:10:virtual bool sta::STM32CanController::sendFrame(const sta::CanTxHeader&, const uint8_t*) 56 static -../Libs/sta-core/src/devices/stm32/can.cpp:60:10:virtual bool sta::STM32CanController::receiveFrame(uint8_t, sta::CanRxHeader*, uint8_t*) 56 static -../Libs/sta-core/src/devices/stm32/can.cpp:91:14:virtual uint32_t sta::STM32CanController::getRxFifoFlags() 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:99:10:virtual void sta::STM32CanController::configureFilter(uint8_t, const sta::CanFilter&, bool) 32 static -../Libs/sta-core/src/devices/stm32/can.cpp:124:10:virtual void sta::STM32CanController::enableFilter(uint8_t) 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:133:10:virtual void sta::STM32CanController::disableFilter(uint8_t) 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:142:10:virtual void sta::STM32CanController::clearFilters() 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:158:10:void sta::STM32CanController::initFilters() 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:172:23:virtual sta::CanPendingRxFifos sta::STM32CanController::getPendingRxFifos() 24 static -../Libs/sta-core/src/devices/stm32/can.cpp:191:13:virtual uint8_t sta::STM32CanController::maxFilterCount() const 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:195:13:virtual uint8_t sta::STM32CanController::maxFifoCount() const 16 static -../Libs/sta-core/src/devices/stm32/can.cpp:199:13:virtual uint8_t sta::STM32CanController::maxPayloadSize() const 16 static diff --git a/Debug/Libs/sta-core/src/devices/stm32/delay.cyclo b/Debug/Libs/sta-core/src/devices/stm32/delay.cyclo deleted file mode 100644 index 340884c..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/delay.cyclo +++ /dev/null @@ -1 +0,0 @@ -../Libs/sta-core/src/devices/stm32/delay.cpp:14:10:void sta::delayMs(uint32_t) 1 diff --git a/Debug/Libs/sta-core/src/devices/stm32/delay.d b/Debug/Libs/sta-core/src/devices/stm32/delay.d deleted file mode 100644 index 7a64e0b..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/delay.d +++ /dev/null @@ -1,73 +0,0 @@ -Libs/sta-core/src/devices/stm32/delay.o: \ - ../Libs/sta-core/src/devices/stm32/delay.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/delay.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/clocks.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/delay.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/clocks.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/delay.o b/Debug/Libs/sta-core/src/devices/stm32/delay.o deleted file mode 100644 index 4f3d05d..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/delay.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/delay.su b/Debug/Libs/sta-core/src/devices/stm32/delay.su deleted file mode 100644 index 06069c1..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/delay.su +++ /dev/null @@ -1 +0,0 @@ -../Libs/sta-core/src/devices/stm32/delay.cpp:14:10:void sta::delayMs(uint32_t) 16 static diff --git a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.cyclo b/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.cyclo deleted file mode 100644 index 9ea1ce0..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.cyclo +++ /dev/null @@ -1,8 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp:31:11:constexpr sta::GpioPin::GpioPin() 1 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:10:5:sta::STM32GpioPin::STM32GpioPin(GPIO_TypeDef*, uint16_t) 2 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:16:10:virtual void sta::STM32GpioPin::setState(sta::GpioPinState) 1 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:21:18:virtual sta::GpioPinState sta::STM32GpioPin::getState() 1 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:26:20:GPIO_TypeDef* sta::STM32GpioPin::getPort() const 1 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:31:14:uint16_t sta::STM32GpioPin::getPin() const 1 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:36:13:uint8_t sta::STM32GpioPin::getPortIndex() const 9 -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:42:10:bool sta::isInterruptEdge(const sta::STM32GpioPin&, sta::InterruptEdge) 10 diff --git a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.d b/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.d deleted file mode 100644 index d684b56..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.d +++ /dev/null @@ -1,73 +0,0 @@ -Libs/sta-core/src/devices/stm32/gpio_pin.o: \ - ../Libs/sta-core/src/devices/stm32/gpio_pin.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/gpio_pin.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/gpio_pin.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/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/stm32f407xx.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_can.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/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/lang.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.o b/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.o deleted file mode 100644 index 99c1a5e..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.su b/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.su deleted file mode 100644 index 2887c1d..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/gpio_pin.su +++ /dev/null @@ -1,8 +0,0 @@ -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/gpio_pin.hpp:31:11:constexpr sta::GpioPin::GpioPin() 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:10:5:sta::STM32GpioPin::STM32GpioPin(GPIO_TypeDef*, uint16_t) 24 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:16:10:virtual void sta::STM32GpioPin::setState(sta::GpioPinState) 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:21:18:virtual sta::GpioPinState sta::STM32GpioPin::getState() 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:26:20:GPIO_TypeDef* sta::STM32GpioPin::getPort() const 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:31:14:uint16_t sta::STM32GpioPin::getPin() const 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:36:13:uint8_t sta::STM32GpioPin::getPortIndex() const 16 static -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp:42:10:bool sta::isInterruptEdge(const sta::STM32GpioPin&, sta::InterruptEdge) 40 static diff --git a/Debug/Libs/sta-core/src/devices/stm32/init.cyclo b/Debug/Libs/sta-core/src/devices/stm32/init.cyclo deleted file mode 100644 index e8fb62c..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/init.cyclo +++ /dev/null @@ -1 +0,0 @@ -../Libs/sta-core/src/devices/stm32/init.cpp:18:10:void sta::initHAL() 1 diff --git a/Debug/Libs/sta-core/src/devices/stm32/init.d b/Debug/Libs/sta-core/src/devices/stm32/init.d deleted file mode 100644 index a1f81f7..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/init.d +++ /dev/null @@ -1,12 +0,0 @@ -Libs/sta-core/src/devices/stm32/init.o: \ - ../Libs/sta-core/src/devices/stm32/init.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/init.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/init.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/debug/assert.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/stm32/init.o b/Debug/Libs/sta-core/src/devices/stm32/init.o deleted file mode 100644 index 21d5dd3..0000000 Binary files a/Debug/Libs/sta-core/src/devices/stm32/init.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/stm32/init.su b/Debug/Libs/sta-core/src/devices/stm32/init.su deleted file mode 100644 index 0818cf1..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/init.su +++ /dev/null @@ -1 +0,0 @@ -../Libs/sta-core/src/devices/stm32/init.cpp:18:10:void sta::initHAL() 4 static diff --git a/Debug/Libs/sta-core/src/devices/stm32/subdir.mk b/Debug/Libs/sta-core/src/devices/stm32/subdir.mk deleted file mode 100644 index b73af43..0000000 --- a/Debug/Libs/sta-core/src/devices/stm32/subdir.mk +++ /dev/null @@ -1,39 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/devices/stm32/adc.cpp \ -../Libs/sta-core/src/devices/stm32/can.cpp \ -../Libs/sta-core/src/devices/stm32/delay.cpp \ -../Libs/sta-core/src/devices/stm32/gpio_pin.cpp \ -../Libs/sta-core/src/devices/stm32/init.cpp - -OBJS += \ -./Libs/sta-core/src/devices/stm32/adc.o \ -./Libs/sta-core/src/devices/stm32/can.o \ -./Libs/sta-core/src/devices/stm32/delay.o \ -./Libs/sta-core/src/devices/stm32/gpio_pin.o \ -./Libs/sta-core/src/devices/stm32/init.o - -CPP_DEPS += \ -./Libs/sta-core/src/devices/stm32/adc.d \ -./Libs/sta-core/src/devices/stm32/can.d \ -./Libs/sta-core/src/devices/stm32/delay.d \ -./Libs/sta-core/src/devices/stm32/gpio_pin.d \ -./Libs/sta-core/src/devices/stm32/init.d - - -# Each subdirectory must supply rules for building sources it contributes -Libs/sta-core/src/devices/stm32/%.o Libs/sta-core/src/devices/stm32/%.su Libs/sta-core/src/devices/stm32/%.cyclo: ../Libs/sta-core/src/devices/stm32/%.cpp Libs/sta-core/src/devices/stm32/subdir.mk - arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32 - -clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32: - -$(RM) ./Libs/sta-core/src/devices/stm32/adc.cyclo ./Libs/sta-core/src/devices/stm32/adc.d ./Libs/sta-core/src/devices/stm32/adc.o ./Libs/sta-core/src/devices/stm32/adc.su ./Libs/sta-core/src/devices/stm32/can.cyclo ./Libs/sta-core/src/devices/stm32/can.d ./Libs/sta-core/src/devices/stm32/can.o ./Libs/sta-core/src/devices/stm32/can.su ./Libs/sta-core/src/devices/stm32/delay.cyclo ./Libs/sta-core/src/devices/stm32/delay.d ./Libs/sta-core/src/devices/stm32/delay.o ./Libs/sta-core/src/devices/stm32/delay.su ./Libs/sta-core/src/devices/stm32/gpio_pin.cyclo ./Libs/sta-core/src/devices/stm32/gpio_pin.d ./Libs/sta-core/src/devices/stm32/gpio_pin.o ./Libs/sta-core/src/devices/stm32/gpio_pin.su ./Libs/sta-core/src/devices/stm32/init.cyclo ./Libs/sta-core/src/devices/stm32/init.d ./Libs/sta-core/src/devices/stm32/init.o ./Libs/sta-core/src/devices/stm32/init.su - -.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-stm32 - diff --git a/Debug/Libs/sta-core/src/devices/template/custom_printable.cyclo b/Debug/Libs/sta-core/src/devices/template/custom_printable.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/template/custom_printable.d b/Debug/Libs/sta-core/src/devices/template/custom_printable.d deleted file mode 100644 index e489fab..0000000 --- a/Debug/Libs/sta-core/src/devices/template/custom_printable.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/template/custom_printable.o: \ - ../Libs/sta-core/src/devices/template/custom_printable.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/template/custom_printable.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/template/custom_printable.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/template/custom_printable.o b/Debug/Libs/sta-core/src/devices/template/custom_printable.o deleted file mode 100644 index c3e18fc..0000000 Binary files a/Debug/Libs/sta-core/src/devices/template/custom_printable.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/template/custom_printable.su b/Debug/Libs/sta-core/src/devices/template/custom_printable.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/template/delay.cyclo b/Debug/Libs/sta-core/src/devices/template/delay.cyclo deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/template/delay.d b/Debug/Libs/sta-core/src/devices/template/delay.d deleted file mode 100644 index c0a33ee..0000000 --- a/Debug/Libs/sta-core/src/devices/template/delay.d +++ /dev/null @@ -1,10 +0,0 @@ -Libs/sta-core/src/devices/template/delay.o: \ - ../Libs/sta-core/src/devices/template/delay.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/template/delay.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/template/delay.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta/config.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/STM32F407xx.hpp: -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/devices/stm32/mcu/common.hpp: diff --git a/Debug/Libs/sta-core/src/devices/template/delay.o b/Debug/Libs/sta-core/src/devices/template/delay.o deleted file mode 100644 index aa03622..0000000 Binary files a/Debug/Libs/sta-core/src/devices/template/delay.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/devices/template/delay.su b/Debug/Libs/sta-core/src/devices/template/delay.su deleted file mode 100644 index e69de29..0000000 diff --git a/Debug/Libs/sta-core/src/devices/template/subdir.mk b/Debug/Libs/sta-core/src/devices/template/subdir.mk deleted file mode 100644 index 3c68244..0000000 --- a/Debug/Libs/sta-core/src/devices/template/subdir.mk +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/devices/template/custom_printable.cpp \ -../Libs/sta-core/src/devices/template/delay.cpp - -OBJS += \ -./Libs/sta-core/src/devices/template/custom_printable.o \ -./Libs/sta-core/src/devices/template/delay.o - -CPP_DEPS += \ -./Libs/sta-core/src/devices/template/custom_printable.d \ -./Libs/sta-core/src/devices/template/delay.d - - -# Each subdirectory must supply rules for building sources it contributes -Libs/sta-core/src/devices/template/%.o Libs/sta-core/src/devices/template/%.su Libs/sta-core/src/devices/template/%.cyclo: ../Libs/sta-core/src/devices/template/%.cpp Libs/sta-core/src/devices/template/subdir.mk - arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-template - -clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-template: - -$(RM) ./Libs/sta-core/src/devices/template/custom_printable.cyclo ./Libs/sta-core/src/devices/template/custom_printable.d ./Libs/sta-core/src/devices/template/custom_printable.o ./Libs/sta-core/src/devices/template/custom_printable.su ./Libs/sta-core/src/devices/template/delay.cyclo ./Libs/sta-core/src/devices/template/delay.d ./Libs/sta-core/src/devices/template/delay.o ./Libs/sta-core/src/devices/template/delay.su - -.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-devices-2f-template - diff --git a/Debug/Libs/sta-core/src/mutex.cyclo b/Debug/Libs/sta-core/src/mutex.cyclo deleted file mode 100644 index a4ecfe3..0000000 --- a/Debug/Libs/sta-core/src/mutex.cyclo +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/mutex.cpp:12:14:virtual void sta::DummyMutex::acquire() 1 -../Libs/sta-core/src/mutex.cpp:13:14:virtual void sta::DummyMutex::release() 1 diff --git a/Debug/Libs/sta-core/src/mutex.d b/Debug/Libs/sta-core/src/mutex.d deleted file mode 100644 index 54f24ef..0000000 --- a/Debug/Libs/sta-core/src/mutex.d +++ /dev/null @@ -1,3 +0,0 @@ -Libs/sta-core/src/mutex.o: ../Libs/sta-core/src/mutex.cpp \ - C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp -C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include/sta/mutex.hpp: diff --git a/Debug/Libs/sta-core/src/mutex.o b/Debug/Libs/sta-core/src/mutex.o deleted file mode 100644 index 67f4058..0000000 Binary files a/Debug/Libs/sta-core/src/mutex.o and /dev/null differ diff --git a/Debug/Libs/sta-core/src/mutex.su b/Debug/Libs/sta-core/src/mutex.su deleted file mode 100644 index 24b254a..0000000 --- a/Debug/Libs/sta-core/src/mutex.su +++ /dev/null @@ -1,2 +0,0 @@ -../Libs/sta-core/src/mutex.cpp:12:14:virtual void sta::DummyMutex::acquire() 16 static -../Libs/sta-core/src/mutex.cpp:13:14:virtual void sta::DummyMutex::release() 16 static diff --git a/Debug/Libs/sta-core/src/subdir.mk b/Debug/Libs/sta-core/src/subdir.mk deleted file mode 100644 index dbffb14..0000000 --- a/Debug/Libs/sta-core/src/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -CPP_SRCS += \ -../Libs/sta-core/src/mutex.cpp - -OBJS += \ -./Libs/sta-core/src/mutex.o - -CPP_DEPS += \ -./Libs/sta-core/src/mutex.d - - -# Each subdirectory must supply rules for building sources it contributes -Libs/sta-core/src/%.o Libs/sta-core/src/%.su Libs/sta-core/src/%.cyclo: ../Libs/sta-core/src/%.cpp Libs/sta-core/src/subdir.mk - arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc" -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/App/Inc/sta" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/rtos2-utils/include" -I"C:/Users/carlw/Desktop/to-the-moon/CAN-Demo/Libs/TACOS/include" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" - -clean: clean-Libs-2f-sta-2d-core-2f-src - -clean-Libs-2f-sta-2d-core-2f-src: - -$(RM) ./Libs/sta-core/src/mutex.cyclo ./Libs/sta-core/src/mutex.d ./Libs/sta-core/src/mutex.o ./Libs/sta-core/src/mutex.su - -.PHONY: clean-Libs-2f-sta-2d-core-2f-src - diff --git a/Debug/makefile b/Debug/makefile deleted file mode 100644 index f84b1af..0000000 --- a/Debug/makefile +++ /dev/null @@ -1,144 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk --include Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk --include Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk --include Middlewares/Third_Party/FreeRTOS/Source/subdir.mk --include Libs/sta-core/src/devices/template/subdir.mk --include Libs/sta-core/src/devices/stm32/bus/subdir.mk --include Libs/sta-core/src/devices/stm32/subdir.mk --include Libs/sta-core/src/devices/raspi/bus/subdir.mk --include Libs/sta-core/src/devices/raspi/subdir.mk --include Libs/sta-core/src/devices/arduino/bus/subdir.mk --include Libs/sta-core/src/devices/arduino/subdir.mk --include Libs/sta-core/src/debug/printing/subdir.mk --include Libs/sta-core/src/debug/subdir.mk --include Libs/sta-core/src/can/subdir.mk --include Libs/sta-core/src/bus/uart/subdir.mk --include Libs/sta-core/src/bus/spi/subdir.mk --include Libs/sta-core/src/bus/i2c/subdir.mk --include Libs/sta-core/src/bus/subdir.mk --include Libs/sta-core/src/atomic/subdir.mk --include Libs/sta-core/src/subdir.mk --include Libs/rtos2-utils/src/system/subdir.mk --include Libs/rtos2-utils/src/debug/subdir.mk --include Libs/rtos2-utils/src/subdir.mk --include Libs/TACOS/src/subdir.mk --include Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk --include Core/Startup/subdir.mk --include Core/Src/subdir.mk --include App/Src/tasks/subdir.mk --include App/Src/subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(CC_DEPS)),) --include $(CC_DEPS) -endif -ifneq ($(strip $(C++_DEPS)),) --include $(C++_DEPS) -endif -ifneq ($(strip $(CCM_DEPS)),) --include $(CCM_DEPS) -endif -ifneq ($(strip $(C_UPPER_DEPS)),) --include $(C_UPPER_DEPS) -endif -ifneq ($(strip $(CXX_DEPS)),) --include $(CXX_DEPS) -endif -ifneq ($(strip $(S_DEPS)),) --include $(S_DEPS) -endif -ifneq ($(strip $(S_UPPER_DEPS)),) --include $(S_UPPER_DEPS) -endif -ifneq ($(strip $(CXXM_DEPS)),) --include $(CXXM_DEPS) -endif -ifneq ($(strip $(C++M_DEPS)),) --include $(C++M_DEPS) -endif -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -ifneq ($(strip $(CPP_DEPS)),) --include $(CPP_DEPS) -endif -endif - --include ../makefile.defs - -OPTIONAL_TOOL_DEPS := \ -$(wildcard ../makefile.defs) \ -$(wildcard ../makefile.init) \ -$(wildcard ../makefile.targets) \ - - -BUILD_ARTIFACT_NAME := CAN-Demo -BUILD_ARTIFACT_EXTENSION := elf -BUILD_ARTIFACT_PREFIX := -BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),) - -# Add inputs and outputs from these tool invocations to the build variables -EXECUTABLES += \ -CAN-Demo.elf \ - -MAP_FILES += \ -CAN-Demo.map \ - -SIZE_OUTPUT += \ -default.size.stdout \ - -OBJDUMP_LIST += \ -CAN-Demo.list \ - - -# All Target -all: main-build - -# Main-build Target -main-build: CAN-Demo.elf secondary-outputs - -# Tool invocations -CAN-Demo.elf CAN-Demo.map: $(OBJS) $(USER_OBJS) C:\Users\carlw\Desktop\to-the-moon\CAN-Demo\STM32F407ZGTX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS) - arm-none-eabi-g++ -o "CAN-Demo.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"C:\Users\carlw\Desktop\to-the-moon\CAN-Demo\STM32F407ZGTX_FLASH.ld" -Wl,-Map="CAN-Demo.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -lstdc++ -lsupc++ -Wl,--end-group - @echo 'Finished building target: $@' - @echo ' ' - -default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS) - arm-none-eabi-size $(EXECUTABLES) - @echo 'Finished building: $@' - @echo ' ' - -CAN-Demo.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS) - arm-none-eabi-objdump -h -S $(EXECUTABLES) > "CAN-Demo.list" - @echo 'Finished building: $@' - @echo ' ' - -# Other Targets -clean: - -$(RM) CAN-Demo.elf CAN-Demo.list CAN-Demo.map default.size.stdout - -@echo ' ' - -secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST) - -fail-specified-linker-script-missing: - @echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.' - @exit 2 - -warn-no-linker-script-specified: - @echo 'Warning: No linker script specified. Check the linker settings in the build configuration.' - -.PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified - --include ../makefile.targets diff --git a/Debug/objects.list b/Debug/objects.list deleted file mode 100644 index d5e3f5c..0000000 --- a/Debug/objects.list +++ /dev/null @@ -1,95 +0,0 @@ -"./App/Src/startup.o" -"./App/Src/test.o" -"./App/Src/tasks/can_task.o" -"./Core/Src/can.o" -"./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" -"./Core/Startup/startup_stm32f407zgtx.o" -"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o" -"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.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_tim.o" -"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o" -"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.o" -"./Libs/TACOS/src/manager.o" -"./Libs/TACOS/src/startup.o" -"./Libs/TACOS/src/statemachine.o" -"./Libs/TACOS/src/tacos.o" -"./Libs/TACOS/src/thread.o" -"./Libs/rtos2-utils/src/debug/heap_stats.o" -"./Libs/rtos2-utils/src/debug/runtime_stats.o" -"./Libs/rtos2-utils/src/debug/stack_overflow.o" -"./Libs/rtos2-utils/src/event.o" -"./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" -"./Libs/rtos2-utils/src/timer.o" -"./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" -"./Libs/sta-core/src/atomic/mutex.o" -"./Libs/sta-core/src/atomic/signal.o" -"./Libs/sta-core/src/bus/device.o" -"./Libs/sta-core/src/bus/interface.o" -"./Libs/sta-core/src/bus/i2c/device.o" -"./Libs/sta-core/src/bus/i2c/i2c.o" -"./Libs/sta-core/src/bus/spi/device.o" -"./Libs/sta-core/src/bus/spi/settings.o" -"./Libs/sta-core/src/bus/spi/spi.o" -"./Libs/sta-core/src/bus/uart/settings.o" -"./Libs/sta-core/src/bus/uart/uart.o" -"./Libs/sta-core/src/can/id.o" -"./Libs/sta-core/src/can/iter.o" -"./Libs/sta-core/src/debug/assert.o" -"./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" -"./Libs/sta-core/src/devices/arduino/bus/i2c.o" -"./Libs/sta-core/src/devices/arduino/bus/spi.o" -"./Libs/sta-core/src/devices/arduino/delay.o" -"./Libs/sta-core/src/devices/arduino/gpio_pin.o" -"./Libs/sta-core/src/devices/raspi/bus/i2c.o" -"./Libs/sta-core/src/devices/raspi/bus/spi.o" -"./Libs/sta-core/src/devices/raspi/delay.o" -"./Libs/sta-core/src/devices/raspi/gpio_pin.o" -"./Libs/sta-core/src/devices/stm32/adc.o" -"./Libs/sta-core/src/devices/stm32/can.o" -"./Libs/sta-core/src/devices/stm32/delay.o" -"./Libs/sta-core/src/devices/stm32/gpio_pin.o" -"./Libs/sta-core/src/devices/stm32/init.o" -"./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" -"./Libs/sta-core/src/devices/template/custom_printable.o" -"./Libs/sta-core/src/devices/template/delay.o" -"./Libs/sta-core/src/mutex.o" -"./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o" -"./Middlewares/Third_Party/FreeRTOS/Source/croutine.o" -"./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o" -"./Middlewares/Third_Party/FreeRTOS/Source/list.o" -"./Middlewares/Third_Party/FreeRTOS/Source/queue.o" -"./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o" -"./Middlewares/Third_Party/FreeRTOS/Source/tasks.o" -"./Middlewares/Third_Party/FreeRTOS/Source/timers.o" -"./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o" -"./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o" diff --git a/Debug/objects.mk b/Debug/objects.mk deleted file mode 100644 index 820854b..0000000 --- a/Debug/objects.mk +++ /dev/null @@ -1,9 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -USER_OBJS := - -LIBS := - diff --git a/Debug/sources.mk b/Debug/sources.mk deleted file mode 100644 index ac092b3..0000000 --- a/Debug/sources.mk +++ /dev/null @@ -1,70 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -# Toolchain: GNU Tools for STM32 (11.3.rel1) -################################################################################ - -C++M_SRCS := -CPP_SRCS := -S_UPPER_SRCS := -O_SRCS := -ELF_SRCS := -C_UPPER_SRCS := -CXX_SRCS := -CCM_SRCS := -C++_SRCS := -OBJ_SRCS := -S_SRCS := -CC_SRCS := -C_SRCS := -CXXM_SRCS := -CYCLO_FILES := -OBJDUMP_LIST := -CCM_DEPS := -C_UPPER_DEPS := -S_DEPS := -CXXM_DEPS := -C_DEPS := -CC_DEPS := -SIZE_OUTPUT := -C++_DEPS := -SU_FILES := -EXECUTABLES := -OBJS := -CXX_DEPS := -MAP_FILES := -S_UPPER_DEPS := -C++M_DEPS := -CPP_DEPS := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -App/Src \ -App/Src/tasks \ -Core/Src \ -Core/Startup \ -Drivers/STM32F4xx_HAL_Driver/Src \ -Libs/TACOS/src \ -Libs/rtos2-utils/src/debug \ -Libs/rtos2-utils/src \ -Libs/rtos2-utils/src/system \ -Libs/sta-core/src/atomic \ -Libs/sta-core/src/bus \ -Libs/sta-core/src/bus/i2c \ -Libs/sta-core/src/bus/spi \ -Libs/sta-core/src/bus/uart \ -Libs/sta-core/src/can \ -Libs/sta-core/src/debug \ -Libs/sta-core/src/debug/printing \ -Libs/sta-core/src/devices/arduino/bus \ -Libs/sta-core/src/devices/arduino \ -Libs/sta-core/src/devices/raspi/bus \ -Libs/sta-core/src/devices/raspi \ -Libs/sta-core/src/devices/stm32 \ -Libs/sta-core/src/devices/stm32/bus \ -Libs/sta-core/src/devices/template \ -Libs/sta-core/src \ -Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \ -Middlewares/Third_Party/FreeRTOS/Source \ -Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F \ -Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang \ -