Initial WIP build

This commit is contained in:
@CarlWachter
2023-10-25 16:19:32 +02:00
commit 18bcba3706
357 changed files with 125194 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Libs/sta-core/src/atomic/mutex.o: ../Libs/sta-core/src/atomic/mutex.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/mutex.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/mutex.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

View File

@@ -0,0 +1,5 @@
Libs/sta-core/src/atomic/signal.o: ../Libs/sta-core/src/atomic/signal.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/signal.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/atomic/signal.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/atomic/mutex.cpp \
../Libs/sta-core/src/atomic/signal.cpp
OBJS += \
./Libs/sta-core/src/atomic/mutex.o \
./Libs/sta-core/src/atomic/signal.o
CPP_DEPS += \
./Libs/sta-core/src/atomic/mutex.d \
./Libs/sta-core/src/atomic/signal.d
# Each subdirectory must supply rules for building sources it contributes
Libs/sta-core/src/atomic/%.o Libs/sta-core/src/atomic/%.su Libs/sta-core/src/atomic/%.cyclo: ../Libs/sta-core/src/atomic/%.cpp Libs/sta-core/src/atomic/subdir.mk
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic
clean-Libs-2f-sta-2d-core-2f-src-2f-atomic:
-$(RM) ./Libs/sta-core/src/atomic/mutex.cyclo ./Libs/sta-core/src/atomic/mutex.d ./Libs/sta-core/src/atomic/mutex.o ./Libs/sta-core/src/atomic/mutex.su ./Libs/sta-core/src/atomic/signal.cyclo ./Libs/sta-core/src/atomic/signal.d ./Libs/sta-core/src/atomic/signal.o ./Libs/sta-core/src/atomic/signal.su
.PHONY: clean-Libs-2f-sta-2d-core-2f-src-2f-atomic

View File

@@ -0,0 +1,8 @@
../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

View File

@@ -0,0 +1,11 @@
Libs/sta-core/src/bus/device.o: ../Libs/sta-core/src/bus/device.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,8 @@
../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

View File

@@ -0,0 +1,3 @@
../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

View File

@@ -0,0 +1,16 @@
Libs/sta-core/src/bus/i2c/device.o: \
../Libs/sta-core/src/bus/i2c/device.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,3 @@
../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

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,7 @@
Libs/sta-core/src/bus/i2c/i2c.o: ../Libs/sta-core/src/bus/i2c/i2c.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/i2c.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/i2c/i2c.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,4 @@
../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

View File

@@ -0,0 +1,9 @@
Libs/sta-core/src/bus/interface.o: ../Libs/sta-core/src/bus/interface.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../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

View File

@@ -0,0 +1,5 @@
../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

View File

@@ -0,0 +1,20 @@
Libs/sta-core/src/bus/spi/device.o: \
../Libs/sta-core/src/bus/spi/device.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/gpio_pin.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/device.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/gpio_pin.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../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

View File

@@ -0,0 +1,3 @@
../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

View File

@@ -0,0 +1,10 @@
Libs/sta-core/src/bus/spi/settings.o: \
../Libs/sta-core/src/bus/spi/settings.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp:

Binary file not shown.

View File

@@ -0,0 +1,3 @@
../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

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,9 @@
Libs/sta-core/src/bus/spi/spi.o: ../Libs/sta-core/src/bus/spi/spi.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/spi.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/spi.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/spi/settings.hpp:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,33 @@
################################################################################
# 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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,2 @@
Libs/sta-core/src/bus/uart/settings.o: \
../Libs/sta-core/src/bus/uart/settings.cpp

Binary file not shown.

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,9 @@
Libs/sta-core/src/bus/uart/uart.o: ../Libs/sta-core/src/bus/uart/uart.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/settings.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/settings.hpp:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,4 @@
../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

View File

@@ -0,0 +1,3 @@
Libs/sta-core/src/can/id.o: ../Libs/sta-core/src/can/id.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/id.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/id.hpp:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../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

View File

@@ -0,0 +1,12 @@
../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

View File

@@ -0,0 +1,7 @@
Libs/sta-core/src/can/iter.o: ../Libs/sta-core/src/can/iter.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/iter.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/can/iter.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,12 @@
../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

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,9 @@
Libs/sta-core/src/debug/assert.o: ../Libs/sta-core/src/debug/assert.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/debug.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/debug.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../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

View File

@@ -0,0 +1,20 @@
../Libs/sta-core/src/debug/printing/printable.cpp:12:10:void sta::Printable::print(char) 1
../Libs/sta-core/src/debug/printing/printable.cpp:17:10:void sta::Printable::print(bool) 2
../Libs/sta-core/src/debug/printing/printable.cpp:22:10:void sta::Printable::print(double) 1
../Libs/sta-core/src/debug/printing/printable.cpp:29:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:34:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:39:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:44:10:void sta::Printable::print(const char*) 1
../Libs/sta-core/src/debug/printing/printable.cpp:49:10:void sta::Printable::println() 1
../Libs/sta-core/src/debug/printing/printable.cpp:54:10:void sta::Printable::println(char) 1
../Libs/sta-core/src/debug/printing/printable.cpp:60:10:void sta::Printable::println(bool) 1
../Libs/sta-core/src/debug/printing/printable.cpp:66:10:void sta::Printable::println(double) 1
../Libs/sta-core/src/debug/printing/printable.cpp:72:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:78:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:84:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 1
../Libs/sta-core/src/debug/printing/printable.cpp:90:10:void sta::Printable::println(const char*) 1
../Libs/sta-core/src/debug/printing/printable.cpp:95:10:void sta::Printable::println(const char*, size_t) 1
../Libs/sta-core/src/debug/printing/printable.cpp:101:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 5
../Libs/sta-core/src/debug/printing/printable.cpp:124:10:void sta::Printable::printDec(uintmax_t, const char*) 1
../Libs/sta-core/src/debug/printing/printable.cpp:131:10:void sta::Printable::printBin(uintmax_t, size_t) 4
../Libs/sta-core/src/debug/printing/printable.cpp:156:10:void sta::Printable::printHex(uintmax_t, size_t) 5

View File

@@ -0,0 +1,10 @@
Libs/sta-core/src/debug/printing/printable.o: \
../Libs/sta-core/src/debug/printing/printable.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/lang.hpp:

Binary file not shown.

View File

@@ -0,0 +1,20 @@
../Libs/sta-core/src/debug/printing/printable.cpp:12:10:void sta::Printable::print(char) 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:17:10:void sta::Printable::print(bool) 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:22:10:void sta::Printable::print(double) 96 static
../Libs/sta-core/src/debug/printing/printable.cpp:29:10:void sta::Printable::print(uint8_t, sta::IntegerBase) 48 static
../Libs/sta-core/src/debug/printing/printable.cpp:34:10:void sta::Printable::print(uint16_t, sta::IntegerBase) 48 static
../Libs/sta-core/src/debug/printing/printable.cpp:39:10:void sta::Printable::print(uint32_t, sta::IntegerBase) 48 static
../Libs/sta-core/src/debug/printing/printable.cpp:44:10:void sta::Printable::print(const char*) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:49:10:void sta::Printable::println() 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:54:10:void sta::Printable::println(char) 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:60:10:void sta::Printable::println(bool) 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:66:10:void sta::Printable::println(double) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:72:10:void sta::Printable::println(uint8_t, sta::IntegerBase) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:78:10:void sta::Printable::println(uint16_t, sta::IntegerBase) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:84:10:void sta::Printable::println(uint32_t, sta::IntegerBase) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:90:10:void sta::Printable::println(const char*) 16 static
../Libs/sta-core/src/debug/printing/printable.cpp:95:10:void sta::Printable::println(const char*, size_t) 24 static
../Libs/sta-core/src/debug/printing/printable.cpp:101:10:void sta::Printable::printBase(uintmax_t, sta::IntegerBase, const char*, size_t) 32 static
../Libs/sta-core/src/debug/printing/printable.cpp:124:10:void sta::Printable::printDec(uintmax_t, const char*) 88 static
../Libs/sta-core/src/debug/printing/printable.cpp:131:10:void sta::Printable::printBin(uintmax_t, size_t) 112 static
../Libs/sta-core/src/debug/printing/printable.cpp:156:10:void sta::Printable::printHex(uintmax_t, size_t) 64 static

View File

@@ -0,0 +1,3 @@
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:26:11:constexpr sta::Printable::Printable() 1
../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 1
../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 3

View File

@@ -0,0 +1,10 @@
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/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable_printf.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:

View File

@@ -0,0 +1,3 @@
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:26:11:constexpr sta::Printable::Printable() 16 static
../Libs/sta-core/src/debug/printing/printable_printf.cpp:8:5:sta::PrintablePrintf::PrintablePrintf() 16 static
../Libs/sta-core/src/debug/printing/printable_printf.cpp:13:10:virtual void sta::PrintablePrintf::print(const char*, size_t) 24 static

View File

@@ -0,0 +1,3 @@
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:26:11:constexpr sta::Printable::Printable() 1
../Libs/sta-core/src/debug/printing/printable_uart.cpp:13:5:sta::PrintableUART::PrintableUART(sta::UART*) 4
../Libs/sta-core/src/debug/printing/printable_uart.cpp:20:10:virtual void sta::PrintableUART::print(const char*, size_t) 1

View File

@@ -0,0 +1,20 @@
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/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/uart.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/settings.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp \
../Core/Inc/sta/config.hpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/printf.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable_uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/uart.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/interface.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/mutex.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/bus/uart/settings.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/printing/printable.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/debug/assert.hpp:
../Core/Inc/sta/config.hpp:
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/printf.hpp:

View File

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

View File

@@ -0,0 +1,33 @@
################################################################################
# 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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,27 @@
################################################################################
# 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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,6 @@
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/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/bus/i2c.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
Libs/sta-core/src/devices/arduino/bus/spi.o: \
../Libs/sta-core/src/devices/arduino/bus/spi.cpp

Binary file not shown.

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,6 @@
Libs/sta-core/src/devices/arduino/delay.o: \
../Libs/sta-core/src/devices/arduino/delay.cpp \
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/delay.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/delay.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,6 @@
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/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/arduino/gpio_pin.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,30 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../Libs/sta-core/src/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/workspace/can-tests/Libs/sta-core/include" -I"C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Libs-2f-sta-2d-core-2f-src-2f-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

View File

@@ -0,0 +1,6 @@
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/workspace/can-tests/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/raspi/bus/i2c.hpp:
../Core/Inc/sta/config.hpp:

Binary file not shown.

View File

@@ -0,0 +1,6 @@
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/workspace/can-tests/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp \
../Core/Inc/sta/config.hpp
C:/Users/carlw/Desktop/to-the-moon/workspace/can-tests/Libs/sta-core/include/sta/devices/raspi/bus/spi.hpp:
../Core/Inc/sta/config.hpp:

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