Trinity Devboard PCB V1.0 Firmware. FreeRTOS is setup and the MCU reads IMU data over SPI fand Magnetometer data over I2C, each with a seperate task. Sensordata is then run though MadgwickAHRS and send over USB as serial packet data to use in trinity visualizer. Bare minimum functionality works and is replicated from the first prototype.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:120:13:DbgTraceGetFileName 3
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:145:6:DbgTraceBuffer 2
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:205:6:DbgTraceInit 1
|
||||
@@ -0,0 +1,130 @@
|
||||
Middlewares/ST/STM32_WPAN/utilities/dbg_trace.o: \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \
|
||||
../Core/Inc/app_conf.h \
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
|
||||
../Core/Inc/hw_conf.h ../Core/Inc/FreeRTOSConfig.h ../Core/Inc/hw_if.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
|
||||
../Core/Inc/stm32wbxx_hal_conf.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.h \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
|
||||
../Core/Inc/app_conf.h:
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
|
||||
../Core/Inc/hw_conf.h:
|
||||
../Core/Inc/FreeRTOSConfig.h:
|
||||
../Core/Inc/hw_if.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
|
||||
../Core/Inc/stm32wbxx_hal_conf.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.h:
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h:
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:120:13:DbgTraceGetFileName 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:145:6:DbgTraceBuffer 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c:205:6:DbgTraceInit 4 static
|
||||
@@ -0,0 +1 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.c:33:11:OTP_Read 4
|
||||
@@ -0,0 +1,128 @@
|
||||
Middlewares/ST/STM32_WPAN/utilities/otp.o: \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \
|
||||
../Core/Inc/app_conf.h \
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
|
||||
../Core/Inc/hw_conf.h ../Core/Inc/FreeRTOSConfig.h ../Core/Inc/hw_if.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
|
||||
../Core/Inc/stm32wbxx_hal_conf.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.h
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
|
||||
../Core/Inc/app_conf.h:
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
|
||||
../Core/Inc/hw_conf.h:
|
||||
../Core/Inc/FreeRTOSConfig.h:
|
||||
../Core/Inc/hw_if.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
|
||||
../Core/Inc/stm32wbxx_hal_conf.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.h:
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.c:33:11:OTP_Read 24 static
|
||||
@@ -0,0 +1,12 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:30:6:LST_init_head 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:36:9:LST_is_empty 2
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:56:6:LST_insert_head 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:72:6:LST_insert_tail 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:88:6:LST_remove_node 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:102:6:LST_remove_head 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:116:6:LST_remove_tail 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:130:6:LST_insert_node_after 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:146:6:LST_insert_node_before 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:162:5:LST_get_size 2
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:183:6:LST_get_next_node 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:196:6:LST_get_prev_node 1
|
||||
@@ -0,0 +1,132 @@
|
||||
Middlewares/ST/STM32_WPAN/utilities/stm_list.o: \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \
|
||||
../Core/Inc/app_conf.h \
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
|
||||
../Core/Inc/hw_conf.h ../Core/Inc/FreeRTOSConfig.h ../Core/Inc/hw_if.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
|
||||
../Core/Inc/stm32wbxx_hal_conf.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.h \
|
||||
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
|
||||
../Core/Inc/app_conf.h:
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
|
||||
../Core/Inc/hw_conf.h:
|
||||
../Core/Inc/FreeRTOSConfig.h:
|
||||
../Core/Inc/hw_if.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
|
||||
../Core/Inc/stm32wbxx_hal_conf.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.h:
|
||||
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:30:6:LST_init_head 16 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:36:9:LST_is_empty 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:56:6:LST_insert_head 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:72:6:LST_insert_tail 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:88:6:LST_remove_node 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:102:6:LST_remove_head 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:116:6:LST_remove_tail 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:130:6:LST_insert_node_after 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:146:6:LST_insert_node_before 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:162:5:LST_get_size 40 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:183:6:LST_get_next_node 32 static,ignoring_inline_asm
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c:196:6:LST_get_prev_node 32 static,ignoring_inline_asm
|
||||
@@ -0,0 +1,8 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:47:5:CircularQueue_Init 3
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:75:10:CircularQueue_Add 30
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:245:10:CircularQueue_Remove_Copy 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:259:10:CircularQueue_Remove 18
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:315:10:CircularQueue_Sense_Copy 1
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:328:10:CircularQueue_Sense 16
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:370:5:CircularQueue_Empty 2
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:380:5:CircularQueue_NbElement 1
|
||||
@@ -0,0 +1,128 @@
|
||||
Middlewares/ST/STM32_WPAN/utilities/stm_queue.o: \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \
|
||||
../Core/Inc/app_conf.h \
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h \
|
||||
../Core/Inc/hw_conf.h ../Core/Inc/FreeRTOSConfig.h ../Core/Inc/hw_if.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h \
|
||||
../Core/Inc/stm32wbxx_hal_conf.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h \
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h \
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.h
|
||||
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
|
||||
../Core/Inc/app_conf.h:
|
||||
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/hw.h:
|
||||
../Core/Inc/hw_conf.h:
|
||||
../Core/Inc/FreeRTOSConfig.h:
|
||||
../Core/Inc/hw_if.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.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/STM32WBxx/Include/system_stm32wbxx.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal.h:
|
||||
../Core/Inc/stm32wbxx_hal_conf.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_def.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dma.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_dmamux.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_dma_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_flash_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_gpio_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_i2c_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_usb.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pcd_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_pwr_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rcc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_crs.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_rtc_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_spi_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_hal_tim_ex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_ipcc.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_utils.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_gpio.h:
|
||||
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:
|
||||
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.h:
|
||||
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:47:5:CircularQueue_Init 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:75:10:CircularQueue_Add 64 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:245:10:CircularQueue_Remove_Copy 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:259:10:CircularQueue_Remove 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:315:10:CircularQueue_Sense_Copy 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:328:10:CircularQueue_Sense 32 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:370:5:CircularQueue_Empty 24 static
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c:380:5:CircularQueue_NbElement 16 static
|
||||
@@ -0,0 +1,36 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (14.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/otp.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_list.c \
|
||||
../Middlewares/ST/STM32_WPAN/utilities/stm_queue.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.o \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/otp.o \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/stm_list.o \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/stm_queue.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.d \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/otp.d \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/stm_list.d \
|
||||
./Middlewares/ST/STM32_WPAN/utilities/stm_queue.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/ST/STM32_WPAN/utilities/%.o Middlewares/ST/STM32_WPAN/utilities/%.su Middlewares/ST/STM32_WPAN/utilities/%.cyclo: ../Middlewares/ST/STM32_WPAN/utilities/%.c Middlewares/ST/STM32_WPAN/utilities/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../USB_Device/App -I../USB_Device/Target -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -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../Drivers/CMSIS/RTOS2/Include -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Middlewares/ST/STM32_WPAN/ble -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-Middlewares-2f-ST-2f-STM32_WPAN-2f-utilities
|
||||
|
||||
clean-Middlewares-2f-ST-2f-STM32_WPAN-2f-utilities:
|
||||
-$(RM) ./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.cyclo ./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.d ./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.o ./Middlewares/ST/STM32_WPAN/utilities/dbg_trace.su ./Middlewares/ST/STM32_WPAN/utilities/otp.cyclo ./Middlewares/ST/STM32_WPAN/utilities/otp.d ./Middlewares/ST/STM32_WPAN/utilities/otp.o ./Middlewares/ST/STM32_WPAN/utilities/otp.su ./Middlewares/ST/STM32_WPAN/utilities/stm_list.cyclo ./Middlewares/ST/STM32_WPAN/utilities/stm_list.d ./Middlewares/ST/STM32_WPAN/utilities/stm_list.o ./Middlewares/ST/STM32_WPAN/utilities/stm_list.su ./Middlewares/ST/STM32_WPAN/utilities/stm_queue.cyclo ./Middlewares/ST/STM32_WPAN/utilities/stm_queue.d ./Middlewares/ST/STM32_WPAN/utilities/stm_queue.o ./Middlewares/ST/STM32_WPAN/utilities/stm_queue.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-ST-2f-STM32_WPAN-2f-utilities
|
||||
|
||||
Reference in New Issue
Block a user