Trinity Devboard PCB V1.0 Firmware. FreeRTOS is setup and the MCU reads IMU data over SPI fand Magnetometer data over I2C, each with a seperate task. Sensordata is then run though MadgwickAHRS and send over USB as serial packet data to use in trinity visualizer. Bare minimum functionality works and is replicated from the first prototype.
This commit is contained in:
@@ -0,0 +1,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
|
||||
@@ -0,0 +1,3 @@
|
||||
Core/Src/MadgwickAHRS.o: ../Core/Src/MadgwickAHRS.c \
|
||||
../Core/Src/MadgwickAHRS.h
|
||||
../Core/Src/MadgwickAHRS.h:
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
../Core/Src/freertos_port.c:87:6:vPortSuppressTicksAndSleep 1
|
||||
@@ -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.
@@ -0,0 +1 @@
|
||||
../Core/Src/freertos_port.c:87:6:vPortSuppressTicksAndSleep 16 static
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
Core/Src/madgwick.o: ../Core/Src/madgwick.c ../Core/Src/madgwick.h
|
||||
../Core/Src/madgwick.h:
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
Core/Src/syscalls.o: ../Core/Src/syscalls.c
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
../Core/Src/sysmem.c:54:7:_sbrk 3
|
||||
@@ -0,0 +1 @@
|
||||
Core/Src/sysmem.o: ../Core/Src/sysmem.c
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
../Core/Src/sysmem.c:54:7:_sbrk 32 static
|
||||
@@ -0,0 +1,2 @@
|
||||
../Core/Src/system_stm32wbxx.c:218:6:SystemInit 1
|
||||
../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 7
|
||||
@@ -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.
@@ -0,0 +1,2 @@
|
||||
../Core/Src/system_stm32wbxx.c:218:6:SystemInit 4 static
|
||||
../Core/Src/system_stm32wbxx.c:303:6:SystemCoreClockUpdate 32 static
|
||||
@@ -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.
@@ -0,0 +1,2 @@
|
||||
Core/Startup/startup_stm32wb55rgvx.o: \
|
||||
../Core/Startup/startup_stm32wb55rgvx.s
|
||||
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user