1
0

add P4 & P5

This commit is contained in:
2025-11-24 15:44:12 +01:00
parent bd24f1fb79
commit f6fa6d94ce
1120 changed files with 576492 additions and 83 deletions

View File

@@ -0,0 +1,35 @@
../BSP/stm32l475e_iot01.c:132:10:BSP_GetVersion 1
../BSP/stm32l475e_iot01.c:143:6:BSP_LED_Init 2
../BSP/stm32l475e_iot01.c:163:6:BSP_LED_DeInit 1
../BSP/stm32l475e_iot01.c:181:6:BSP_LED_On 1
../BSP/stm32l475e_iot01.c:192:6:BSP_LED_Off 1
../BSP/stm32l475e_iot01.c:203:6:BSP_LED_Toggle 1
../BSP/stm32l475e_iot01.c:219:6:BSP_PB_Init 3
../BSP/stm32l475e_iot01.c:260:6:BSP_PB_DeInit 1
../BSP/stm32l475e_iot01.c:277:10:BSP_PB_GetState 1
../BSP/stm32l475e_iot01.c:290:6:BSP_COM_Init 4
../BSP/stm32l475e_iot01.c:328:6:BSP_COM_DeInit 2
../BSP/stm32l475e_iot01.c:355:13:I2Cx_MspInit 1
../BSP/stm32l475e_iot01.c:397:13:I2Cx_MspDeInit 1
../BSP/stm32l475e_iot01.c:416:13:I2Cx_Init 1
../BSP/stm32l475e_iot01.c:441:13:I2Cx_DeInit 1
../BSP/stm32l475e_iot01.c:457:26:I2Cx_ReadMultiple 2
../BSP/stm32l475e_iot01.c:483:26:I2Cx_WriteMultiple 2
../BSP/stm32l475e_iot01.c:506:26:I2Cx_IsDeviceReady 1
../BSP/stm32l475e_iot01.c:517:13:I2Cx_Error 1
../BSP/stm32l475e_iot01.c:539:6:SENSOR_IO_Init 1
../BSP/stm32l475e_iot01.c:548:6:SENSOR_IO_DeInit 1
../BSP/stm32l475e_iot01.c:560:6:SENSOR_IO_Write 1
../BSP/stm32l475e_iot01.c:571:9:SENSOR_IO_Read 1
../BSP/stm32l475e_iot01.c:589:10:SENSOR_IO_ReadMultiple 1
../BSP/stm32l475e_iot01.c:603:6:SENSOR_IO_WriteMultiple 1
../BSP/stm32l475e_iot01.c:615:19:SENSOR_IO_IsDeviceReady 1
../BSP/stm32l475e_iot01.c:625:6:SENSOR_IO_Delay 1
../BSP/stm32l475e_iot01.c:637:6:NFC_IO_Init 2
../BSP/stm32l475e_iot01.c:679:6:NFC_IO_DeInit 1
../BSP/stm32l475e_iot01.c:691:10:NFC_IO_ReadMultiple 3
../BSP/stm32l475e_iot01.c:717:11:NFC_IO_WriteMultiple 3
../BSP/stm32l475e_iot01.c:742:12:NFC_IO_IsDeviceReady 4
../BSP/stm32l475e_iot01.c:770:6:NFC_IO_ReadState 1
../BSP/stm32l475e_iot01.c:779:6:NFC_IO_RfDisable 1
../BSP/stm32l475e_iot01.c:789:6:NFC_IO_Delay 1

View File

@@ -0,0 +1,77 @@
BSP/stm32l475e_iot01.o: ../BSP/stm32l475e_iot01.c \
../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,35 @@
../BSP/stm32l475e_iot01.c:132:10:BSP_GetVersion 4 static
../BSP/stm32l475e_iot01.c:143:6:BSP_LED_Init 40 static
../BSP/stm32l475e_iot01.c:163:6:BSP_LED_DeInit 40 static
../BSP/stm32l475e_iot01.c:181:6:BSP_LED_On 16 static
../BSP/stm32l475e_iot01.c:192:6:BSP_LED_Off 16 static
../BSP/stm32l475e_iot01.c:203:6:BSP_LED_Toggle 16 static
../BSP/stm32l475e_iot01.c:219:6:BSP_PB_Init 40 static
../BSP/stm32l475e_iot01.c:260:6:BSP_PB_DeInit 40 static
../BSP/stm32l475e_iot01.c:277:10:BSP_PB_GetState 16 static
../BSP/stm32l475e_iot01.c:290:6:BSP_COM_Init 48 static
../BSP/stm32l475e_iot01.c:328:6:BSP_COM_DeInit 16 static
../BSP/stm32l475e_iot01.c:355:13:I2Cx_MspInit 48 static
../BSP/stm32l475e_iot01.c:397:13:I2Cx_MspDeInit 40 static
../BSP/stm32l475e_iot01.c:416:13:I2Cx_Init 16 static
../BSP/stm32l475e_iot01.c:441:13:I2Cx_DeInit 16 static
../BSP/stm32l475e_iot01.c:457:26:I2Cx_ReadMultiple 48 static
../BSP/stm32l475e_iot01.c:483:26:I2Cx_WriteMultiple 48 static
../BSP/stm32l475e_iot01.c:506:26:I2Cx_IsDeviceReady 24 static
../BSP/stm32l475e_iot01.c:517:13:I2Cx_Error 16 static
../BSP/stm32l475e_iot01.c:539:6:SENSOR_IO_Init 8 static
../BSP/stm32l475e_iot01.c:548:6:SENSOR_IO_DeInit 8 static
../BSP/stm32l475e_iot01.c:560:6:SENSOR_IO_Write 24 static
../BSP/stm32l475e_iot01.c:571:9:SENSOR_IO_Read 32 static
../BSP/stm32l475e_iot01.c:589:10:SENSOR_IO_ReadMultiple 24 static
../BSP/stm32l475e_iot01.c:603:6:SENSOR_IO_WriteMultiple 24 static
../BSP/stm32l475e_iot01.c:615:19:SENSOR_IO_IsDeviceReady 16 static
../BSP/stm32l475e_iot01.c:625:6:SENSOR_IO_Delay 16 static
../BSP/stm32l475e_iot01.c:637:6:NFC_IO_Init 40 static
../BSP/stm32l475e_iot01.c:679:6:NFC_IO_DeInit 8 static
../BSP/stm32l475e_iot01.c:691:10:NFC_IO_ReadMultiple 32 static
../BSP/stm32l475e_iot01.c:717:11:NFC_IO_WriteMultiple 32 static
../BSP/stm32l475e_iot01.c:742:12:NFC_IO_IsDeviceReady 32 static
../BSP/stm32l475e_iot01.c:770:6:NFC_IO_ReadState 16 static
../BSP/stm32l475e_iot01.c:779:6:NFC_IO_RfDisable 16 static
../BSP/stm32l475e_iot01.c:789:6:NFC_IO_Delay 16 static

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_accelero.c:49:24:BSP_ACCELERO_Init 2
../BSP/stm32l475e_iot01_accelero.c:90:6:BSP_ACCELERO_DeInit 3
../BSP/stm32l475e_iot01_accelero.c:107:6:BSP_ACCELERO_LowPower 3
../BSP/stm32l475e_iot01_accelero.c:125:6:BSP_ACCELERO_AccGetXYZ 3

View File

@@ -0,0 +1,84 @@
BSP/stm32l475e_iot01_accelero.o: ../BSP/stm32l475e_iot01_accelero.c \
../BSP/stm32l475e_iot01_accelero.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/lsm6dsl/lsm6dsl.h \
../BSP/../Components/lsm6dsl/../Common/accelero.h \
../BSP/../Components/lsm6dsl/../Common/gyro.h
../BSP/stm32l475e_iot01_accelero.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/lsm6dsl/lsm6dsl.h:
../BSP/../Components/lsm6dsl/../Common/accelero.h:
../BSP/../Components/lsm6dsl/../Common/gyro.h:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_accelero.c:49:24:BSP_ACCELERO_Init 24 static
../BSP/stm32l475e_iot01_accelero.c:90:6:BSP_ACCELERO_DeInit 8 static
../BSP/stm32l475e_iot01_accelero.c:107:6:BSP_ACCELERO_LowPower 16 static
../BSP/stm32l475e_iot01_accelero.c:125:6:BSP_ACCELERO_AccGetXYZ 16 static

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_gyro.c:52:9:BSP_GYRO_Init 2
../BSP/stm32l475e_iot01_gyro.c:95:6:BSP_GYRO_DeInit 3
../BSP/stm32l475e_iot01_gyro.c:112:6:BSP_GYRO_LowPower 3
../BSP/stm32l475e_iot01_gyro.c:128:6:BSP_GYRO_GetXYZ 3

View File

@@ -0,0 +1,84 @@
BSP/stm32l475e_iot01_gyro.o: ../BSP/stm32l475e_iot01_gyro.c \
../BSP/stm32l475e_iot01_gyro.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/lsm6dsl/lsm6dsl.h \
../BSP/../Components/lsm6dsl/../Common/accelero.h \
../BSP/../Components/lsm6dsl/../Common/gyro.h
../BSP/stm32l475e_iot01_gyro.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/lsm6dsl/lsm6dsl.h:
../BSP/../Components/lsm6dsl/../Common/accelero.h:
../BSP/../Components/lsm6dsl/../Common/gyro.h:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_gyro.c:52:9:BSP_GYRO_Init 24 static
../BSP/stm32l475e_iot01_gyro.c:95:6:BSP_GYRO_DeInit 8 static
../BSP/stm32l475e_iot01_gyro.c:112:6:BSP_GYRO_LowPower 16 static
../BSP/stm32l475e_iot01_gyro.c:128:6:BSP_GYRO_GetXYZ 16 static

View File

@@ -0,0 +1,3 @@
../BSP/stm32l475e_iot01_hsensor.c:51:10:BSP_HSENSOR_Init 2
../BSP/stm32l475e_iot01_hsensor.c:74:9:BSP_HSENSOR_ReadID 1
../BSP/stm32l475e_iot01_hsensor.c:83:7:BSP_HSENSOR_ReadHumidity 1

View File

@@ -0,0 +1,84 @@
BSP/stm32l475e_iot01_hsensor.o: ../BSP/stm32l475e_iot01_hsensor.c \
../BSP/stm32l475e_iot01_hsensor.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/hts221/hts221.h \
../BSP/../Components/hts221/../Common/hsensor.h \
../BSP/../Components/hts221/../Common/tsensor.h
../BSP/stm32l475e_iot01_hsensor.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/hts221/hts221.h:
../BSP/../Components/hts221/../Common/hsensor.h:
../BSP/../Components/hts221/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,3 @@
../BSP/stm32l475e_iot01_hsensor.c:51:10:BSP_HSENSOR_Init 16 static
../BSP/stm32l475e_iot01_hsensor.c:74:9:BSP_HSENSOR_ReadID 8 static
../BSP/stm32l475e_iot01_hsensor.c:83:7:BSP_HSENSOR_ReadHumidity 8 static

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_magneto.c:52:23:BSP_MAGNETO_Init 2
../BSP/stm32l475e_iot01_magneto.c:83:6:BSP_MAGNETO_DeInit 3
../BSP/stm32l475e_iot01_magneto.c:98:6:BSP_MAGNETO_LowPower 3
../BSP/stm32l475e_iot01_magneto.c:115:6:BSP_MAGNETO_GetXYZ 3

View File

@@ -0,0 +1,82 @@
BSP/stm32l475e_iot01_magneto.o: ../BSP/stm32l475e_iot01_magneto.c \
../BSP/stm32l475e_iot01_magneto.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/lis3mdl/lis3mdl.h \
../BSP/../Components/lis3mdl/../Common/magneto.h
../BSP/stm32l475e_iot01_magneto.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/lis3mdl/lis3mdl.h:
../BSP/../Components/lis3mdl/../Common/magneto.h:

Binary file not shown.

View File

@@ -0,0 +1,4 @@
../BSP/stm32l475e_iot01_magneto.c:52:23:BSP_MAGNETO_Init 16 static
../BSP/stm32l475e_iot01_magneto.c:83:6:BSP_MAGNETO_DeInit 8 static
../BSP/stm32l475e_iot01_magneto.c:98:6:BSP_MAGNETO_LowPower 16 static
../BSP/stm32l475e_iot01_magneto.c:115:6:BSP_MAGNETO_GetXYZ 16 static

View File

@@ -0,0 +1,3 @@
../BSP/stm32l475e_iot01_psensor.c:51:10:BSP_PSENSOR_Init 2
../BSP/stm32l475e_iot01_psensor.c:75:9:BSP_PSENSOR_ReadID 1
../BSP/stm32l475e_iot01_psensor.c:84:7:BSP_PSENSOR_ReadPressure 1

View File

@@ -0,0 +1,84 @@
BSP/stm32l475e_iot01_psensor.o: ../BSP/stm32l475e_iot01_psensor.c \
../BSP/stm32l475e_iot01_psensor.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/lps22hb/lps22hb.h \
../BSP/../Components/lps22hb/../Common/psensor.h \
../BSP/../Components/lps22hb/../Common/tsensor.h
../BSP/stm32l475e_iot01_psensor.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/lps22hb/lps22hb.h:
../BSP/../Components/lps22hb/../Common/psensor.h:
../BSP/../Components/lps22hb/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,3 @@
../BSP/stm32l475e_iot01_psensor.c:51:10:BSP_PSENSOR_Init 16 static
../BSP/stm32l475e_iot01_psensor.c:75:9:BSP_PSENSOR_ReadID 8 static
../BSP/stm32l475e_iot01_psensor.c:84:7:BSP_PSENSOR_ReadPressure 8 static

View File

@@ -0,0 +1,21 @@
../BSP/stm32l475e_iot01_qspi.c:123:9:BSP_QSPI_Init 8
../BSP/stm32l475e_iot01_qspi.c:182:9:BSP_QSPI_DeInit 2
../BSP/stm32l475e_iot01_qspi.c:205:9:BSP_QSPI_Read 3
../BSP/stm32l475e_iot01_qspi.c:247:9:BSP_QSPI_Write 8
../BSP/stm32l475e_iot01_qspi.c:321:9:BSP_QSPI_Erase_Block 4
../BSP/stm32l475e_iot01_qspi.c:369:9:BSP_QSPI_Erase_Sector 4
../BSP/stm32l475e_iot01_qspi.c:410:9:BSP_QSPI_Erase_Chip 4
../BSP/stm32l475e_iot01_qspi.c:450:9:BSP_QSPI_GetStatus 8
../BSP/stm32l475e_iot01_qspi.c:520:9:BSP_QSPI_GetInfo 1
../BSP/stm32l475e_iot01_qspi.c:536:9:BSP_QSPI_EnableMemoryMappedMode 2
../BSP/stm32l475e_iot01_qspi.c:570:9:BSP_QSPI_SuspendErase 4
../BSP/stm32l475e_iot01_qspi.c:611:9:BSP_QSPI_ResumeErase 4
../BSP/stm32l475e_iot01_qspi.c:656:9:BSP_QSPI_EnterDeepPowerDown 2
../BSP/stm32l475e_iot01_qspi.c:687:9:BSP_QSPI_LeaveDeepPowerDown 2
../BSP/stm32l475e_iot01_qspi.c:718:13:BSP_QSPI_MspInit 1
../BSP/stm32l475e_iot01_qspi.c:746:13:BSP_QSPI_MspDeInit 1
../BSP/stm32l475e_iot01_qspi.c:778:16:QSPI_ResetMemory 4
../BSP/stm32l475e_iot01_qspi.c:820:16:QSPI_WriteEnable 3
../BSP/stm32l475e_iot01_qspi.c:866:16:QSPI_AutoPollingMemReady 2
../BSP/stm32l475e_iot01_qspi.c:903:16:QSPI_QuadMode 14
../BSP/stm32l475e_iot01_qspi.c:992:16:QSPI_HighPerfMode 16

View File

@@ -0,0 +1,79 @@
BSP/stm32l475e_iot01_qspi.o: ../BSP/stm32l475e_iot01_qspi.c \
../BSP/stm32l475e_iot01_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/mx25r6435f/mx25r6435f.h
../BSP/stm32l475e_iot01_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/mx25r6435f/mx25r6435f.h:

Binary file not shown.

View File

@@ -0,0 +1,21 @@
../BSP/stm32l475e_iot01_qspi.c:123:9:BSP_QSPI_Init 24 static,ignoring_inline_asm
../BSP/stm32l475e_iot01_qspi.c:182:9:BSP_QSPI_DeInit 8 static
../BSP/stm32l475e_iot01_qspi.c:205:9:BSP_QSPI_Read 80 static
../BSP/stm32l475e_iot01_qspi.c:247:9:BSP_QSPI_Write 96 static
../BSP/stm32l475e_iot01_qspi.c:321:9:BSP_QSPI_Erase_Block 72 static
../BSP/stm32l475e_iot01_qspi.c:369:9:BSP_QSPI_Erase_Sector 72 static
../BSP/stm32l475e_iot01_qspi.c:410:9:BSP_QSPI_Erase_Chip 64 static
../BSP/stm32l475e_iot01_qspi.c:450:9:BSP_QSPI_GetStatus 72 static
../BSP/stm32l475e_iot01_qspi.c:520:9:BSP_QSPI_GetInfo 16 static
../BSP/stm32l475e_iot01_qspi.c:536:9:BSP_QSPI_EnableMemoryMappedMode 72 static
../BSP/stm32l475e_iot01_qspi.c:570:9:BSP_QSPI_SuspendErase 64 static
../BSP/stm32l475e_iot01_qspi.c:611:9:BSP_QSPI_ResumeErase 64 static
../BSP/stm32l475e_iot01_qspi.c:656:9:BSP_QSPI_EnterDeepPowerDown 64 static
../BSP/stm32l475e_iot01_qspi.c:687:9:BSP_QSPI_LeaveDeepPowerDown 64 static
../BSP/stm32l475e_iot01_qspi.c:718:13:BSP_QSPI_MspInit 40 static
../BSP/stm32l475e_iot01_qspi.c:746:13:BSP_QSPI_MspDeInit 32 static
../BSP/stm32l475e_iot01_qspi.c:778:16:QSPI_ResetMemory 72 static
../BSP/stm32l475e_iot01_qspi.c:820:16:QSPI_WriteEnable 96 static
../BSP/stm32l475e_iot01_qspi.c:866:16:QSPI_AutoPollingMemReady 96 static
../BSP/stm32l475e_iot01_qspi.c:903:16:QSPI_QuadMode 80 static
../BSP/stm32l475e_iot01_qspi.c:992:16:QSPI_HighPerfMode 80 static

View File

@@ -0,0 +1,2 @@
../BSP/stm32l475e_iot01_tsensor.c:51:10:BSP_TSENSOR_Init 1
../BSP/stm32l475e_iot01_tsensor.c:76:7:BSP_TSENSOR_ReadTemp 1

View File

@@ -0,0 +1,84 @@
BSP/stm32l475e_iot01_tsensor.o: ../BSP/stm32l475e_iot01_tsensor.c \
../BSP/stm32l475e_iot01_tsensor.h ../BSP/stm32l475e_iot01.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h \
../BSP/../Components/hts221/hts221.h \
../BSP/../Components/hts221/../Common/hsensor.h \
../BSP/../Components/hts221/../Common/tsensor.h
../BSP/stm32l475e_iot01_tsensor.h:
../BSP/stm32l475e_iot01.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.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/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dfsdm.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_qspi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_spi_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_tim_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_uart_ex.h:
../BSP/../Components/hts221/hts221.h:
../BSP/../Components/hts221/../Common/hsensor.h:
../BSP/../Components/hts221/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../BSP/stm32l475e_iot01_tsensor.c:51:10:BSP_TSENSOR_Init 16 static
../BSP/stm32l475e_iot01_tsensor.c:76:7:BSP_TSENSOR_ReadTemp 8 static

View File

@@ -0,0 +1,48 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../BSP/stm32l475e_iot01.c \
../BSP/stm32l475e_iot01_accelero.c \
../BSP/stm32l475e_iot01_gyro.c \
../BSP/stm32l475e_iot01_hsensor.c \
../BSP/stm32l475e_iot01_magneto.c \
../BSP/stm32l475e_iot01_psensor.c \
../BSP/stm32l475e_iot01_qspi.c \
../BSP/stm32l475e_iot01_tsensor.c
OBJS += \
./BSP/stm32l475e_iot01.o \
./BSP/stm32l475e_iot01_accelero.o \
./BSP/stm32l475e_iot01_gyro.o \
./BSP/stm32l475e_iot01_hsensor.o \
./BSP/stm32l475e_iot01_magneto.o \
./BSP/stm32l475e_iot01_psensor.o \
./BSP/stm32l475e_iot01_qspi.o \
./BSP/stm32l475e_iot01_tsensor.o
C_DEPS += \
./BSP/stm32l475e_iot01.d \
./BSP/stm32l475e_iot01_accelero.d \
./BSP/stm32l475e_iot01_gyro.d \
./BSP/stm32l475e_iot01_hsensor.d \
./BSP/stm32l475e_iot01_magneto.d \
./BSP/stm32l475e_iot01_psensor.d \
./BSP/stm32l475e_iot01_qspi.d \
./BSP/stm32l475e_iot01_tsensor.d
# Each subdirectory must supply rules for building sources it contributes
BSP/%.o BSP/%.su BSP/%.cyclo: ../BSP/%.c BSP/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-BSP
clean-BSP:
-$(RM) ./BSP/stm32l475e_iot01.cyclo ./BSP/stm32l475e_iot01.d ./BSP/stm32l475e_iot01.o ./BSP/stm32l475e_iot01.su ./BSP/stm32l475e_iot01_accelero.cyclo ./BSP/stm32l475e_iot01_accelero.d ./BSP/stm32l475e_iot01_accelero.o ./BSP/stm32l475e_iot01_accelero.su ./BSP/stm32l475e_iot01_gyro.cyclo ./BSP/stm32l475e_iot01_gyro.d ./BSP/stm32l475e_iot01_gyro.o ./BSP/stm32l475e_iot01_gyro.su ./BSP/stm32l475e_iot01_hsensor.cyclo ./BSP/stm32l475e_iot01_hsensor.d ./BSP/stm32l475e_iot01_hsensor.o ./BSP/stm32l475e_iot01_hsensor.su ./BSP/stm32l475e_iot01_magneto.cyclo ./BSP/stm32l475e_iot01_magneto.d ./BSP/stm32l475e_iot01_magneto.o ./BSP/stm32l475e_iot01_magneto.su ./BSP/stm32l475e_iot01_psensor.cyclo ./BSP/stm32l475e_iot01_psensor.d ./BSP/stm32l475e_iot01_psensor.o ./BSP/stm32l475e_iot01_psensor.su ./BSP/stm32l475e_iot01_qspi.cyclo ./BSP/stm32l475e_iot01_qspi.d ./BSP/stm32l475e_iot01_qspi.o ./BSP/stm32l475e_iot01_qspi.su ./BSP/stm32l475e_iot01_tsensor.cyclo ./BSP/stm32l475e_iot01_tsensor.d ./BSP/stm32l475e_iot01_tsensor.o ./BSP/stm32l475e_iot01_tsensor.su
.PHONY: clean-BSP

View File

@@ -0,0 +1,13 @@
../Components/cs42l51/cs42l51.c:126:10:cs42l51_Init 4
../Components/cs42l51/cs42l51.c:225:6:cs42l51_DeInit 1
../Components/cs42l51/cs42l51.c:238:10:cs42l51_ReadID 2
../Components/cs42l51/cs42l51.c:268:10:cs42l51_Play 4
../Components/cs42l51/cs42l51.c:315:10:cs42l51_Pause 1
../Components/cs42l51/cs42l51.c:331:10:cs42l51_Resume 1
../Components/cs42l51/cs42l51.c:347:10:cs42l51_Stop 1
../Components/cs42l51/cs42l51.c:375:10:cs42l51_SetVolume 2
../Components/cs42l51/cs42l51.c:394:10:cs42l51_SetFrequency 1
../Components/cs42l51/cs42l51.c:406:10:cs42l51_SetMute 2
../Components/cs42l51/cs42l51.c:436:10:cs42l51_SetOutputMode 1
../Components/cs42l51/cs42l51.c:446:10:cs42l51_Reset 2
../Components/cs42l51/cs42l51.c:474:16:CODEC_IO_Write 1

View File

@@ -0,0 +1,4 @@
Components/cs42l51/cs42l51.o: ../Components/cs42l51/cs42l51.c \
../Components/cs42l51/cs42l51.h ../Components/cs42l51/../Common/audio.h
../Components/cs42l51/cs42l51.h:
../Components/cs42l51/../Common/audio.h:

Binary file not shown.

View File

@@ -0,0 +1,13 @@
../Components/cs42l51/cs42l51.c:126:10:cs42l51_Init 32 static
../Components/cs42l51/cs42l51.c:225:6:cs42l51_DeInit 8 static
../Components/cs42l51/cs42l51.c:238:10:cs42l51_ReadID 24 static
../Components/cs42l51/cs42l51.c:268:10:cs42l51_Play 24 static
../Components/cs42l51/cs42l51.c:315:10:cs42l51_Pause 24 static
../Components/cs42l51/cs42l51.c:331:10:cs42l51_Resume 24 static
../Components/cs42l51/cs42l51.c:347:10:cs42l51_Stop 24 static
../Components/cs42l51/cs42l51.c:375:10:cs42l51_SetVolume 24 static
../Components/cs42l51/cs42l51.c:394:10:cs42l51_SetFrequency 16 static
../Components/cs42l51/cs42l51.c:406:10:cs42l51_SetMute 24 static
../Components/cs42l51/cs42l51.c:436:10:cs42l51_SetOutputMode 16 static
../Components/cs42l51/cs42l51.c:446:10:cs42l51_Reset 16 static
../Components/cs42l51/cs42l51.c:474:16:CODEC_IO_Write 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/cs42l51/cs42l51.c
OBJS += \
./Components/cs42l51/cs42l51.o
C_DEPS += \
./Components/cs42l51/cs42l51.d
# Each subdirectory must supply rules for building sources it contributes
Components/cs42l51/%.o Components/cs42l51/%.su Components/cs42l51/%.cyclo: ../Components/cs42l51/%.c Components/cs42l51/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-cs42l51
clean-Components-2f-cs42l51:
-$(RM) ./Components/cs42l51/cs42l51.cyclo ./Components/cs42l51/cs42l51.d ./Components/cs42l51/cs42l51.o ./Components/cs42l51/cs42l51.su
.PHONY: clean-Components-2f-cs42l51

View File

@@ -0,0 +1,13 @@
../Components/cs43l22/cs43l22.c:117:10:cs43l22_Init 6
../Components/cs43l22/cs43l22.c:201:6:cs43l22_DeInit 1
../Components/cs43l22/cs43l22.c:212:10:cs43l22_ReadID 1
../Components/cs43l22/cs43l22.c:230:10:cs43l22_Play 2
../Components/cs43l22/cs43l22.c:256:10:cs43l22_Pause 1
../Components/cs43l22/cs43l22.c:275:10:cs43l22_Resume 2
../Components/cs43l22/cs43l22.c:303:10:cs43l22_Stop 1
../Components/cs43l22/cs43l22.c:328:10:cs43l22_SetVolume 3
../Components/cs43l22/cs43l22.c:355:10:cs43l22_SetFrequency 1
../Components/cs43l22/cs43l22.c:367:10:cs43l22_SetMute 2
../Components/cs43l22/cs43l22.c:396:10:cs43l22_SetOutputMode 5
../Components/cs43l22/cs43l22.c:435:10:cs43l22_Reset 1
../Components/cs43l22/cs43l22.c:447:16:CODEC_IO_Write 1

View File

@@ -0,0 +1,4 @@
Components/cs43l22/cs43l22.o: ../Components/cs43l22/cs43l22.c \
../Components/cs43l22/cs43l22.h ../Components/cs43l22/../Common/audio.h
../Components/cs43l22/cs43l22.h:
../Components/cs43l22/../Common/audio.h:

Binary file not shown.

View File

@@ -0,0 +1,13 @@
../Components/cs43l22/cs43l22.c:117:10:cs43l22_Init 32 static
../Components/cs43l22/cs43l22.c:201:6:cs43l22_DeInit 8 static
../Components/cs43l22/cs43l22.c:212:10:cs43l22_ReadID 24 static
../Components/cs43l22/cs43l22.c:230:10:cs43l22_Play 24 static
../Components/cs43l22/cs43l22.c:256:10:cs43l22_Pause 24 static
../Components/cs43l22/cs43l22.c:275:10:cs43l22_Resume 24 static
../Components/cs43l22/cs43l22.c:303:10:cs43l22_Stop 24 static
../Components/cs43l22/cs43l22.c:328:10:cs43l22_SetVolume 24 static
../Components/cs43l22/cs43l22.c:355:10:cs43l22_SetFrequency 16 static
../Components/cs43l22/cs43l22.c:367:10:cs43l22_SetMute 24 static
../Components/cs43l22/cs43l22.c:396:10:cs43l22_SetOutputMode 24 static
../Components/cs43l22/cs43l22.c:435:10:cs43l22_Reset 16 static
../Components/cs43l22/cs43l22.c:447:16:CODEC_IO_Write 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/cs43l22/cs43l22.c
OBJS += \
./Components/cs43l22/cs43l22.o
C_DEPS += \
./Components/cs43l22/cs43l22.d
# Each subdirectory must supply rules for building sources it contributes
Components/cs43l22/%.o Components/cs43l22/%.su Components/cs43l22/%.cyclo: ../Components/cs43l22/%.c Components/cs43l22/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-cs43l22
clean-Components-2f-cs43l22:
-$(RM) ./Components/cs43l22/cs43l22.cyclo ./Components/cs43l22/cs43l22.d ./Components/cs43l22/cs43l22.o ./Components/cs43l22/cs43l22.su
.PHONY: clean-Components-2f-cs43l22

View File

@@ -0,0 +1,15 @@
../Components/cy8c4014lqi/cy8c4014lqi.c:132:6:cy8c4014lqi_Init 1
../Components/cy8c4014lqi/cy8c4014lqi.c:144:6:cy8c4014lqi_Reset 1
../Components/cy8c4014lqi/cy8c4014lqi.c:156:10:cy8c4014lqi_ReadID 1
../Components/cy8c4014lqi/cy8c4014lqi.c:170:6:cy8c4014lqi_TS_Start 1
../Components/cy8c4014lqi/cy8c4014lqi.c:183:9:cy8c4014lqi_TS_DetectTouch 1
../Components/cy8c4014lqi/cy8c4014lqi.c:197:6:cy8c4014lqi_TS_GetXY 1
../Components/cy8c4014lqi/cy8c4014lqi.c:210:6:cy8c4014lqi_TS_EnableIT 1
../Components/cy8c4014lqi/cy8c4014lqi.c:222:6:cy8c4014lqi_TS_DisableIT 1
../Components/cy8c4014lqi/cy8c4014lqi.c:236:9:cy8c4014lqi_TS_ITStatus 1
../Components/cy8c4014lqi/cy8c4014lqi.c:249:6:cy8c4014lqi_TS_ClearIT 1
../Components/cy8c4014lqi/cy8c4014lqi.c:262:6:cy8c4014lqi_TS_GestureConfig 1
../Components/cy8c4014lqi/cy8c4014lqi.c:274:6:cy8c4014lqi_TS_GetGestureID 1
../Components/cy8c4014lqi/cy8c4014lqi.c:295:6:cy8c4014lqi_TS_GetTouchInfo 1
../Components/cy8c4014lqi/cy8c4014lqi.c:320:16:cy8c4014lqi_Get_I2C_InitializedStatus 1
../Components/cy8c4014lqi/cy8c4014lqi.c:330:13:cy8c4014lqi_I2C_InitializeIfRequired 2

View File

@@ -0,0 +1,6 @@
Components/cy8c4014lqi/cy8c4014lqi.o: \
../Components/cy8c4014lqi/cy8c4014lqi.c \
../Components/cy8c4014lqi/cy8c4014lqi.h \
../Components/cy8c4014lqi/../Common/ts.h
../Components/cy8c4014lqi/cy8c4014lqi.h:
../Components/cy8c4014lqi/../Common/ts.h:

Binary file not shown.

View File

@@ -0,0 +1,15 @@
../Components/cy8c4014lqi/cy8c4014lqi.c:132:6:cy8c4014lqi_Init 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:144:6:cy8c4014lqi_Reset 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:156:10:cy8c4014lqi_ReadID 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:170:6:cy8c4014lqi_TS_Start 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:183:9:cy8c4014lqi_TS_DetectTouch 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:197:6:cy8c4014lqi_TS_GetXY 24 static
../Components/cy8c4014lqi/cy8c4014lqi.c:210:6:cy8c4014lqi_TS_EnableIT 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:222:6:cy8c4014lqi_TS_DisableIT 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:236:9:cy8c4014lqi_TS_ITStatus 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:249:6:cy8c4014lqi_TS_ClearIT 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:262:6:cy8c4014lqi_TS_GestureConfig 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:274:6:cy8c4014lqi_TS_GetGestureID 16 static
../Components/cy8c4014lqi/cy8c4014lqi.c:295:6:cy8c4014lqi_TS_GetTouchInfo 24 static
../Components/cy8c4014lqi/cy8c4014lqi.c:320:16:cy8c4014lqi_Get_I2C_InitializedStatus 4 static
../Components/cy8c4014lqi/cy8c4014lqi.c:330:13:cy8c4014lqi_I2C_InitializeIfRequired 8 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/cy8c4014lqi/cy8c4014lqi.c
OBJS += \
./Components/cy8c4014lqi/cy8c4014lqi.o
C_DEPS += \
./Components/cy8c4014lqi/cy8c4014lqi.d
# Each subdirectory must supply rules for building sources it contributes
Components/cy8c4014lqi/%.o Components/cy8c4014lqi/%.su Components/cy8c4014lqi/%.cyclo: ../Components/cy8c4014lqi/%.c Components/cy8c4014lqi/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-cy8c4014lqi
clean-Components-2f-cy8c4014lqi:
-$(RM) ./Components/cy8c4014lqi/cy8c4014lqi.cyclo ./Components/cy8c4014lqi/cy8c4014lqi.d ./Components/cy8c4014lqi/cy8c4014lqi.o ./Components/cy8c4014lqi/cy8c4014lqi.su
.PHONY: clean-Components-2f-cy8c4014lqi

View File

@@ -0,0 +1,16 @@
../Components/ft3x67/ft3x67.c:115:6:ft3x67_Init 1
../Components/ft3x67/ft3x67.c:127:6:ft3x67_Reset 1
../Components/ft3x67/ft3x67.c:139:10:ft3x67_ReadID 1
../Components/ft3x67/ft3x67.c:153:6:ft3x67_TS_Start 1
../Components/ft3x67/ft3x67.c:170:9:ft3x67_TS_DetectTouch 2
../Components/ft3x67/ft3x67.c:202:6:ft3x67_TS_GetXY 4
../Components/ft3x67/ft3x67.c:243:6:ft3x67_TS_EnableIT 1
../Components/ft3x67/ft3x67.c:255:6:ft3x67_TS_DisableIT 1
../Components/ft3x67/ft3x67.c:269:9:ft3x67_TS_ITStatus 1
../Components/ft3x67/ft3x67.c:282:6:ft3x67_TS_ClearIT 1
../Components/ft3x67/ft3x67.c:294:6:ft3x67_TS_GestureConfig 2
../Components/ft3x67/ft3x67.c:316:6:ft3x67_TS_GetGestureID 1
../Components/ft3x67/ft3x67.c:340:6:ft3x67_TS_GetTouchInfo 4
../Components/ft3x67/ft3x67.c:389:16:ft3x67_Get_I2C_InitializedStatus 1
../Components/ft3x67/ft3x67.c:399:13:ft3x67_I2C_InitializeIfRequired 2
../Components/ft3x67/ft3x67.c:416:17:ft3x67_TS_Configure 1

View File

@@ -0,0 +1,4 @@
Components/ft3x67/ft3x67.o: ../Components/ft3x67/ft3x67.c \
../Components/ft3x67/ft3x67.h ../Components/ft3x67/../Common/ts.h
../Components/ft3x67/ft3x67.h:
../Components/ft3x67/../Common/ts.h:

Binary file not shown.

View File

@@ -0,0 +1,16 @@
../Components/ft3x67/ft3x67.c:115:6:ft3x67_Init 16 static
../Components/ft3x67/ft3x67.c:127:6:ft3x67_Reset 16 static
../Components/ft3x67/ft3x67.c:139:10:ft3x67_ReadID 16 static
../Components/ft3x67/ft3x67.c:153:6:ft3x67_TS_Start 16 static
../Components/ft3x67/ft3x67.c:170:9:ft3x67_TS_DetectTouch 24 static
../Components/ft3x67/ft3x67.c:202:6:ft3x67_TS_GetXY 32 static
../Components/ft3x67/ft3x67.c:243:6:ft3x67_TS_EnableIT 16 static
../Components/ft3x67/ft3x67.c:255:6:ft3x67_TS_DisableIT 16 static
../Components/ft3x67/ft3x67.c:269:9:ft3x67_TS_ITStatus 16 static
../Components/ft3x67/ft3x67.c:282:6:ft3x67_TS_ClearIT 16 static
../Components/ft3x67/ft3x67.c:294:6:ft3x67_TS_GestureConfig 16 static
../Components/ft3x67/ft3x67.c:316:6:ft3x67_TS_GetGestureID 24 static
../Components/ft3x67/ft3x67.c:340:6:ft3x67_TS_GetTouchInfo 32 static
../Components/ft3x67/ft3x67.c:389:16:ft3x67_Get_I2C_InitializedStatus 4 static
../Components/ft3x67/ft3x67.c:399:13:ft3x67_I2C_InitializeIfRequired 8 static
../Components/ft3x67/ft3x67.c:416:17:ft3x67_TS_Configure 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/ft3x67/ft3x67.c
OBJS += \
./Components/ft3x67/ft3x67.o
C_DEPS += \
./Components/ft3x67/ft3x67.d
# Each subdirectory must supply rules for building sources it contributes
Components/ft3x67/%.o Components/ft3x67/%.su Components/ft3x67/%.cyclo: ../Components/ft3x67/%.c Components/ft3x67/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-ft3x67
clean-Components-2f-ft3x67:
-$(RM) ./Components/ft3x67/ft3x67.cyclo ./Components/ft3x67/ft3x67.d ./Components/ft3x67/ft3x67.o ./Components/ft3x67/ft3x67.su
.PHONY: clean-Components-2f-ft3x67

View File

@@ -0,0 +1,15 @@
../Components/ft5336/ft5336.c:129:6:ft5336_Init 1
../Components/ft5336/ft5336.c:145:6:ft5336_Reset 1
../Components/ft5336/ft5336.c:157:10:ft5336_ReadID 4
../Components/ft5336/ft5336.c:189:6:ft5336_TS_Start 1
../Components/ft5336/ft5336.c:206:9:ft5336_TS_DetectTouch 2
../Components/ft5336/ft5336.c:238:6:ft5336_TS_GetXY 12
../Components/ft5336/ft5336.c:359:6:ft5336_TS_EnableIT 1
../Components/ft5336/ft5336.c:374:6:ft5336_TS_DisableIT 1
../Components/ft5336/ft5336.c:391:9:ft5336_TS_ITStatus 1
../Components/ft5336/ft5336.c:404:6:ft5336_TS_ClearIT 1
../Components/ft5336/ft5336.c:419:6:ft5336_TS_GetGestureID 1
../Components/ft5336/ft5336.c:443:6:ft5336_TS_GetTouchInfo 12
../Components/ft5336/ft5336.c:552:16:ft5336_Get_I2C_InitializedStatus 1
../Components/ft5336/ft5336.c:562:13:ft5336_I2C_InitializeIfRequired 2
../Components/ft5336/ft5336.c:579:17:ft5336_TS_Configure 1

View File

@@ -0,0 +1,4 @@
Components/ft5336/ft5336.o: ../Components/ft5336/ft5336.c \
../Components/ft5336/ft5336.h ../Components/ft5336/../Common/ts.h
../Components/ft5336/ft5336.h:
../Components/ft5336/../Common/ts.h:

Binary file not shown.

View File

@@ -0,0 +1,15 @@
../Components/ft5336/ft5336.c:129:6:ft5336_Init 16 static
../Components/ft5336/ft5336.c:145:6:ft5336_Reset 16 static
../Components/ft5336/ft5336.c:157:10:ft5336_ReadID 24 static
../Components/ft5336/ft5336.c:189:6:ft5336_TS_Start 16 static
../Components/ft5336/ft5336.c:206:9:ft5336_TS_DetectTouch 24 static
../Components/ft5336/ft5336.c:238:6:ft5336_TS_GetXY 32 static
../Components/ft5336/ft5336.c:359:6:ft5336_TS_EnableIT 24 static
../Components/ft5336/ft5336.c:374:6:ft5336_TS_DisableIT 24 static
../Components/ft5336/ft5336.c:391:9:ft5336_TS_ITStatus 16 static
../Components/ft5336/ft5336.c:404:6:ft5336_TS_ClearIT 16 static
../Components/ft5336/ft5336.c:419:6:ft5336_TS_GetGestureID 24 static
../Components/ft5336/ft5336.c:443:6:ft5336_TS_GetTouchInfo 32 static
../Components/ft5336/ft5336.c:552:16:ft5336_Get_I2C_InitializedStatus 4 static
../Components/ft5336/ft5336.c:562:13:ft5336_I2C_InitializeIfRequired 8 static
../Components/ft5336/ft5336.c:579:17:ft5336_TS_Configure 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/ft5336/ft5336.c
OBJS += \
./Components/ft5336/ft5336.o
C_DEPS += \
./Components/ft5336/ft5336.d
# Each subdirectory must supply rules for building sources it contributes
Components/ft5336/%.o Components/ft5336/%.su Components/ft5336/%.cyclo: ../Components/ft5336/%.c Components/ft5336/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-ft5336
clean-Components-2f-ft5336:
-$(RM) ./Components/ft5336/ft5336.cyclo ./Components/ft5336/ft5336.d ./Components/ft5336/ft5336.o ./Components/ft5336/ft5336.su
.PHONY: clean-Components-2f-ft5336

View File

@@ -0,0 +1,12 @@
../Components/ft6x06/ft6x06.c:114:6:ft6x06_Init 3
../Components/ft6x06/ft6x06.c:145:6:ft6x06_Reset 1
../Components/ft6x06/ft6x06.c:157:10:ft6x06_ReadID 1
../Components/ft6x06/ft6x06.c:173:6:ft6x06_TS_Start 1
../Components/ft6x06/ft6x06.c:195:9:ft6x06_TS_DetectTouch 2
../Components/ft6x06/ft6x06.c:227:6:ft6x06_TS_GetXY 4
../Components/ft6x06/ft6x06.c:266:6:ft6x06_TS_EnableIT 1
../Components/ft6x06/ft6x06.c:281:6:ft6x06_TS_DisableIT 1
../Components/ft6x06/ft6x06.c:298:9:ft6x06_TS_ITStatus 1
../Components/ft6x06/ft6x06.c:311:6:ft6x06_TS_ClearIT 1
../Components/ft6x06/ft6x06.c:449:17:ft6x06_TS_Configure 1
../Components/ft6x06/ft6x06.c:464:16:ft6x06_GetInstance 3

View File

@@ -0,0 +1,4 @@
Components/ft6x06/ft6x06.o: ../Components/ft6x06/ft6x06.c \
../Components/ft6x06/ft6x06.h ../Components/ft6x06/../Common/ts.h
../Components/ft6x06/ft6x06.h:
../Components/ft6x06/../Common/ts.h:

Binary file not shown.

View File

@@ -0,0 +1,12 @@
../Components/ft6x06/ft6x06.c:114:6:ft6x06_Init 24 static
../Components/ft6x06/ft6x06.c:145:6:ft6x06_Reset 16 static
../Components/ft6x06/ft6x06.c:157:10:ft6x06_ReadID 16 static
../Components/ft6x06/ft6x06.c:173:6:ft6x06_TS_Start 16 static
../Components/ft6x06/ft6x06.c:195:9:ft6x06_TS_DetectTouch 24 static
../Components/ft6x06/ft6x06.c:227:6:ft6x06_TS_GetXY 32 static
../Components/ft6x06/ft6x06.c:266:6:ft6x06_TS_EnableIT 24 static
../Components/ft6x06/ft6x06.c:281:6:ft6x06_TS_DisableIT 24 static
../Components/ft6x06/ft6x06.c:298:9:ft6x06_TS_ITStatus 16 static
../Components/ft6x06/ft6x06.c:311:6:ft6x06_TS_ClearIT 16 static
../Components/ft6x06/ft6x06.c:449:17:ft6x06_TS_Configure 24 static
../Components/ft6x06/ft6x06.c:464:16:ft6x06_GetInstance 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/ft6x06/ft6x06.c
OBJS += \
./Components/ft6x06/ft6x06.o
C_DEPS += \
./Components/ft6x06/ft6x06.d
# Each subdirectory must supply rules for building sources it contributes
Components/ft6x06/%.o Components/ft6x06/%.su Components/ft6x06/%.cyclo: ../Components/ft6x06/%.c Components/ft6x06/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-ft6x06
clean-Components-2f-ft6x06:
-$(RM) ./Components/ft6x06/ft6x06.cyclo ./Components/ft6x06/ft6x06.d ./Components/ft6x06/ft6x06.o ./Components/ft6x06/ft6x06.su
.PHONY: clean-Components-2f-ft6x06

View File

@@ -0,0 +1,5 @@
../Components/hts221/hts221.c:65:6:HTS221_H_Init 1
../Components/hts221/hts221.c:91:9:HTS221_H_ReadID 1
../Components/hts221/hts221.c:108:7:HTS221_H_ReadHumidity 3
../Components/hts221/hts221.c:157:6:HTS221_T_Init 1
../Components/hts221/hts221.c:184:7:HTS221_T_ReadTemp 1

View File

@@ -0,0 +1,6 @@
Components/hts221/hts221.o: ../Components/hts221/hts221.c \
../Components/hts221/hts221.h ../Components/hts221/../Common/hsensor.h \
../Components/hts221/../Common/tsensor.h
../Components/hts221/hts221.h:
../Components/hts221/../Common/hsensor.h:
../Components/hts221/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../Components/hts221/hts221.c:65:6:HTS221_H_Init 24 static
../Components/hts221/hts221.c:91:9:HTS221_H_ReadID 24 static
../Components/hts221/hts221.c:108:7:HTS221_H_ReadHumidity 40 static
../Components/hts221/hts221.c:157:6:HTS221_T_Init 24 static
../Components/hts221/hts221.c:184:7:HTS221_T_ReadTemp 40 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/hts221/hts221.c
OBJS += \
./Components/hts221/hts221.o
C_DEPS += \
./Components/hts221/hts221.d
# Each subdirectory must supply rules for building sources it contributes
Components/hts221/%.o Components/hts221/%.su Components/hts221/%.cyclo: ../Components/hts221/%.c Components/hts221/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-hts221
clean-Components-2f-hts221:
-$(RM) ./Components/hts221/hts221.cyclo ./Components/hts221/hts221.d ./Components/hts221/hts221.o ./Components/hts221/hts221.su
.PHONY: clean-Components-2f-hts221

View File

@@ -0,0 +1,15 @@
../Components/hx8347g/hx8347g.c:105:6:hx8347g_Init 2
../Components/hx8347g/hx8347g.c:185:6:hx8347g_DisplayOn 1
../Components/hx8347g/hx8347g.c:209:6:hx8347g_DisplayOff 1
../Components/hx8347g/hx8347g.c:230:10:hx8347g_GetLcdPixelWidth 1
../Components/hx8347g/hx8347g.c:240:10:hx8347g_GetLcdPixelHeight 1
../Components/hx8347g/hx8347g.c:250:10:hx8347g_ReadID 2
../Components/hx8347g/hx8347g.c:268:6:hx8347g_SetCursor 1
../Components/hx8347g/hx8347g.c:283:6:hx8347g_WritePixel 1
../Components/hx8347g/hx8347g.c:300:10:hx8347g_ReadPixel 1
../Components/hx8347g/hx8347g.c:318:6:hx8347g_WriteReg 1
../Components/hx8347g/hx8347g.c:331:10:hx8347g_ReadReg 1
../Components/hx8347g/hx8347g.c:348:6:hx8347g_SetDisplayWindow 1
../Components/hx8347g/hx8347g.c:375:6:hx8347g_DrawHLine 2
../Components/hx8347g/hx8347g.c:402:6:hx8347g_DrawVLine 2
../Components/hx8347g/hx8347g.c:427:6:hx8347g_DrawBitmap 1

View File

@@ -0,0 +1,4 @@
Components/hx8347g/hx8347g.o: ../Components/hx8347g/hx8347g.c \
../Components/hx8347g/hx8347g.h ../Components/hx8347g/../Common/lcd.h
../Components/hx8347g/hx8347g.h:
../Components/hx8347g/../Common/lcd.h:

Binary file not shown.

View File

@@ -0,0 +1,15 @@
../Components/hx8347g/hx8347g.c:105:6:hx8347g_Init 16 static
../Components/hx8347g/hx8347g.c:185:6:hx8347g_DisplayOn 8 static
../Components/hx8347g/hx8347g.c:209:6:hx8347g_DisplayOff 8 static
../Components/hx8347g/hx8347g.c:230:10:hx8347g_GetLcdPixelWidth 4 static
../Components/hx8347g/hx8347g.c:240:10:hx8347g_GetLcdPixelHeight 4 static
../Components/hx8347g/hx8347g.c:250:10:hx8347g_ReadID 8 static
../Components/hx8347g/hx8347g.c:268:6:hx8347g_SetCursor 16 static
../Components/hx8347g/hx8347g.c:283:6:hx8347g_WritePixel 16 static
../Components/hx8347g/hx8347g.c:300:10:hx8347g_ReadPixel 16 static
../Components/hx8347g/hx8347g.c:318:6:hx8347g_WriteReg 16 static
../Components/hx8347g/hx8347g.c:331:10:hx8347g_ReadReg 16 static
../Components/hx8347g/hx8347g.c:348:6:hx8347g_SetDisplayWindow 24 static
../Components/hx8347g/hx8347g.c:375:6:hx8347g_DrawHLine 32 static
../Components/hx8347g/hx8347g.c:402:6:hx8347g_DrawVLine 32 static
../Components/hx8347g/hx8347g.c:427:6:hx8347g_DrawBitmap 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/hx8347g/hx8347g.c
OBJS += \
./Components/hx8347g/hx8347g.o
C_DEPS += \
./Components/hx8347g/hx8347g.d
# Each subdirectory must supply rules for building sources it contributes
Components/hx8347g/%.o Components/hx8347g/%.su Components/hx8347g/%.cyclo: ../Components/hx8347g/%.c Components/hx8347g/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-hx8347g
clean-Components-2f-hx8347g:
-$(RM) ./Components/hx8347g/hx8347g.cyclo ./Components/hx8347g/hx8347g.d ./Components/hx8347g/hx8347g.o ./Components/hx8347g/hx8347g.su
.PHONY: clean-Components-2f-hx8347g

View File

@@ -0,0 +1,15 @@
../Components/hx8347i/hx8347i.c:105:6:hx8347i_Init 2
../Components/hx8347i/hx8347i.c:185:6:hx8347i_DisplayOn 1
../Components/hx8347i/hx8347i.c:215:6:hx8347i_DisplayOff 1
../Components/hx8347i/hx8347i.c:236:10:hx8347i_GetLcdPixelWidth 1
../Components/hx8347i/hx8347i.c:246:10:hx8347i_GetLcdPixelHeight 1
../Components/hx8347i/hx8347i.c:256:10:hx8347i_ReadID 2
../Components/hx8347i/hx8347i.c:274:6:hx8347i_SetCursor 1
../Components/hx8347i/hx8347i.c:289:6:hx8347i_WritePixel 1
../Components/hx8347i/hx8347i.c:306:10:hx8347i_ReadPixel 1
../Components/hx8347i/hx8347i.c:324:6:hx8347i_WriteReg 1
../Components/hx8347i/hx8347i.c:337:10:hx8347i_ReadReg 1
../Components/hx8347i/hx8347i.c:354:6:hx8347i_SetDisplayWindow 1
../Components/hx8347i/hx8347i.c:381:6:hx8347i_DrawHLine 2
../Components/hx8347i/hx8347i.c:408:6:hx8347i_DrawVLine 2
../Components/hx8347i/hx8347i.c:433:6:hx8347i_DrawBitmap 1

View File

@@ -0,0 +1,4 @@
Components/hx8347i/hx8347i.o: ../Components/hx8347i/hx8347i.c \
../Components/hx8347i/hx8347i.h ../Components/hx8347i/../Common/lcd.h
../Components/hx8347i/hx8347i.h:
../Components/hx8347i/../Common/lcd.h:

Binary file not shown.

View File

@@ -0,0 +1,15 @@
../Components/hx8347i/hx8347i.c:105:6:hx8347i_Init 16 static
../Components/hx8347i/hx8347i.c:185:6:hx8347i_DisplayOn 8 static
../Components/hx8347i/hx8347i.c:215:6:hx8347i_DisplayOff 8 static
../Components/hx8347i/hx8347i.c:236:10:hx8347i_GetLcdPixelWidth 4 static
../Components/hx8347i/hx8347i.c:246:10:hx8347i_GetLcdPixelHeight 4 static
../Components/hx8347i/hx8347i.c:256:10:hx8347i_ReadID 8 static
../Components/hx8347i/hx8347i.c:274:6:hx8347i_SetCursor 16 static
../Components/hx8347i/hx8347i.c:289:6:hx8347i_WritePixel 16 static
../Components/hx8347i/hx8347i.c:306:10:hx8347i_ReadPixel 16 static
../Components/hx8347i/hx8347i.c:324:6:hx8347i_WriteReg 16 static
../Components/hx8347i/hx8347i.c:337:10:hx8347i_ReadReg 16 static
../Components/hx8347i/hx8347i.c:354:6:hx8347i_SetDisplayWindow 24 static
../Components/hx8347i/hx8347i.c:381:6:hx8347i_DrawHLine 32 static
../Components/hx8347i/hx8347i.c:408:6:hx8347i_DrawVLine 32 static
../Components/hx8347i/hx8347i.c:433:6:hx8347i_DrawBitmap 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/hx8347i/hx8347i.c
OBJS += \
./Components/hx8347i/hx8347i.o
C_DEPS += \
./Components/hx8347i/hx8347i.d
# Each subdirectory must supply rules for building sources it contributes
Components/hx8347i/%.o Components/hx8347i/%.su Components/hx8347i/%.cyclo: ../Components/hx8347i/%.c Components/hx8347i/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-hx8347i
clean-Components-2f-hx8347i:
-$(RM) ./Components/hx8347i/hx8347i.cyclo ./Components/hx8347i/hx8347i.d ./Components/hx8347i/hx8347i.o ./Components/hx8347i/hx8347i.su
.PHONY: clean-Components-2f-hx8347i

View File

@@ -0,0 +1,12 @@
../Components/l3gd20/l3gd20.c:101:6:L3GD20_Init 1
../Components/l3gd20/l3gd20.c:124:6:L3GD20_DeInit 1
../Components/l3gd20/l3gd20.c:133:9:L3GD20_ReadID 1
../Components/l3gd20/l3gd20.c:152:6:L3GD20_RebootCmd 1
../Components/l3gd20/l3gd20.c:171:6:L3GD20_LowPower 1
../Components/l3gd20/l3gd20.c:185:6:L3GD20_INT1InterruptConfig 1
../Components/l3gd20/l3gd20.c:216:6:L3GD20_EnableIT 3
../Components/l3gd20/l3gd20.c:246:6:L3GD20_DisableIT 3
../Components/l3gd20/l3gd20.c:273:6:L3GD20_FilterConfig 1
../Components/l3gd20/l3gd20.c:297:6:L3GD20_FilterCmd 1
../Components/l3gd20/l3gd20.c:317:9:L3GD20_GetDataStatus 1
../Components/l3gd20/l3gd20.c:332:6:L3GD20_ReadXYZAngRate 9

View File

@@ -0,0 +1,4 @@
Components/l3gd20/l3gd20.o: ../Components/l3gd20/l3gd20.c \
../Components/l3gd20/l3gd20.h ../Components/l3gd20/../Common/gyro.h
../Components/l3gd20/l3gd20.h:
../Components/l3gd20/../Common/gyro.h:

Binary file not shown.

View File

@@ -0,0 +1,12 @@
../Components/l3gd20/l3gd20.c:101:6:L3GD20_Init 24 static
../Components/l3gd20/l3gd20.c:124:6:L3GD20_DeInit 4 static
../Components/l3gd20/l3gd20.c:133:9:L3GD20_ReadID 16 static
../Components/l3gd20/l3gd20.c:152:6:L3GD20_RebootCmd 16 static
../Components/l3gd20/l3gd20.c:171:6:L3GD20_LowPower 24 static
../Components/l3gd20/l3gd20.c:185:6:L3GD20_INT1InterruptConfig 24 static
../Components/l3gd20/l3gd20.c:216:6:L3GD20_EnableIT 24 static
../Components/l3gd20/l3gd20.c:246:6:L3GD20_DisableIT 24 static
../Components/l3gd20/l3gd20.c:273:6:L3GD20_FilterConfig 24 static
../Components/l3gd20/l3gd20.c:297:6:L3GD20_FilterCmd 24 static
../Components/l3gd20/l3gd20.c:317:9:L3GD20_GetDataStatus 16 static
../Components/l3gd20/l3gd20.c:332:6:L3GD20_ReadXYZAngRate 48 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/l3gd20/l3gd20.c
OBJS += \
./Components/l3gd20/l3gd20.o
C_DEPS += \
./Components/l3gd20/l3gd20.d
# Each subdirectory must supply rules for building sources it contributes
Components/l3gd20/%.o Components/l3gd20/%.su Components/l3gd20/%.cyclo: ../Components/l3gd20/%.c Components/l3gd20/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-l3gd20
clean-Components-2f-l3gd20:
-$(RM) ./Components/l3gd20/l3gd20.cyclo ./Components/l3gd20/l3gd20.d ./Components/l3gd20/l3gd20.o ./Components/l3gd20/l3gd20.su
.PHONY: clean-Components-2f-l3gd20

View File

@@ -0,0 +1,5 @@
../Components/lis3mdl/lis3mdl.c:68:6:LIS3MDL_MagInit 1
../Components/lis3mdl/lis3mdl.c:80:6:LIS3MDL_MagDeInit 1
../Components/lis3mdl/lis3mdl.c:101:9:LIS3MDL_MagReadID 1
../Components/lis3mdl/lis3mdl.c:113:6:LIS3MDL_MagLowPower 2
../Components/lis3mdl/lis3mdl.c:140:6:LIS3MDL_MagReadXYZ 9

View File

@@ -0,0 +1,5 @@
Components/lis3mdl/lis3mdl.o: ../Components/lis3mdl/lis3mdl.c \
../Components/lis3mdl/lis3mdl.h \
../Components/lis3mdl/../Common/magneto.h
../Components/lis3mdl/lis3mdl.h:
../Components/lis3mdl/../Common/magneto.h:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../Components/lis3mdl/lis3mdl.c:68:6:LIS3MDL_MagInit 16 static
../Components/lis3mdl/lis3mdl.c:80:6:LIS3MDL_MagDeInit 16 static
../Components/lis3mdl/lis3mdl.c:101:9:LIS3MDL_MagReadID 8 static
../Components/lis3mdl/lis3mdl.c:113:6:LIS3MDL_MagLowPower 24 static
../Components/lis3mdl/lis3mdl.c:140:6:LIS3MDL_MagReadXYZ 40 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/lis3mdl/lis3mdl.c
OBJS += \
./Components/lis3mdl/lis3mdl.o
C_DEPS += \
./Components/lis3mdl/lis3mdl.d
# Each subdirectory must supply rules for building sources it contributes
Components/lis3mdl/%.o Components/lis3mdl/%.su Components/lis3mdl/%.cyclo: ../Components/lis3mdl/%.c Components/lis3mdl/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-lis3mdl
clean-Components-2f-lis3mdl:
-$(RM) ./Components/lis3mdl/lis3mdl.cyclo ./Components/lis3mdl/lis3mdl.d ./Components/lis3mdl/lis3mdl.o ./Components/lis3mdl/lis3mdl.su
.PHONY: clean-Components-2f-lis3mdl

View File

@@ -0,0 +1,6 @@
../Components/lps22hb/lps22hb.c:73:6:LPS22HB_P_Init 1
../Components/lps22hb/lps22hb.c:82:9:LPS22HB_P_ReadID 1
../Components/lps22hb/lps22hb.c:99:7:LPS22HB_P_ReadPressure 5
../Components/lps22hb/lps22hb.c:142:6:LPS22HB_T_Init 1
../Components/lps22hb/lps22hb.c:152:7:LPS22HB_T_ReadTemp 2
../Components/lps22hb/lps22hb.c:185:13:LPS22HB_Init 1

View File

@@ -0,0 +1,7 @@
Components/lps22hb/lps22hb.o: ../Components/lps22hb/lps22hb.c \
../Components/lps22hb/lps22hb.h \
../Components/lps22hb/../Common/psensor.h \
../Components/lps22hb/../Common/tsensor.h
../Components/lps22hb/lps22hb.h:
../Components/lps22hb/../Common/psensor.h:
../Components/lps22hb/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,6 @@
../Components/lps22hb/lps22hb.c:73:6:LPS22HB_P_Init 16 static
../Components/lps22hb/lps22hb.c:82:9:LPS22HB_P_ReadID 24 static
../Components/lps22hb/lps22hb.c:99:7:LPS22HB_P_ReadPressure 40 static
../Components/lps22hb/lps22hb.c:142:6:LPS22HB_T_Init 16 static
../Components/lps22hb/lps22hb.c:152:7:LPS22HB_T_ReadTemp 32 static
../Components/lps22hb/lps22hb.c:185:13:LPS22HB_Init 24 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/lps22hb/lps22hb.c
OBJS += \
./Components/lps22hb/lps22hb.o
C_DEPS += \
./Components/lps22hb/lps22hb.d
# Each subdirectory must supply rules for building sources it contributes
Components/lps22hb/%.o Components/lps22hb/%.su Components/lps22hb/%.cyclo: ../Components/lps22hb/%.c Components/lps22hb/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-lps22hb
clean-Components-2f-lps22hb:
-$(RM) ./Components/lps22hb/lps22hb.cyclo ./Components/lps22hb/lps22hb.d ./Components/lps22hb/lps22hb.o ./Components/lps22hb/lps22hb.su
.PHONY: clean-Components-2f-lps22hb

View File

@@ -0,0 +1,18 @@
../Components/ls016b8uy/ls016b8uy.c:114:6:ls016b8uy_Init 1
../Components/ls016b8uy/ls016b8uy.c:190:6:ls016b8uy_DisplayOn 1
../Components/ls016b8uy/ls016b8uy.c:201:6:ls016b8uy_DisplayOff 1
../Components/ls016b8uy/ls016b8uy.c:214:10:ls016b8uy_GetLcdPixelWidth 1
../Components/ls016b8uy/ls016b8uy.c:224:10:ls016b8uy_GetLcdPixelHeight 1
../Components/ls016b8uy/ls016b8uy.c:234:10:ls016b8uy_ReadID 1
../Components/ls016b8uy/ls016b8uy.c:247:6:ls016b8uy_SetCursor 1
../Components/ls016b8uy/ls016b8uy.c:270:6:ls016b8uy_WritePixel 1
../Components/ls016b8uy/ls016b8uy.c:300:10:ls016b8uy_ReadPixel 1
../Components/ls016b8uy/ls016b8uy.c:329:6:ls016b8uy_WriteReg 2
../Components/ls016b8uy/ls016b8uy.c:348:9:ls016b8uy_ReadReg 1
../Components/ls016b8uy/ls016b8uy.c:368:6:ls016b8uy_SetDisplayWindow 5
../Components/ls016b8uy/ls016b8uy.c:415:6:ls016b8uy_DrawHLine 3
../Components/ls016b8uy/ls016b8uy.c:456:6:ls016b8uy_DrawVLine 2
../Components/ls016b8uy/ls016b8uy.c:480:6:ls016b8uy_DrawBitmap 2
../Components/ls016b8uy/ls016b8uy.c:517:6:ls016b8uy_DrawRGBImage 2
../Components/ls016b8uy/ls016b8uy.c:543:25:ls016b8uy_ReadPixel_rgb888 1
../Components/ls016b8uy/ls016b8uy.c:585:13:ls016b8uy_DrawRGBHLine 7

View File

@@ -0,0 +1,5 @@
Components/ls016b8uy/ls016b8uy.o: ../Components/ls016b8uy/ls016b8uy.c \
../Components/ls016b8uy/ls016b8uy.h \
../Components/ls016b8uy/../Common/lcd.h
../Components/ls016b8uy/ls016b8uy.h:
../Components/ls016b8uy/../Common/lcd.h:

Binary file not shown.

View File

@@ -0,0 +1,18 @@
../Components/ls016b8uy/ls016b8uy.c:114:6:ls016b8uy_Init 16 static
../Components/ls016b8uy/ls016b8uy.c:190:6:ls016b8uy_DisplayOn 8 static
../Components/ls016b8uy/ls016b8uy.c:201:6:ls016b8uy_DisplayOff 8 static
../Components/ls016b8uy/ls016b8uy.c:214:10:ls016b8uy_GetLcdPixelWidth 4 static
../Components/ls016b8uy/ls016b8uy.c:224:10:ls016b8uy_GetLcdPixelHeight 4 static
../Components/ls016b8uy/ls016b8uy.c:234:10:ls016b8uy_ReadID 8 static
../Components/ls016b8uy/ls016b8uy.c:247:6:ls016b8uy_SetCursor 24 static
../Components/ls016b8uy/ls016b8uy.c:270:6:ls016b8uy_WritePixel 32 static
../Components/ls016b8uy/ls016b8uy.c:300:10:ls016b8uy_ReadPixel 32 static
../Components/ls016b8uy/ls016b8uy.c:329:6:ls016b8uy_WriteReg 24 static
../Components/ls016b8uy/ls016b8uy.c:348:9:ls016b8uy_ReadReg 16 static
../Components/ls016b8uy/ls016b8uy.c:368:6:ls016b8uy_SetDisplayWindow 16 static
../Components/ls016b8uy/ls016b8uy.c:415:6:ls016b8uy_DrawHLine 40 static
../Components/ls016b8uy/ls016b8uy.c:456:6:ls016b8uy_DrawVLine 32 static
../Components/ls016b8uy/ls016b8uy.c:480:6:ls016b8uy_DrawBitmap 40 static
../Components/ls016b8uy/ls016b8uy.c:517:6:ls016b8uy_DrawRGBImage 32 static
../Components/ls016b8uy/ls016b8uy.c:543:25:ls016b8uy_ReadPixel_rgb888 32 static
../Components/ls016b8uy/ls016b8uy.c:585:13:ls016b8uy_DrawRGBHLine 48 static

View File

@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Components/ls016b8uy/ls016b8uy.c
OBJS += \
./Components/ls016b8uy/ls016b8uy.o
C_DEPS += \
./Components/ls016b8uy/ls016b8uy.d
# Each subdirectory must supply rules for building sources it contributes
Components/ls016b8uy/%.o Components/ls016b8uy/%.su Components/ls016b8uy/%.cyclo: ../Components/ls016b8uy/%.c Components/ls016b8uy/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_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/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-Components-2f-ls016b8uy
clean-Components-2f-ls016b8uy:
-$(RM) ./Components/ls016b8uy/ls016b8uy.cyclo ./Components/ls016b8uy/ls016b8uy.d ./Components/ls016b8uy/ls016b8uy.o ./Components/ls016b8uy/ls016b8uy.su
.PHONY: clean-Components-2f-ls016b8uy

View File

@@ -0,0 +1,12 @@
../Components/lsm303c/lsm303c.c:116:6:LSM303C_AccInit 1
../Components/lsm303c/lsm303c.c:137:6:LSM303C_AccDeInit 1
../Components/lsm303c/lsm303c.c:146:9:LSM303C_AccReadID 1
../Components/lsm303c/lsm303c.c:168:6:LSM303C_AccLowPower 1
../Components/lsm303c/lsm303c.c:190:6:LSM303C_AccFilterConfig 1
../Components/lsm303c/lsm303c.c:209:6:LSM303C_AccReadXYZ 7
../Components/lsm303c/lsm303c.c:266:6:LSM303C_MagInit 1
../Components/lsm303c/lsm303c.c:280:6:LSM303C_MagDeInit 1
../Components/lsm303c/lsm303c.c:289:9:LSM303C_MagReadID 1
../Components/lsm303c/lsm303c.c:307:6:LSM303C_MagLowPower 1
../Components/lsm303c/lsm303c.c:329:9:LSM303C_MagGetDataStatus 1
../Components/lsm303c/lsm303c.c:340:6:LSM303C_MagReadXYZ 4

View File

@@ -0,0 +1,7 @@
Components/lsm303c/lsm303c.o: ../Components/lsm303c/lsm303c.c \
../Components/lsm303c/lsm303c.h \
../Components/lsm303c/../Common/accelero.h \
../Components/lsm303c/../Common/magneto.h
../Components/lsm303c/lsm303c.h:
../Components/lsm303c/../Common/accelero.h:
../Components/lsm303c/../Common/magneto.h:

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