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:
2026-09-13 19:51:03 +02:00
commit 7ee381de58
1630 changed files with 632404 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
../Core/Src/MadgwickAHRS.c:42:6:MadgwickAHRS_init 1
../Core/Src/MadgwickAHRS.c:55:6:MadgwickAHRS_update 7
../Core/Src/MadgwickAHRS.c:161:6:MadgwickAHRS_update_IMU 4
../Core/Src/MadgwickAHRS.c:240:7:invSqrt 1
+3
View File
@@ -0,0 +1,3 @@
Core/Src/MadgwickAHRS.o: ../Core/Src/MadgwickAHRS.c \
../Core/Src/MadgwickAHRS.h
../Core/Src/MadgwickAHRS.h:
Binary file not shown.
+4
View File
@@ -0,0 +1,4 @@
../Core/Src/MadgwickAHRS.c:42:6:MadgwickAHRS_init 24 static
../Core/Src/MadgwickAHRS.c:55:6:MadgwickAHRS_update 208 static
../Core/Src/MadgwickAHRS.c:161:6:MadgwickAHRS_update_IMU 144 static
../Core/Src/MadgwickAHRS.c:240:7:invSqrt 32 static
+7
View File
@@ -0,0 +1,7 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:391:22:LL_EXTI_EnableIT_32_63 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1636:22:LL_C2_AHB2_GRP1_EnableClock 1
../Core/Src/app_debug.c:176:6:APPD_Init 1
../Core/Src/app_debug.c:222:6:APPD_EnableCPU2 1
../Core/Src/app_debug.c:251:13:APPD_SetCPU2GpioConfig 10
../Core/Src/app_debug.c:319:13:APPD_BleDtbCfg 1
+142
View File
@@ -0,0 +1,142 @@
Core/Src/app_debug.o: ../Core/Src/app_debug.c ../Core/Inc/app_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 \
../Core/Inc/app_debug.h \
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h \
../Core/Inc/app_conf.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h \
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h \
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h
../Core/Inc/app_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:
../Core/Inc/app_debug.h:
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
../Core/Inc/app_conf.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h:
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h:
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h:
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:391:22:LL_EXTI_EnableIT_32_63 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1636:22:LL_C2_AHB2_GRP1_EnableClock 24 static
../Core/Src/app_debug.c:176:6:APPD_Init 8 static
../Core/Src/app_debug.c:222:6:APPD_EnableCPU2 48 static
../Core/Src/app_debug.c:251:13:APPD_SetCPU2GpioConfig 40 static
../Core/Src/app_debug.c:319:13:APPD_BleDtbCfg 4 static
+30
View File
@@ -0,0 +1,30 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:1663:22:LL_C2_PWR_SetPowerMode 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:391:22:LL_EXTI_EnableIT_32_63 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1359:22:LL_RCC_HSE_SetCapacitorTuning 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2349:22:LL_RCC_SetClkAfterWakeFromStop 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:1513:26:LL_DBGMCU_GetDeviceID 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:1524:26:LL_DBGMCU_GetRevisionID 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:311:22:LL_LPM_EnableSleep 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:1012:22:LL_RTC_EnableWriteProtection 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:1023:22:LL_RTC_DisableWriteProtection 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:2927:22:LL_RTC_WAKEUP_SetClock 1
../Core/Src/app_entry.c:107:6:MX_APPE_Config 1
../Core/Src/app_entry.c:127:6:MX_APPE_Init 1
../Core/Src/app_entry.c:152:6:Init_Smps 1
../Core/Src/app_entry.c:170:6:Init_Exti 1
../Core/Src/app_entry.c:187:13:Reset_Device 1
../Core/Src/app_entry.c:256:13:Config_HSE 2
../Core/Src/app_entry.c:272:13:System_Init 1
../Core/Src/app_entry.c:283:13:Init_Rtc 1
../Core/Src/app_entry.c:304:13:SystemPower_Config 1
../Core/Src/app_entry.c:326:13:appe_Tl_Init 1
../Core/Src/app_entry.c:356:13:APP_BLE_Init 1
../Core/Src/app_entry.c:360:13:APPE_SysStatusNot 3
../Core/Src/app_entry.c:387:13:APPE_SysUserEvtRx 3
../Core/Src/app_entry.c:450:13:APPE_SysEvtError 1
../Core/Src/app_entry.c:472:13:APPE_SysEvtReadyProcessing 3
../Core/Src/app_entry.c:549:13:ShciUserEvtProcess 1
../Core/Src/app_entry.c:574:6:HAL_Delay 3
../Core/Src/app_entry.c:603:6:shci_notify_asynch_evt 1
../Core/Src/app_entry.c:610:6:shci_cmd_resp_release 1
../Core/Src/app_entry.c:617:6:shci_cmd_resp_wait 1
+248
View File
@@ -0,0 +1,248 @@
Core/Src/app_entry.o: ../Core/Src/app_entry.c ../Core/Inc/app_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 ../Core/Inc/main.h \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h ../Core/Inc/app_entry.h \
../Middlewares/ST/STM32_WPAN/ble/ble.h ../STM32_WPAN/App/ble_conf.h \
../Core/Inc/app_conf.h ../STM32_WPAN/App/ble_dbg_conf.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gen_aci.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h \
../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \
../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h \
../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h \
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h \
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h \
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h \
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h \
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h \
../Utilities/lpm/tiny_lpm/stm32_lpm.h ../Core/Inc/app_debug.h \
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h \
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h \
../Middlewares/ST/STM32_WPAN/utilities/otp.h \
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h
../Core/Inc/app_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:
../Core/Inc/main.h:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
../Core/Inc/app_entry.h:
../Middlewares/ST/STM32_WPAN/ble/ble.h:
../STM32_WPAN/App/ble_conf.h:
../Core/Inc/app_conf.h:
../STM32_WPAN/App/ble_dbg_conf.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_core.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gen_aci.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_types.h:
../Middlewares/ST/STM32_WPAN/ble/core/template/ble_const.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h:
../Middlewares/ST/STM32_WPAN/ble/core/template/osal.h:
../Middlewares/ST/STM32_WPAN/ble/core/template/compiler.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gap_aci.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_gatt_aci.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_l2cap_aci.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hal_aci.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_hci_le.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_events.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_bufsize.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_defs.h:
../Middlewares/ST/STM32_WPAN/ble/core/auto/ble_vs_codes.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_legacy.h:
../Middlewares/ST/STM32_WPAN/ble/core/ble_std.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bas.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/bls.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/crs_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/dis.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/eds_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hids.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hrs.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/hts.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/ias.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/lls.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/tps.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/motenv_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/p2p_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/zdd_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/otas_stm.h:
../Middlewares/ST/STM32_WPAN/stm32_wpan_common.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/mesh.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/template_stm.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h:
../Middlewares/ST/STM32_WPAN/ble/svc/Inc/uuid.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h:
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h:
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/tl.h:
../Utilities/lpm/tiny_lpm/stm32_lpm.h:
../Core/Inc/app_debug.h:
../Middlewares/ST/STM32_WPAN/utilities/dbg_trace.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci/shci.h:
../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl/mbox_def.h:
../Middlewares/ST/STM32_WPAN/utilities/otp.h:
../Middlewares/ST/STM32_WPAN/utilities/utilities_common.h:
Binary file not shown.
+30
View File
@@ -0,0 +1,30 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:1663:22:LL_C2_PWR_SetPowerMode 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:391:22:LL_EXTI_EnableIT_32_63 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1359:22:LL_RCC_HSE_SetCapacitorTuning 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2349:22:LL_RCC_SetClkAfterWakeFromStop 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:1513:26:LL_DBGMCU_GetDeviceID 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_system.h:1524:26:LL_DBGMCU_GetRevisionID 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:311:22:LL_LPM_EnableSleep 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:1012:22:LL_RTC_EnableWriteProtection 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:1023:22:LL_RTC_DisableWriteProtection 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rtc.h:2927:22:LL_RTC_WAKEUP_SetClock 16 static
../Core/Src/app_entry.c:107:6:MX_APPE_Config 8 static
../Core/Src/app_entry.c:127:6:MX_APPE_Init 8 static
../Core/Src/app_entry.c:152:6:Init_Smps 4 static
../Core/Src/app_entry.c:170:6:Init_Exti 8 static
../Core/Src/app_entry.c:187:13:Reset_Device 4 static
../Core/Src/app_entry.c:256:13:Config_HSE 16 static
../Core/Src/app_entry.c:272:13:System_Init 8 static
../Core/Src/app_entry.c:283:13:Init_Rtc 8 static
../Core/Src/app_entry.c:304:13:SystemPower_Config 8 static
../Core/Src/app_entry.c:326:13:appe_Tl_Init 40 static
../Core/Src/app_entry.c:356:13:APP_BLE_Init 4 static
../Core/Src/app_entry.c:360:13:APPE_SysStatusNot 16 static
../Core/Src/app_entry.c:387:13:APPE_SysUserEvtRx 40 static
../Core/Src/app_entry.c:450:13:APPE_SysEvtError 24 static
../Core/Src/app_entry.c:472:13:APPE_SysEvtReadyProcessing 48 static
../Core/Src/app_entry.c:549:13:ShciUserEvtProcess 16 static
../Core/Src/app_entry.c:574:6:HAL_Delay 24 static,ignoring_inline_asm
../Core/Src/app_entry.c:603:6:shci_notify_asynch_evt 16 static
../Core/Src/app_entry.c:610:6:shci_cmd_resp_release 16 static
../Core/Src/app_entry.c:617:6:shci_cmd_resp_wait 16 static
View File
+145
View File
@@ -0,0 +1,145 @@
Core/Src/app_freertos.o: ../Core/Src/app_freertos.c \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Core/Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
../Core/Inc/main.h ../Drivers/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/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/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 \
../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/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 \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Core/Inc/main.h:
../Drivers/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/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/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:
../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/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:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
Binary file not shown.
View File
+34
View File
@@ -0,0 +1,34 @@
../Core/Src/bmm350.c:199:8:bmm350_api_version 2
../Core/Src/bmm350.c:224:8:bmm350_init 12
../Core/Src/bmm350.c:317:8:bmm350_set_regs 5
../Core/Src/bmm350.c:347:8:bmm350_get_regs 5
../Core/Src/bmm350.c:396:8:bmm350_delay_us 2
../Core/Src/bmm350.c:416:8:bmm350_soft_reset 7
../Core/Src/bmm350.c:471:8:bmm350_read_sensortime 4
../Core/Src/bmm350.c:526:8:bmm350_get_interrupt_status 3
../Core/Src/bmm350.c:555:8:bmm350_set_powermode 9
../Core/Src/bmm350.c:604:8:bmm350_set_odr_performance 10
../Core/Src/bmm350.c:666:8:bmm350_enable_axes 6
../Core/Src/bmm350.c:711:8:bmm350_enable_interrupt 2
../Core/Src/bmm350.c:736:8:bmm350_configure_interrupt 2
../Core/Src/bmm350.c:768:8:bmm350_read_uncomp_mag_temp_data 6
../Core/Src/bmm350.c:830:8:bmm350_set_int_ctrl_ibi 3
../Core/Src/bmm350.c:864:8:bmm350_set_pad_drive 2
../Core/Src/bmm350.c:887:8:bmm350_magnetic_reset_and_wait 17
../Core/Src/bmm350.c:1102:8:bmm350_get_compensated_mag_xyz_temp_data 8
../Core/Src/bmm350.c:1212:8:bmm350_perform_self_test 7
../Core/Src/bmm350.c:1268:8:bmm350_set_i2c_wdt 2
../Core/Src/bmm350.c:1295:8:bmm350_set_tmr_selftest_user 2
../Core/Src/bmm350.c:1329:8:bmm350_set_ctrl_user 2
../Core/Src/bmm350.c:1353:8:bmm350_get_pmu_cmd_status_0 3
../Core/Src/bmm350.c:1443:15:null_ptr_check 5
../Core/Src/bmm350.c:1465:16:fix_sign 7
../Core/Src/bmm350.c:1510:15:read_otp_word 18
../Core/Src/bmm350.c:1590:13:update_mag_off_sens 1
../Core/Src/bmm350.c:1747:15:read_out_raw_data 3
../Core/Src/bmm350.c:1789:13:update_default_coefiecents 1
../Core/Src/bmm350.c:1817:15:otp_dump_after_boot 2
../Core/Src/bmm350.c:1845:15:self_test_entry_config 17
../Core/Src/bmm350.c:1942:15:self_test_xy_axis 4
../Core/Src/bmm350.c:1977:15:self_test_config 12
../Core/Src/bmm350.c:2060:15:set_powermode 8
+4
View File
@@ -0,0 +1,4 @@
Core/Src/bmm350.o: ../Core/Src/bmm350.c ../Core/Src/bmm350.h \
../Core/Src/bmm350_defs.h
../Core/Src/bmm350.h:
../Core/Src/bmm350_defs.h:
Binary file not shown.
+34
View File
@@ -0,0 +1,34 @@
../Core/Src/bmm350.c:199:8:bmm350_api_version 24 static
../Core/Src/bmm350.c:224:8:bmm350_init 24 static
../Core/Src/bmm350.c:317:8:bmm350_set_regs 40 static
../Core/Src/bmm350.c:347:8:bmm350_get_regs 168 static
../Core/Src/bmm350.c:396:8:bmm350_delay_us 24 static
../Core/Src/bmm350.c:416:8:bmm350_soft_reset 24 static
../Core/Src/bmm350.c:471:8:bmm350_read_sensortime 64 static
../Core/Src/bmm350.c:526:8:bmm350_get_interrupt_status 24 static
../Core/Src/bmm350.c:555:8:bmm350_set_powermode 24 static
../Core/Src/bmm350.c:604:8:bmm350_set_odr_performance 24 static
../Core/Src/bmm350.c:666:8:bmm350_enable_axes 24 static
../Core/Src/bmm350.c:711:8:bmm350_enable_interrupt 24 static
../Core/Src/bmm350.c:736:8:bmm350_configure_interrupt 32 static
../Core/Src/bmm350.c:768:8:bmm350_read_uncomp_mag_temp_data 48 static
../Core/Src/bmm350.c:830:8:bmm350_set_int_ctrl_ibi 24 static
../Core/Src/bmm350.c:864:8:bmm350_set_pad_drive 24 static
../Core/Src/bmm350.c:887:8:bmm350_magnetic_reset_and_wait 32 static
../Core/Src/bmm350.c:1102:8:bmm350_get_compensated_mag_xyz_temp_data 96 static
../Core/Src/bmm350.c:1212:8:bmm350_perform_self_test 32 static
../Core/Src/bmm350.c:1268:8:bmm350_set_i2c_wdt 24 static
../Core/Src/bmm350.c:1295:8:bmm350_set_tmr_selftest_user 32 static
../Core/Src/bmm350.c:1329:8:bmm350_set_ctrl_user 24 static
../Core/Src/bmm350.c:1353:8:bmm350_get_pmu_cmd_status_0 24 static
../Core/Src/bmm350.c:1443:15:null_ptr_check 24 static
../Core/Src/bmm350.c:1465:16:fix_sign 24 static
../Core/Src/bmm350.c:1510:15:read_otp_word 32 static
../Core/Src/bmm350.c:1590:13:update_mag_off_sens 40 static
../Core/Src/bmm350.c:1747:15:read_out_raw_data 64 static
../Core/Src/bmm350.c:1789:13:update_default_coefiecents 48 static
../Core/Src/bmm350.c:1817:15:otp_dump_after_boot 24 static
../Core/Src/bmm350.c:1845:15:self_test_entry_config 24 static
../Core/Src/bmm350.c:1942:15:self_test_xy_axis 24 static
../Core/Src/bmm350.c:1977:15:self_test_config 56 static
../Core/Src/bmm350.c:2060:15:set_powermode 72 static
+7
View File
@@ -0,0 +1,7 @@
../Core/Src/bmm350_oor.c:177:15:trigger_selftest 10
../Core/Src/bmm350_oor.c:250:13:validate_selftest_window 5
../Core/Src/bmm350_oor.c:285:6:bmm350_oor_validate_out_of_range 15
../Core/Src/bmm350_oor.c:385:8:bmm350_oor_perform_reset_sequence 7
../Core/Src/bmm350_oor.c:441:8:bmm350_oor_read 3
../Core/Src/bmm350_oor.c:488:6:bmm350_oor_compute_delay_setting 1
../Core/Src/bmm350_oor.c:515:15:execute_delay_in_steps 6
+5
View File
@@ -0,0 +1,5 @@
Core/Src/bmm350_oor.o: ../Core/Src/bmm350_oor.c ../Core/Src/bmm350.h \
../Core/Src/bmm350_defs.h ../Core/Src/bmm350_oor.h
../Core/Src/bmm350.h:
../Core/Src/bmm350_defs.h:
../Core/Src/bmm350_oor.h:
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
../Core/Src/bmm350_oor.c:177:15:trigger_selftest 32 static
../Core/Src/bmm350_oor.c:250:13:validate_selftest_window 16 static
../Core/Src/bmm350_oor.c:285:6:bmm350_oor_validate_out_of_range 24 static
../Core/Src/bmm350_oor.c:385:8:bmm350_oor_perform_reset_sequence 32 static
../Core/Src/bmm350_oor.c:441:8:bmm350_oor_read 32 static
../Core/Src/bmm350_oor.c:488:6:bmm350_oor_compute_delay_setting 32 static
../Core/Src/bmm350_oor.c:515:15:execute_delay_in_steps 32 static
+1
View File
@@ -0,0 +1 @@
../Core/Src/freertos_port.c:87:6:vPortSuppressTicksAndSleep 1
+144
View File
@@ -0,0 +1,144 @@
Core/Src/freertos_port.o: ../Core/Src/freertos_port.c \
../Core/Inc/app_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/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Core/Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h \
../Utilities/lpm/tiny_lpm/stm32_lpm.h
../Core/Inc/app_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/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Utilities/lpm/tiny_lpm/stm32_lpm.h:
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
../Core/Src/freertos_port.c:87:6:vPortSuppressTicksAndSleep 16 static
+18
View File
@@ -0,0 +1,18 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:322:22:LL_EXTI_EnableIT_0_31 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:1029:22:LL_EXTI_EnableRisingTrig_0_31 1
../Core/Src/hw_timerserver.c:107:17:ReadRtcSsrValue 2
../Core/Src/hw_timerserver.c:132:13:LinkTimerAfter 2
../Core/Src/hw_timerserver.c:155:13:LinkTimerBefore 2
../Core/Src/hw_timerserver.c:182:17:linkTimer 5
../Core/Src/hw_timerserver.c:252:13:UnlinkTimer 5
../Core/Src/hw_timerserver.c:294:17:ReturnTimeElapsed 3
../Core/Src/hw_timerserver.c:336:13:RestartWakeupCounter 5
../Core/Src/hw_timerserver.c:395:13:RescheduleTimerList 7
../Core/Src/hw_timerserver.c:487:6:HW_TS_RTC_Wakeup_Handler 5
../Core/Src/hw_timerserver.c:589:6:HW_TS_Init 6
../Core/Src/hw_timerserver.c:670:22:HW_TS_Create 4
../Core/Src/hw_timerserver.c:715:6:HW_TS_Delete 1
../Core/Src/hw_timerserver.c:724:6:HW_TS_Stop 7
../Core/Src/hw_timerserver.c:796:6:HW_TS_Start 3
../Core/Src/hw_timerserver.c:850:10:HW_TS_RTC_ReadLeftTicksToCount 3
../Core/Src/hw_timerserver.c:883:13:HW_TS_RTC_Int_AppNot 1
+126
View File
@@ -0,0 +1,126 @@
Core/Src/hw_timerserver.o: ../Core/Src/hw_timerserver.c \
../Core/Inc/app_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 \
../Core/Inc/hw_conf.h
../Core/Inc/app_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:
../Core/Inc/hw_conf.h:
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:322:22:LL_EXTI_EnableIT_0_31 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_exti.h:1029:22:LL_EXTI_EnableRisingTrig_0_31 16 static
../Core/Src/hw_timerserver.c:107:17:ReadRtcSsrValue 16 static
../Core/Src/hw_timerserver.c:132:13:LinkTimerAfter 24 static
../Core/Src/hw_timerserver.c:155:13:LinkTimerBefore 24 static
../Core/Src/hw_timerserver.c:182:17:linkTimer 24 static
../Core/Src/hw_timerserver.c:252:13:UnlinkTimer 24 static
../Core/Src/hw_timerserver.c:294:17:ReturnTimeElapsed 16 static
../Core/Src/hw_timerserver.c:336:13:RestartWakeupCounter 16 static
../Core/Src/hw_timerserver.c:395:13:RescheduleTimerList 24 static
../Core/Src/hw_timerserver.c:487:6:HW_TS_RTC_Wakeup_Handler 48 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:589:6:HW_TS_Init 40 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:670:22:HW_TS_Create 48 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:715:6:HW_TS_Delete 16 static
../Core/Src/hw_timerserver.c:724:6:HW_TS_Stop 32 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:796:6:HW_TS_Start 32 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:850:10:HW_TS_RTC_ReadLeftTicksToCount 32 static,ignoring_inline_asm
../Core/Src/hw_timerserver.c:883:13:HW_TS_RTC_Int_AppNot 24 static
+3
View File
@@ -0,0 +1,3 @@
../Core/Src/madgwick.c:5:6:MadgwickFilter_Init 1
../Core/Src/madgwick.c:15:6:MadgwickFilter_Update 4
../Core/Src/madgwick.c:99:6:MadgwickFilter_GetEulerAngles 2
+2
View File
@@ -0,0 +1,2 @@
Core/Src/madgwick.o: ../Core/Src/madgwick.c ../Core/Src/madgwick.h
../Core/Src/madgwick.h:
Binary file not shown.
+3
View File
@@ -0,0 +1,3 @@
../Core/Src/madgwick.c:5:6:MadgwickFilter_Init 24 static
../Core/Src/madgwick.c:15:6:MadgwickFilter_Update 152 static
../Core/Src/madgwick.c:99:6:MadgwickFilter_GetEulerAngles 48 static
+23
View File
@@ -0,0 +1,23 @@
../Drivers/CMSIS/Include/core_cm4.h:2059:26:ITM_SendChar 4
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1679:22:LL_RCC_LSE_SetDriveCapability 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:364:22:LL_AHB1_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:233:26:LL_HSEM_1StepLock 2
../Core/Src/main.c:131:5:_write 2
../Core/Src/main.c:144:5:main 2
../Core/Src/main.c:259:6:SystemClock_Config 3
../Core/Src/main.c:325:6:PeriphCommonClock_Config 2
../Core/Src/main.c:350:13:MX_I2C1_Init 4
../Core/Src/main.c:398:13:MX_IPCC_Init 2
../Core/Src/main.c:424:13:MX_RF_Init 1
../Core/Src/main.c:445:13:MX_RTC_Init 3
../Core/Src/main.c:488:13:MX_SPI1_Init 2
../Core/Src/main.c:528:13:MX_SPI2_Init 2
../Core/Src/main.c:568:13:MX_TIM2_Init 6
../Core/Src/main.c:623:13:MX_DMA_Init 1
../Core/Src/main.c:651:13:MX_GPIO_Init 1
../Core/Src/main.c:714:6:Start_DataAnalysis 1
../Core/Src/main.c:793:6:Start_ICM45686 3
../Core/Src/main.c:874:6:Start_BMM350 3
../Core/Src/main.c:925:6:HAL_TIM_PeriodElapsedCallback 2
../Core/Src/main.c:943:6:Error_Handler 1
+169
View File
@@ -0,0 +1,169 @@
Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.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/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/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 \
../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/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 \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h \
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Core/Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../USB_Device/App/usb_device.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
../USB_Device/Target/usbd_conf.h ../Core/Src/MadgwickAHRS.h \
../Core/Src/sensors.h ../Core/Src/bmm350.h ../Core/Src/bmm350_defs.h \
../Core/Src/bmm350_oor.h ../USB_Device/App/usbd_cdc_if.h \
../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
../Core/Inc/main.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/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/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:
../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/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:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../USB_Device/App/usb_device.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
../USB_Device/Target/usbd_conf.h:
../Core/Src/MadgwickAHRS.h:
../Core/Src/sensors.h:
../Core/Src/bmm350.h:
../Core/Src/bmm350_defs.h:
../Core/Src/bmm350_oor.h:
../USB_Device/App/usbd_cdc_if.h:
../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
Binary file not shown.
+23
View File
@@ -0,0 +1,23 @@
../Drivers/CMSIS/Include/core_cm4.h:2059:26:ITM_SendChar 16 static,ignoring_inline_asm
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1679:22:LL_RCC_LSE_SetDriveCapability 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:364:22:LL_AHB1_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:233:26:LL_HSEM_1StepLock 16 static
../Core/Src/main.c:131:5:_write 32 static
../Core/Src/main.c:144:5:main 8 static
../Core/Src/main.c:259:6:SystemClock_Config 112 static
../Core/Src/main.c:325:6:PeriphCommonClock_Config 88 static
../Core/Src/main.c:350:13:MX_I2C1_Init 8 static
../Core/Src/main.c:398:13:MX_IPCC_Init 8 static
../Core/Src/main.c:424:13:MX_RF_Init 4 static
../Core/Src/main.c:445:13:MX_RTC_Init 8 static
../Core/Src/main.c:488:13:MX_SPI1_Init 8 static
../Core/Src/main.c:528:13:MX_SPI2_Init 8 static
../Core/Src/main.c:568:13:MX_TIM2_Init 48 static
../Core/Src/main.c:623:13:MX_DMA_Init 8 static
../Core/Src/main.c:651:13:MX_GPIO_Init 32 static
../Core/Src/main.c:714:6:Start_DataAnalysis 80 static
../Core/Src/main.c:793:6:Start_ICM45686 152 static
../Core/Src/main.c:874:6:Start_BMM350 216 static
../Core/Src/main.c:925:6:HAL_TIM_PeriodElapsedCallback 16 static
../Core/Src/main.c:943:6:Error_Handler 4 static,ignoring_inline_asm
+14
View File
@@ -0,0 +1,14 @@
../Core/Src/sensors.c:18:6:HAL_SPI_TxRxCpltCallback 3
../Core/Src/sensors.c:29:6:HAL_I2C_MemRxCpltCallback 3
../Core/Src/sensors.c:38:6:HAL_I2C_MemTxCpltCallback 3
../Core/Src/sensors.c:47:6:HAL_I2C_ErrorCallback 3
../Core/Src/sensors.c:57:19:read_icm 1
../Core/Src/sensors.c:64:19:read_icm_dma 1
../Core/Src/sensors.c:70:19:write_icm 1
../Core/Src/sensors.c:77:6:init_icm 8
../Core/Src/sensors.c:178:6:calibrate_icm 3
../Core/Src/sensors.c:221:6:bmm_init_DWT 1
../Core/Src/sensors.c:232:22:bmm350_i2c_read 3
../Core/Src/sensors.c:248:22:bmm350_i2c_write 3
../Core/Src/sensors.c:263:6:bmm350_delay 2
../Core/Src/sensors.c:274:8:init_bmm 2
+152
View File
@@ -0,0 +1,152 @@
Core/Src/sensors.o: ../Core/Src/sensors.c ../Core/Inc/main.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/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/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 \
../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/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 \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h ../Core/Src/sensors.h \
../Core/Src/bmm350.h ../Core/Src/bmm350_defs.h ../Core/Src/bmm350_oor.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h \
../Core/Inc/FreeRTOSConfig.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h \
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h
../Core/Inc/main.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/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/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:
../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/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:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
../Core/Src/sensors.h:
../Core/Src/bmm350.h:
../Core/Src/bmm350_defs.h:
../Core/Src/bmm350_oor.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Drivers/CMSIS/RTOS2/Include/cmsis_os2.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
Binary file not shown.
+14
View File
@@ -0,0 +1,14 @@
../Core/Src/sensors.c:18:6:HAL_SPI_TxRxCpltCallback 24 static,ignoring_inline_asm
../Core/Src/sensors.c:29:6:HAL_I2C_MemRxCpltCallback 24 static,ignoring_inline_asm
../Core/Src/sensors.c:38:6:HAL_I2C_MemTxCpltCallback 24 static,ignoring_inline_asm
../Core/Src/sensors.c:47:6:HAL_I2C_ErrorCallback 24 static,ignoring_inline_asm
../Core/Src/sensors.c:57:19:read_icm 40 static
../Core/Src/sensors.c:64:19:read_icm_dma 32 static
../Core/Src/sensors.c:70:19:write_icm 24 static
../Core/Src/sensors.c:77:6:init_icm 24 static
../Core/Src/sensors.c:178:6:calibrate_icm 168 static
../Core/Src/sensors.c:221:6:bmm_init_DWT 4 static
../Core/Src/sensors.c:232:22:bmm350_i2c_read 40 static
../Core/Src/sensors.c:248:22:bmm350_i2c_write 40 static
../Core/Src/sensors.c:263:6:bmm350_delay 24 static
../Core/Src/sensors.c:274:8:init_bmm 24 static
+22
View File
@@ -0,0 +1,22 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:537:22:LL_PWR_SetPowerMode 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2001:22:LL_PWR_ClearFlag_WU 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2385:26:LL_PWR_IsActiveFlag_C2SB 2
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2395:26:LL_PWR_IsActiveFlag_C2DS 2
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1480:22:LL_RCC_HSI_Enable 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1500:26:LL_RCC_HSI_IsReady 2
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2058:22:LL_RCC_SetSysClkSource 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2072:26:LL_RCC_GetSysClkSource 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2388:22:LL_RCC_SetSMPSClockSource 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:311:22:LL_LPM_EnableSleep 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:322:22:LL_LPM_EnableDeepSleep 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:233:26:LL_HSEM_1StepLock 2
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:247:22:LL_HSEM_ReleaseLock 1
../Core/Src/stm32_lpm_if.c:72:6:PWR_EnterOffMode 1
../Core/Src/stm32_lpm_if.c:121:6:PWR_ExitOffMode 1
../Core/Src/stm32_lpm_if.c:139:6:PWR_EnterStopMode 1
../Core/Src/stm32_lpm_if.c:187:6:PWR_ExitStopMode 1
../Core/Src/stm32_lpm_if.c:210:6:PWR_EnterSleepMode 1
../Core/Src/stm32_lpm_if.c:243:6:PWR_ExitSleepMode 1
../Core/Src/stm32_lpm_if.c:265:13:EnterLowPower 5
../Core/Src/stm32_lpm_if.c:301:13:ExitLowPower 2
../Core/Src/stm32_lpm_if.c:334:13:Switch_On_HSI 3
+126
View File
@@ -0,0 +1,126 @@
Core/Src/stm32_lpm_if.o: ../Core/Src/stm32_lpm_if.c \
../Core/Inc/stm32_lpm_if.h ../Utilities/lpm/tiny_lpm/stm32_lpm.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
../Core/Inc/stm32_lpm_if.h:
../Utilities/lpm/tiny_lpm/stm32_lpm.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:
Binary file not shown.
+22
View File
@@ -0,0 +1,22 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:537:22:LL_PWR_SetPowerMode 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2001:22:LL_PWR_ClearFlag_WU 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2385:26:LL_PWR_IsActiveFlag_C2SB 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_pwr.h:2395:26:LL_PWR_IsActiveFlag_C2DS 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1480:22:LL_RCC_HSI_Enable 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:1500:26:LL_RCC_HSI_IsReady 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2058:22:LL_RCC_SetSysClkSource 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2072:26:LL_RCC_GetSysClkSource 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2388:22:LL_RCC_SetSMPSClockSource 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:311:22:LL_LPM_EnableSleep 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_cortex.h:322:22:LL_LPM_EnableDeepSleep 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:233:26:LL_HSEM_1StepLock 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_hsem.h:247:22:LL_HSEM_ReleaseLock 24 static
../Core/Src/stm32_lpm_if.c:72:6:PWR_EnterOffMode 8 static,ignoring_inline_asm
../Core/Src/stm32_lpm_if.c:121:6:PWR_ExitOffMode 8 static
../Core/Src/stm32_lpm_if.c:139:6:PWR_EnterStopMode 8 static,ignoring_inline_asm
../Core/Src/stm32_lpm_if.c:187:6:PWR_ExitStopMode 8 static
../Core/Src/stm32_lpm_if.c:210:6:PWR_EnterSleepMode 8 static,ignoring_inline_asm
../Core/Src/stm32_lpm_if.c:243:6:PWR_ExitSleepMode 8 static
../Core/Src/stm32_lpm_if.c:265:13:EnterLowPower 8 static
../Core/Src/stm32_lpm_if.c:301:13:ExitLowPower 8 static
../Core/Src/stm32_lpm_if.c:334:13:Switch_On_HSI 8 static
+21
View File
@@ -0,0 +1,21 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2883:22:LL_RCC_EnableRTC 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2893:22:LL_RCC_DisableRTC 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:744:22:LL_AHB3_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:798:22:LL_AHB3_GRP1_DisableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:939:22:LL_APB1_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1038:22:LL_APB1_GRP1_DisableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 1
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1328:22:LL_APB2_GRP1_DisableClock 1
../Core/Src/stm32wbxx_hal_msp.c:71:6:HAL_MspInit 1
../Core/Src/stm32wbxx_hal_msp.c:101:6:HAL_I2C_MspInit 5
../Core/Src/stm32wbxx_hal_msp.c:189:6:HAL_I2C_MspDeInit 2
../Core/Src/stm32wbxx_hal_msp.c:227:6:HAL_IPCC_MspInit 2
../Core/Src/stm32wbxx_hal_msp.c:255:6:HAL_IPCC_MspDeInit 2
../Core/Src/stm32wbxx_hal_msp.c:281:6:HAL_RTC_MspInit 3
../Core/Src/stm32wbxx_hal_msp.c:323:6:HAL_RTC_MspDeInit 2
../Core/Src/stm32wbxx_hal_msp.c:349:6:HAL_SPI_MspInit 5
../Core/Src/stm32wbxx_hal_msp.c:461:6:HAL_SPI_MspDeInit 3
../Core/Src/stm32wbxx_hal_msp.c:515:6:HAL_TIM_PWM_MspInit 2
../Core/Src/stm32wbxx_hal_msp.c:532:6:HAL_TIM_MspPostInit 2
../Core/Src/stm32wbxx_hal_msp.c:566:6:HAL_TIM_PWM_MspDeInit 2
+127
View File
@@ -0,0 +1,127 @@
Core/Src/stm32wbxx_hal_msp.o: ../Core/Src/stm32wbxx_hal_msp.c \
../Core/Inc/main.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/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/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 \
../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/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 \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h
../Core/Inc/main.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/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/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:
../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/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:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
Binary file not shown.
+21
View File
@@ -0,0 +1,21 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2883:22:LL_RCC_EnableRTC 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_rcc.h:2893:22:LL_RCC_DisableRTC 4 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:539:22:LL_AHB2_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:744:22:LL_AHB3_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:798:22:LL_AHB3_GRP1_DisableClock 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:939:22:LL_APB1_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1038:22:LL_APB1_GRP1_DisableClock 16 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 24 static
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1328:22:LL_APB2_GRP1_DisableClock 16 static
../Core/Src/stm32wbxx_hal_msp.c:71:6:HAL_MspInit 8 static
../Core/Src/stm32wbxx_hal_msp.c:101:6:HAL_I2C_MspInit 120 static
../Core/Src/stm32wbxx_hal_msp.c:189:6:HAL_I2C_MspDeInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:227:6:HAL_IPCC_MspInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:255:6:HAL_IPCC_MspDeInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:281:6:HAL_RTC_MspInit 96 static
../Core/Src/stm32wbxx_hal_msp.c:323:6:HAL_RTC_MspDeInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:349:6:HAL_SPI_MspInit 40 static
../Core/Src/stm32wbxx_hal_msp.c:461:6:HAL_SPI_MspDeInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:515:6:HAL_TIM_PWM_MspInit 16 static
../Core/Src/stm32wbxx_hal_msp.c:532:6:HAL_TIM_MspPostInit 40 static
../Core/Src/stm32wbxx_hal_msp.c:566:6:HAL_TIM_PWM_MspDeInit 16 static
@@ -0,0 +1,4 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 1
../Core/Src/stm32wbxx_hal_timebase_tim.c:41:19:HAL_InitTick 4
../Core/Src/stm32wbxx_hal_timebase_tim.c:119:6:HAL_SuspendTick 1
../Core/Src/stm32wbxx_hal_timebase_tim.c:131:6:HAL_ResumeTick 1
@@ -0,0 +1,92 @@
Core/Src/stm32wbxx_hal_timebase_tim.o: \
../Core/Src/stm32wbxx_hal_timebase_tim.c \
../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/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/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_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/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/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:
Binary file not shown.
@@ -0,0 +1,4 @@
../Drivers/STM32WBxx_HAL_Driver/Inc/stm32wbxx_ll_bus.h:1274:22:LL_APB2_GRP1_EnableClock 24 static
../Core/Src/stm32wbxx_hal_timebase_tim.c:41:19:HAL_InitTick 64 static
../Core/Src/stm32wbxx_hal_timebase_tim.c:119:6:HAL_SuspendTick 4 static
../Core/Src/stm32wbxx_hal_timebase_tim.c:131:6:HAL_ResumeTick 4 static
+18
View File
@@ -0,0 +1,18 @@
../Core/Src/stm32wbxx_it.c:78:6:NMI_Handler 1
../Core/Src/stm32wbxx_it.c:93:6:HardFault_Handler 1
../Core/Src/stm32wbxx_it.c:108:6:MemManage_Handler 1
../Core/Src/stm32wbxx_it.c:123:6:BusFault_Handler 1
../Core/Src/stm32wbxx_it.c:138:6:UsageFault_Handler 1
../Core/Src/stm32wbxx_it.c:153:6:DebugMon_Handler 1
../Core/Src/stm32wbxx_it.c:173:6:RTC_WKUP_IRQHandler 1
../Core/Src/stm32wbxx_it.c:187:6:DMA1_Channel1_IRQHandler 1
../Core/Src/stm32wbxx_it.c:201:6:DMA1_Channel2_IRQHandler 1
../Core/Src/stm32wbxx_it.c:215:6:DMA1_Channel3_IRQHandler 1
../Core/Src/stm32wbxx_it.c:229:6:DMA1_Channel4_IRQHandler 1
../Core/Src/stm32wbxx_it.c:243:6:USB_LP_IRQHandler 1
../Core/Src/stm32wbxx_it.c:257:6:TIM1_UP_TIM16_IRQHandler 1
../Core/Src/stm32wbxx_it.c:271:6:I2C1_EV_IRQHandler 1
../Core/Src/stm32wbxx_it.c:285:6:I2C1_ER_IRQHandler 1
../Core/Src/stm32wbxx_it.c:299:6:IPCC_C1_RX_IRQHandler 1
../Core/Src/stm32wbxx_it.c:313:6:IPCC_C1_TX_IRQHandler 1
../Core/Src/stm32wbxx_it.c:327:6:HSEM_IRQHandler 1
+129
View File
@@ -0,0 +1,129 @@
Core/Src/stm32wbxx_it.o: ../Core/Src/stm32wbxx_it.c ../Core/Inc/main.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/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/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 \
../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/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 \
../Core/Inc/app_entry.h ../Core/Inc/app_common.h \
../Core/Inc/stm32wbxx_it.h
../Core/Inc/main.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/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/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:
../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/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:
../Core/Inc/app_entry.h:
../Core/Inc/app_common.h:
../Core/Inc/stm32wbxx_it.h:
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
../Core/Src/stm32wbxx_it.c:78:6:NMI_Handler 4 static
../Core/Src/stm32wbxx_it.c:93:6:HardFault_Handler 4 static
../Core/Src/stm32wbxx_it.c:108:6:MemManage_Handler 4 static
../Core/Src/stm32wbxx_it.c:123:6:BusFault_Handler 4 static
../Core/Src/stm32wbxx_it.c:138:6:UsageFault_Handler 4 static
../Core/Src/stm32wbxx_it.c:153:6:DebugMon_Handler 4 static
../Core/Src/stm32wbxx_it.c:173:6:RTC_WKUP_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:187:6:DMA1_Channel1_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:201:6:DMA1_Channel2_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:215:6:DMA1_Channel3_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:229:6:DMA1_Channel4_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:243:6:USB_LP_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:257:6:TIM1_UP_TIM16_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:271:6:I2C1_EV_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:285:6:I2C1_ER_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:299:6:IPCC_C1_RX_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:313:6:IPCC_C1_TX_IRQHandler 8 static
../Core/Src/stm32wbxx_it.c:327:6:HSEM_IRQHandler 8 static
+81
View File
@@ -0,0 +1,81 @@
################################################################################
# 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 += \
../Core/Src/MadgwickAHRS.c \
../Core/Src/app_debug.c \
../Core/Src/app_entry.c \
../Core/Src/app_freertos.c \
../Core/Src/bmm350.c \
../Core/Src/bmm350_oor.c \
../Core/Src/freertos_port.c \
../Core/Src/hw_timerserver.c \
../Core/Src/madgwick.c \
../Core/Src/main.c \
../Core/Src/sensors.c \
../Core/Src/stm32_lpm_if.c \
../Core/Src/stm32wbxx_hal_msp.c \
../Core/Src/stm32wbxx_hal_timebase_tim.c \
../Core/Src/stm32wbxx_it.c \
../Core/Src/syscalls.c \
../Core/Src/sysmem.c \
../Core/Src/system_stm32wbxx.c \
../Core/Src/trinity_helperlib.c
OBJS += \
./Core/Src/MadgwickAHRS.o \
./Core/Src/app_debug.o \
./Core/Src/app_entry.o \
./Core/Src/app_freertos.o \
./Core/Src/bmm350.o \
./Core/Src/bmm350_oor.o \
./Core/Src/freertos_port.o \
./Core/Src/hw_timerserver.o \
./Core/Src/madgwick.o \
./Core/Src/main.o \
./Core/Src/sensors.o \
./Core/Src/stm32_lpm_if.o \
./Core/Src/stm32wbxx_hal_msp.o \
./Core/Src/stm32wbxx_hal_timebase_tim.o \
./Core/Src/stm32wbxx_it.o \
./Core/Src/syscalls.o \
./Core/Src/sysmem.o \
./Core/Src/system_stm32wbxx.o \
./Core/Src/trinity_helperlib.o
C_DEPS += \
./Core/Src/MadgwickAHRS.d \
./Core/Src/app_debug.d \
./Core/Src/app_entry.d \
./Core/Src/app_freertos.d \
./Core/Src/bmm350.d \
./Core/Src/bmm350_oor.d \
./Core/Src/freertos_port.d \
./Core/Src/hw_timerserver.d \
./Core/Src/madgwick.d \
./Core/Src/main.d \
./Core/Src/sensors.d \
./Core/Src/stm32_lpm_if.d \
./Core/Src/stm32wbxx_hal_msp.d \
./Core/Src/stm32wbxx_hal_timebase_tim.d \
./Core/Src/stm32wbxx_it.d \
./Core/Src/syscalls.d \
./Core/Src/sysmem.d \
./Core/Src/system_stm32wbxx.d \
./Core/Src/trinity_helperlib.d
# Each subdirectory must supply rules for building sources it contributes
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -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-Core-2f-Src
clean-Core-2f-Src:
-$(RM) ./Core/Src/MadgwickAHRS.cyclo ./Core/Src/MadgwickAHRS.d ./Core/Src/MadgwickAHRS.o ./Core/Src/MadgwickAHRS.su ./Core/Src/app_debug.cyclo ./Core/Src/app_debug.d ./Core/Src/app_debug.o ./Core/Src/app_debug.su ./Core/Src/app_entry.cyclo ./Core/Src/app_entry.d ./Core/Src/app_entry.o ./Core/Src/app_entry.su ./Core/Src/app_freertos.cyclo ./Core/Src/app_freertos.d ./Core/Src/app_freertos.o ./Core/Src/app_freertos.su ./Core/Src/bmm350.cyclo ./Core/Src/bmm350.d ./Core/Src/bmm350.o ./Core/Src/bmm350.su ./Core/Src/bmm350_oor.cyclo ./Core/Src/bmm350_oor.d ./Core/Src/bmm350_oor.o ./Core/Src/bmm350_oor.su ./Core/Src/freertos_port.cyclo ./Core/Src/freertos_port.d ./Core/Src/freertos_port.o ./Core/Src/freertos_port.su ./Core/Src/hw_timerserver.cyclo ./Core/Src/hw_timerserver.d ./Core/Src/hw_timerserver.o ./Core/Src/hw_timerserver.su ./Core/Src/madgwick.cyclo ./Core/Src/madgwick.d ./Core/Src/madgwick.o ./Core/Src/madgwick.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/sensors.cyclo ./Core/Src/sensors.d ./Core/Src/sensors.o ./Core/Src/sensors.su ./Core/Src/stm32_lpm_if.cyclo ./Core/Src/stm32_lpm_if.d ./Core/Src/stm32_lpm_if.o ./Core/Src/stm32_lpm_if.su ./Core/Src/stm32wbxx_hal_msp.cyclo ./Core/Src/stm32wbxx_hal_msp.d ./Core/Src/stm32wbxx_hal_msp.o ./Core/Src/stm32wbxx_hal_msp.su ./Core/Src/stm32wbxx_hal_timebase_tim.cyclo ./Core/Src/stm32wbxx_hal_timebase_tim.d ./Core/Src/stm32wbxx_hal_timebase_tim.o ./Core/Src/stm32wbxx_hal_timebase_tim.su ./Core/Src/stm32wbxx_it.cyclo ./Core/Src/stm32wbxx_it.d ./Core/Src/stm32wbxx_it.o ./Core/Src/stm32wbxx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32wbxx.cyclo ./Core/Src/system_stm32wbxx.d ./Core/Src/system_stm32wbxx.o ./Core/Src/system_stm32wbxx.su ./Core/Src/trinity_helperlib.cyclo ./Core/Src/trinity_helperlib.d ./Core/Src/trinity_helperlib.o ./Core/Src/trinity_helperlib.su
.PHONY: clean-Core-2f-Src
+18
View File
@@ -0,0 +1,18 @@
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 1
../Core/Src/syscalls.c:48:5:_getpid 1
../Core/Src/syscalls.c:53:5:_kill 1
../Core/Src/syscalls.c:61:6:_exit 1
../Core/Src/syscalls.c:67:27:_read 2
../Core/Src/syscalls.c:80:27:_write 2
../Core/Src/syscalls.c:92:5:_close 1
../Core/Src/syscalls.c:99:5:_fstat 1
../Core/Src/syscalls.c:106:5:_isatty 1
../Core/Src/syscalls.c:112:5:_lseek 1
../Core/Src/syscalls.c:120:5:_open 1
../Core/Src/syscalls.c:128:5:_wait 1
../Core/Src/syscalls.c:135:5:_unlink 1
../Core/Src/syscalls.c:142:5:_times 1
../Core/Src/syscalls.c:148:5:_stat 1
../Core/Src/syscalls.c:155:5:_link 1
../Core/Src/syscalls.c:163:5:_fork 1
../Core/Src/syscalls.c:169:5:_execve 1
+1
View File
@@ -0,0 +1 @@
Core/Src/syscalls.o: ../Core/Src/syscalls.c
Binary file not shown.
+18
View File
@@ -0,0 +1,18 @@
../Core/Src/syscalls.c:44:6:initialise_monitor_handles 4 static
../Core/Src/syscalls.c:48:5:_getpid 4 static
../Core/Src/syscalls.c:53:5:_kill 16 static
../Core/Src/syscalls.c:61:6:_exit 16 static
../Core/Src/syscalls.c:67:27:_read 32 static
../Core/Src/syscalls.c:80:27:_write 32 static
../Core/Src/syscalls.c:92:5:_close 16 static
../Core/Src/syscalls.c:99:5:_fstat 16 static
../Core/Src/syscalls.c:106:5:_isatty 16 static
../Core/Src/syscalls.c:112:5:_lseek 24 static
../Core/Src/syscalls.c:120:5:_open 12 static
../Core/Src/syscalls.c:128:5:_wait 16 static
../Core/Src/syscalls.c:135:5:_unlink 16 static
../Core/Src/syscalls.c:142:5:_times 16 static
../Core/Src/syscalls.c:148:5:_stat 16 static
../Core/Src/syscalls.c:155:5:_link 16 static
../Core/Src/syscalls.c:163:5:_fork 8 static
../Core/Src/syscalls.c:169:5:_execve 24 static
+1
View File
@@ -0,0 +1 @@
../Core/Src/sysmem.c:54:7:_sbrk 3
+1
View File
@@ -0,0 +1 @@
Core/Src/sysmem.o: ../Core/Src/sysmem.c
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
../Core/Src/sysmem.c:54:7:_sbrk 32 static
+2
View File
@@ -0,0 +1,2 @@
../Core/Src/system_stm32wbxx.c:218:6:SystemInit 1
../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 7
+91
View File
@@ -0,0 +1,91 @@
Core/Src/system_stm32wbxx.o: ../Core/Src/system_stm32wbxx.c \
../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/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:
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
../Core/Src/system_stm32wbxx.c:218:6:SystemInit 4 static
../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 32 static
+3
View File
@@ -0,0 +1,3 @@
Core/Src/trinity_helperlib.o: ../Core/Src/trinity_helperlib.c \
../Core/Src/trinity_helperlib.h
../Core/Src/trinity_helperlib.h:
Binary file not shown.
View File
@@ -0,0 +1,2 @@
Core/Startup/startup_stm32wb55rgvx.o: \
../Core/Startup/startup_stm32wb55rgvx.s
Binary file not shown.
+27
View File
@@ -0,0 +1,27 @@
################################################################################
# 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
S_SRCS += \
../Core/Startup/startup_stm32wb55rgvx.s
OBJS += \
./Core/Startup/startup_stm32wb55rgvx.o
S_DEPS += \
./Core/Startup/startup_stm32wb55rgvx.d
# Each subdirectory must supply rules for building sources it contributes
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
clean: clean-Core-2f-Startup
clean-Core-2f-Startup:
-$(RM) ./Core/Startup/startup_stm32wb55rgvx.d ./Core/Startup/startup_stm32wb55rgvx.o
.PHONY: clean-Core-2f-Startup
@@ -0,0 +1,30 @@
################################################################################
# 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 += \
../Drivers/CMSIS/Core/Template/ARMv8-M/main_s.c \
../Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.c
OBJS += \
./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.o \
./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.o
C_DEPS += \
./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.d \
./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/Core/Template/ARMv8-M/%.o Drivers/CMSIS/Core/Template/ARMv8-M/%.su Drivers/CMSIS/Core/Template/ARMv8-M/%.cyclo: ../Drivers/CMSIS/Core/Template/ARMv8-M/%.c Drivers/CMSIS/Core/Template/ARMv8-M/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-Core-2f-Template-2f-ARMv8-2d-M
clean-Drivers-2f-CMSIS-2f-Core-2f-Template-2f-ARMv8-2d-M:
-$(RM) ./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.cyclo ./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.d ./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.o ./Drivers/CMSIS/Core/Template/ARMv8-M/main_s.su ./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.cyclo ./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.d ./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.o ./Drivers/CMSIS/Core/Template/ARMv8-M/tz_context.su
.PHONY: clean-Drivers-2f-CMSIS-2f-Core-2f-Template-2f-ARMv8-2d-M
@@ -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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-JTest-2f-src
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-JTest-2f-src:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_cycle.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_dump_str_segments.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_fw.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/src/jtest_trigger_action.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-JTest-2f-src
@@ -0,0 +1,39 @@
################################################################################
# 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
S_SRCS += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.s \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.s
C_SRCS += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.o
S_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.d
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/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 -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 "$@"
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.o: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/%.s Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCC
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCC:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/Retarget.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv6-m.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCC/startup_armv7-m.o
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCC
@@ -0,0 +1,30 @@
################################################################################
# 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
S_UPPER_SRCS += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.S \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.S
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.o
S_UPPER_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/%.o: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/%.S Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCLANG
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCLANG:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv6-m.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/ARMCLANG/startup_armv7-m.o
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-ARMCLANG
@@ -0,0 +1,39 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.c
S_UPPER_SRCS += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.S \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.S
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.o
S_UPPER_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.d
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/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 -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 "$@"
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.o: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/%.S Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-GCC
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-GCC:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/Retarget.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv6-m.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/GCC/startup_armv7-m.o
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform-2f-GCC
@@ -0,0 +1,66 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.c
S_UPPER_SRCS += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.S
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.o
S_UPPER_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.d
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.o: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.S Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -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 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/startup_generic.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM0.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM23.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM3.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM33.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM4.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMCM7.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC000.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMSC300.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MBL.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_ARMv8MML.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/platform/system_generic.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-platform
@@ -0,0 +1,57 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-basic_math_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-basic_math_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/abs_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/add_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/basic_math_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/dot_prod_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/mult_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/negate_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/offset_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/scale_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/shift_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/basic_math_tests/sub_tests.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-basic_math_tests
@@ -0,0 +1,48 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-complex_math_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-complex_math_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_conj_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_dot_prod_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_squared_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mag_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_cmplx_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/cmplx_mult_real_test.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/complex_math_tests/complex_math_test_group.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-complex_math_tests
@@ -0,0 +1,39 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-controller_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-controller_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/controller_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_reset_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/pid_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/controller_tests/sin_cos_tests.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-controller_tests
@@ -0,0 +1,30 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-fast_math_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-fast_math_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/fast_math_tests/fast_math_tests_common_data.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-fast_math_tests
@@ -0,0 +1,48 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-filtering_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-filtering_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/biquad_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/conv_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/correlate_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/filtering_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/fir_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/iir_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/filtering_tests/lms_tests.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-filtering_tests
@@ -0,0 +1,30 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-intrinsics_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-intrinsics_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/intrinsics_tests/intrinsics_tests_common_data.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-intrinsics_tests
@@ -0,0 +1,57 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-matrix_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-matrix_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_add_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_cmplx_mult_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_init_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_inverse_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_fast_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_mult_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_scale_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_sub_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/mat_trans_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/matrix_tests/matrix_test_group.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-matrix_tests
@@ -0,0 +1,51 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-statistics_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-statistics_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/max_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/mean_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/min_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/power_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/rms_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/statistics_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/std_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/statistics_tests/var_tests.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-statistics_tests
@@ -0,0 +1,33 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/all_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/main.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/math_helper.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src
@@ -0,0 +1,39 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-support_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-support_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/copy_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/fill_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_common_data.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/support_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/support_tests/x_to_y_tests.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-support_tests
@@ -0,0 +1,45 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-transform_tests
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-transform_tests:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_family_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/cfft_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/dct4_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_fast_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/rfft_tests.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_test_group.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/src/transform_tests/transform_tests_common_data.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-Common-2f-src-2f-transform_tests
@@ -0,0 +1,30 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-CMSIS
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-CMSIS:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/RTX_Config.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/CMSIS/handlers.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-CMSIS
@@ -0,0 +1,33 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.c \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.o \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.d \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-Device-2f-ARMCA5
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-Device-2f-ARMCA5:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/mmu_ARMCA5.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/startup_ARMCA5.su ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/RTE/Device/ARMCA5/system_ARMCA5.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5-2f-RTE-2f-Device-2f-ARMCA5
@@ -0,0 +1,27 @@
################################################################################
# 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 += \
../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.c
OBJS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.o
C_DEPS += \
./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.d
# Each subdirectory must supply rules for building sources it contributes
Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/%.o Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/%.su Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/%.cyclo: ../Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/%.c Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/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 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5
clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5:
-$(RM) ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.cyclo ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.d ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.o ./Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_FVP_A5/main.su
.PHONY: clean-Drivers-2f-CMSIS-2f-DSP-2f-DSP_Lib_TestSuite-2f-DspLibTest_FVP_A5

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