Trinity Devboard PCB V1.0 Firmware. FreeRTOS is setup and the MCU reads IMU data over SPI fand Magnetometer data over I2C, each with a seperate task. Sensordata is then run though MadgwickAHRS and send over USB as serial packet data to use in trinity visualizer. Bare minimum functionality works and is replicated from the first prototype.

This commit is contained in:
2026-09-13 19:51:03 +02:00
commit 7ee381de58
1630 changed files with 632404 additions and 0 deletions
@@ -0,0 +1,84 @@
../Drivers/CMSIS/Include/core_cm4.h:1809:22:__NVIC_SetPriority 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:164:6:SysTick_Handler 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:181:22:SVC_Setup 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:200:26:IRQ_Context 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:228:17:OS_Tick_GetCount 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:239:17:OS_Tick_GetOverflow 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:251:17:OS_Tick_GetInterval 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:264:12:osKernelInitialize 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:298:12:osKernelGetInfo 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:322:17:osKernelGetState 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:353:12:osKernelStart 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:384:9:osKernelLock 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:415:9:osKernelUnlock 6
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:451:9:osKernelRestoreLock 8
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:491:10:osKernelGetTickCount 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:507:10:osKernelGetTickFreq 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:515:10:osKernelGetSysTimerCount 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:561:10:osKernelGetSysTimerFreq 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:577:14:osThreadNew 20
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:652:13:osThreadGetName 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:669:14:osThreadGetId 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:681:17:osThreadGetState 7
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:707:10:osThreadGetStackSpace 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:724:12:osThreadSetPriority 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:746:14:osThreadGetPriority 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:763:12:osThreadYield 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:781:12:osThreadSuspend 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:803:12:osThreadResume 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:826:18:osThreadExit 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:836:12:osThreadTerminate 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:869:10:osThreadGetCount 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:886:10:osThreadEnumerate 7
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:926:10:osThreadFlagsSet 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:957:10:osThreadFlagsClear 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:990:10:osThreadFlagsGet 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1012:10:osThreadFlagsWait 13
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1094:12:osDelay 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1115:12:osDelayUntil 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1152:13:TimerCallback 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1169:13:osTimerNew 21
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1275:13:osTimerGetName 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1292:12:osTimerStart 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1317:12:osTimerStop 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1347:10:osTimerIsRunning 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1364:12:osTimerDelete 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1416:18:osEventFlagsNew 9
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1465:10:osEventFlagsSet 6
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1505:10:osEventFlagsClear 5
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1544:10:osEventFlagsGet 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1569:10:osEventFlagsWait 12
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1629:12:osEventFlagsDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1663:13:osMutexNew 19
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1752:12:osMutexAcquire 8
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1800:12:osMutexRelease 6
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1840:14:osMutexGetOwner 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1859:12:osMutexDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1894:17:osSemaphoreNew 19
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1970:12:osSemaphoreAcquire 8
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2011:12:osSemaphoreRelease 6
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2043:10:osSemaphoreGetCount 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2063:12:osSemaphoreDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2100:20:osMessageQueueNew 18
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2161:12:osMessageQueuePut 11
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2209:12:osMessageQueueGet 11
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2254:10:osMessageQueueGetCapacity 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2272:10:osMessageQueueGetMsgSize 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2290:10:osMessageQueueGetCount 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2311:10:osMessageQueueGetSpace 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2338:12:osMessageQueueReset 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2360:12:osMessageQueueDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2399:18:osMemoryPoolNew 25
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2520:13:osMemoryPoolGetName 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2541:7:osMemoryPoolAlloc 11
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2602:12:osMemoryPoolFree 10
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2668:10:osMemoryPoolGetCapacity 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2695:10:osMemoryPoolGetBlockSize 3
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2722:10:osMemoryPoolGetCount 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2755:10:osMemoryPoolGetSpace 4
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2786:12:osMemoryPoolDelete 6
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2833:14:CreateBlock 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2850:14:AllocBlock 2
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2867:13:FreeBlock 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2934:13:vApplicationGetIdleTaskMemory 1
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2948:13:vApplicationGetTimerTaskMemory 1
@@ -0,0 +1,130 @@
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o: \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_mpool.h \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_os2.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/CMSIS/RTOS2/Include/cmsis_os2.h \
../Drivers/CMSIS/Include/cmsis_compiler.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_mpool.h:
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/freertos_os2.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/CMSIS/RTOS2/Include/cmsis_os2.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
@@ -0,0 +1,84 @@
../Drivers/CMSIS/Include/core_cm4.h:1809:22:__NVIC_SetPriority 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:164:6:SysTick_Handler 8 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:181:22:SVC_Setup 8 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:200:26:IRQ_Context 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:228:17:OS_Tick_GetCount 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:239:17:OS_Tick_GetOverflow 4 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:251:17:OS_Tick_GetInterval 4 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:264:12:osKernelInitialize 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:298:12:osKernelGetInfo 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:322:17:osKernelGetState 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:353:12:osKernelStart 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:384:9:osKernelLock 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:415:9:osKernelUnlock 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:451:9:osKernelRestoreLock 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:491:10:osKernelGetTickCount 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:507:10:osKernelGetTickFreq 4 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:515:10:osKernelGetSysTimerCount 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:561:10:osKernelGetSysTimerFreq 4 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:577:14:osThreadNew 64 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:652:13:osThreadGetName 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:669:14:osThreadGetId 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:681:17:osThreadGetState 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:707:10:osThreadGetStackSpace 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:724:12:osThreadSetPriority 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:746:14:osThreadGetPriority 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:763:12:osThreadYield 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:781:12:osThreadSuspend 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:803:12:osThreadResume 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:826:18:osThreadExit 8 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:836:12:osThreadTerminate 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:869:10:osThreadGetCount 16 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:886:10:osThreadEnumerate 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:926:10:osThreadFlagsSet 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:957:10:osThreadFlagsClear 40 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:990:10:osThreadFlagsGet 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1012:10:osThreadFlagsWait 64 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1094:12:osDelay 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1115:12:osDelayUntil 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1152:13:TimerCallback 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1169:13:osTimerNew 56 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1275:13:osTimerGetName 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1292:12:osTimerStart 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1317:12:osTimerStop 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1347:10:osTimerIsRunning 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1364:12:osTimerDelete 40 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1416:18:osEventFlagsNew 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1465:10:osEventFlagsSet 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1505:10:osEventFlagsClear 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1544:10:osEventFlagsGet 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1569:10:osEventFlagsWait 48 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1629:12:osEventFlagsDelete 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1663:13:osMutexNew 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1752:12:osMutexAcquire 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1800:12:osMutexRelease 32 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1840:14:osMutexGetOwner 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1859:12:osMutexDelete 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1894:17:osSemaphoreNew 40 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:1970:12:osSemaphoreAcquire 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2011:12:osSemaphoreRelease 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2043:10:osSemaphoreGetCount 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2063:12:osSemaphoreDelete 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2100:20:osMessageQueueNew 40 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2161:12:osMessageQueuePut 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2209:12:osMessageQueueGet 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2254:10:osMessageQueueGetCapacity 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2272:10:osMessageQueueGetMsgSize 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2290:10:osMessageQueueGetCount 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2311:10:osMessageQueueGetSpace 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2338:12:osMessageQueueReset 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2360:12:osMessageQueueDelete 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2399:18:osMemoryPoolNew 48 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2520:13:osMemoryPoolGetName 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2541:7:osMemoryPoolAlloc 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2602:12:osMemoryPoolFree 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2668:10:osMemoryPoolGetCapacity 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2695:10:osMemoryPoolGetBlockSize 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2722:10:osMemoryPoolGetCount 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2755:10:osMemoryPoolGetSpace 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2786:12:osMemoryPoolDelete 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2833:14:CreateBlock 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2850:14:AllocBlock 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2867:13:FreeBlock 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2934:13:vApplicationGetIdleTaskMemory 24 static
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c:2948:13:vApplicationGetTimerTaskMemory 24 static
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (14.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c
OBJS += \
./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o
C_DEPS += \
./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.d
# Each subdirectory must supply rules for building sources it contributes
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/%.o Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/%.su Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/%.cyclo: ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/%.c Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../USB_Device/App -I../USB_Device/Target -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/RTOS2/Include -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-CMSIS_RTOS_V2
clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-CMSIS_RTOS_V2:
-$(RM) ./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.d ./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.o ./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.su
.PHONY: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-CMSIS_RTOS_V2
@@ -0,0 +1,22 @@
Middlewares/Third_Party/FreeRTOS/Source/croutine.o: \
../Middlewares/Third_Party/FreeRTOS/Source/croutine.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h:
Binary file not shown.
@@ -0,0 +1,16 @@
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:81:24:xEventGroupCreateStatic 4
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:133:24:xEventGroupCreate 2
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:179:13:xEventGroupSync 12
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:302:13:xEventGroupWaitBits 17
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:458:13:xEventGroupClearBits 3
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:488:16:xEventGroupClearBitsFromISR 1
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:502:13:xEventGroupGetBitsFromISR 1
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:518:13:xEventGroupSetBits 9
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:614:6:vEventGroupDelete 5
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:661:16:xEventGroupGetStaticBuffer 4
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:698:6:vEventGroupSetBitsCallback 1
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:707:6:vEventGroupClearBitsCallback 1
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:714:19:prvTestWaitCondition 4
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:753:16:xEventGroupSetBitsFromISR 1
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:770:17:uxEventGroupGetNumber 2
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:792:10:vEventGroupSetNumber 1
@@ -0,0 +1,28 @@
Middlewares/Third_Party/FreeRTOS/Source/event_groups.o: \
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
Binary file not shown.
@@ -0,0 +1,16 @@
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:81:24:xEventGroupCreateStatic 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:133:24:xEventGroupCreate 16 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:179:13:xEventGroupSync 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:302:13:xEventGroupWaitBits 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:458:13:xEventGroupClearBits 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:488:16:xEventGroupClearBitsFromISR 24 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:502:13:xEventGroupGetBitsFromISR 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:518:13:xEventGroupSetBits 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:614:6:vEventGroupDelete 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:661:16:xEventGroupGetStaticBuffer 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:698:6:vEventGroupSetBitsCallback 16 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:707:6:vEventGroupClearBitsCallback 16 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:714:19:prvTestWaitCondition 32 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:753:16:xEventGroupSetBitsFromISR 32 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:770:17:uxEventGroupGetNumber 24 static
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c:792:10:vEventGroupSetNumber 16 static
@@ -0,0 +1,5 @@
../Middlewares/Third_Party/FreeRTOS/Source/list.c:50:6:vListInitialise 1
../Middlewares/Third_Party/FreeRTOS/Source/list.c:86:6:vListInitialiseItem 1
../Middlewares/Third_Party/FreeRTOS/Source/list.c:98:6:vListInsertEnd 1
../Middlewares/Third_Party/FreeRTOS/Source/list.c:128:6:vListInsert 3
../Middlewares/Third_Party/FreeRTOS/Source/list.c:199:13:uxListRemove 2
+18
View File
@@ -0,0 +1,18 @@
Middlewares/Third_Party/FreeRTOS/Source/list.o: \
../Middlewares/Third_Party/FreeRTOS/Source/list.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/list.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/list.h:
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
../Middlewares/Third_Party/FreeRTOS/Source/list.c:50:6:vListInitialise 16 static
../Middlewares/Third_Party/FreeRTOS/Source/list.c:86:6:vListInitialiseItem 16 static
../Middlewares/Third_Party/FreeRTOS/Source/list.c:98:6:vListInsertEnd 24 static
../Middlewares/Third_Party/FreeRTOS/Source/list.c:128:6:vListInsert 24 static
../Middlewares/Third_Party/FreeRTOS/Source/list.c:199:13:uxListRemove 24 static
@@ -0,0 +1,13 @@
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:193:15:pxPortInitialiseStack 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:225:13:prvTaskExitError 3
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:251:6:SVC_Handler 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:270:13:prvPortStartFirstTask 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:297:12:xPortStartScheduler 7
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:423:6:vPortEndScheduler 2
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:431:6:vPortEnterCritical 3
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:448:6:vPortExitCritical 3
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:460:6:PendSV_Handler 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:517:6:xPortSysTickHandler 2
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:762:32:vPortSetupTimerInterrupt 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:784:13:vPortEnableVFP 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:801:10:vPortValidateInterruptPriority 4
@@ -0,0 +1,20 @@
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o: \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.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
../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:
@@ -0,0 +1,13 @@
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:193:15:pxPortInitialiseStack 24 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:225:13:prvTaskExitError 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:251:6:SVC_Handler 0 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:270:13:prvPortStartFirstTask 0 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:297:12:xPortStartScheduler 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:423:6:vPortEndScheduler 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:431:6:vPortEnterCritical 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:448:6:vPortExitCritical 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:460:6:PendSV_Handler 0 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:517:6:xPortSysTickHandler 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:762:32:vPortSetupTimerInterrupt 4 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:784:13:vPortEnableVFP 0 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c:801:10:vPortValidateInterruptPriority 24 static,ignoring_inline_asm
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (14.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
OBJS += \
./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o
C_DEPS += \
./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.d
# Each subdirectory must supply rules for building sources it contributes
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/%.o Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/%.su Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/%.cyclo: ../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/%.c Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../USB_Device/App -I../USB_Device/Target -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/RTOS2/Include -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-GCC-2f-ARM_CM4F
clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-GCC-2f-ARM_CM4F:
-$(RM) ./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.d ./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.o ./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.su
.PHONY: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-GCC-2f-ARM_CM4F
@@ -0,0 +1,9 @@
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:138:8:pvPortMalloc 16
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:307:6:vPortFree 6
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:360:8:xPortGetFreeHeapSize 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:366:8:xPortGetMinimumEverFreeHeapSize 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:372:6:vPortInitialiseBlocks 1
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:378:8:pvPortCalloc 5
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:397:13:prvHeapInit 2
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:442:13:prvInsertBlockIntoFreeList 6
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:505:6:vPortGetHeapStats 5
@@ -0,0 +1,20 @@
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o: \
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.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
../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:
@@ -0,0 +1,9 @@
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:138:8:pvPortMalloc 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:307:6:vPortFree 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:360:8:xPortGetFreeHeapSize 4 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:366:8:xPortGetMinimumEverFreeHeapSize 4 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:372:6:vPortInitialiseBlocks 4 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:378:8:pvPortCalloc 24 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:397:13:prvHeapInit 24 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:442:13:prvInsertBlockIntoFreeList 24 static
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c:505:6:vPortGetHeapStats 32 static
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (14.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c
OBJS += \
./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o
C_DEPS += \
./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.d
# Each subdirectory must supply rules for building sources it contributes
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/%.o Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/%.su Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/%.cyclo: ../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/%.c Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../USB_Device/App -I../USB_Device/Target -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/RTOS2/Include -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-MemMang
clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-MemMang:
-$(RM) ./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.d ./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.o ./Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.su
.PHONY: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source-2f-portable-2f-MemMang
@@ -0,0 +1,43 @@
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:296:12:xQueueGenericReset 10
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:365:19:xQueueGenericCreateStatic 10
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:428:16:xQueueGenericGetStaticBuffers 5
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:477:19:xQueueGenericCreate 7
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:543:13:prvInitialiseNewQueue 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:591:17:prvInitialiseMutex 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:621:19:xQueueCreateMutex 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:637:19:xQueueCreateMutexStatic 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:658:18:xQueueGetMutexHolder 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:691:18:xQueueGetMutexHolderFromISR 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:717:16:xQueueGiveMutexRecursive 4
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:772:16:xQueueTakeMutexRecursive 4
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:815:19:xQueueCreateCountingSemaphoreStatic 5
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:851:19:xQueueCreateCountingSemaphore 5
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:884:12:xQueueGenericSend 23
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1096:12:xQueueGenericSendFromISR 16
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1261:12:xQueueGiveFromISR 13
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1427:12:xQueueReceive 19
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1570:12:xQueueSemaphoreTake 20
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1780:12:xQueuePeek 19
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1931:12:xQueueReceiveFromISR 12
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2024:12:xQueuePeekFromISR 7
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2079:13:uxQueueMessagesWaiting 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2095:13:uxQueueSpacesAvailable 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2112:13:uxQueueMessagesWaitingFromISR 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2124:6:vQueueDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2168:17:uxQueueGetQueueNumber 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2178:10:vQueueSetQueueNumber 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2189:13:ucQueueGetQueueType 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2197:13:uxQueueGetQueueItemSize 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2203:13:uxQueueGetQueueLength 1
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2211:24:prvGetDisinheritPriorityAfterTimeout 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2236:19:prvCopyDataToQueue 8
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2319:13:prvCopyDataFromQueue 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2340:13:prvUnlockQueue 7
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2460:19:prvIsQueueEmpty 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2481:12:xQueueIsQueueEmptyFromISR 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2501:19:prvIsQueueFull 2
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2522:12:xQueueIsQueueFullFromISR 3
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2831:10:vQueueAddToRegistry 8
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2878:18:pcQueueGetName 4
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2909:10:vQueueUnregisterQueue 4
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2942:10:vQueueWaitForMessageRestricted 4
+24
View File
@@ -0,0 +1,24 @@
Middlewares/Third_Party/FreeRTOS/Source/queue.o: \
../Middlewares/Third_Party/FreeRTOS/Source/queue.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
Binary file not shown.
+43
View File
@@ -0,0 +1,43 @@
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:296:12:xQueueGenericReset 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:365:19:xQueueGenericCreateStatic 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:428:16:xQueueGenericGetStaticBuffers 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:477:19:xQueueGenericCreate 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:543:13:prvInitialiseNewQueue 24 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:591:17:prvInitialiseMutex 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:621:19:xQueueCreateMutex 32 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:637:19:xQueueCreateMutexStatic 40 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:658:18:xQueueGetMutexHolder 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:691:18:xQueueGetMutexHolderFromISR 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:717:16:xQueueGiveMutexRecursive 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:772:16:xQueueTakeMutexRecursive 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:815:19:xQueueCreateCountingSemaphoreStatic 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:851:19:xQueueCreateCountingSemaphore 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:884:12:xQueueGenericSend 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1096:12:xQueueGenericSendFromISR 80 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1261:12:xQueueGiveFromISR 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1427:12:xQueueReceive 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1570:12:xQueueSemaphoreTake 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1780:12:xQueuePeek 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:1931:12:xQueueReceiveFromISR 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2024:12:xQueuePeekFromISR 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2079:13:uxQueueMessagesWaiting 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2095:13:uxQueueSpacesAvailable 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2112:13:uxQueueMessagesWaitingFromISR 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2124:6:vQueueDelete 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2168:17:uxQueueGetQueueNumber 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2178:10:vQueueSetQueueNumber 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2189:13:ucQueueGetQueueType 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2197:13:uxQueueGetQueueItemSize 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2203:13:uxQueueGetQueueLength 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2211:24:prvGetDisinheritPriorityAfterTimeout 24 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2236:19:prvCopyDataToQueue 32 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2319:13:prvCopyDataFromQueue 16 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2340:13:prvUnlockQueue 24 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2460:19:prvIsQueueEmpty 24 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2481:12:xQueueIsQueueEmptyFromISR 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2501:19:prvIsQueueFull 24 static
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2522:12:xQueueIsQueueFullFromISR 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2831:10:vQueueAddToRegistry 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2878:18:pcQueueGetName 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2909:10:vQueueUnregisterQueue 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/queue.c:2942:10:vQueueWaitForMessageRestricted 32 static
@@ -0,0 +1,26 @@
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:321:26:xStreamBufferGenericCreate 8
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:398:26:xStreamBufferGenericCreateStatic 10
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:478:16:xStreamBufferGetStaticBuffers 5
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:505:6:vStreamBufferDelete 3
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:538:12:xStreamBufferReset 4
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:595:12:xStreamBufferSetTriggerLevel 4
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:625:8:xStreamBufferSpacesAvailable 4
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:658:8:xStreamBufferBytesAvailable 2
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:670:8:xStreamBufferSend 15
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:801:8:xStreamBufferSendFromISR 7
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:852:15:prvWriteMessageToBuffer 5
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:902:8:xStreamBufferReceive 11
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1006:8:xStreamBufferNextMessageLengthBytes 5
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1046:8:xStreamBufferReceiveFromISR 7
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1103:15:prvReadMessageFromBuffer 4
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1155:12:xStreamBufferIsEmpty 3
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1179:12:xStreamBufferIsFull 4
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1214:12:xStreamBufferSendCompletedFromISR 3
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1245:12:xStreamBufferReceiveCompletedFromISR 3
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1276:15:prvWriteBytesToBuffer 6
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1322:15:prvReadBytesFromBuffer 6
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1366:15:prvBytesInBuffer 2
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1387:13:prvInitialiseNewStreamBuffer 2
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1428:17:uxStreamBufferGetStreamBufferNumber 1
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1438:10:vStreamBufferSetStreamBufferNumber 1
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1449:13:ucStreamBufferGetStreamBufferType 1
@@ -0,0 +1,22 @@
Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o: \
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h:
Binary file not shown.
@@ -0,0 +1,26 @@
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:321:26:xStreamBufferGenericCreate 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:398:26:xStreamBufferGenericCreateStatic 80 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:478:16:xStreamBufferGetStaticBuffers 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:505:6:vStreamBufferDelete 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:538:12:xStreamBufferReset 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:595:12:xStreamBufferSetTriggerLevel 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:625:8:xStreamBufferSpacesAvailable 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:658:8:xStreamBufferBytesAvailable 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:670:8:xStreamBufferSend 80 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:801:8:xStreamBufferSendFromISR 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:852:15:prvWriteMessageToBuffer 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:902:8:xStreamBufferReceive 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1006:8:xStreamBufferNextMessageLengthBytes 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1046:8:xStreamBufferReceiveFromISR 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1103:15:prvReadMessageFromBuffer 40 static
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1155:12:xStreamBufferIsEmpty 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1179:12:xStreamBufferIsFull 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1214:12:xStreamBufferSendCompletedFromISR 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1245:12:xStreamBufferReceiveCompletedFromISR 56 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1276:15:prvWriteBytesToBuffer 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1322:15:prvReadBytesFromBuffer 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1366:15:prvBytesInBuffer 24 static
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1387:13:prvInitialiseNewStreamBuffer 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1428:17:uxStreamBufferGetStreamBufferNumber 16 static
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1438:10:vStreamBufferSetStreamBufferNumber 16 static
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1449:13:ucStreamBufferGetStreamBufferType 16 static
+45
View File
@@ -0,0 +1,45 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (14.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Middlewares/Third_Party/FreeRTOS/Source/croutine.c \
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c \
../Middlewares/Third_Party/FreeRTOS/Source/list.c \
../Middlewares/Third_Party/FreeRTOS/Source/queue.c \
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c \
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c \
../Middlewares/Third_Party/FreeRTOS/Source/timers.c
OBJS += \
./Middlewares/Third_Party/FreeRTOS/Source/croutine.o \
./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o \
./Middlewares/Third_Party/FreeRTOS/Source/list.o \
./Middlewares/Third_Party/FreeRTOS/Source/queue.o \
./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o \
./Middlewares/Third_Party/FreeRTOS/Source/tasks.o \
./Middlewares/Third_Party/FreeRTOS/Source/timers.o
C_DEPS += \
./Middlewares/Third_Party/FreeRTOS/Source/croutine.d \
./Middlewares/Third_Party/FreeRTOS/Source/event_groups.d \
./Middlewares/Third_Party/FreeRTOS/Source/list.d \
./Middlewares/Third_Party/FreeRTOS/Source/queue.d \
./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.d \
./Middlewares/Third_Party/FreeRTOS/Source/tasks.d \
./Middlewares/Third_Party/FreeRTOS/Source/timers.d
# Each subdirectory must supply rules for building sources it contributes
Middlewares/Third_Party/FreeRTOS/Source/%.o Middlewares/Third_Party/FreeRTOS/Source/%.su Middlewares/Third_Party/FreeRTOS/Source/%.cyclo: ../Middlewares/Third_Party/FreeRTOS/Source/%.c Middlewares/Third_Party/FreeRTOS/Source/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../USB_Device/App -I../USB_Device/Target -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/RTOS2/Include -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
clean: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source
clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source:
-$(RM) ./Middlewares/Third_Party/FreeRTOS/Source/croutine.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/croutine.d ./Middlewares/Third_Party/FreeRTOS/Source/croutine.o ./Middlewares/Third_Party/FreeRTOS/Source/croutine.su ./Middlewares/Third_Party/FreeRTOS/Source/event_groups.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/event_groups.d ./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o ./Middlewares/Third_Party/FreeRTOS/Source/event_groups.su ./Middlewares/Third_Party/FreeRTOS/Source/list.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/list.d ./Middlewares/Third_Party/FreeRTOS/Source/list.o ./Middlewares/Third_Party/FreeRTOS/Source/list.su ./Middlewares/Third_Party/FreeRTOS/Source/queue.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/queue.d ./Middlewares/Third_Party/FreeRTOS/Source/queue.o ./Middlewares/Third_Party/FreeRTOS/Source/queue.su ./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.d ./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o ./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.su ./Middlewares/Third_Party/FreeRTOS/Source/tasks.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/tasks.d ./Middlewares/Third_Party/FreeRTOS/Source/tasks.o ./Middlewares/Third_Party/FreeRTOS/Source/tasks.su ./Middlewares/Third_Party/FreeRTOS/Source/timers.cyclo ./Middlewares/Third_Party/FreeRTOS/Source/timers.d ./Middlewares/Third_Party/FreeRTOS/Source/timers.o ./Middlewares/Third_Party/FreeRTOS/Source/timers.su
.PHONY: clean-Middlewares-2f-Third_Party-2f-FreeRTOS-2f-Source
@@ -0,0 +1,63 @@
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:568:18:xTaskCreateStatic 6
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:725:16:xTaskCreate 4
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:820:13:prvInitialiseNewTask 8
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1030:13:prvAddNewTaskToReadyList 8
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1116:10:vTaskDelete 8
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1218:16:xTaskDelayUntil 11
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1305:10:vTaskDelay 4
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1350:16:eTaskGetState 12
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1458:17:uxTaskPriorityGet 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1480:17:uxTaskPriorityGetFromISR 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1521:10:vTaskPrioritySet 14
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1687:10:vTaskSuspend 10
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1793:23:prvTaskIsTaskSuspended 5
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1839:10:vTaskResume 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1893:16:xTaskResumeFromISR 6
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1968:6:vTaskStartScheduler 5
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2093:6:vTaskEndScheduler 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2104:6:vTaskSuspendAll 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2188:12:xTaskResumeAll 14
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2300:12:xTaskGetTickCount 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2315:12:xTaskGetTickCountFromISR 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2346:13:uxTaskGetNumberOfTasks 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2354:8:pcTaskGetName 3
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2503:16:xTaskGetStaticBuffers 6
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2550:17:uxTaskGetSystemState 4
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2677:12:xTaskCatchUpTicks 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2781:12:xTaskIncrementTick 14
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3070:6:vTaskSwitchContext 5
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3144:6:vTaskPlaceOnEventList 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3169:6:vTaskPlaceOnUnorderedEventList 3
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3197:10:vTaskPlaceOnEventListRestricted 3
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3230:12:xTaskRemoveFromEventList 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3298:6:vTaskRemoveFromUnorderedEventList 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3347:6:vTaskSetTimeOutState 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3359:6:vTaskInternalSetTimeOutState 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3367:12:xTaskCheckForTimeOut 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3432:6:vTaskMissedYield 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3440:17:uxTaskGetTaskNumber 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3463:10:vTaskSetTaskNumber 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3489:8:prvIdleTask 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3713:13:prvInitialiseTaskLists 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3745:13:prvCheckTasksWaitingTermination 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3775:10:vTaskGetInfo 8
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3890:24:prvListTasksWithinSingleList 5
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3926:35:prvTaskCheckFreeStackSpace 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3986:17:uxTaskGetStackHighWaterMark 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4014:17:prvDeleteTCB 4
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4067:13:prvResetNextTaskUnblockTime 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4090:18:xTaskGetCurrentTaskHandle 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4107:16:xTaskGetSchedulerState 3
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4135:16:xTaskPriorityInherit 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4225:16:xTaskPriorityDisinherit 7
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4305:10:vTaskPriorityDisinheritAfterTimeout 10
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4726:12:uxTaskResetEventItemValue 1
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4742:18:pvTaskIncrementMutexHeldCount 2
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4759:14:ulTaskGenericNotifyTake 6
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4831:16:xTaskGenericNotifyWait 6
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4917:16:xTaskGenericNotify 16
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5040:16:xTaskGenericNotifyFromISR 18
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5179:10:vTaskGenericNotifyGiveFromISR 10
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5268:16:xTaskGenericNotifyStateClear 4
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5302:14:ulTaskGenericNotifyValueClear 3
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5387:13:prvAddCurrentTaskToDelayedList 5
+26
View File
@@ -0,0 +1,26 @@
Middlewares/Third_Party/FreeRTOS/Source/tasks.o: \
../Middlewares/Third_Party/FreeRTOS/Source/tasks.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h:
Binary file not shown.
+63
View File
@@ -0,0 +1,63 @@
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:568:18:xTaskCreateStatic 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:725:16:xTaskCreate 56 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:820:13:prvInitialiseNewTask 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1030:13:prvAddNewTaskToReadyList 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1116:10:vTaskDelete 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1218:16:xTaskDelayUntil 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1305:10:vTaskDelay 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1350:16:eTaskGetState 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1458:17:uxTaskPriorityGet 24 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1480:17:uxTaskPriorityGetFromISR 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1521:10:vTaskPrioritySet 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1687:10:vTaskSuspend 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1793:23:prvTaskIsTaskSuspended 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1839:10:vTaskResume 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1893:16:xTaskResumeFromISR 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1968:6:vTaskStartScheduler 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2093:6:vTaskEndScheduler 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2104:6:vTaskSuspendAll 4 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2188:12:xTaskResumeAll 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2300:12:xTaskGetTickCount 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2315:12:xTaskGetTickCountFromISR 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2346:13:uxTaskGetNumberOfTasks 4 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2354:8:pcTaskGetName 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2503:16:xTaskGetStaticBuffers 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2550:17:uxTaskGetSystemState 32 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2677:12:xTaskCatchUpTicks 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:2781:12:xTaskIncrementTick 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3070:6:vTaskSwitchContext 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3144:6:vTaskPlaceOnEventList 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3169:6:vTaskPlaceOnUnorderedEventList 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3197:10:vTaskPlaceOnEventListRestricted 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3230:12:xTaskRemoveFromEventList 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3298:6:vTaskRemoveFromUnorderedEventList 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3347:6:vTaskSetTimeOutState 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3359:6:vTaskInternalSetTimeOutState 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3367:12:xTaskCheckForTimeOut 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3432:6:vTaskMissedYield 4 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3440:17:uxTaskGetTaskNumber 24 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3463:10:vTaskSetTaskNumber 24 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3489:8:prvIdleTask 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3713:13:prvInitialiseTaskLists 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3745:13:prvCheckTasksWaitingTermination 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3775:10:vTaskGetInfo 32 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3890:24:prvListTasksWithinSingleList 48 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3926:35:prvTaskCheckFreeStackSpace 24 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3986:17:uxTaskGetStackHighWaterMark 32 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4014:17:prvDeleteTCB 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4067:13:prvResetNextTaskUnblockTime 4 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4090:18:xTaskGetCurrentTaskHandle 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4107:16:xTaskGetSchedulerState 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4135:16:xTaskPriorityInherit 32 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4225:16:xTaskPriorityDisinherit 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4305:10:vTaskPriorityDisinheritAfterTimeout 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4726:12:uxTaskResetEventItemValue 16 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4742:18:pvTaskIncrementMutexHeldCount 4 static
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4759:14:ulTaskGenericNotifyTake 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4831:16:xTaskGenericNotifyWait 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:4917:16:xTaskGenericNotify 64 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5040:16:xTaskGenericNotifyFromISR 80 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5179:10:vTaskGenericNotifyGiveFromISR 72 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5268:16:xTaskGenericNotifyStateClear 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5302:14:ulTaskGenericNotifyValueClear 40 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5387:13:prvAddCurrentTaskToDelayedList 32 static
@@ -0,0 +1,30 @@
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:233:16:xTimerCreateTimerTask 4
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:288:23:xTimerCreate 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:315:23:xTimerCreateStatic 4
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:355:17:prvInitialiseNewTimer 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:386:16:xTimerGenericCommand 5
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:433:18:xTimerGetTimerDaemonTaskHandle 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:442:16:xTimerGetPeriod 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:451:10:vTimerSetReloadMode 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:472:16:xTimerGetReloadMode 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:496:17:uxTimerGetReloadMode 1
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:502:16:xTimerGetExpiryTime 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:514:20:xTimerGetStaticBuffer 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:537:18:pcTimerGetName 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:546:17:prvReloadTimer 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:565:17:prvProcessExpiredTimer 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:592:12:prvTimerTask 1
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:626:17:prvProcessTimerOrBlockTask 7
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:688:23:prvGetNextExpireTime 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:715:23:prvSampleTimeNow 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:738:23:prvInsertTimerInActiveList 5
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:782:17:prvProcessReceivedCommands 14
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:930:17:prvSwitchTimerLists 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:955:17:prvCheckForValidListAndQueue 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1006:16:xTimerIsTimerActive 3
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1031:12:pvTimerGetTimerID 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1048:10:vTimerSetTimerID 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1065:20:xTimerPendFunctionCallFromISR 1
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1092:20:xTimerPendFunctionCall 2
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1124:21:uxTimerGetTimerNumber 1
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1134:14:vTimerSetTimerNumber 1
+26
View File
@@ -0,0 +1,26 @@
Middlewares/Third_Party/FreeRTOS/Source/timers.o: \
../Middlewares/Third_Party/FreeRTOS/Source/timers.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 \
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h \
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h
../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h:
../Core/Inc/FreeRTOSConfig.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h:
../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/list.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/task.h:
../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h:
Binary file not shown.
+30
View File
@@ -0,0 +1,30 @@
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:233:16:xTimerCreateTimerTask 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:288:23:xTimerCreate 40 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:315:23:xTimerCreateStatic 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:355:17:prvInitialiseNewTimer 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:386:16:xTimerGenericCommand 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:433:18:xTimerGetTimerDaemonTaskHandle 16 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:442:16:xTimerGetPeriod 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:451:10:vTimerSetReloadMode 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:472:16:xTimerGetReloadMode 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:496:17:uxTimerGetReloadMode 16 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:502:16:xTimerGetExpiryTime 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:514:20:xTimerGetStaticBuffer 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:537:18:pcTimerGetName 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:546:17:prvReloadTimer 24 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:565:17:prvProcessExpiredTimer 24 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:592:12:prvTimerTask 24 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:626:17:prvProcessTimerOrBlockTask 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:688:23:prvGetNextExpireTime 24 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:715:23:prvSampleTimeNow 24 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:738:23:prvInsertTimerInActiveList 32 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:782:17:prvProcessReceivedCommands 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:930:17:prvSwitchTimerLists 16 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:955:17:prvCheckForValidListAndQueue 16 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1006:16:xTimerIsTimerActive 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1031:12:pvTimerGetTimerID 32 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1048:10:vTimerSetTimerID 24 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1065:20:xTimerPendFunctionCallFromISR 48 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1092:20:xTimerPendFunctionCall 48 static,ignoring_inline_asm
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1124:21:uxTimerGetTimerNumber 16 static
../Middlewares/Third_Party/FreeRTOS/Source/timers.c:1134:14:vTimerSetTimerNumber 16 static