Ignore:
Timestamp:
Sep 8, 2025, 6:57:30 PM (7 weeks ago)
Author:
f.jahn
Message:
  • Bug in ADC Kalibrierung (STM32 ADC Strom) behoben
  • DMA Buffer für ADC 1 und ADC wird vor Überschreibung während bearbeitung geschützt, indem Datenübertragung nur einmalig erfolgt und erst nach Auswertung wieder gestartet wird
  • RS485Modbus: Timeout Zeit wird für Baudraten >19200 korrekt berechnet
  • Hardware ID geändert
  • Separates Register für "Batterie Empty detection mode" auf Adresse 92 angelegt
Location:
trunk/firmware/Release125A
Files:
191 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/Release125A/SEGGER_THUMB_Startup.d

    r6 r26  
    11Release125A/SEGGER_THUMB_Startup.o: \
    2  D:\projekte\ecs_smartSwitch\trunk\firmware\SEGGER_THUMB_Startup.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\SEGGER_THUMB_Startup.s
  • trunk/firmware/Release125A/STM32G07x_Vectors.d

    r6 r26  
    11Release125A/STM32G07x_Vectors.o: \
    2  D:\projekte\ecs_smartSwitch\trunk\firmware\STM32G07x_Vectors.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\STM32G07x_Vectors.s
  • trunk/firmware/Release125A/STM32G0xx_Startup.d

    r6 r26  
    11Release125A/STM32G0xx_Startup.o: \
    2  D:\projekte\ecs_smartSwitch\trunk\firmware\STM32G0xx_Startup.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\STM32G0xx_Startup.s
  • trunk/firmware/Release125A/adc.d

    r6 r26  
    1 Release125A/adc.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\adc.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\adc.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/adc.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\adc.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\adc.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/ads1260.d

    r6 r26  
    1 Release125A/ads1260.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\ads1260.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ads1260.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/ads1260.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\ads1260.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ads1260.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1616  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\spi.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\spi.h \
    5353  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\math.h \
    5454  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_FP.h \
    55   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\eeprom.h \
     55  D:\projekte\ecsSmartPro\trunk\firmware\Inc\eeprom.h \
    5656  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h \
    5757  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h
  • trunk/firmware/Release125A/ah_counter.d

    r6 r26  
    1 Release125A/ah_counter.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\ah_counter.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/ah_counter.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\ah_counter.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    5050  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\math.h \
    5151  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_FP.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ah_counter.h \
    54   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\wh_counter.h \
    55   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\eeprom.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ah_counter.h \
     54  D:\projekte\ecsSmartPro\trunk\firmware\Inc\wh_counter.h \
     55  D:\projekte\ecsSmartPro\trunk\firmware\Inc\eeprom.h \
    5656  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h
  • trunk/firmware/Release125A/battery_voltage.d

    r6 r26  
    1 Release125A/battery_voltage.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\battery_voltage.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\battery_voltage.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/battery_voltage.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\battery_voltage.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\battery_voltage.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1616  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/chip_temperature.d

    r6 r26  
    1 Release125A/chip_temperature.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\chip_temperature.c \
     1Release125A/chip_temperature.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\chip_temperature.c \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\chip_temperature.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\chip_temperature.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1717  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2424  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/dma.d

    r6 r26  
    1 Release125A/dma.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\dma.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\dma.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/dma.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\dma.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\dma.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/eeprom.d

    r6 r26  
    1 Release125A/eeprom.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\eeprom.c \
     1Release125A/eeprom.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\eeprom.c \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\assert.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\eeprom.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\eeprom.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1616  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    5151  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    5454  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h
  • trunk/firmware/Release125A/efficiency.d

    r6 r26  
    1 Release125A/efficiency.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\efficiency.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     1Release125A/efficiency.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\efficiency.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\efficiency.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Inc\efficiency.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\inttypes.h
  • trunk/firmware/Release125A/esr.d

    r6 r26  
    1 Release125A/esr.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\esr.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     1Release125A/esr.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\esr.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\esr.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\esr.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\inttypes.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdlib.h \
  • trunk/firmware/Release125A/fast_current.d

    r6 r26  
    1 Release125A/fast_current.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\fast_current.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\fast_current.h \
     1Release125A/fast_current.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\fast_current.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\fast_current.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/firmware.hex

    r6 r26  
    11:020000040800F2
    2 :100000000080002075B00008E1B40008E3B40008E7
     2:1000000000800020BDBF0008DFC00008E1C000087C
    33:1000100000000000000000000000000000000000E0
    4 :10002000000000000000000000000000E5B400082F
    5 :100030000000000000000000E7B40008CD840008C4
    6 :10004000A9B00008ABB00008ADB00008AFB0000820
    7 :10005000B1B00008B3B00008B5B00008C5BB0008D7
    8 :10006000B9B000080D850008BDB00008BFB0000899
    9 :10007000C1B00008C3B00008C5B00008C7B0000890
    10 :10008000C9B00008CBB00008CDB00008CFB0000860
    11 :10009000D1B000082D850008D5B00008D7B0000801
    12 :1000A000D9B00008DBB00008DDB000081D850008ED
    13 :1000B000E1B00008E3B00008E5B00008E7B00008D0
     4:10002000000000000000000000000000E3C0000825
     5:100030000000000000000000E5C000082D9300084B
     6:10004000F1BF0008F3BF0008F5BF0008F7BF0008C4
     7:10005000F9BF0008FBBF0008FDBF0008D5960008E7
     8:1000600001C000087193000805C0000807C000081F
     9:1000700009C000080BC000080DC000080FC0000830
     10:1000800011C0000813C0000815C0000817C0000800
     11:1000900019C00008019700081DC000081FC0000813
     12:1000A00021C0000823C0000825C000085D94000896
     13:1000B00029C000082BC000082DC000082FC0000870
    1414:1000C000EDAF16204A62304029BD56B31544E9BF52
    1515:1000D00077900D9CFE0B88C07E2615FA83807340B6
     
    3030:1001B0000000C16FF286230000008A5D784563016C
    3131:1001C000000064A7B3B6E00D0000E8890423C78AE5
    32 :1001D00010B50124200207490A6802430A6020463C
    33 :1001E00000F00AF8002801D0012010BD08F058F9ED
    34 :0801F000002010BD00200240B8
    35 :1001F800B0B505460E4801780124002916D07D20A7
    36 :10020800C00009F04BFC01460A48006809F046FCAA
    37 :1002180000F02EFE032D09D8002807D10024E04362
    38 :100228002946224600F0ECFD034805602046B0BD93
    39 :0C023800280000202400002014000020FA
    40 :100244000348007803490A68101808607047C046DC
    41 :08025400280000202C0000200E
    42 :0C025C00014800687047C0462C000020DC
    43 :10026800B0B50446FFF7F6FF0546601C02D0044807
    44 :1002780000780419FFF7EEFF401BA042FAD3B0BD87
    45 :04028800280000202A
    46 :10028C00F0B587B0044600200690002C75D0059080
    47 :10029C00A06D002807D125465435204604F0DAFA23
    48 :1002AC0000202870E06501273D072668B068C00073
    49 :1002BC0027D4B0687D4901402943B1607C4800686F
    50 :1002CC007C4909F0E9FB4000801C06900698002848
    51 :1002DC0017D00698401E06900698002811D0069854
    52 :1002EC00401E0690069800280BD00698401E0690DB
    53 :1002FC000698002805D00698401E069006980028FF
    54 :10030C00E7D1B068284208D1A06D10210143A16546
    55 :10031C00E06D012105910843E065B06804210140BE
    56 :10032C00A26D102002405118A26D29D103900F200C
    57 :10033C00C3430493F33B1A40921CA265B268D207E4
    58 :10034C0076D1019027462037226B531E9A41150314
    59 :10035C00A268237E9B031343627ED1031943A27EC2
    60 :10036C0050030843E36803432B430121C807256965
    61 :10037C00002D009009DA854308E0012007B0F0BD9C
    62 :10038C000243A265384607B0F0BD4D052B43387BC0
    63 :10039C0045001D4338780128029109D1002A11D05B
    64 :1003AC00A06D20210143A165E06D02990843E06531
    65 :1003BC00636A002B0BD0072080010340A26A1A430A
    66 :1003CC002A4305E008040543636A002BF3D12A464F
    67 :1003DC00F068394901401143F160032082076368DA
    68 :1003EC001D461540387F0128E76C0AD1206C616CE2
    69 :1003FC000143A06C0843284338430299084305463F
    70 :10040C0000E03D4330692D4901402943316100989A
    71 :10041C00834201990CD093420AD002988007834200
    72 :10042C0006D08804034026490A688243D018086025
    73 :10043C00706907229043656B284370617069702165
    74 :10044C008843A16B09010143716127690123580598
    75 :10045C00874205D0002F0ED1B06A0499084309E0F9
    76 :10046C00B06AE06980001C301C210140049F8F4061
    77 :10047C00206E3843B06270691040A8420AD1002047
    78 :10048C00E065A06D0121014302208143A16505981F
    79 :10049C0007B0F0BDA06D0399084302218843A06505
    80 :1004AC00E06D1843E065012007B0F0BDE8FFFF6F79
    81 :1004BC0024000020400D03000102DEFF02FCFF1FA0
    82 :0404CC0008270140BC
    83 :1004D00070B505460068816882680024D20726D07E
    84 :1004E0000222114023D1816805220A40012A16D137
    85 :1004F0008168104A0A40911C816003210160FFF766
    86 :10050000ADFE064628688068C00710D0FFF7A6FE3B
    87 :10051000801B03282868F6D38168C907F3D0A86D2B
    88 :1005200010210143A965E86D01242043E8652046B8
    89 :0805300070BDC046E8FFFF7F2B
    90 :10053800F0B581B005460024009400688168C907B9
    91 :100548001CD181682D4A2F3211420AD0A86D102182
    92 :100558000143A965E86D01242043E865012001B045
    93 :10056800F0BD8168254A114001273943816024483C
    94 :100578000068000205D4687E012825D1204601B014
    95 :10058800F0BD20480068204909F088FA401C009016
    96 :1005980000980028EFD00098401E0090009800288E
    97 :1005A800E9D00098401E009000980028E3D00098F9
    98 :1005B800401E009000980028DDD00098401E009052
    99 :1005C80000980028E7D1D6E7FFF744FE06462868DA
    100 :1005D8000168C907D2D18168C90704D18168074A6F
    101 :1005E800114039438160FFF735FE801B03282868D6
    102 :1005F800EED30168C907EBD1A8E7C046E8FFFF7F43
    103 :0C0608000827014024000020400D0300E2
    104 :10061400F0B581B00468A56802236D071FD4542582
    105 :10062400455D012D1BD00091174605465435012622
    106 :100634002E70E268D2070BD1A268D20704D0A26858
    107 :100644001B4B13409A1CA260E26801231343E3602E
    108 :100654000446FFF76FFF01230028009E02D01846CE
    109 :1006640001B0F0BDA06D1349014018020818A0653F
    110 :100674000020E06521681C220A602870206D0E4A63
    111 :100684000E4B0F4DC562036342634A681023134344
    112 :100694004B60403132463B4600F0B8FC03462068CC
    113 :1006A4008168034A0A40111D8160184601B0F0BDFB
    114 :1006B400E8FFFF7FFEF0FFFF65B100085BB10008B3
    115 :0406C40049B8000829
    116 :1006C800F0B589B00246002408945420105C012833
    117 :1006D80002D1022009B0F0BD15465435012028701A
    118 :1006E80013689E68760716D416694F68022F9148DA
    119 :1006F80018D10422164386426AD18D48C0430E6839
    120 :10070800F1430143986A084098620020002E63D4A0
    121 :100718002C7009B0F0BD916D20230B4393652C70AC
    122 :1007280009B0F0BD079704273E438642804E60D14A
    123 :100738000A681640986A30431646986230025A6929
    124 :100748008243896801407C48084010435861002072
    125 :10075800002EDDD5012379490F68072189053A461E
    126 :1007680007910A40764906968E4200D082E0D90564
    127 :100778003E460E407ED1714F3868079B984302432E
    128 :100788000A433A6071480068714909F087F90C21F9
    129 :1007980041430C31089108980028B9D000200899E5
    130 :1007A800491E089108990029B2D00899491E089154
    131 :1007B80008990029ACD00899491E08910899002980
    132 :1007C800A6D00899491E089108990029E7D19FE702
    133 :1007D8000E680020002E9BD558490A68594B9E4246
    134 :1007E80067D0594B9E4261D0554B9E4290D105230C
    135 :1007F80060E002971F27079807400F200190059790
    136 :10080800B840176E039087430497086830420690F3
    137 :1008180049D0C00726465DD1069EB00755D470075B
    138 :1008280055D4300755D4F006029E53D4069EB00620
    139 :1008380066D4700666D4300666D4F00566D4B00572
    140 :1008480066D4700566D4300566D4F00466D4B00466
    141 :1008580066D4700466D43004019E3BD40698C00365
    142 :1008680062D40698800361D406984003C017122604
    143 :1008780006402FE03349069E8E4202D119068A426D
    144 :1008880007D331498E4200D042E799050F4000D086
    145 :100898003EE72A4F3E68079B9E4332430A433A602D
    146 :1008A8002C7009B0F0BD4000C60E13E00323DB0531
    147 :1008B80001E003239B051A4007239B050E689E430E
    148 :1008C800B2180A602C7009B0F0BD012602E00226B9
    149 :1008D80000E00326059FBE40049806431666079865
    150 :1008E8008008D269824209D90398C0439A6A0240B3
    151 :1008F800069EB000000FB84010431EE7069E1DE795
    152 :100908000526E7E70626E5E70726E3E70826E1E701
    153 :100918000926DFE70A26DDE70B26DBE70C26D9E701
    154 :100928000D26D7E70E26D5E71026D3E71126D1E7FF
    155 :10093800FFFF07000400008000FFFF0708270140B1
    156 :10094800001000B0004000B8002000B424000020CF
    157 :04095800400D03004B
    158 :10095C00F0B589B00446002708975420205C012884
    159 :10096C0002D1022009B0F0BD26465436012535705F
    160 :10097C002046FFF7A7FD21688A68D207A36D3FD1F7
    161 :10098C000390812252009343981CA065C868CA68E2
    162 :10099C00DD4B1340CB608A68DC4B1A40D2181832FE
    163 :1009AC008A60DB4A024002920846B4300690D94A6B
    164 :1009BC008B68002B2BD5089B5B1C0893089B9342E0
    165 :1009CC0000D996E18B68002B21D5089B5B1C089302
    166 :1009DC00089B934200D98CE18B68002B17D5089BA0
    167 :1009EC005B1C0893089B934200D982E18B68002B17
    168 :1009FC000DD5089B5B1C0893089B9342D8D978E1D2
    169 :100A0C0010210B433770A365004609B0F0BD069862
    170 :100A1C00036888680596F74E30403018059E1830EC
    171 :100A2C0088607F20049003408868002824D50898AB
    172 :100A3C00401C08900898904200D95AE18868002818
    173 :100A4C001AD50898401C08900898904200D950E19B
    174 :100A5C008868002810D50898401C08900898904287
    175 :100A6C0000D946E18868002806D50898401C0890F3
    176 :100A7C0008989042D8D93CE10698006801978F6895
    177 :100A8C00DC4E3740F719059E18378F60019F009593
    178 :100A9C00049D2840009DC3188868002824D5089818
    179 :100AAC00401C08900898904200D922E188680028E0
    180 :100ABC001AD50898401C08900898904200D918E163
    181 :100ACC008868002810D50898401C08900898904217
    182 :100ADC0000D90EE18868002806D50898401C0890BB
    183 :100AEC0008989042D8D904E1069800688F68C14EE6
    184 :100AFC003740F719059E18378F60019F049D2840D9
    185 :100B0C00009DC3188868002824D50898401C0890BC
    186 :100B1C000898904200D9ECE0886800281AD508980B
    187 :100B2C00401C08900898904200D9E2E088680028A0
    188 :100B3C0010D50898401C08900898904200D9D8E02D
    189 :100B4C008868002806D50898401C089008989042A0
    190 :100B5C00D8D9CEE0069800688F68A64E3740F719B2
    191 :100B6C00059E18378F60019F049D2840009DC31877
    192 :100B7C008868002824D50898401C08900898904252
    193 :100B8C0000D9B6E0886800281AD50898401C08904F
    194 :100B9C000898904200D9ACE08868002810D50898D5
    195 :100BAC00401C08900898904200D9A2E08868002860
    196 :100BBC0006D50898401C089008989042D8D998E01F
    197 :100BCC00069800688F688B4E3740F719059E1837CA
    198 :100BDC008F60019F049D2840009DC31888680028E1
    199 :100BEC0022D50898401C08900898904200D980E0C3
    200 :100BFC008868002818D50898401C089008989042DE
    201 :100C0C0077D8886800280FD50898401C0890089859
    202 :100C1C0090426ED88868002806D50898401C089029
    203 :100C2C0008989042DAD964E0069800688F68714E93
    204 :100C3C003740F719059E18378F60019F049D284097
    205 :100C4C00009DC3188868002821D50898401C08907E
    206 :100C5C00089890424DD88868002818D50898401CF0
    207 :100C6C0008900898904244D8886800280FD50898B6
    208 :100C7C00401C0890089890423BD88868002806D5FC
    209 :100C8C000898401C089008989042DBD931E00698EF
    210 :100C9C0000688F68574E3740F719059E18378F60DC
    211 :100CAC00019F049D2840009DC3188868002833D5F7
    212 :100CBC000898401C0890089890421AD88868002818
    213 :100CCC002AD50898401C08900898904211D888683A
    214 :100CDC00002821D50898401C08900898904208D804
    215 :100CEC008868002818D50898401C089008989042ED
    216 :100CFC00DBD93770A06D1021014302208143A1651F
    217 :100D0C00284609B0F0BDC046FC7FFFFFE8FFFF7F1F
    218 :100D1C0003800000FFF10200069800688A68354DD8
    219 :100D2C002A4001252A438A60049A1040C018C00842
    220 :100D3C0000900869800F29D10F2080042E4B1B686E
    221 :100D4C0003409B0C072B21D3D81E01238340079310
    222 :100D5C000798400807900798002817D00798401E5E
    223 :100D6C0007900798002811D00798401E0790079805
    224 :100D7C0000280BD00798401E07900798002805D034
    225 :100D8C000798401E079007980028E7D1069B186823
    226 :100D9C00049A9043009A104318608868154A1040D2
    227 :100DAC000222049210438860FFF752FA06902068E2
    228 :100DBC008168C90713D0FFF74BFA0699401A03282C
    229 :100DCC002068F5D38168C907F2D0A06D10210143CA
    230 :100DDC00A165E06D2843E065284609B0F0BDC16807
    231 :100DEC00029A1143C160A16D01230B430498834304
    232 :0C0DFC00039807E6E8FFFF7F082701408E
    233 :100E0800002805D40322034693430A4A9A1803E0AC
    234 :100E18000C220240064BD2188007C00E8901C9B2C5
    235 :100E28008140FF238340106898430843106070474F
    236 :080E380014ED00E000E400E00D
    237 :100E4000002805D41F21084001218140014801608C
    238 :080E50007047C04600E100E01C
    239 :100E5800002809D41F21084001218140034801606E
    240 :100E6800BFF34F8FBFF36F8F7047C04680E100E03C
    241 :100E7800401E010E01D0012070470749074A506003
    242 :100E8800074803680B4003218907591801600020AF
    243 :100E98009060072111607047FFFFFF0010E000E03D
    244 :040EA80020ED00E059
    245 :100EAC00B0B5002813D00446407F002803D120772A
    246 :100EBC0020460AF060F9022060772079002808D0DB
    247 :100ECC00A168E26820460AF009F9002808D0012040
    248 :100EDC00B0BD20680F49416181681822914381603F
    249 :100EEC0000256079002801D0216900E0E9432068E1
    250 :100EFC00016181686022914362690A438260816862
    251 :100F0C0080229143A2690A4382600120607700200D
    252 :080F1C00B0BDC046B71DC104C1
    253 :100F2400F0B583B0002840D004460646243602209B
    254 :100F34007070276838683049014039602F48803024
    255 :100F4400A0642F483818142108F0AAFD80002B490A
    256 :100F54004118206401916164FC2038400838142150
    257 :100F640008F09EFD1F210140012528468840E064C9
    258 :100F7400E16822690A4361691143A2690A43E1698C
    259 :100F84001143226A0A43A1683B6813430B433B6045
    260 :100F94000295AA0391421B4A0AD1002301990B60CE
    261 :100FA400636010601F461D461BE0012003B0F0BDC6
    262 :100FB40063683F211940019D29601060581E002379
    263 :100FC40003281F461D460CD8481E81005318DD67B0
    264 :100FD40003210140029D8D400B4805607C33BC32E7
    265 :100FE40017460020E06323656765A56530700299A4
    266 :100FF400717003B0F0BDC0460F80FFFF00080240CF
    267 :0C100400F8FFFDBF8408024044090240D0
    268 :10101000F0B582B004462420205C012802D10220D1
    269 :1010200002B0F0BD174625462435012028706A78A5
    270 :10103000012A2ED1022068700020E06325682A680A
    271 :1010400001260196B2432A60A26CE66C5660226DBE
    272 :101050000092002A02D0626DA66D5660226C1C269A
    273 :101060001640019AB2401C4E366816431A4A166062
    274 :101070006B60A368102B3A4600D00A46AA60102B7A
    275 :1010800000D03946E9602968226B002A07D00E2279
    276 :101090000AE0002129708021E16302B0F0BD042242
    277 :1010A000914329602A680A211143296001990902A4
    278 :1010B000626C1368DB0302D513680B431360009B5B
    279 :1010C000002B02D01A680A431A602968019A11435A
    280 :0C10D000296002B0F0BDC04604000240E0
    281 :1010DC00F0B585B03649091F0E68026813680425FF
    282 :1010EC0002932B405F425F410490046C1C2323400D
    283 :1010FC00294699400C46039634406042604138437F
    284 :10110C0031D0019201210227029E304638404442E0
    285 :10111C0044419F40039D2F420A4600D0214604982B
    286 :10112C000446243400292FD008200640774277410A
    287 :10113C00DD40280700D53A46002A23D1019A1068D1
    288 :10114C000E218843106001252946994018480268F1
    289 :10115C000A4302600498C563002121706570416BDD
    290 :10116C0000290ED10EE01068800602D41068A84346
    291 :10117C0010600F4A1068084310600498016B002936
    292 :10118C0000D0884705B0F0BD019B1968890605D4CD
    293 :10119C001A680A218A431A600121617000212170AA
    294 :1011AC00034A116839431160C16A0029E9D1E9E7A2
    295 :0411BC0004000240E9
    296 :1011C000F0B589B0674D2C78012C02D1022009B00E
    297 :1011D000F0BD05900293049203910020079068608F
    298 :1011E0000120287006900704FFF738F806465E4A8B
    299 :1011F0001068C0030AD57D20C400FFF72FF8801BBC
    300 :10120000A04230D2584A10683842F6D11068574987
    301 :101210004B1C1360084002D06860069F9DE001935C
    302 :101220000120069080040890106840030BD57D20B3
    303 :10123000C400FFF713F8801BA04214D24A4A10687A
    304 :1012400008990842F5D10598012850680DD101216F
    305 :1012500008435060039904980860BFF36F8F0298A9
    306 :101260004860144646E0032777E008990843506039
    307 :10127000EFF31080029072B6079A1146039B049E0A
    308 :10128000705858505818741865684560A56885608E
    309 :10129000E568C5602569056165694561A569856180
    310 :1012A000E569C561256A0562656A4562A56A856268
    311 :1012B000E56AC562256B0563656B4563A56B856350
    312 :1012C000E46BC4630F201043403110323F28D7D362
    313 :1012D00025490868384208D00868384205D00868AF
    314 :1012E000384202D008683842F3D1029880F310885F
    315 :1012F0001C4D0C46FEF7B2FF0646206838422246D7
    316 :101300000AD07D20C400FEF7A9FF801BA0421ED298
    317 :10131000154A10683842F6D11068019911601349D6
    318 :10132000084002D06860069F13E010680027089903
    319 :1013300008420ED07D20C400FEF790FF801BA04223
    320 :1013400005D2094A106808990842F5D101E003273F
    321 :10135000054A5068059988435060079828703846B8
    322 :1013600009B0F0BD100F002010200240FA830000E9
    323 :10137000F0B581B0054601200090FEF76FFF0646EC
    324 :10138000254F3868C00318D500980404681C11D094
    325 :10139000FEF764FF801BA8423AD238682042F7D19A
    326 :1013A0000BE03868204208D03868204205D0386801
    327 :1013B000204202D038682042F3D1386817494A1CCD
    328 :1013C0003A60084004D016494860009801B0F0BD6A
    329 :1013D0003968490301D401B0F0BD01218C04691CB6
    330 :1013E00012D00090FEF73AFF801BA84210D2386856
    331 :1013F0002042F7D1E9E739682142ECD0396821422F
    332 :10140000E9D039682142E6D039682142F3D1E2E7D8
    333 :10141000032001B0F0BDC04610200240FA83000056
    334 :04142000100F002089
    335 :101424000648C168002901D40020704704490160BE
    336 :1014340004490160C068C00F7047C04608200240DC
    337 :0814440023016745AB89EFCDE0
    338 :10144C00F0B581B001200090FEF702FF0446194D63
    339 :10145C002868C0030BD5009807047D20C600FEF752
    340 :10146C00F7FE001BB0421AD228683842F7D1286820
    341 :10147C0011494A1C2A60084002D0104948600EE00D
    342 :10148C00286840030BD5009887047D20C600FEF722
    343 :10149C00DFFE001BB04202D228683842F7D1009818
    344 :1014AC00C0076968014369606868C043C00F01B038
    345 :1014BC00F0BDC04610200240FA830000100F00203F
    346 :1014CC0006488168490001D4012070470449016035
    347 :1014DC000449016080684000C00F70470C20024036
    348 :0814EC003B2A19087F6E5D4CDC
    349 :1014F400F0B581B001200090FEF7AEFE0446194D10
    350 :101504002868C0030BD5009807047D20C600FEF7A9
    351 :10151400A3FE001BB0421AD228683842F7D12868CB
    352 :1015240011494A1C2A60084002D0104948600EE064
    353 :10153400286840030BD5009887047D20C600FEF779
    354 :101544008BFE001BB04202D228683842F7D10098C3
    355 :1015540080076968014369606968014048424841FD
    356 :1015640001B0F0BD10200240FA830000100F0020EB
    357 :10157400F0B583B004462C4F3878012802D10220FC
    358 :1015840003B0F0BD019100267E60012038707D20FB
    359 :10159400C5002846FFF7EAFE002802D03E7003B0DB
    360 :1015A400F0BD0420606020680428204B0AD1204844
    361 :1015B400801C1968014319602846FFF7D7FE3E7066
    362 :1015C40003B0F0BDF143019801600021A668E06812
    363 :1015D40080198642009108461DD20295F7001868CA
    364 :1015E400144908403843124908431D4618600298BC
    365 :1015F400FFF7BCFE00280AD1A068E1680818083784
    366 :10160400761C86422B46EAD30098074F03E00199E3
    367 :101614000E60054F2B461968022291431960009E03
    368 :101624003E7003B0F0BDC046100F002014200240ED
    369 :081634000200010005E0FEFFC9
    370 :10163C00F0B581B0354D2978012902D1022001B0D5
    371 :10164C00F0BD00266E600121009129700168CA0767
    372 :10165C002F4F0BD04168012901D0102100E00C2143
    373 :10166C008268C3681B0413437B50016806220A403E
    374 :10167C00062A0BD1014610310EC90B43FF208243C1
    375 :10168C00C143514038680840184323E08A070DD401
    376 :10169C00490720D54169FF229143D2434A403B6818
    377 :1016AC003968DBB2AA2B0DD11C460CE03968194AFB
    378 :1016BC000A40FF21C94351403B680B400069184365
    379 :1016CC00104307E0BB241140CC2B00D1CC24806903
    380 :1016DC002043084338607D20C4002046FFF742FEBB
    381 :1016EC00002802D02E7001B0F0BD009846040C3FCB
    382 :1016FC003868304338602046FFF734FE3968B14310
    383 :10170C000026024D39602E7001B0F0BD100F002084
    384 :08171C002020024000604F078D
    385 :1017240010B5072101604168012901D0102100E0B2
    386 :101734000C210D4A8B583F241C408460895889022F
    387 :10174400890EC16009494161136812680A408261C7
    388 :10175400D9B2AA2901D10A4603E0BB22CC2900D17F
    389 :10176400CC22026110BDC0462020024000604F0719
    390 :10177400F0B58AB00E4609900968002900D1B6E098
    391 :101784005C48099A824201D0052000E003200090C1
    392 :10179400002207921746089203960FE02943196026
    393 :1017A400521C31680846D040089B08330893079BB5
    394 :1017B4001B1D0793BF1C002800D198E0012005469B
    395 :1017C400954029400491EBD0019003231846B8407A
    396 :1017D400C0437468214619404E1E012E069002949F
    397 :1017E400059710D8099B9B6803400398C66809981D
    398 :1017F400BE401E438660E306DB0F93404668AE435B
    399 :101804001E43466003E0032901D1039E1DE0099CA9
    400 :10181400E36806980340039EB568BD401D43E56038
    401 :101824000229029C11D11C20079908400F218140F4
    402 :10183400D3089B00099CE3181D6A8D4331698140DC
    403 :10184400294319627468032121403D46B940099F28
    404 :101854003B68069803400B433B60A0032F46800F70
    405 :101864009ED00320114681432348401805210907CF
    406 :10187400099B8B42016E0BD0214B099D9D4205D0E3
    407 :10188400204B9D42009E04D1022602E0019E00E00E
    408 :1018940000261823089D2B400F259D40A943603046
    409 :1018A4009E400E43066014480168039E7068C3029C
    410 :1018B40002D5049D294301E0049DA9430E4B196000
    411 :1018C4005968830201D5294300E0A9430A4B5960B2
    412 :1018D4000A494968830301D5294300E0A943074B1A
    413 :1018E40059601968C00300D558E7A94357E70AB0FF
    414 :1018F400F0BDC046000C00500018024080180240A1
    415 :0819040000040050000800502F
    416 :10190C00B0B50446074D2868204203D02C60204611
    417 :10191C0009F037FC6868204203D06C60204605F063
    418 :08192C00D1FEB0BD0C18024011
    419 :101934000120000202490A6802430A607047C04657
    420 :0419440000700040EF
    421 :101948000120000202490A6882430A607047C046C3
    422 :0419580000700040DB
    423 :10195C00F0B581B00146032460021B4D2A46143AAF
    424 :10196C00136883430B43136001277A0200209142D2
    425 :10197C0024D1164909682A6852051FD5BE020622D1
    426 :10198C004A4313490090104608F086F80146009827
    427 :10199C00791A022914D02A6832420FD001290FD0AB
    428 :1019AC002A6832420AD000290AD02A68324205D06D
    429 :1019BC00091D032904D02A683242EAD101B0F0BDD6
    430 :1019CC00204601B0F0BDC046147000402400002039
    431 :0419DC0040420F0076
    432 :1019E000F0B587B004460120002C00D1F0E104904E
    433 :1019F0002078C007F74E05943FD12078800761D446
    434 :101A000005980078000700D58FE0059A1078400708
    435 :101A100000D5A0E0D469002C00D1C0E1B068382125
    436 :101A20000140102900D00BE1012C00D1A0E0F068AA
    437 :101A3000032101401346126A914200D098E07021C0
    438 :101A400001405A6A914200D092E07F210902014090
    439 :101A50009A6A1202914200D08AE01F214904014093
    440 :101A6000DA6A914200D083E0072149070840196BE8
    441 :101A70008842049800D0ABE191E1B168F26803209C
    442 :101A80000346934338220A4010215140CB18594253
    443 :101A90005941082A57D0002955D13168636801247B
    444 :101AA000670422049342039008D005252D04AB421D
    445 :101AB00000D0F7E0A304194331603168114331606D
    446 :101AC000059CF8E0B0683821014010204840F268D9
    447 :101AD0000324224002235340C018424242410120C5
    448 :101AE0008702002947D0002A45D103943168059C1C
    449 :101AF000E268002A00D1EDE00722D2029143226978
    450 :101B00000A4332600002316801433160FEF7A6FBF0
    451 :101B100005463068384200D0EEE0FEF79FFB401BE0
    452 :101B20000228F6D9039807B0F0BDB068382101400B
    453 :101B30001829306E49D1800700D466E7059880697E
    454 :101B4000002815D061E73068800300D455E760684D
    455 :101B500000280DD051E7B0683821014020294AD132
    456 :101B6000F06D800700D455E79068002800D051E759
    457 :101B7000049807B0F0BD32683A42059B03D0DA689A
    458 :101B8000002A00D124E101257F20000272688243EF
    459 :101B9000586900021043706000290DD10720C0026F
    460 :101BA0003168814318690843306030688004400F11
    461 :101BB0009549C1409548016095480068FEF71CFBB7
    462 :101BC0000028284600D003E11AE705998969002911
    463 :101BD00000D19AE0012108433066FEF73FFB05463D
    464 :101BE000306E800700D510E7FEF738FB411B03205D
    465 :101BF0000229F5D9ECE0012003900107F06B0840C1
    466 :101C0000029006D1F06B0843F063F06B0840069039
    467 :101C1000069801917F4F3868C00533D403980402B9
    468 :101C2000386820433860FEF719FB054638682042C3
    469 :101C300028D1FEF713FB411B03200229F6D9C7E088
    470 :101C400001210A06306803929043306004914F06E8
    471 :101C5000FEF704FB0546022C09D13068384274D0E7
    472 :101C6000FEF7FCFA411B03200229F6D9B0E03068E8
    473 :101C7000384200D18FE0FEF7F1FA411B0320022920
    474 :101C8000F5D9A5E0F06D05998968012906D00529E7
    475 :101C900000D087E004210843F065F06D0399084304
    476 :101CA000F06588E091433160A00431688143316080
    477 :101CB000002B059C3AD0FEF7D1FA05463068384231
    478 :101CC00000D09AE6FEF7CAFA401B6428F6D90398BA
    479 :101CD00007B0F0BD000281433160FEF7BFFA054650
    480 :101CE0003068384200D18BE6FEF7B8FA401B022874
    481 :101CF000F6D9039807B0F0BD7F20000271688143D8
    482 :101D000060690002084370607AE60121884330660A
    483 :101D1000FEF7A4FA0546306E800700D475E6FEF79C
    484 :101D20009DFA411B03200229F5D951E0FEF796FAEE
    485 :101D300005463068384200D15FE6FEF78FFA401B57
    486 :101D40006428F6D9039807B0F0BDF0683449014023
    487 :101D5000059A106A0843516A0143906A00020843D9
    488 :101D6000D16A0143106B0843F0603068039908435F
    489 :101D7000306004980007F1680143F160FEF76EFAE5
    490 :101D80000446306838420AD1FEF768FA011B032086
    491 :101D90000229F6D91CE0F06820490140F1600020DA
    492 :101DA00007B0F0BD039A9043F065F06D04229043B4
    493 :101DB000F065002910D0184CFEF750FA0546F06D7A
    494 :101DC000800717D4FEF74AFA411B0320A142F6D937
    495 :101DD00007B0F0BD001002400F4CFEF73FFA054679
    496 :101DE000F06D800706D5FEF739FA411B0320A142AA
    497 :101DF000F6D9EDE702980028059A00D00AE6F06BC4
    498 :101E000001998843F06305E60024F40024000020D3
    499 :101E1000140000200070004088130000FCFFFEEF5B
    500 :041E20008C80C11FD2
    501 :101E2400F0B583B00D4601460120002961D002912E
    502 :101E340001907348006807273840A84215D27049BA
    503 :101E44000868B843284308606E4CFEF705FA064656
    504 :101E54006B4800683840A84207D0FEF7FDF9801BA4
    505 :101E6400A042F5D9032003B0F0BD029B1868810796
    506 :101E7400654C0CD5410703D5390322680A43226017
    507 :101E84000F21090222688A43996811432160C0071F
    508 :101E94001AD15B4800683840A8422CD958490868D0
    509 :101EA400B84328430860574CFEF7D6F90646544811
    510 :101EB40000683840A8421ED0FEF7CEF9801BA0422D
    511 :101EC400F5D9032003B0F0BD596803296AD8880006
    512 :101ED40001A2125801989746ED1E00089D1F0008A4
    513 :101EE400891F0008951F00082246083A1268520507
    514 :101EF4005CD403B0F0BD029A10784007424C05D57B
    515 :101F0400380321688143D068084320602068800634
    516 :101F1400400F1FD038212068084008283B4820D0B3
    517 :101F240022680A40102A5AD1616803220A40032A0F
    518 :101F340000D0374861684906490F491C07F0B0FDD5
    519 :101F440061684904490E48436168490F491C07F018
    520 :101F5400A7FD06E02046083800688004410F2C489D
    521 :101F6400C840216889093C220A402A4989581F220D
    522 :101F74000A40D0402849086028480068FEF73AF92A
    523 :101F840003B0F0BD2246083A12689201B1D50DE0C3
    524 :101F9400A26D9207ADD509E02246083A1268920371
    525 :101FA400A7D503E0606D80070198A2D52068B843E7
    526 :101FB40008432060FEF750F90646206838210140A6
    527 :101FC40002984068C000814200D162E7FEF744F9FC
    528 :101FD400801B0C498842F0D9032003B0F0BD20686F
    529 :101FE4000840202802D10120C003BAE72068084035
    530 :101FF400182801D00020B4E77D200002B1E7C046D4
    531 :1020040000200240881300000810024000127A00E9
    532 :102014000024F4007CAF00082400002014000020F9
    533 :1020240010B51E4C20688006400F06D03821206869
    534 :10203400084008281A4807D110BD083C20688004CD
    535 :10204400410F1848C84010BD22680A40102A15D113
    536 :10205400616803220A40032A00D0124861684906D5
    537 :10206400490F491C07F01CFD61684904490E4843A7
    538 :102074006168490F491C07F013FD10BD2068084032
    539 :10208400202802D10120C00310BD20680840182870
    540 :1020940001D0002010BD7D20000210BD08100240B8
    541 :0820A40000127A000024F40090
    542 :1020AC000648006806490968890A1C220A40054945
    543 :1020BC0089581F220A40D0407047C0462400002097
    544 :0820CC0008100240BCAF00083F
    545 :1020D400F0B587B0074680788007564E01D40020BB
    546 :1020E40050E00597012319073246183A1068084052
    547 :1020F400049006D1106808431060106808400690E8
    548 :1021040006980292039101931F024B4C20683843B6
    549 :102114002060FEF7A1F80546206838420AD1FEF790
    550 :102124009BF8401B0228F7D90320059F0499002936
    551 :1021340023D027E0032000900102B0680840059FE7
    552 :1021440011D0B96988420ED0B06801990904B26807
    553 :102154000A43B260B2688A43B2600146374A11400A
    554 :10216400B160C00755D1B06834490840B96901432A
    555 :10217400B16000200499002904D1029B1968039AD4
    556 :10218400914319603968CA0707D18A070DD48A06B2
    557 :1021940013D401224B041AD428E0326803239A434F
    558 :1021A4007B68134333608A07F1D532680C239A4362
    559 :1021B400BB68134333608A06EBD5032212033368EA
    560 :1021C4009343FA681A43326001224B040ED53368F4
    561 :1021D4001C4C23407D692B433360631C9D4205D115
    562 :1021E40013043446483C25681D43256009050ED573
    563 :1021F400910303239B0334689C433B691C43346071
    564 :102204008B4204D11104483E32680A43326007B05D
    565 :10221400F0BDFEF721F80546094CB0688007A2D44A
    566 :10222400FEF71AF8401BA042F7D900980499002938
    567 :10223400A3D0A7E75410024000700040FFFCFFFF4A
    568 :0822440088130000FFFFFF3FBB
    569 :10224C0070B500284BD00446064628367078002816
    570 :10225C0006D130701120C0026060204605F0C8FF26
    571 :10226C00022070702068CA21416253214162C1680A
    572 :10227C00490618D4C16880220A43C260FDF7E8FF02
    573 :10228C0005462068C16849060DD4FDF7E1FF401BE7
    574 :10229C007D21C9008842F4D9032070702168CA6876
    575 :1022AC00FF224A6270BD8169174A0A408261A168A7
    576 :1022BC0062690A43E169114382690A4382612169B7
    577 :1022CC000161E168090402690A430261204600F0D9
    578 :1022DC001DF82168002804D0FF224A6270BD01203D
    579 :1022EC0070BD072040078A6982438A61206A626A4E
    580 :1022FC000243A06910438A6902438A61FF20486245
    581 :0C230C0001207070002070BDBFFF8FFB2F
    582 :10231800F0B581B00446234F38460C380168802256
    583 :10232800914301607D20C6003868800615D4206876
    584 :10233800C168A0229143C160FDF78CFF0546206863
    585 :10234800C068800623D4FDF785FF401BB042F6D94C
    586 :1023580029210320605401B0F0BD38682021009184
    587 :10236800884338602068C168A0229143C160FDF7A6
    588 :1023780071FF05462068C06880060BD4FDF76AFF28
    589 :10238800401BB042F6D929210320605403E0002005
    590 :1023980001B0F0BD00203968009A1143396001B0DE
    591 :0823A800F0BDC04618280040FA
    592 :1023B000F0B583B004462820205C012802D1022019
    593 :1023C00003B0F0BD16460D4622462832022050705A
    594 :1023D0002068CA2141625321416201210292019188
    595 :1023E0001170C16849061CD4C16880220A43C260CA
    596 :1023F000FDF734FF07462068C168490611D4FDF790
    597 :102400002DFFC01B7D21C9008842F4D90320029B07
    598 :1024100058702168CA68FF224A620021197003B00F
    599 :10242000F0BD826940211140002E04D00029019E98
    600 :102430003CD1E9703CE0002900D1E9702A78002104
    601 :1024400013460A3B08D3DAB2CD265643F60A0A22CF
    602 :1024500072439A1A360110361643F2B213046A78A0
    603 :1024600016460A3E0F4608D3F2B2CD275743FF0A5D
    604 :102470000A227A43B21A3F0110371743FAB2120206
    605 :102480001A43AB781E460A3E08D3F1B2CD234B4324
    606 :10249000D90A0A234B43F31A090110311943C9B26F
    607 :1024A0000A43E9788B051343019E09E0E978890521
    608 :1024B0002A7812046B781B029A18AB78D3180B4356
    609 :1024C0000C4919400160B10482698A438261E9685C
    610 :1024D0002A690A438169114381612046FFF71CFF85
    611 :1024E0002168FF224A620028029B96D15E70187014
    612 :0824F00003B0F0BD7F7F7F0007
    613 :1024F800F0B585B000280BD005465C3541218E002B
    614 :10250800416A002907D0002101610146143107E022
    615 :10251800012005B0F0BD4168B14203D001461C312D
    616 :1025280000220A60002787626978002904D129708F
    617 :10253800044605F06FFF2046022104950191697059
    618 :1025480001680A6840239A4303910A60C268264BCF
    619 :1025580001259A422B4600D300231B03ED021543A5
    620 :102568000F27390202918D4201D000258562456806
    621 :10257800876835402124A4023C4064190569019903
    622 :102588000D4025434169012421402943FC368769D0
    623 :102598003E400E43C16938250D403543016A802607
    624 :1025A8000E402E436103856A0D403543039E356016
    625 :1025B800390C04250D4002990A4013432B43416A04
    626 :1025C80010220A401A43416B08230B4013437360DF
    627 :1025D800E102F2698A43F261002101660020049950
    628 :0C25E8004C7005B0F0BDC04601070000BB
    629 :1025F400F0B585B0044607464437387E012802D139
    630 :10260400022005B0F0BD1E460292039101253D76DD
    631 :10261400FDF722FE0490797E012900D0A5E00398FD
    632 :10262400002800D141E10298002800D13DE1002EAC
    633 :10263400284600D1A5E0787E042801D005207876CC
    634 :10264400002323667E80E687E1689E4A012001918B
    635 :10265400914200D31D462D03020320684168914333
    636 :1026640049194160029921643E80039DA563E36496
    637 :102674002365A6870168490603D4016840220A43FA
    638 :10268400026061684A424A41711E4B424B41134306
    639 :1026940001998C4A91420A9E77D3002B06D029884F
    640 :1026A400C160A81CA063E08F401EE0870125701C58
    641 :1026B40032D101E0FDF7D0FDE08F002803D1788806
    642 :1026C400002800D1CDE02068816889070DD5E18F0D
    643 :1026D40000290AD0012D08D1A16B0A88C260891C87
    644 :1026E400A163E18F491EE18700258168C907E1D014
    645 :1026F40079880029DED0216CC0680880881C206499
    646 :102704007888401E78800125D4E7FDF7A5FD04995B
    647 :10271400401AB04200D3CDE0E08F002803D178887E
    648 :10272400002800D19DE02068816889070DD5E18FDC
    649 :1027340000290AD0012D08D1A16B0A88C260891C26
    650 :10274400A163E18F491EE18700258168C907DCD0B8
    651 :1027540079880029D9D0216CC0680880881C20643D
    652 :102764007888401E78800125CFE741208200636885
    653 :102774000220934205D1042903D1A168002900D184
    654 :102784004DE70021397605B0F0BD002B07D029783C
    655 :102794000173A06B401CA063E08F401EE0870125FD
    656 :1027A400701C33D101E0FDF757FDE08F002802D102
    657 :1027B4007888002855D02068816889070FD5E18F73
    658 :1027C40000290CD0012D0AD1A16B09780173A06BEB
    659 :1027D400401CA063E08F401EE087206800258168CC
    660 :1027E400C907E0D079880029DDD0007B216C08700E
    661 :1027F400206C401C20647888401E78800125D2E734
    662 :10280400FDF72AFD0499401AB04253D2E08F002804
    663 :1028140002D17888002824D02068816889070FD5E0
    664 :10282400E18F00290CD0012D0AD1A16B0978017325
    665 :10283400A06B401CA063E08F401EE0872068002549
    666 :102844008168C907DCD079880029D9D0007B216C44
    667 :102854000870206C401C20647888401E7880012514
    668 :10286400CEE703200390C10220463246049D2B4646
    669 :1028740000F02AF800280FD1204631462A4600F0FD
    670 :10288400D5F8002808D103984102204632462B4649
    671 :1028940000F01AF8002805D0206E20210843206695
    672 :1028A40021660120216E002905D0012000213976FE
    673 :1028B40005B0F0BD0320012179760021397605B0F9
    674 :0828C400F0BDC0460107000051
    675 :1028CC00F0B587B0049314460D46074605A80026BC
    676 :1028DC000670FDF7BDFC0499081A02940419FDF763
    677 :1028EC00B7FC04904E48006823214143080D604317
    678 :1028FC00069003973F68B868284233D001960320AE
    679 :10290C0046020299491C30D00290B5421CD104E019
    680 :10291C00039800688068304245D0387B05A9087060
    681 :10292C000598FDF795FC0499401AA0423ED20698F2
    682 :10293C000699491E06910028EAD10024E8E703987D
    683 :10294C000068806828422ED0FDF782FC0499401A5A
    684 :10295C00A0422BD206980699491E06910028EED16A
    685 :10296C000024ECE7002007B0F0BDB54247D1387B1E
    686 :10297C0005A908700598B868304214D0387B05A9B1
    687 :10298C0008700598B86830420DD0387B05A90870DE
    688 :10299C000598B868304206D0387B05A908700598B0
    689 :1029AC00B8683042E3D1019807B0F0BD039D2968A7
    690 :1029BC004868E02290434860412080006A68824267
    691 :1029CC0002980BD1AA680123DC03A24202D09B021D
    692 :1029DC009A4203D10A6840239A430A6001225303A6
    693 :1029EC00AC6A5C359C4205D10C689C430C600C684D
    694 :1029FC001C430C60002129706A7007B0F0BD01996E
    695 :102A0C00B868284208D0B868284205D0B86828426F
    696 :102A1C0002D0B8682842F3D1084607B0F0BDC046D2
    697 :042A2C002400002062
    698 :102A3000F0B583B015460E460446FDF70FFC281A84
    699 :102A40008719FDF70BFC05462C4800684001000D76
    700 :102A50007843029021688A680020120622D5721CF1
    701 :102A60001DD0019026465C3603E020688068000691
    702 :102A700041D5FDF7F3FB401BB84215D202980299ED
    703 :102A8000491E02910028F0D10027EEE78A6812065D
    704 :102A900008D58A68120605D58A68120602D58A68A2
    705 :102AA0001206F3D403B0F0BD20684168E0229143E0
    706 :102AB00041604121890062688A420BD1A1680122EC
    707 :102AC000D303994202D09202914203D1016840227D
    708 :102AD0009143016001214A03A36A934205D103682F
    709 :102AE00093430360036813430360002030707170E8
    710 :102AF000032003B0F0BD019803B0F0BD2400002016
    711 :102B0000B0B5002823D005463C356978002904D1AA
    712 :102B10002970044608F0CFFB204602216970016845
    713 :102B20000C682D4B994202D02C4A914211D170224F
    714 :102B30009443826822432A4CA1420EDC274CA142D6
    715 :102B400014D02B4CA14211D099420FD042E0012069
    716 :102B5000B0BD2246224CA142F0DD224B994205D065
    717 :102B6000214B994202D0214B994233D103231B02BE
    718 :102B70009A43036913438022934382691A430A608C
    719 :102B8000C268CA6242688A621A4A8A180A23DA410B
    720 :102B9000072A06D801239340E122134201D042695B
    721 :102BA0000A6303463E33443001224A610C69E4075C
    722 :102BB00002D00C6994430C6102711A705A709A70B9
    723 :102BC000DA701A715A71027042708270C2706A7043
    724 :102BD0000020B0BD1346CEE7002C014000040040A9
    725 :102BE000FF3F0140004001400048014000440140D7
    726 :082BF0000020004000D4FEBFEC
    727 :102BF80070B504463C340221617006463E360546EF
    728 :102C0800443501680A6A0E4B1A4207D10A6A0D4B0D
    729 :102C18001A4203D10A6801239A430A6008F048FB64
    730 :102C28000020287130707070B070F0703071707161
    731 :102C380028706870A870E8702070607070BDC04619
    732 :082C480011110000440400001A
    733 :102C5000F0B582B004463E340346443301270029D0
    734 :102C600019D0019001200E1F02220092D641032E9E
    735 :102C700034D8B50001A77D59AF46C0468D2C000859
    736 :102C8000C92C0008B52C0008BF2C0008671C3F7831
    737 :102C900008291DD126E022781D786D1E6E1EB541D3
    738 :102CA000012A3E4600D12E46002E27D10222227054
    739 :102CB0001A7050E0E71C3F78082909D112E0271D5F
    740 :102CC0003F78082904D10DE0A71C3F78082909D0D6
    741 :102CD000042901D15D1C06E0DD1C04E0671D3F787E
    742 :102CE0000829F5D19D1C2D786D1E6A1E9541012F76
    743 :102CF000074600D12F46002F03D00127384602B0E7
    744 :102D0000F0BD032E074620D80198C0467E44367990
    745 :102D10007600B7440110060B009A627008290ED1A4
    746 :102D200018E0009AE270082909D113E0009A227194
    747 :102D3000082904D10EE0009AA27008290AD00429BB
    748 :102D400001D15A7007E0DA7005E0009A62710198CB
    749 :102D50000829F4D19A7002220B46D341032BCDD817
    750 :102D60009A00144B9B580268D0681843D0601F200B
    751 :102D70000140012318468840116A81431162116A9B
    752 :102D8000014311620C48824205D00C48824202D0B5
    753 :102D90000B48824208D190680A4901400027062961
    754 :102DA000ACD018048142A9D01068184310600020EC
    755 :102DB00002B0F0BD20AF0008000400400040014018
    756 :082DC000002C01400700010096
    757 :102DC80070B502230A46DA41032A2FD89200274C0D
    758 :102DD800A2580468E5681540E5601F250D400122EA
    759 :102DE8001646AE40256AB5432562256A2562256ADE
    760 :102DF8001F4E354206D1256A1E4E354202D125683E
    761 :102E08009543256004463E344430002910D00D1FF8
    762 :102E1800DD41032D23D8C0467D442D796D00AF4494
    763 :102E280001130B0F6270082911D11BE0012070BD3E
    764 :102E380022700270002070BDE270082907D111E0ED
    765 :102E48002271082903D10DE0A27008290AD00429AB
    766 :102E580002D14270002070BDC270002070BD627146
    767 :102E68000829F4D18270002070BDC04630AF000838
    768 :082E78001111000044040000E8
    769 :102E8000F0B583B004460068C5680227294639407A
    770 :102E90004A424A410169029139404B424B41134336
    771 :102EA00013D16A49FE3101610121217780698007D0
    772 :102EB00003D0204600F0F8FE05E0204608F0FDF9BA
    773 :102EC000204608F0FBF9002020770126042229463D
    774 :102ED00011404842484102994907314600D5014610
    775 :102EE000032000020190002916D100922068574962
    776 :102EF000FC310161277780690199084203D020469F
    777 :102F000000F0D2FE05E0204608F0D7F9204608F090
    778 :102F1000D5F900202077009A0827294639404842F1
    779 :102F2000484102990907314600D50146002913D1CD
    780 :102F300020684649F83101612277C069800703D0D3
    781 :102F4000204600F0B1FE05E0204608F0B6F9204624
    782 :102F500008F0B4F900202077102129404842484168
    783 :102F60000299C906314600D50146002914D12068CE
    784 :102F70003649F03101612777C0690199084203D0D1
    785 :102F8000204600F091FE05E0204608F096F9204624
    786 :102F900008F094F900202077012129404842484157
    787 :102FA0000299C907314600D00146002906D12068A0
    788 :102FB0002649FF310161204608F081F980272F4022
    789 :102FC000784278414121C901029A0A42314600D033
    790 :102FD0000146002905D120681D490161204608F0FD
    791 :102FE00071F9784278410299C905314600D5014608
    792 :102FF000002905D1206815490161204608F063F9D0
    793 :10300000402129404842484102994906314600D5AD
    794 :103010000146002906D120680C49C03101612046D3
    795 :1030200008F04EF92020054068426841029989065F
    796 :1030300001D403B0F0BD0600FBD120680349E031A4
    797 :103040000161204608F03DF903B0F0BDFFFEFFFF2F
    798 :043050007FDFFFFF20
    799 :10305400F0B582B03C23C35C012B02D1022002B044
    800 :10306400F0BD03463C330224E241032A00D9A3E025
    801 :103074007A4412795200974401752E4F0268146AFB
    802 :10308400156A012085431562CD68019560C90096D3
    803 :1030940097694D4E0839B24205D04C4EB24202D027
    804 :1030A4004B4EB24202D10320874300980743104697
    805 :1030B4001830F026B743019E3601F6B2BE19966168
    806 :1030C4000A263540B4436419146294690C25AC4350
    807 :1030D4009461896869E00068026A01242402056A2F
    808 :1030E400A54305624C68F025AC43CD682D01EDB2D3
    809 :1030F4002C19C569F326B5432543C561052464022B
    810 :103104000D682D022540A24352190262C2690C24A3
    811 :10311400A243C261896823E00068026A012424038F
    812 :10312400056AA54305624C682402264D2540CC68F7
    813 :103134002403A4B26419F3252D02C669AE432643C1
    814 :10314400C661052464030D682D032540A24352196A
    815 :10315400026203229202C4699443C4618968090229
    816 :103164001C3022E00068026A046A1025AC43046241
    817 :103174004C682402134D2540CC682403A4B264197E
    818 :10318400F3252D028669AE43264386610C6824012B
    819 :10319400A0252C40AA4312190262032292028469D8
    820 :1031A4009443846189680902183002680A43026002
    821 :1031B4000020187002B0F0BD01200021197002B087
    822 :1031C400F0BDC046000FFFFF000400400040014076
    823 :0431D400002C01408A
    824 :1031D8000222D141032915D87944097949008F443D
    825 :1031E800010D0509006834300068704700683C30FC
    826 :1031F80000687047006840300068704700683830E1
    827 :083208000068704700207047C8
    828 :1032100010B53C23C35C012B01D1022010BD034635
    829 :103220003C33002A07D0082A03D0042A0DD10A4AC9
    830 :1032300003E0084A01E00F22D2430068846E144084
    831 :103240000C4384660020187010BD01200021197005
    832 :0C32500010BDC046FFFFF0FFFFF0FFFFC5
    833 :10325C0070B50446026810686F490140A068236984
    834 :10326C00034360691843636E03430B43E1690B43EB
    835 :10327C0013600320000353688343E06818435060D5
    836 :10328C00A069236A03439068644D05401D43956013
    837 :10329C00D36A0F208343606A0343D3620023604DDB
    838 :1032AC00AA4206DC614DAA4212D0614DAA4215D049
    839 :1032BC000CE05C4DAA4211D05B4B9A4206D15D4AA0
    840 :1032CC0012689207120F5C4B9B5807E0102305E025
    841 :1032DC00584A12680C231340574AD358264668366E
    842 :1032EC000125EA03914216D1082B00D989E0C0468A
    843 :1032FC007B441B795B009F4404843684248484843F
    844 :10330C004200FEF7CDFE626A0B2A1FD301210B2A65
    845 :10331C0046D1090244E0082B00D972E07B441B79AA
    846 :10332C005B009F44046E266E176E6E6E3200FEF7C5
    847 :10333C00B7FE626A0B2A12D301210B2A54D109025F
    848 :10334C0052E0FEF769FE626A0B2ADFD291003C4A1A
    849 :10335C00515825E0FEF760FE626A0B2AECD2910010
    850 :10336C00374A515840E00B2815D28000344909588F
    851 :10337C0015E00B281AD280003149095819E00B28A6
    852 :10338C0019D240002D49095A19E00B2827D24000C8
    853 :10339C002A49095A27E001210B2800D109022948A2
    854 :1033AC0006F07AFB400061684A080EE001210B2808
    855 :1033BC002ED0244818E001210B2800D10902E80383
    856 :1033CC0006F06AFB420061684808101806F064FBBE
    857 :1033DC001D49014015D00007400F08430EE00121A4
    858 :1033EC000B2800D10902E80306F056FB61684A0875
    859 :1033FC00101806F051FB80B2102802D32168C86067
    860 :10340C000025124830600020E0662067284670BD19
    861 :10341C0009020C48E8E7C046F369FFCFFFF4FF113F
    862 :10342C00FF4B0040004C004000380140004400407D
    863 :10343C00004800405410024040AF000832B8000869
    864 :10344C0050AF00080024F400F0FF00000100010060
    865 :10345C00F0B581B0044606467C3600200090F06042
    866 :10346C00FCF7F6FE05462168086800070ED5C8690A
    867 :10347C0080020BD401204705FCF7EAFE401B1849DB
    868 :10348C00884221681AD8C8693842F5D008684007C4
    869 :10349C00009A10461DD5C8694002104619D4012067
    870 :1034AC008705FCF7D5FE401B0D498842216805D8DD
    871 :1034BC00C8693842F5D0009A10460AE00D20400148
    872 :1034CC000A6882430A60886801229043886003205E
    873 :1034DC00009A202171603270B16001B0F0BDC0461D
    874 :0434EC00FFFFFF01DE
    875 :1034F000F0B581B004467C3465680223202D12D1DA
    876 :10350000012500290CD0002A0AD0866800952F03D7
    877 :10351000BE420BD1CD0709D00569002D06D1009D13
    878 :10352000284601B0F0BD022001B0F0BD2578012D84
    879 :103530001D46F5D0034654335A800025E5601A80B5
    880 :10354000016521216160009B5907426E8A420BD1BF
    881 :10355000BE4202D10169002916D0104925700167C9
    882 :10356000D9050068083009E0BE4202D1016900298E
    883 :103570000CD00849257001670068802102680A4361
    884 :103580000260002001B0F0BD0349E7E70049F1E720
    885 :10359000FD3500083DBB0008A13500089BB30008BD
    886 :1035A00070B58021415821291AD102465632938A9A
    887 :1035B000002B15D00168104C02E05B1E1D040FD0DB
    888 :1035C0001588002D0DD0CD692D06F6D5056D2E88F8
    889 :1035D00026408E62AD1C056515886D1E1580ECE7D2
    890 :1035E00070BD0120C0058A6882438A600868402255
    891 :0C35F00002430A6070BDC046FF010000ED
    892 :1035FC0030B58023C15821290FD10246563211888B
    893 :10360C00002901680AD0036D1C88084D25408D6285
    894 :10361C00991C01651088401E108030BD08689843C5
    895 :10362C0008600868402202430A6030BDFF010000B8
    896 :10363C00F0B584B004467C34A3680227202B13D148
    897 :10364C00012300290DD0002A0BD0866801252B03FD
    898 :10365C0003939E420BD1CB0709D00369002B06D1F3
    899 :10366C000123184604B0F0BD022004B0F0BD23784D
    900 :10367C00012B3B46F5D003465C335A801A8081659A
    901 :10368C00002E00930FD029078E4207D003998E424B
    902 :10369C0010D1016900290BD125490CE001690029E1
    903 :1036AC0004D03F2107E00169002901D07F2102E00D
    904 :1036BC00FF2100E0002199800023E3602221A1601A
    905 :1036CC000768B96829430197B96029020291690713
    906 :1036DC00476E8F4203D10099898991420CD9039985
    907 :1036EC008E4202D1016900291DD0154A2370C26691
    908 :1036FC0002992031019A10E003998E4202D101699E
    909 :10370C00002912D00C4E019F3A4608322370C6662F
    910 :10371C00386802990843386029071068084310601C
    911 :10372C00002004B0F0BD054AE0E7024EEBE7C046CE
    912 :10373C00FF01000051370008F1370008EDB3000815
    913 :04374C0047B4000876
    914 :10375000F0B581B004468420205822282BD125467C
    915 :103760005E356E89002E2AD02046843000906F8806
    916 :1037700002E0761E300422D02068416A3940A26DF2
    917 :1037800011802988491E2980911CA165298800295A
    918 :10379000EFD10121090202688A4302608168124A5E
    919 :1037A000114081600020E0662020009908602046DA
    920 :1037B00007F079FEDDE72068183008210EE0288840
    921 :1037C00000280ED0698988420BD20848E066064876
    922 :1037D000411C206882680A408260202102680A43F6
    923 :1037E000026001B0F0BDC046FEFFFFEFEDB3000880
    924 :1037F000F0B581B004468420205822282DD12546DA
    925 :103800005E356E89002E2CD02046843000906F8863
    926 :1038100002E0761E300424D02068406A3840A16D52
    927 :1038200008702888401E2880A06D401CA06528884C
    928 :103830000028EED10120000221680A6882430A6054
    929 :103840008868124A104088600020E06620200099B5
    930 :103850000860204607F027FEDBE7206818300821C3
    931 :103860000EE0288800280ED0698988420BD20848CB
    932 :10387000E0660648411C206882680A408260202178
    933 :1038800002680A43026001B0F0BDC046FEFFFFEFD0
    934 :0438900047B4000831
    935 :10389400F0B581B000219C4D0B46009107E0254610
    936 :1038A400E355002B7ED05B1C802B00D181E02C469D
    937 :1038B4009A0094488558802602460F4603E0103E3D
    938 :1038C4004032002EEBD0106885422DDC50688542D2
    939 :1038D4002EDC906885422FDCD068854230DC10698C
    940 :1038E400854231DC5069854232DC9069854233DCA3
    941 :1038F400D069854234DC106A854235DC506A8542E1
    942 :1039040036DC906A854237DCD06A854238DC106B3D
    943 :10391400854239DC506B85423ADC906B85423BDC56
    944 :10392400D06B8542CBDD3BE07F1C50688542D0DD07
    945 :103934007F1C90688542CFDD7F1CD0688542CEDD38
    946 :103944007F1C10698542CDDD7F1C50698542CCDD2A
    947 :103954007F1C90698542CBDD7F1CD0698542CADD1E
    948 :103964007F1C106A8542C9DD7F1C506A8542C8DD10
    949 :103974007F1C906A8542C7DD7F1CD06A8542C6DD04
    950 :103984007F1C106B8542C5DD7F1C506B8542C4DDF6
    951 :103994007F1C906B8542C3DD7F1CD06B85428EDD1E
    952 :1039A4007F1C8CE70098012800D1A6E00123009336
    953 :1039B4007DE7564940240C70002203E01032802A2F
    954 :1039C40000D198E0A85C84422ED0AB185878844289
    955 :1039D40030D09878844233D0D878844236D018795D
    956 :1039E400844239D0587984423CD0987984423FD07B
    957 :1039F400D879844242D0187A844245D0587A844295
    958 :103A040049D0987A84424DD0D87A844251D0187BD8
    959 :103A1400844255D0587B844259D0987B84425DD0EF
    960 :103A2400D87B8442CAD161E00A70D4B2AB1858780A
    961 :103A34008442CED1501C0870C4B298788442CBD151
    962 :103A4400901C0870C4B2D8788442C8D1D01C0870C5
    963 :103A5400C4B218798442C5D1101D0870C4B2587913
    964 :103A64008442C2D1501D0870C4B298798442BFD137
    965 :103A7400901D0870C4B2D8798442BCD1D01D08709E
    966 :103A8400C4B2187A8442B9D1104608300870C4B25E
    967 :103A9400587A8442B5D1104609300870C4B2987A75
    968 :103AA4008442B1D110460A300870C4B2D87A844234
    969 :103AB400ADD110460B300870C4B2187B8442A9D132
    970 :103AC40010460C300870C4B2587B8442A5D110460D
    971 :103AD4000D300870C4B2987B8442A1D110460E30D8
    972 :103AE4000870C4B2D87B844200D067E710460F3018
    973 :103AF4000870C4B262E701B0F0BD054804F0DCFF11
    974 :103B0400FEE7C046FC070020BA130020290000206D
    975 :043B1400CABF00081C
    976 :103B180080B500F07FF802480421016080BDC046EE
    977 :043B28009C0F0020CE
    978 :103B2C00F0B583B000F074F8314F04200290386087
    979 :103B3C003048006800900023304C07E00026019BC1
    980 :103B4C00980032490E505B1C802B45D0294A1068D6
    981 :103B5C002949084001931902401810600BE001201C
    982 :103B6C00386000212046FFF76DF81520FDF762F94B
    983 :103B7C000226022EE3D138680428F0D038680226D9
    984 :103B8C000328F6D138680328D8D11520FDF75EF943
    985 :103B9C00002520462946FFF711F90298386018488D
    986 :103BAC000168002908D0174B1868174A12681203CD
    987 :103BBC0080181860092903D8481C11490860D8E7F7
    988 :103BCC000F490D600F490D600A2105F065FF216852
    989 :103BDC00896A4E1C4643CCE77F200002009A0240C3
    990 :103BEC0004490868044B18401043086003B0F0BD4A
    991 :103BFC009C0F002004100240FF80FFFF540E002099
    992 :103C0C00480F00205C0F0020A00F0020FC070020B4
    993 :103C1C0070B584B0012670041C490A6802430A601E
    994 :103C2C001B4D1C4A2A6009680140009100982846E7
    995 :103C3C00FEF7DCFF184800246C60AC60E8602C6177
    996 :103C4C002846FEF757FF002800D0FEE703940C200F
    997 :103C5C000290019600940E4869460022FFF7F4F991
    998 :103C6C00002800D0FEE70A4802210022FFF7CAFA1A
    999 :103C7C00002800D0FEE7152000210A46FDF7BEF80B
    1000 :103C8C001520FDF7E3F804B070BDC04640100240AB
    1001 :0C3C9C00540E002000440140FFFF000017
    1002 :103CA800F0B581B0017F01293BD11F4E3168012950
    1003 :103CB80006D10021FFF78CFA1E49086002202FE088
    1004 :103CC800316802292DD100210446FFF781FA174FE8
    1005 :103CD80038601520FDF7BCF815480021FFF770F88B
    1006 :103CE8000220C0432168086112480068396881428F
    1007 :103CF80001D9081A03E0FED2081A0F4940180F49E3
    1008 :103D08000860086800030E49884208D20D4804F08C
    1009 :103D1800D1FE0A48006801030B4805F08BFF032019
    1010 :103D2800306001B0F0BDC0469C0F0020880F002015
    1011 :103D3800540E00208C0F0020FFFF0000A00F002071
    1012 :0C3D4800405DC600F0C300084EC100083A
    1013 :103D5400F0B583B00D46044601600C20404906C509
    1014 :103D64000021E86029616961A961E9612962012092
    1015 :103D740002900703083D2E467C360998089A002BCA
    1016 :103D840004D0012B05D10321490203E002998902E1
    1017 :103D940000E00F46AF602961511E4A1E914149035C
    1018 :103DA400E96005F0F3FD00272E4B3A4607F0B7FB18
    1019 :103DB40005F074FD01907068002803D1377028461F
    1020 :103DC40004F03AFC2420706028680168029FB9431B
    1021 :103DD40001602846FFF740FA01282AD0A86A002883
    1022 :103DE40002D0284607F06EFAF8052E687168014380
    1023 :103DF4007160B8063168014331606F680320400286
    1024 :103E0400D6307843184905F04BFE18498F42019A81
    1025 :103E140000D3421CFF200006716901401143716107
    1026 :103E24003068029F384330602846FFF715FB0028AE
    1027 :103E340001D007F052FB206807F034FB002801D0C2
    1028 :103E440007F04BFB206827343A022146FFF7F4FBC6
    1029 :103E5400002803D0064805F0EFFEFEE703B0F0BDEE
    1030 :103E64000038014000000C4040420F00014B0000AC
    1031 :043E7400E0BF0008A3
    1032 :103E7800F0B58DB005460268D16910680C9050689D
    1033 :103E880001200A90000709900695803590680B90EC
    1034 :103E98000807089049D00998431C0B98034001264D
    1035 :103EA80037023C4620340C9804401C433DD0074060
    1036 :103EB8007C427C41CF070A9F00D02746002F03D1C0
    1037 :103EC8001662AC683443AC600B9806407442744187
    1038 :103ED8008F070A98074600D52746002F05D10224E8
    1039 :103EE8001462AC6804272743AF60744274414E07DC
    1040 :103EF800064605D4002E05D0089800280BD414E0F7
    1041 :103F08002600F9D104241462AC6802262643AE6068
    1042 :103F18000898002809D520240C980440234304D08D
    1043 :103F280008231362AC681C43AC600126F0050790B7
    1044 :103F38000B050FD50B9B0340B4060C980440E318FF
    1045 :103F480008D0F302136220236B602B605F4B1E7551
    1046 :103F58005F4C1E55059620200B460890034004939D
    1047 :103F680020D00B9B099803400C9C089804401C43E4
    1048 :103F780018D06B68222B11D14523DB00534CE6582F
    1049 :103F880005980702BE4209D2A619526A2727F25598
    1050 :103F98004F4AA054E258521CE25003E093690824A7
    1051 :103FA8001C43946180240E4626400A9835D00B9A0B
    1052 :103FB800079B1A400C9B234013432ED0434A136897
    1053 :103FC8001A59212A14D11A4656321788002F1F6809
    1054 :103FD800039716D01F6D029701923F78039A976254
    1055 :103FE800029F7F1C1F65019A13885B1E13800FE0D8
    1056 :103FF8001A681368A3431360136840271F431760A8
    1057 :1040080006E03A68A2433A603A68402313433B60AB
    1058 :1040180023221201059B2D4FBB5440270C9B3B408C
    1059 :104028005A425A41490606D4002806D0A8680028F2
    1060 :1040380015D10DB0F0BD1000F8D12648002101704F
    1061 :10404800069803681A68BA431A60016708992960D4
    1062 :1040580007F024FA22206860A8680028E9D0222303
    1063 :104068006B600498002807D00B98099901400C98B8
    1064 :10407800089A104008431ED1002EDAD00B990798F1
    1065 :1040880001400C9820400843D3D026200F4C002133
    1066 :1040980021540698222603681A68BA431A600167F1
    1067 :1040A8000899296007F0FAF96E6023200001059944
    1068 :1040B80021540DB0F0BD06980068816908220A43B2
    1069 :1040C80082610020A8600DB0F0BDC046C805002080
    1070 :0840D80031020000EE0500209A
    1071 :1040E000F0B585B04521CC000159052906D2021949
    1072 :1040F000002101751160084605B0F0BD0494272227
    1073 :10410000825C00920346273301220C46144003943C
    1074 :10411000D5438A1E0192154002935B1C6A4A6B4E7E
    1075 :1041200003E0AD1E9B1C002D71D05C1E2478544012
    1076 :104130006208E40730D15408D20731D16208E4079D
    1077 :1041400032D15408D20733D16208E40734D154087D
    1078 :10415000D20735D16708E20736D17A08FC0700D0CC
    1079 :1041600072401C7854406208E40732D15408D207E8
    1080 :1041700033D16208E40734D15408D20735D162083C
    1081 :10418000E40736D15408D20737D16708E20738D19F
    1082 :104190007A08FC07C5D038E072405408D207CDD069
    1083 :1041A00074406208E407CCD072405408D207CBD0E8
    1084 :1041B00074406208E407CAD072405408D207C9D0DC
    1085 :1041C00074406708E207C8D077407A08FC07C7D177
    1086 :1041D000C7E772405408D207CBD074406208E407A6
    1087 :1041E000CAD072405408D207C9D074406208E407AC
    1088 :1041F000C8D072405408D207C7D074406708E2079D
    1089 :10420000C6D077407A08FC078BD0724089E7039CC0
    1090 :10421000002C03D1049C4B1C1FD168E75B1E1B784C
    1091 :104220005A405308D207049C2DD15A08DB072ED1DF
    1092 :104230005308D2072FD15A08DB0730D15308D207D1
    1093 :1042400031D15A08DB0732D15308D20733D15A088B
    1094 :10425000DB0734D14B1C00D149E7029D019BEB5C8D
    1095 :104260006918491E09780902C918914200D03EE731
    1096 :104270000221009B002B00D13DE7154A128B9A4288
    1097 :1042800000D034E737E773405A08DB07D0D07240DC
    1098 :104290005308D207CFD073405A08DB07CED0724004
    1099 :1042A0005308D207CDD073405A08DB07CCD07240F8
    1100 :1042B0005308D207CBD073405A08DB07CAD07240EC
    1101 :1042C0004B1CCAD113E7C046FFFF000001A000004D
    1102 :0442D000300000209A
    1103 :1042D400F0B585B0054627202B5CFF242046283006
    1104 :1042E4002B544521C9006918002702914F602818F2
    1105 :1042F4002946273101260490324600F0E5F80346AA
    1106 :104304000395263501950028204600D1A7E01846DC
    1107 :10431400304000906A4A6B4D012B05D13C4638462B
    1108 :10432400009900297ED19AE01846B043049E03E028
    1109 :10433400B61CBF1CB84270D0317869404C08C9071C
    1110 :1043440030D16508E10731D16C08E90732D165083D
    1111 :10435400E10733D16C08E90734D16508E10735D1A9
    1112 :104364006908EC0736D14C08C90700D05440757869
    1113 :1043740065406908EC0732D14C08C90733D161089C
    1114 :10438400E40734D14C08C90735D16108E40736D1B4
    1115 :104394004C08C90737D16108E40738D14D08C9076B
    1116 :1043A400C6D038E054406508E107CDD055406C08CC
    1117 :1043B400E907CCD054406508E107CBD055406C08E0
    1118 :1043C400E907CAD054406508E107C9D055406908D7
    1119 :1043D400EC07C8D051404C08C907C7D1C7E75140C2
    1120 :1043E4004C08C907CBD054406108E407CAD05140F7
    1121 :1043F4004C08C907C9D054406108E407C8D05140EB
    1122 :104404004C08C907C7D054406108E407C6D05140DE
    1123 :104414004D08C9078CD055408AE7280A2C460099D4
    1124 :1044240000291CD00498C05D45406808E9072AD1DA
    1125 :104434004108C0072BD14808C9072CD14108C0073F
    1126 :104444002DD14808C9072ED14108C0072FD14808EB
    1127 :10445400C90730D14408C00700D05440200A049949
    1128 :10446400CC54CA1850700C20019A10709A1C029DEA
    1129 :104474006A60039C206892B2FFF738F80020286035
    1130 :10448400207505B0F0BD50404108C007D3D051405D
    1131 :104494004808C907D2D050404108C007D1D0514084
    1132 :1044A4004808C907D0D050404108C007CFD0514078
    1133 :1044B4004808C907CED050404408C007CDD1CDE745
    1134 :0844C40001A00000FFFF000051
    1135 :1044CC00F0B586B04C78102C1CD0062C0BD0032CDD
    1136 :1044DC0027D1894C248B002B3BD09C4239D0862190
    1137 :1044EC0081540B2181E0844C258B002B01D09D4203
    1138 :1044FC000ED1CD788B781E027619B708772F36D36C
    1139 :10450C0086215AE07C4C258B002B13D09D4211D078
    1140 :10451C008621815480180B2141700220801806B02E
    1141 :10452C00F0BD80214C408454801801214170901CB6
    1142 :10453C0006B0F0BD4F790B791B02DB191D467C3D93
    1143 :10454C007B26F643B54229D890218154801803214B
    1144 :10455C00E2E74E790B791B029C1923467E3B7D27A3
    1145 :10456C00FF43BB4230D88321815403213DE07600C8
    1146 :10457C000496A71905970F79059E77704F79049EBD
    1147 :10458C00A755062484548018857043700B79C3702A
    1148 :10459C00497901710520801806B0F0BD0390049292
    1149 :1045AC00CA788C782502AE189819544BC5186D1E14
    1150 :1045BC009D421FD29021049A0398815480180221A5
    1151 :1045CC004170881806B0F0BDCB7889780591090246
    1152 :1045DC000393CB188118E418484FE7197F1E474DF9
    1153 :1045EC00AF4242D283230B70022180184170901C81
    1154 :1045FC0006B0F0BD02970092530001946502EB18CF
    1155 :10460C003D4AD318059300251A4653194C19E779DE
    1156 :10461C005F70277A5755771C874215D2677ADF70FF
    1157 :10462C00A77A9F70B71C87420ED2E77A5F71277BFF
    1158 :10463C001F71F71C874207D2677BDF71A47B9C71CB
    1159 :10464C000835361D8642E0D31021049A0398815414
    1160 :10465C008018029901710021C17000998170019933
    1161 :10466C0041700520801806B0F0BD032704928754D2
    1162 :10467C007000487003984000059A560230181E4A84
    1163 :10468C001018059000200A460E182546059C271880
    1164 :10469C007978B170215CF170591CA9421CD22C465E
    1165 :1046AC00F9783171B9787171991CA94219D279795B
    1166 :1046BC00B1713979F171D91CA14217D2F9793172E2
    1167 :1046CC00B979717208301B1DA3421146DBD30499D2
    1168 :1046DC000818801C06B0F0BD04990818001D06B01F
    1169 :1046EC00F0BD04990818801D06B0F0BD0499081897
    1170 :1046FC00083006B0F0BDC0463000002024FEFFFF9D
    1171 :10470C00F0B583B03C210127484847542C2147542D
    1172 :10471C000024202110250564416407218464C464AD
    1173 :10472C0081634163082644628462C6618776048390
    1174 :10473C0039033F4A0163011D0C7702607905FA07C2
    1175 :10474C0042608460C46001614661029401940094EB
    1176 :10475C00FBF796FD002801D006F0BBFE02940194F5
    1177 :10476C00009732486946FBF7A9FF002801D006F0F4
    1178 :10477C00B0FE0294042001902E4800902B4869460C
    1179 :10478C00FBF79CFF002801D006F0A3FE02940196D3
    1180 :10479C002948009025486946FBF790FF002801D076
    1181 :1047AC0006F097FE02940C200190244800901F48BC
    1182 :1047BC006946FBF783FF002801D006F08AFE0294BD
    1183 :1047CC0001951F48009019486946FBF777FF0028B0
    1184 :1047DC0001D006F07EFE1B4D0295142001901A4864
    1185 :1047EC00009012486946FBF769FF002801D006F0DB
    1186 :1047FC0070FE029518200190144800900B486946F1
    1187 :10480C00FBF75CFF002801D006F063FE02941C202D
    1188 :10481C0001900F48009005486946FBF74FFF0028B0
    1189 :10482C0001D006F056FE03B0F0BDC046940D00203A
    1190 :10483C000024014002000004040000080800000CE1
    1191 :10484C001000001004FFFF070001002000020024EC
    1192 :04485C00000400282C
    1193 :10486000F0B58BB000240A94099408940794069438
    1194 :10487000026845498A4201D00BB0F0BD0290012385
    1195 :1048800019054248C2680A43C260C2680A400592DC
    1196 :104890000599016819430160016819400493059165
    1197 :1048A00005990168022203921143016000681040DB
    1198 :1048B0000590059808940327079706930520019013
    1199 :1048C000050706AE28463146FCF754FF08940797C3
    1200 :1048D0000398069028463146FCF74CFF089407974A
    1201 :1048E00004200090069028463146FCF743FF0894C8
    1202 :1048F00007970498069026483146FCF73BFF08943A
    1203 :1049000007970398069022483146FCF733FF089436
    1204 :104910000797009806901E483146FCF72BFF089435
    1205 :1049200007970820069028463146FCF723FF089495
    1206 :1049300007971020069028463146FCF71BFF154DBF
    1207 :104940002C621548286001986860AC60EC602020FB
    1208 :10495000049AD102120280232B616A61A961E86185
    1209 :104960002846FCF7DFFA002801D006F0B8FD0298CF
    1210 :10497000A86205650C2000210A46FCF745FA0C20C8
    1211 :10498000FCF75EFA0BB0F0BD002401403410024089
    1212 :0C49900000040050F80D00200800024058
    1213 :10499C00F0B589B007910646049008AD222003902B
    1214 :1049AC0028700520070701200190C40300220692FD
    1215 :1049BC003846214607F0ACF80A20059000900323F6
    1216 :1049CC000293304629462A46FDF70EFE384621460C
    1217 :1049DC00019E324607F09CF842202870A8780721E7
    1218 :1049EC00014007980143697038462146069A07F042
    1219 :1049FC008FF8059800900223049829462A46FDF763
    1220 :104A0C00F3FD38462146324607F082F803982870A9
    1221 :104A1C0038462146069A07F07BF8059800900498D2
    1222 :104A2C0029462A46029BFDF7DFFD384621463246D1
    1223 :104A3C0007F06EF8A87807990840884201D109B0B0
    1224 :104A4C00F0BD024804F034F8FEE7C046EEBD0008A5
    1225 :104A5C0080B53121C900415881670146CC314A8863
    1226 :104A6C007C23C252CC22825A7C30428089684160BD
    1227 :104A7C000248002102F0F2F980BDC046300000204F
    1228 :104A8C0010B504468034616D616061688022805885
    1229 :104A9C00091A7D20C20005480068504304F0D4FF79
    1230 :104AAC00A0600348002102F0D9F910BD600F00206E
    1231 :044ABC0030000020A6
    1232 :104AC00010B5CC200A4C205A8C216052605E7E21A9
    1233 :104AD000615E411A7D20C20006480068504304F020
    1234 :104AE000B9FF902160500021204602F0BDF910BDB1
    1235 :084AF00030000020680F0020D7
    1236 :104AF800F0B581B00546324805F09CF89435A868B1
    1237 :104B0800002858D0A86804F003FF2E4B002204F0B8
    1238 :104B180071FD2D4AC0CA32463B4604F06BFD2B4B53
    1239 :104B2800002206F0FAFC04F063FE2860688FA88073
    1240 :104B3800288FE880264832463B4605F07BF8A8686F
    1241 :104B480004F0E6FE00221F4B04F054FD0246214803
    1242 :104B58000B4605F06FF80420285E04F0D9FE1E4EBF
    1243 :104B68000022334604F046FD02461C480B4605F079
    1244 :104B780061F80620285E04F0CBFE0022334604F0DC
    1245 :104B880039FD024616480B4605F054F8286804F02B
    1246 :104B9800BFFE00220D4B06F0C0FC024611480B4632
    1247 :104BA80005F048F8104805F045F81048002102F0D3
    1248 :104BB80057F901B0F0BD0E4803F07CFF01B0F0BD1D
    1249 :104BC800EEBF000800408F40A005002080842E41E1
    1250 :104BD80067C1000858BD00080000594067BD0008BB
    1251 :104BE80000C0000800C400080AC000083000002007
    1252 :044BF80084C100086C
    1253 :104BFC00F0B583B03A4805F01BF8CE24394F385B3A
    1254 :104C0C00A0217852785E04F081FE374E00223346A4
    1255 :104C1C0004F0EEFC024635480B4605F009F8385F07
    1256 :104C2C009821795E3C46401A04F070FE0290019186
    1257 :104C3C000022334604F0DCFC02462D480B4604F0FF
    1258 :104C4C00F7FF2C480668436800932B48324604F063
    1259 :104C5C00EFFF9C27E05904F059FE284B002204F08A
    1260 :104C6C00C7FC024626480B4604F0E2FFE0592746F3
    1261 :104C7C0004F04CFE0022214B04F0BAFC3246009B9F
    1262 :104C8C0004F0B6FC1F4B002204F0C6FB029A019BF9
    1263 :104C9C0004F0AEFC1C4C0022234606F03CFC04F055
    1264 :104CAC00A5FDA4217850785804F030FE002223464C
    1265 :104CBC0004F09EFC00220C4B06F02DFC134B002242
    1266 :104CCC0004F0AAFB024612480B4604F0B1FF11484F
    1267 :104CDC0004F0AEFF3846002102F0C0F803B0F0BD7E
    1268 :104CEC0072BD0008300000200000594089BD00084A
    1269 :104CFC0020C000089005002098BD000800408F409F
    1270 :104D0C002EC000080000F0BF65CDCD410000F03F83
    1271 :084D1C00CBBD000814C400081F
    1272 :104D2400F0B58FB005200407012209921103079101
    1273 :104D3400204606F0F1FE9620FBF794FA77482021EE
    1274 :104D44000026324606F0E8FE9620FBF78BFA7348FD
    1275 :104D54002021099A06F0E0FE9620FBF783FA20460C
    1276 :104D64000799324606F0D8FE072002210691324602
    1277 :104D7400FCF748F80720FCF761F80DAF32460596BA
    1278 :104D8400BE7067483880099EF5032046294606F020
    1279 :104D9400C3FE0A200A900090624839463A46069BB0
    1280 :104DA400FDF726FC20462946324606F0B5FE2620AD
    1281 :104DB400387020462946059A0A9E06F0ADFE0096F4
    1282 :104DC4000323584839463A46FDF712FC2046089515
    1283 :104DD4002946099A06F0A0FEB8780A2800D099E07E
    1284 :104DE4009620FBF73FFA4F482021FFF7D5FD0DAD84
    1285 :104DF400232006902870002209922046089F3946F5
    1286 :104E040006F08AFE009603230493464829462A4660
    1287 :104E1400FDF7EEFB012205922046394606F07CFEA2
    1288 :104E2400432002902870A878EF2101406970204641
    1289 :104E34003946099E324606F06FFE0A980090022316
    1290 :104E44000393384829462A46FDF7D2FB20463946C3
    1291 :104E5400059A06F061FE06982870204639463246C7
    1292 :104E640006F05AFE0A9800902E4829462A46049EC7
    1293 :104E74003346FDF7BDFB20463946059A06F04CFE45
    1294 :104E84000DAD0698287020463946099A06F044FE6E
    1295 :104E94000A980090234829462A463346FDF7A8FB82
    1296 :104EA40020463946059E324606F036FE02982870A2
    1297 :104EB400A8789F2101402031697020463946099A1B
    1298 :104EC40006F02AFE0A980090164829462A46039BB3
    1299 :104ED400FDF78EFB20463946324606F01DFE069845
    1300 :104EE400287020463946099A06F016FE0A98009062
    1301 :104EF4000C4829462A46049BFDF77AFB204639468E
    1302 :104F0400324606F009FEA878800611D4064803F05C
    1303 :104F1400D3FDFEE7054803F0CFFDFEE70004005093
    1304 :104F2400460A0000300D002009BE000830C4000805
    1305 :104F34000DAD099EAE703420687051202870204653
    1306 :104F44003946324606F0E8FD0A98009011480223DB
    1307 :104F540029462A46FDF74CFB012206922046394693
    1308 :104F640006F0DAFD3120287020463946324606F034
    1309 :104F7400D3FD0A9800900323064829462A46FDF7E4
    1310 :104F840037FB20463946069A06F0C6FDA878342831
    1311 :104F940008D001E0300D0020014803F08DFD01E050
    1312 :104FA40038C000080DAE099AB2700D4830800BADC0
    1313 :104FB400AA702A802046394606F0AEFD0A98009071
    1314 :104FC4000848032331462A46FDF712FB01222046F6
    1315 :104FD400394606F0A1FD2878FF280CD104E0C0462C
    1316 :104FE40025EC0000300D00200DA800780BA94978AD
    1317 :104FF400814200D1A2E00DAE099AB2700C48308013
    1318 :105004000BADAA702A802046394606F085FD0A9821
    1319 :1050140000900848032331462A46FDF7E9FA0122A5
    1320 :105024002046394606F078FD2878FF280AD103E0A7
    1321 :1050340025EC0000300D00200DA800780BA949785C
    1322 :1050440081427BD00DAE099AB2700D4830800BAD11
    1323 :10505400AA702A802046394606F05EFD0A98009020
    1324 :105064000848032331462A46FDF7C2FA01222046A6
    1325 :10507400394606F051FD2878FF280BD104E0C046DC
    1326 :1050840025EC0000300D00200DA800780BA949780C
    1327 :10509400814253D00DAE099AB2700D4830800BADE9
    1328 :1050A400AA702A802046394606F036FD0A980090F8
    1329 :1050B4000848032331462A46FDF79AFA012220467E
    1330 :1050C400394606F029FD2878FF280BD104E0C046B4
    1331 :1050D40025EC0000300D00200DA800780BA94978BC
    1332 :1050E40081422BD00DAE099AB2700E4830800BADC0
    1333 :1050F400AA702A802046394606F00EFD0A980090D0
    1334 :105104000948032331462A46FDF772FA0126204650
    1335 :105114003946324606F000FD2878FF2806D000F014
    1336 :1051240000FDC04625EC0000300D00200DA80078DD
    1337 :105134000BA94978814201D000F0F3FC0BA8099A2D
    1338 :1051440081786020049001430DAE06917170452072
    1339 :10515400059030700BAD2A802046394606F0DCFC01
    1340 :105164000A9800900748022331462A46FDF740FA80
    1341 :1051740001222046394606F0CFFC2878FF280AD1C0
    1342 :1051840002E0C046300D00200DA800780BA9497834
    1343 :10519400814200D19AE00DAE069870700598307087
    1344 :1051A4000BAD099A2A802046394606F0B5FC0A98C8
    1345 :1051B40000900748022331462A46FDF719FA0122D6
    1346 :1051C4002046394606F0A8FC2878FF2808D101E0DB
    1347 :1051D400300D00200DA800780BA94978814275D0C4
    1348 :1051E4000DAE06987070059830700BAD099A2A8040
    1349 :1051F4002046394606F090FC0A980090074802239E
    1350 :1052040031462A46FDF7F4F901222046394606F0D4
    1351 :1052140083FC2878FF2809D102E0C046300D002025
    1352 :105224000DA800780BA9497881424FD00DAE06989D
    1353 :105234007070059830700BAD099A2A802046394663
    1354 :1052440006F06AFC0A9800900748022331462A4671
    1355 :10525400FDF7CEF901222046394606F05DFC287898
    1356 :10526400FF2809D102E0C046300D00200DA80078C7
    1357 :105274000BA94978814229D00DAE06987070059823
    1358 :1052840030700BAD099A2A802046394606F044FC5A
    1359 :105294000A9800900848022331462A46FDF7A8F9E7
    1360 :1052A400012620463946324606F036FC2878FF2887
    1361 :1052B40004D000F045FCC046300D00200DA8007855
    1362 :1052C4000BA94978814201D000F03AFC0DAD099F49
    1363 :1052D400AF8011480D9011480222294606F0F4FAD5
    1364 :1052E400A8700BAEB7800B97204608993A4606F093
    1365 :1052F40013FC0A9800900A48062329463246FDF713
    1366 :1053040077F901222046089906F006FC301D069024
    1367 :105314003078FF282BD105E025EC0000CC0E0020CE
    1368 :10532400300D00200DA800780BA9497881421ED1C8
    1369 :105334000DA840780BA98978814218D10DA88078EE
    1370 :105344000BA9C978814212D10BA8457903480122DF
    1371 :10535400069906F0B9FAA84209D101E0CC0E002062
    1372 :105364000BA8007904990840602800D13BE10DADF9
    1373 :10537400AF8010480D9010480222294606F0A4FA86
    1374 :10538400A8700BAEB7800B97204608993A4606F0F2
    1375 :10539400C3FB0A9800900948062329463246FDF7C4
    1376 :1053A40027F901222046089906F0B6FB3078FF2839
    1377 :1053B4002BD105E025EC0000CC0E0020300D0020A0
    1378 :1053C4000DA800780BA9497881421ED10DA8407818
    1379 :1053D4000BA98978814218D10DA880780BA9C978C6
    1380 :1053E400814212D10BA8457903480122069906F09F
    1381 :1053F4006BFAA84209D101E0CC0E00200BA8007979
    1382 :1054040004990840602800D1EDE00DADAF8010484C
    1383 :105414000D9010480222294606F056FAA8700BAEE9
    1384 :10542400B7800B97204608993A4606F075FB0A9810
    1385 :1054340000900948062329463246FDF7D9F801228F
    1386 :105444002046089906F068FB3078FF282BD105E048
    1387 :1054540025EC0000CC0E0020300D00200DA80078B3
    1388 :105464000BA9497881421ED10DA840780BA98978EF
    1389 :10547400814218D10DA880780BA9C978814212D134
    1390 :105484000BA8457903480122069906F01DFAA842A3
    1391 :1054940009D101E0CC0E00200BA800790499084042
    1392 :1054A400602800D19FE00DADAF8010480D901048EA
    1393 :1054B4000222294606F008FAA8700BAEB7800B97B3
    1394 :1054C400204608993A4606F027FB0A9800900948B6
    1395 :1054D400062329463246FDF78BF801222046089917
    1396 :1054E40006F01AFB3078FF282AD105E025EC0000ED
    1397 :1054F400CC0E0020300D00200DA800780BA94978AF
    1398 :1055040081421DD10DA840780BA98978814217D119
    1399 :105514000DA880780BA9C978814211D10BA84579CF
    1400 :1055240003480122069906F0CFF9A84208D101E008
    1401 :10553400CC0E00200BA8007904990840602852D0B2
    1402 :105544000DADAF8010480D9010480222294606F098
    1403 :10555400BBF9A8700BAEB7800B97204608993A4662
    1404 :1055640006F0DAFA0A9800900948062329463246DA
    1405 :10557400FDF73EF80125204608992A4606F0CCFAA4
    1406 :105584003078FF2806D0C1E225EC0000CC0E0020C4
    1407 :10559400300D00200DA800780BA94978814200D075
    1408 :1055A400B4E20DA840780BA98978814200D0ADE21D
    1409 :1055B4000DA880780BA9C978814200D0A6E20BA877
    1410 :1055C400467904480122069906F07EF9B04203D0D8
    1411 :1055D4009CE2C046CC0E00200BA800790499084038
    1412 :1055E400602800D092E2089F10480D9010480DAD3D
    1413 :1055F4000222294606F068F9A870099A0B922046FF
    1414 :10560400394606F089FA0A9800900A480BAE04233A
    1415 :10561400294632460693FCF7EBFF01222046394621
    1416 :1056240006F07AFA3078FF2819D105E0F2EC000090
    1417 :10563400CC0E0020300D00200DA800780BA949786D
    1418 :1056440081420CD10DA840780BA98978814206D1FA
    1419 :105654000DA880780BA9C978814200D1DBE01048FD
    1420 :105664000D9010480DAD0222294606F02DF9A870C0
    1421 :10567400099A0B922046394606F04EFA0A98009091
    1422 :1056840009480BAE042329463246FCF7B1FF012238
    1423 :105694002046394606F040FA3078FF2819D105E053
    1424 :1056A400F2EC0000CC0E0020300D00200DA8007894
    1425 :1056B4000BA9497881420CD10DA840780BA98978AF
    1426 :1056C400814206D10DA880780BA9C978814200D106
    1427 :1056D400A1E010480D9010480DAD0222294606F0B5
    1428 :1056E400F3F8A870099A0B922046394606F014FA8A
    1429 :1056F4000A98009009480BAE042329463246FCF769
    1430 :1057040077FF01222046394606F006FA3078FF2852
    1431 :1057140018D105E0F2EC0000CC0E0020300D002082
    1432 :105724000DA800780BA9497881420BD10DA84078C7
    1433 :105734000BA98978814205D10DA880780BA9C97875
    1434 :10574400814268D0FB480D90FB480DAD02222946EA
    1435 :1057540006F0BAF8A870099A0B922046394606F06A
    1436 :10576400DBF90A980090F5480BAE0423294632462B
    1437 :10577400FCF73EFF01222046394606F0CDF9307889
    1438 :10578400FF2811D10DA800780BA9497881420BD1CB
    1439 :105794000DA840780BA98978814205D10DA880789D
    1440 :1057A4000BA9C978814236D0F7480D90F5480DAD64
    1441 :1057B4000222294606F088F8A870099A0B9220461E
    1442 :1057C400394606F0A9F90A980090ED480BAE042377
    1443 :1057D40029463246FCF70CFF0125204639462A4665
    1444 :1057E40006F09AF93078FF2800D0B2E10DA80078CD
    1445 :1057F4000BA94978814200D0ABE10DA840780BA9F0
    1446 :105804008978814200D0A4E10DA880780BA9C978D9
    1447 :10581400814200D09DE10DAD099FAF80DB480D9022
    1448 :10582400D8480222294606F04FF8A8700BAEB7807C
    1449 :105834000B97204608993A4606F06EF90A980090AC
    1450 :10584400CF48062329463246FCF7D2FE01252046DE
    1451 :1058540008992A4606F060F9301D05903078FF2833
    1452 :1058640024D10DA800780BA9497881421ED10DA836
    1453 :1058740040780BA98978814218D10DA880780BA9AA
    1454 :10588400C978814212D10BAE7779BE4805992A4670
    1455 :1058940006F01AF8C01B411E88410699715600296A
    1456 :1058A40000DA00252843012800D05EE10DAD099FF0
    1457 :1058B400AF80B6480D90B3480222294606F004F89A
    1458 :1058C400A8700BAEB7800B97204608993A4606F0AD
    1459 :1058D40023F90A980090AA48062329463246FCF781
    1460 :1058E40087FE0125204608992A4606F015F93078E6
    1461 :1058F400FF2824D10DA800780BA9497881421ED134
    1462 :105904000DA840780BA98978814218D10DA8807818
    1463 :105914000BA9C978814212D10BAE777999480599C0
    1464 :105924002A4605F0D1FFC01B411E884106997156D5
    1465 :10593400002900DA00252843012800D015E10DAD27
    1466 :10594400099FAF8091480D908E480222294605F0A8
    1467 :10595400BBFFA8700BAEB7800B97204608993A4658
    1468 :1059640006F0DAF80A98009085480623294632465C
    1469 :10597400FCF73EFE0125204608992A4606F0CCF89D
    1470 :105984003078FF2824D10DA800780BA949788142EA
    1471 :105994001ED10DA840780BA98978814218D10DA891
    1472 :1059A40080780BA9C978814212D10BAE77797548FA
    1473 :1059B40005992A4605F088FFC01B411E88410699B7
    1474 :1059C4007156002900DA00252843012800D0CCE0D4
    1475 :1059D4000DAD099FAF806D480D906A48022229469B
    1476 :1059E40005F072FFA8700BAEB7800B97204608999C
    1477 :1059F4003A4606F091F80A98009061480623294631
    1478 :105A04003246FCF7F5FD0125204608992A4606F0A2
    1479 :105A140083F83078FF2824D10DA800780BA94978A1
    1480 :105A240081421ED10DA840780BA98978814218D1F2
    1481 :105A34000DA880780BA9C978814212D10BAE777971
    1482 :105A4400504805992A4605F03FFFC01B411E884176
    1483 :105A540006997156002900DA00252843012800D050
    1484 :105A640083E00DAD099FAF8048480D904548022260
    1485 :105A7400294605F029FFA8700BAEB7800B97204686
    1486 :105A840008993A4606F048F80A9800903C480623DC
    1487 :105A940029463246FCF7ACFD0125204608992A46E2
    1488 :105AA40006F03AF83078FF2824D10DA800780BA925
    1489 :105AB400497881421ED10DA840780BA9897881428A
    1490 :105AC40018D10DA880780BA9C978814212D10BAEE8
    1491 :105AD40077792C4805992A4605F0F6FEC01B411E2D
    1492 :105AE4008841069971560029294600DA0999084324
    1493 :105AF40001283AD1ED024B2086006436204629461F
    1494 :105B040006F012F83046FAF7ADFBF7E7ED024B204A
    1495 :105B140086002046294606F007F83046FAF7A2FB2D
    1496 :105B2400F7E7F5022046294605F0FEFFC820FAF7FC
    1497 :105B340099FBF7E7F2EC0000CC0E0020300D0020BA
    1498 :105B4400F5022046294605F0EFFFFA20FAF78AFB12
    1499 :105B5400F7E7ED024B20860032362046294605F051
    1500 :105B6400E3FF3046FAF77EFBF7E79620FAF77AFB75
    1501 :105B740001222046079905F0CFFF0FB0F0BDC046C3
    1502 :105B8400300D0020CC0E0020F2EC000021EC0000CF
    1503 :105B9400F0B58BB008AE0025357209959948089088
    1504 :105BA40099480222314605F08FFEB07005AF3D7270
    1505 :105BB400069505950520000703900124E10304914F
    1506 :105BC4000295002205F0A8FF0A2000908F480923BF
    1507 :105BD40031463A46FCF70CFD0398049903940122DC
    1508 :105BE40005F09AFF3878FF282DD108A8007805A978
    1509 :105BF4004978814227D108A8407805A9897881424B
    1510 :105C040021D108A8807805A9C97881421BD105A8AB
    1511 :105C1400047A011D7C48042205F056FEA04212D1EC
    1512 :105C240005A80079CC21014084290CD105A841792B
    1513 :105C34000904827912025218C0791318C80D0BD0C6
    1514 :105C440074481B1808E0C120400071490A5A521CCC
    1515 :105C54000A52FFF765F82B466F4908686F4A90426D
    1516 :105C640007D0421C0A60132801DC002000E0012058
    1517 :105C740003906B480068C118C20F801840100E1AB8
    1518 :105C8400F00F301847103120C000614B1F50986F3F
    1519 :105C940002901C46C834E068049480215958882234
    1520 :105CA4009A58401A504303F035FE5E4B002203F02D
    1521 :105CB400A3FC03F09FFD63218900554B58505849BC
    1522 :105CC4000E600299791A584A1160091A02915748CC
    1523 :105CD40001600420205E7E21595E1E46401A03F0B6
    1524 :105CE40019FE04460F469020305803F013FE224656
    1525 :105CF4003B4605F014FC00224A4B03F07DFC03F004
    1526 :105D040079FD0299081A4A49086003F003FE494BD9
    1527 :105D1400002205F004FC484B002205F000FC7D2223
    1528 :105D2400D305002205F0FBFB06460F4643480660F8
    1529 :105D340041609420364C205803F0ECFD404B002287
    1530 :105D440003F05AFC32463B4605F0E9FB02900F464D
    1531 :105D54003C4981C106200499085E9821615E401A7D
    1532 :105D640003F0D8FD04460E46A4202949085803F040
    1533 :105D7400D1FD354B002203F03FFC2246334605F0AB
    1534 :105D8400CEFB324B002203F04BFB029A3B4605F05C
    1535 :105D9400C6FB06460F462E48066041602D4B304632
    1536 :105DA400002203F0E7FC002811D100222A4B3046E0
    1537 :105DB400394603F0FFFC002809D10022194B304674
    1538 :105DC400394605F0ACFB03F015FD114A03E0192038
    1539 :105DD40000010F4A1058E421505003980028049AF7
    1540 :105DE4000BD0D069116A884201DDD0691062D06994
    1541 :105DF400516A884201DAD069506218480121016071
    1542 :105E04000BB0F0BD12EC0000CC0E0020300D0020D1
    1543 :105E140030000020010000FFAC0F0020FFFFFF7FD7
    1544 :105E2400B00F002000408F40600F0020680F00205A
    1545 :105E3400640F00200000084000004940A005002035
    1546 :105E440080842E419005002065CDCD410000F03FB7
    1547 :105E54009805002000206140002061C0400F002010
    1548 :105E64000548C16D054A4A4305218901425040183D
    1549 :105E7400D11741607047C04630000020F0F1FFFFA9
    1550 :105E8400F0B589B0DC4DE86DE1210B01010C1C0C6F
    1551 :105E9400002208939BB2594380B202934343039474
    1552 :105EA4000C0C090459185441002200204018069093
    1553 :105EB40062410792D14B03CB083B014307D1002039
    1554 :105EC4004B2189006958CE4A4A431A605860CD4B29
    1555 :105ED40003CB083B014307D1002013210901695872
    1556 :105EE400C74A4A431A605860E42428590028059494
    1557 :105EF4000FD45220285A03F049FD0022C24B03F06C
    1558 :105F04007BFB06460F46285903F004FD32463B4608
    1559 :105F140030E0E86D6821695A03F0C2FD064628594D
    1560 :105F240071428842285929DA03F0F4FC04460F46EA
    1561 :105F34000491304603F0EEFC02460B460120C107F3
    1562 :105F44007940204603F058FB01900F465020285A10
    1563 :105F540003F01CFD0022AC4B03F04EFBAB4B0022C4
    1564 :105F640003F05EFA02460B460198394603F0ECF85A
    1565 :105F74002246049B05F0D3FA03F03CFC2C46C834BB
    1566 :105F8400A0627020285EA16A081AA062E169E06933
    1567 :105F9400002912D4C1179B4D2A6816186F684F4107
    1568 :105FA400974A00233046394603F0B6FD1321090110
    1569 :105FB400914A5050C0C5904D1BE04042C1178F4BD1
    1570 :105FC4001A6816185F684F418D4A002330463946D7
    1571 :105FD40003F0A2FD4B218900685069587D20C00060
    1572 :105FE4004843E96D03F05CFD4F2189006852834802
    1573 :105FF400C0C0A06A616BC217236B181820634A41A2
    1574 :106004006263A06AE16FC217A36F1818A0674A41C0
    1575 :10601400E267A06FE16F0026089A334603F064FD3F
    1576 :106024002D21C90004916850606B216B069A511AA6
    1577 :106034000799814105DAF8202A502846F830079953
    1578 :1060440041600520800129184A682B585B1EB24123
    1579 :1060540001DB2E504E60E96D5420285AD827EA59A6
    1580 :106064005823EB5A9A4211DD484303F08FFC664BE8
    1581 :10607400324603F0C1FA03F0D7FB059AAA58D317A6
    1582 :10608400101A8B4102DA62480088461C6048068078
    1583 :106094005620285A31B281420BDD07986063069876
    1584 :1060A40020630020E067A06702F0D6FC5948012174
    1585 :1060B4000160206B616B0026089A334603F014FDDF
    1586 :1060C400E06220690321C901695A88422FDAE8593C
    1587 :1060D4007D21C90088422ADD4F480188491C01807E
    1588 :1060E40089B20A2925D34B4C2168012921D10A21DF
    1589 :1060F40001800920400129580909E12913D32858AE
    1590 :10610400464988420FD8049968580028685800D531
    1591 :10611400404243218900685002F0BCFB0021216009
    1592 :10612400284600F09FFE492080002E5001E03A48A6
    1593 :1061340006806420285A042830D8C0467844007960
    1594 :1061440040008744023025282200E86D0023010C1A
    1595 :10615400039C22464A43029E714380B246436043F5
    1596 :106164000F0C090471185741040C000446187C41B3
    1597 :10617400F82028582946F8314968294A03F050FC88
    1598 :106184003246234603F0B0FC07E002F01FFC04E0B3
    1599 :1061940002F0BAFB01E002F0E1FB06460120000236
    1600 :1061A4002E5009B0F0BD04996858002801D400208D
    1601 :1061B40001E068584042432189006A58002A02DD00
    1602 :1061C4006F58F91701E0EF6D00210891C117144EC3
    1603 :1061D40000243246234603F023FC3A46089B03F08E
    1604 :1061E40083FC721E2346A341121A8B4100DB341A2E
    1605 :1061F4000029D3D42646D1E730000020B80500207A
    1606 :1062040080EE3600C0050020000059400000F0BFB9
    1607 :10621400B80F00203C0F0020B60F002080FC0A00BD
    1608 :04622400A08601004F
    1609 :10622800F0B583B035490B68354A934206D05A1CFD
    1610 :106238000A6034498B4201DC002100E00121019110
    1611 :10624800314B19680A0A891A029009181960080A54
    1612 :10625800304E718800250A0C070C3B46534380B228
    1613 :1062680042438CB260437C43170C110440185F41D1
    1614 :10627800210C22041018794106222B4603F0CEFB8C
    1615 :1062880003F090FB224B002203F0B4F903F0B0FABC
    1616 :106298003061019800280BD030697169884201DDAE
    1617 :1062A800306970613069B169884201DA3069B0617A
    1618 :1062B800CA20164E305A029C210C020C13464B433E
    1619 :1062C80080B24143A4B2604354430A0C0904401805
    1620 :1062D8005A41210C2304181851410622002303F0C7
    1621 :1062E8009DFB03F05FFB0A4B002203F083F903F0E8
    1622 :1062F8007FFA65218900705003B0F0BDA40F00201B
    1623 :10630800FFFFFF7FFF090000A80F002030000020DA
    1624 :0863180000002441F800002000
    1625 :1063200010B582B00848026801210A430260006883
    1626 :1063300008400190019809200022FAF765FD092024
    1627 :0C634000FAF77EFD02B010BD38100240DC
    1628 :10634C0010B5104909680906890B0F4A895C0028A9
    1629 :10635C0000D0017038290DD0FF2906D039290ED173
    1630 :10636C000C4802F0A5FB012010BD084802F0A0FB70
    1631 :10637C00002010BD064802F09BFB022010BD03203C
    1632 :10638C0010BDC046E075FF1F00F8FF0756C000089F
    1633 :08639C0024BE0008DDC1000869
    1634 :1063A400F0B583B00090554802F086FB544E0125A9
    1635 :1063B400358428044B210902B161F06130462A304A
    1636 :1063C4001E2104F069FDB8204E493150B4204E49D5
    1637 :1063D4003150B0204D493150AC204D4A3250A820A4
    1638 :1063E4003150A4203250A2207D2101913152C72086
    1639 :1063F400C0434B30A02170529C2046493150982014
    1640 :106404004549315096200227375294203554AF2005
    1641 :10641400800170309221705290204049315288207E
    1642 :106424003F49315080203F493150304618303E4971
    1643 :1064340041673E49C1663E4900203E4AB264F06469
    1644 :1064440030657065B165BC217050D0217050CC218D
    1645 :106454005A2272523146BC3148608860C860C143D8
    1646 :10646400354CFB43354A30667066B166F166326777
    1647 :106474007167B467F367D820706039203070B068F2
    1648 :10648400401CB060FAF7CCFF0198C000FAF76EFF29
    1649 :106494002B480168C90702D00168A9430160294853
    1650 :1064A4000760294C21680906490E491E8160C560B0
    1651 :1064B40002A9FBF75DF8002800D0FEE7206800067B
    1652 :1064C400800B224FC519FF2084020CCE01202946DF
    1653 :1064D400083EFAF773FE0028FED11B4800688002CC
    1654 :1064E40020403818D430083608358542EDD3FAF701
    1655 :1064F400ABFF009800F02CF803B0F0BD0AC200080E
    1656 :10650400E803002010270700320038FF54F248F453
    1657 :106514004C1D581B60EAC0DAC02BE02EB0360000D8
    1658 :1065240080482800630069000A000200A086010078
    1659 :1065340040420F0090D00300007884C900D68AEA54
    1660 :10654400142002402C0F0020E075FF1F00F8FF0705
    1661 :10655400F0B59CB04321890041180291CA490968E9
    1662 :1065640009068A0BC9495618711C1B91B11C1A9152
    1663 :10657400F11C1991311D1891711D1791B11D1691BE
    1664 :10658400F11D1591314608311491314609311391A9
    1665 :1065940031460A31129131460B31119131460C3199
    1666 :1065A400109131460D310F9131460E310E91314625
    1667 :1065B4000F310D91314610310C91314611310B914F
    1668 :1065C400314612310A913146133109913146143161
    1669 :1065D40008913146153107913146163106913146FD
    1670 :1065E4001731059131461831049137461937314630
    1671 :1065F4001A31D723DC4302464032009203908C3098
    1672 :106604000190A34805193019D823C05CE8541B989D
    1673 :106614000019C05CD922A8541A980019C05CDA2267
    1674 :10662400A85419980019C05CDB22A85418980019C2
    1675 :10663400C05CDC22A85417980019C05CDD22A85461
    1676 :1066440016980019C05CDE22A85415980019C05C85
    1677 :10665400DF22A85414980019C05CE022A8541398AF
    1678 :106664000019C05CE122A85412980019C05CE2220F
    1679 :10667400A85411980019C05CE322A854109800197A
    1680 :10668400C05CE422A8540F980019C05CE522A85409
    1681 :106694000E980019C05CE622A8540D980019C05C3D
    1682 :1066A400E722A8540C980019C05CE822A8540B985F
    1683 :1066B4000019C05CE922A8540A980019C05CEA22B7
    1684 :1066C400A85409980019C05CEB22A8540898001932
    1685 :1066D400C05CEC22A85407980019C05CED22A854B1
    1686 :1066E40006980019C05CEE22A85405980019C05CF5
    1687 :1066F400EF22A85404980019C05CF022A854381959
    1688 :10670400C05CF122A8540819C05CF222A8541B34BE
    1689 :1067140000D076E75E4CA06903990861A08B88825B
    1690 :10672400E08BC882208C0883608C8883A08CC8830B
    1691 :10673400E08C0884208D4884608D009EB087A08DF5
    1692 :10674400F087E08D019DA881208EE881608E2880ED
    1693 :10675400A08EA882E08EA883A06B3064E06B706486
    1694 :10676400206CB064606C6860A06C2861E06CA86107
    1695 :10677400206D2862606D8867A06DA8608020205A13
    1696 :1067840070828220205A308220461830C06EC8653C
    1697 :106794008820205808668C20205AB0828E20205AE7
    1698 :1067A400F0829020205A30839220205A70839420C3
    1699 :1067B400205CB0849620205A30859820205A888600
    1700 :1067C4009A20205AC8869C20205A08879E20205A46
    1701 :1067D4004887A020205A8887A220205AC887A4204E
    1702 :1067E400205A3080A620205A7080A820205AB080D9
    1703 :1067F400AA20205AF080AC20205A3081AE20205AA2
    1704 :106804007081B020205AB081B220205AF081B42087
    1705 :10681400205A7085B620205AB085B820205AF085B9
    1706 :10682400BA20205A3086BC202058029A1062C02018
    1707 :1068340020585062C42020589062C8202058D0624A
    1708 :10684400CC20205A7086D0202058D061206EE86673
    1709 :10685400606E2867A06E1060E06E5060606F906399
    1710 :10686400206F5063E06F1064A06FD063E0684860ED
    1711 :10687400207839214140A2885A40E08810430843D7
    1712 :10688400411E88411CB0F0BDE075FF1F00F8FF07F2
    1713 :04689400E8030020F5
    1714 :10689800F0B59FB004910090E24802F00BF9E2488D
    1715 :1068A80000680006800BE1494218901C1D90D01C1E
    1716 :1068B8001C90101D1B90501D1A90901D1990D01DF2
    1717 :1068C8001890104608301790104609301690104658
    1718 :1068D8000A30159010460B30149010460C30139067
    1719 :1068E80010460D30129010460E30119010460F30A1
    1720 :1068F8001090104610300F90104611300E90104630
    1721 :1069080012300D90104613300C90104614300B9036
    1722 :10691800104615300A901046163009901046173068
    1723 :106928000890104618300790104619300690501CF1
    1724 :106938000590FF218902029100210391C943019129
    1725 :10694800CF39BB4E374676185518D023ED5CF55431
    1726 :1069580005984518ED5CD12435551D984418E45C1C
    1727 :10696800D22574551C984418E45CD32574551B989B
    1728 :106978004418E45CD42574551A984418E45CD52569
    1729 :10698800745519984418E45CD62574551898441819
    1730 :10699800E45CD725745517984418E45CD82034541F
    1731 :1069A800169C6418E45CD9257455159C6418E45C3D
    1732 :1069B800DA257455149C6418E45CDB257455139C23
    1733 :1069C8006418E45CDC257455129C6418E45CDD25CD
    1734 :1069D8007455119C6418E45CDE257455109C641889
    1735 :1069E800E45CDF2574550F9C6418E45CE02574555D
    1736 :1069F8000E9C6418E45CE12574550D9C6418E45CF5
    1737 :106A0800E22574550C9C6418E45CE32574550B9CD2
    1738 :106A18006418E45CE42574550A9C6418E45CE52574
    1739 :106A28007455099C6418E45CE6257455089C641840
    1740 :106A3800E45CE7257455079C6418E45CE825745504
    1741 :106A4800069C6418E45CE92574553E461A3100D06A
    1742 :106A580078E71B90706DF24C6065708D6085B08D25
    1743 :106A6800A085706B1A90B16BF26B306C1D90756CD1
    1744 :106A7800B06C1C90F06C1990306D1890708E608618
    1745 :106A8800B06DA065F08DE085308E20861A98606321
    1746 :106A9800A163E2631D98206465641C98A06419983A
    1747 :106AA800E06418982065049D012D04D0B069A061A8
    1748 :106AB800039805D105E04B200002A061039800E08F
    1749 :106AC800B08BA083012D03D1E58304D1632004E0BA
    1750 :106AD800F08BE083FAD07820305A328C80216052D3
    1751 :106AE800012D01D0705800E0CE4888211A916050DD
    1752 :106AF800012D02D08420345A00E00A248C21C84891
    1753 :106B08001C914452012D02D07A24345B00E06924A0
    1754 :106B1800822544530446049D012D0ED02284039AF5
    1755 :106B28000ED16284012D039A0FD1A284039AE284C4
    1756 :106B3800039A228517E0F26F16E02584039AF0D0B5
    1757 :106B4800728C6284012D039AEFD0B28CA284012D3D
    1758 :106B5800039AECD0F28CE284012D039AE9D0328DAD
    1759 :106B68002285012DE7D1B04A1834E2660222012DB0
    1760 :106B78001D9201D08622B25A8E20A94C1990225219
    1761 :106B8800012D02D01A98315A00E0A84990201A9095
    1762 :106B98002152AF218901012D03D08A24355BA04CF5
    1763 :106BA80001E00D4670359226A553049C012C01D1B5
    1764 :106BB800204601E01C98385C9425994A5055012CD0
    1765 :106BC8001D9C01D019983C5A96201452049C012C03
    1766 :106BD80001D01A99795A9822914C1A92A152049983
    1767 :106BE800012901D0BC5B00E0914C3E469A228C49B9
    1768 :106BF80019928C52049C012C01D0745B00E08D4CDE
    1769 :106C08009C268C53049D012D01D0385A00E08A48F7
    1770 :106C18009E240853C720C043012D1C900AD01A98FF
    1771 :106C2800385A08E06BBE0008E075FF1F00F8FF0740
    1772 :106C3800C00400204B30A02288527D20012D1A90DC
    1773 :106C480001D01998385AA222189288527B48012DEF
    1774 :106C580000D0B85BA422724917928852385B784AF0
    1775 :106C6800012D00D00246A8216D4C19916252754C35
    1776 :106C7800012D224600D00246A620694E3252724AA1
    1777 :106C8800012D164601D018997E5AAA2564491895EF
    1778 :106C98004E53049E012E694D01D017997D5AAC269A
    1779 :106CA8005F498D53049D012D00D03C5AAE255C48A8
    1780 :106CB800445304980128624901D01998395AB024DC
    1781 :106CC800574801530498012801D018983A5AB2201D
    1782 :106CD80053490A520499012901D0BA5B00E03222D3
    1783 :106CE800B4214F4E7252049A012A01D07A5B1C9249
    1784 :106CF800B6224B4D1C9EAE52049D012D01D03C5B2B
    1785 :106D080000E0524CB822464EB452012D01D0385AF8
    1786 :106D180000E00720BA2430533446012D039800D0F0
    1787 :106D28007858BC216050012D039800D0B858C02174
    1788 :106D38003B4C6050C420012D01D0395A00E05A2143
    1789 :106D4800CC22A152C821012D039A00D07A58E250D2
    1790 :106D5800039B635023501D98C0433D493D4A236619
    1791 :106D68006366019CB466F46632672D4A54672C4CFE
    1792 :106D7800A167E067B868401CB8601B996160A060B3
    1793 :106D880039202070012D184600D0387C2074012D40
    1794 :106D9800224E01D0F86803900398E060FAF73EFBB2
    1795 :106DA8001A98C000FAF7E0FA2B480168C90703D01F
    1796 :106DB8000168012291430160284802210160164FB1
    1797 :106DC800396801220906490E491E8160C2601EA960
    1798 :106DD800FAF7CCFB002800D0FEE738688002029959
    1799 :106DE800084085190CCC01202946083CFAF7E4F93B
    1800 :106DF8000028FED138688002029908403018D43043
    1801 :106E0800083408358542EDD3FAF71CFB0098FFF7E4
    1802 :106E18009DFB1FB0F0BDC046E075FF1F00F8FF07DF
    1803 :106E2800E803002080482800A0860100B036000052
    1804 :106E3800E02E000060EAFFFFC0DAFFFF4C1D0000F3
    1805 :106E480054F2FFFF581B000048F4FFFF1027000012
    1806 :106E5800007884C900D68AEA142002402C0F00204A
    1807 :106E6800F0B583B001910446804801F023FE206903
    1808 :106E78007F4EB061A08AB083E08AF083208B308493
    1809 :106E8800A08B7084E08BB084208CF084608C30857B
    1810 :106E980021464031C88FB085888F708520468C3058
    1811 :106EA8008289F285C28932868C22A35A7386838AA4
    1812 :106EB800B386838BF3860B6CB3634B6CF3638B6C79
    1813 :106EC8003364436873640369B3648369F364036A6E
    1814 :106ED8003365A36F73658368B3654B8A8027F35363
    1815 :106EE8000B8A8227F353E36D37461837FB66236E08
    1816 :106EF8008827F3518B8AB352CA8A8E23F2520A8B9F
    1817 :106F08009023F2524A8B9223F2528A8C9423F254A1
    1818 :106F18000A8D9623F252A28E9823F252E28E9A2379
    1819 :106F2800F252228F9C23F252628F9E23F252A28F3A
    1820 :106F3800A023F252E28FA223F2524022A25AA423A3
    1821 :106F4800F2524A88A623F2528A88A823F252CA88A3
    1822 :106F5800AA23F2520A89AC23F2524A89AE23F2528A
    1823 :106F68008A89B023F252CA89B223F2524A8DB423D5
    1824 :106F7800F2528A8DB623F252CA8DB823F2520A8E83
    1825 :106F8800BA23F25243229300E218176ABC257751BC
    1826 :106F9800556AC027F551956AC427F551D56AC8279F
    1827 :106FA800F551498ECC257153D169D0257151016FA6
    1828 :106FB8007166C06E3066E058B0665068F066506B17
    1829 :106FC8003067906B7067D06BB067106CF0673920D2
    1830 :106FD8003070D8207060B068401CB06001980028FC
    1831 :106FE80004D0244801F066FD6068F060FAF716FAEC
    1832 :106FF8007D20C000FAF7B8F91F480168C90703D017
    1833 :1070080001680122914301601C48022101601C4D66
    1834 :10701800296801220906490E491E8160C26002A939
    1835 :10702800FAF7A4FA002800D0FEE728680006800BCB
    1836 :1070380014494518FF2087020CCE01202946083E36
    1837 :10704800FAF7BAF80028FED10D48006880023840E7
    1838 :107058000C490818D430083608358542ECD3FAF7BD
    1839 :10706800F1F92046FFF772FA03B0F0BD1FC200081D
    1840 :10707800E803002054C40008142002402C0F00200C
    1841 :08708800E075FF1F00F8FF078F
    1842 :1070900070B54F2080000F4E305A002816D0C836E9
    1843 :1070A000F06E02F075FC04460D46306F02F070FC85
    1844 :1070B00002460B462046294602F0A0FA0022074B62
    1845 :1070C00004F02FFA02F098FB00B270BD024800B243
    1846 :1070D00070BDC04630000020FFFF00000000594096
    1847 :1070E000F0B585B08A4800688A4A1446C834216ED3
    1848 :1070F000081ACD2149005052874D281D7C2629466B
    1849 :10710000324603F0D5FE854F381D394602967C2263
    1850 :1071100003F0CEFEE069039028602069386000200B
    1851 :107120007F4B05460246194606E0001D80283B4677
    1852 :10713000049D2246314619D0784C2458E6177440F5
    1853 :10714000A71BAF423C4600DC2C4604949F42724C85
    1854 :1071500000DB1F462358DC1763401E1B9642344653
    1855 :1071600000DC14468E42E0DB0E46DEE7A01BC117B2
    1856 :107170004840451A6749C86D6824095B02F092FCD3
    1857 :10718000142102F067FC854205DA0120C043401C4F
    1858 :1071900000B205B0F0BD0498C01BC1174840401AAA
    1859 :1071A000192803D25F4800B205B0F0BD04950194E0
    1860 :1071B0005E490022D643374601E01031521C0B468F
    1861 :1071C0000C3B1D68039BEB1ADC1763401C1BBC4285
    1862 :1071D000134600DC33460E46083E3668BC4200DCEF
    1863 :1071E0003C46751BEF177D40ED1BA54200D9531C93
    1864 :1071F000A54200DC25460C1F2768BC1BE61774401F
    1865 :10720000A41BAC4200D9931CD21C1F2A10D0AC4244
    1866 :1072100000DC2C460D680395ED1BEE177540AF1B87
    1867 :10722000A742164600D81E46A742C6DC2746C4E73A
    1868 :10723000102B69D102F070FB04460D46049802F051
    1869 :107240006BFB02460B462046294602F0D7F9002484
    1870 :10725000354B224604F065F902F0CEFA472103913E
    1871 :1072600089002C4A50522520C00010582849086037
    1872 :1072700020460094049428490958A3001E46029A07
    1873 :1072800056403724E400234F3C19A15123490958A3
    1874 :10729000039AD5007D19A95178265E401E490F1822
    1875 :1072A0007968A1511D4909184A68AA5174225A40A7
    1876 :1072B000BE68A6508E68AE5070225A40FE68A65036
    1877 :1072C000CE68AE506C225A403E69A6500E69AE5050
    1878 :1072D0001A46019E72407E69A6504E69AE506422E5
    1879 :1072E0005A40BE69A6508E69AE5060225A40FB6972
    1880 :1072F000A350C969A950049C203008348028B9D112
    1881 :10730000009800B205B0F0BD002005B0F0BDC04649
    1882 :10731000980F002030000020B00C0020B00B00209F
    1883 :10732000FFFFFF7FFEFF000000408F40C00C0020E9
    1884 :10733000F0B585B08B4800688B4A1446C834216E7E
    1885 :10734000081ACD2149005052884E301D7C27314605
    1886 :107350003A4603F0ADFD864D281D294602977C2252
    1887 :1073600003F0A6FD192000017F4908580390306002
    1888 :10737000E068286000207F4B05460246194606E07B
    1889 :10738000001D80283B46049D2246314619D0784C8A
    1890 :107390002458E6177440A71BAF423C4600DC2C463D
    1891 :1073A00004949F42714C00DB1F462358DC17634056
    1892 :1073B0001E1B9642344600DC14468E42E0DB0E462D
    1893 :1073C000DEE7A01BC1174840451A6749C86D68240D
    1894 :1073D000095B02F067FBC117890F401880108542D6
    1895 :1073E00005DA0120C043401C00B205B0F0BD04988E
    1896 :1073F000C01BC1174840401A642803D25E4800B23F
    1897 :1074000005B0F0BD049501945D490022D64337468E
    1898 :1074100001E01031521C0B460C3B1D68039BEB1A1C
    1899 :10742000DC1763401C1BBC42134600DC33460E468F
    1900 :10743000083E3668BC4200DC3C46751BEF177D40B9
    1901 :10744000ED1BA54200D9531CA54200DC25460C1FAC
    1902 :107450002768BC1BE6177440A41BAC4200D9931CE0
    1903 :10746000D21C1F2A10D0AC4200DC2C460D680395BC
    1904 :10747000ED1BEE177540AF1BA742164600D81E46FF
    1905 :10748000A742C6DC2746C4E7102B68D102F044FAB5
    1906 :1074900004460D46049802F03FFA02460B46204689
    1907 :1074A000294602F0ABF80024344B224604F039F8A8
    1908 :1074B00002F0A2F98F2149002B4A50522520C0002A
    1909 :1074C000105828490860204603940494274F3C58DC
    1910 :1074D00004998A00154602994D405723DB00224942
    1911 :1074E000CB185C51224C26586724E4000C196651D5
    1912 :1074F000782656403D186F689F511D490F187968CE
    1913 :10750000A15174215140AE685E50BE686650702132
    1914 :107510005140EE685E50FE6866506C2151402E6905
    1915 :107520005E503E6966501146019E71406E695E5024
    1916 :107530007E69665064215140AE695E50BE696650F6
    1917 :1075400060215140EA695A50FA696250049C203027
    1918 :1075500008348028B9D1039800B205B0F0BD0020EE
    1919 :1075600005B0F0BD940F002030000020300C00204A
    1920 :10757000300B0020FFFFFF7FFEFF000000408F4028
    1921 :04758000400C00209B
    1922 :1075840070B5134A1368134CA34201D05B1C1360FB
    1923 :10759400401A02F0BFF904460D46CA200E4E305A76
    1924 :1075A40002F0F4F922462B4603F0B9FF00220B4BFC
    1925 :1075B40002F022F80A4B002202F01EF8094A0A4B94
    1926 :1075C40002F01AF802F016F919210901705070BD81
    1927 :1075D400900F0020FFFFFF7F30000020ECFF2341CD
    1928 :0C75E40000004440FCA9F1D24D62403F81
    1929 :1075F000F0B589B000240894079406940594049487
    1930 :107600003048016802221143016001681140039172
    1931 :10761000039901680422114301600168114003913C
    1932 :107620000399016820220292114301600168114010
    1933 :1076300003910399016801252943016000682840EE
    1934 :1076400003900398052000070090F9214E01314670
    1935 :10765000224604F063FA290201911B48224604F0F5
    1936 :107660005DFA06952120000405906802049004AF9D
    1937 :1076700015483946FAF77EF807940694059504965E
    1938 :1076800000983946FAF776F806950594402004905C
    1939 :107690000E483946FAF76EF8079406940595019856
    1940 :1076A0000490094E30463946FAF764F80794069577
    1941 :1076B00005950298049030463946FAF75BF809B010
    1942 :1076C000F0BDC046341002400004005000080050D5
    1943 :1076D00001214A02904201D1014801607047C04631
    1944 :0476E000400F002037
    1945 :1076E400A8B00027219720971F971E971D971C97D6
    1946 :1076F4001B971BA8FAF714F81F98AA2807D0CC28C0
    1947 :1077040003D0BB2806D1F64802E0F64800E0F6486C
    1948 :1077140001F0D2F9F8F75AFD1BAE3421304603F0DC
    1949 :10772400BBFB1A97199718971797169715971497DD
    1950 :1077340013971297119710970124A0020690FAF755
    1951 :107744000BF9FAF7F5F8ED4A506A18210143516232
    1952 :10775400FAF7F8F86007279060042690082025902F
    1953 :107764002497022523952295402020901F972102DB
    1954 :107774001E911D94062003901B9030460E46FAF786
    1955 :107784002DF91A971997189507200490179017A8A0
    1956 :107794000221FAF745FB05961696A0071590119756
    1957 :1077A400D748109010A8FAF793FCD64801F084F952
    1958 :1077B400FCF7B0F9FCF7B8F9FCF76AF8FFF716FF25
    1959 :1077C400FEF7ACFD00F004FEFCF79EFF00F0D6FCD3
    1960 :1077D4002103CA4D286808432860CB4809940462F1
    1961 :1077E400FF221023049C8460C360026147618761A7
    1962 :1077F40002328280C54A02602A680A401B921B99A1
    1963 :10780400F9F752FB00F098FE00F05CFFFEF728FB4E
    1964 :1078140010AC2046FEF798FDBD4948802278CA8105
    1965 :10782400032811D8784400794000874401050901F0
    1966 :10783400B748FEF7B5FD07E0B548FEF789FE03E05B
    1967 :10784400B3480021FFF726F8B24801F035F9B048F3
    1968 :10785400FEF77EFEB048402103F092FC00280FD1D1
    1969 :107864003220F8F7FFFC4021AB4803F089FC0028E4
    1970 :1078740006D1AA4801F020F9A5480121FFF70AF82A
    1971 :10788400A34E3169B28AF38AA5480090A54804F052
    1972 :107894006FF9A54C2046F9F75FF8A4490822204661
    1973 :1078A400F8F7B6FE6420F8F7DDFCFDF739FAA048D6
    1974 :1078B40001F002F900F0E0FA052002900507308B90
    1975 :1078C40000281CD00998C4020E940F970122284660
    1976 :1078D400214604F021F93746059E5E363046F8F716
    1977 :1078E400C1FC00222846214604F016F930463E46E3
    1978 :1078F4000F9FF8F7B7FC7F1C308B8742E5D3002736
    1979 :107904003046C83007900F970C970A97EE4C0B95AA
    1980 :1079140003E084202221EB4A1150ED48006801283D
    1981 :1079240020D10024EA480460E84DA86800F004FC73
    1982 :10793400286800F033FD6868FEF774FCE86829697C
    1983 :10794400FFF71EFE079D2A69D317E869C11702F0E5
    1984 :1079540067F87D22D2000023DB4C02F0C5F82864CE
    1985 :10796400FFF7E4FCDB480068012806D104F024F9A1
    1986 :10797400FFF7B4FB0020D7490860F8F76DFC014617
    1987 :10798400D5480068056840680E91CE1B701E86417C
    1988 :107994000F980028099A00DC00220F2005400C985B
    1989 :1079A4008542C64F0D9200D183E008962520C4007D
    1990 :1079B4003859401C38510A98002808D10B98069968
    1991 :1079C40004F0B2F801200102C44804F0ADF8FEF757
    1992 :1079D40057FA00F087FE00F057FA00F001FB38591F
    1993 :1079E400BF4902F05DF8BF490968884205D0BD4926
    1994 :1079F400086000213846FFF735FA6720840000F05C
    1995 :107A040017FC38538B204400FFF740FB3853AF4C2E
    1996 :107A1400E06900F099FC6069CA27A849C95B020CB7
    1997 :107A24000B0C1C46544389B24A4380B24143584329
    1998 :107A3400130C12048A186341010C00048018594184
    1999 :107A44000B22002301F0ECFF01F0AEFF0022A64B55
    2000 :107A540001F0D2FD01F0CEFE15210901974A5052E2
    2001 :107A64009A4880699549C95B020C0B0C1F46574321
    2002 :107A740089B24A4380B241435843130C12048A1812
    2003 :107A84007B418E4F010C0004801859410B220023C6
    2004 :107A940001F0C6FF01F088FF0022934B01F0ACFD1A
    2005 :107AA40001F0A8FEA921490078520C95864C089E45
    2006 :107AB4000D9A2620205C798B00290B9D00D1B8E01B
    2007 :107AC400002800D0B5E0788B8849884232DC401E1B
    2008 :107AD4000A2800D99BE005A1085C40008744C04601
    2009 :107AE400C7BE0008ACBE0008E2BE00080C4D5955E4
    2010 :107AF40097E4515E4A434700002130E038100240C9
    2011 :107B0400014002006CC00008CC0E0020003002408E
    2012 :107B1400300000208ABE00080008005099BE00080A
    2013 :107B2400A40A0020C8050020940D0020F00E0020B7
    2014 :107B340034C200086E49884209DC6F49884231D05A
    2015 :107B44006B49884263D1012000F0ECF86EE0FD211E
    2016 :107B5400890088422AD06749884258D10121384691
    2017 :107B6400FFF780F962E03846FCF7C4FF5EE0FDF7FA
    2018 :107B740043F85BE0FCF7A2FF58E03846FEF710FC40
    2019 :107B840054E03846FCF768FF50E03846FEF7E0FC66
    2020 :107B94004CE001213846FEF77DFE47E03846FCF70D
    2021 :107BA40073FF43E0002000F0BDF83FE00020219087
    2022 :107BB40020901F901E901D901C901B901BA8F9F7FD
    2023 :107BC400AFFD029800062190049800062090BB2087
    2024 :107BD4001F9003981B90F9F723FC002802D0474814
    2025 :107BE40000F06AFFF9F770FC002802D0444800F066
    2026 :107BF40063FF444800F060FF1BA8F9F71DFD00284F
    2027 :107C040007D0414800F058FFF9F772FC0EE04448F1
    2028 :107C14000AE0F9F76DFC3D4800F04EFFF9F714FC5B
    2029 :107C24003B4800F049FF3B4800F046FF00207883C2
    2030 :107C34000D9A32400F9FBF1A4021214803F0A0FA49
    2031 :107C440000280CD1002F0AD10A20F8F70BFB4021A1
    2032 :107C54001B4803F095FA002803D00F970FE00F9705
    2033 :107C64000DE00599F4310A9800280F9101D00A9784
    2034 :107C740005E00122284606990A9203F04DFF2046AA
    2035 :107C840003F098FF00280E9F00D146E62046FCF73B
    2036 :107C940025FA022800D03CE60A98002800D03CE6E9
    2037 :107CA4002046FCF715FB38E6BFF34F8F1A481B49F3
    2038 :107CB4000160BFF34F8F00BFFDE7C04630000020D6
    2039 :107CC40000080050A40A0020C8050020F00E00207F
    2040 :107CD400440F0020400F0020A00E0020000400509C
    2041 :107CE40080510100700F002000002441F1030000C6
    2042 :107CF400F3030000D2040000F2030000FDBE0008FC
    2043 :107D04008CC00008ACC40008B5C20008BCC400089C
    2044 :107D1400A2C00008D4C400080CED00E00400FA0579
    2045 :047D240060C400082F
    2046 :107D280030B587B00546002406940594049403945E
    2047 :107D38000294019400946846F9F7F0FC002D27D0CE
    2048 :107D4800444800F0B7FE0498AA2832D1BB2004901A
    2049 :107D580002200090F9F762FB002802D0344800F0B6
    2050 :107D6800A9FEF9F7AFFB002802D0334800F0A2FEC5
    2051 :107D78003A4800F09FFE6846F9F75CFC00281AD0E4
    2052 :107D8800374800F097FEF9F7B1FB002007B030BD87
    2053 :107D98000498BB281CD1AA20049002200090F9F76F
    2054 :107DA8003DFB002817D0224800F084FE002007B0D1
    2055 :107DB80030BD29480AE0F9F799FB234800F07AFE1C
    2056 :107DC800F9F740FB214800F075FE264800F072FEE6
    2057 :107DD800012007B030BD174800F06CFEF9F772FBC0
    2058 :107DE800002805D0144800F065FE002007B030BD1B
    2059 :107DF800124800F05FFE6846F9F71CFC002807D01F
    2060 :107E0800F9F774FB0E4800F055FE002007B030BDAE
    2061 :107E18000C4800F04FFEF9F769FB0B4800F04AFEEA
    2062 :107E2800F9F710FB094800F045FE0948CEE7C046BF
    2063 :107E3800FDBE00087AC000088CC0000841C20008D6
    2064 :107E480077C2000870C40008BCC40008A2C00008BB
    2065 :107E580056C200088CC4000898C20008ACC40008C8
    2066 :087E6800B5C20008D4C40008F3
    2067 :0C7E70000148012101607047440F002010
    2068 :107E7C0002480021C943C18781877047F800002060
    2069 :107E8C00F0B583B074244B4D285B002804D0285BDC
    2070 :107E9C0001281BD101221BE04748008800284748D5
    2071 :107EAC0002D083214900685283214E00A95B00292E
    2072 :107EBC0002D0A95B81424DD1D8202858A98E012728
    2073 :107ECC00884202960FDA3E483E4638E0285B002294
    2074 :107EDC00052000070121490203F01AFE285B3649F0
    2075 :107EEC00088003B0F0BDE42028583C21695E7D2257
    2076 :107EFC00D2004A43904202DA022632481FE0CE21D9
    2077 :107F0C006A5E48202B5E9A4202DD03262E4816E05C
    2078 :107F1C000197CC22AB5E285E83422C4801DD0426FF
    2079 :107F2C000DE06B5E4C216F5EBB4202DA05262848E1
    2080 :107F3C0004E0AA5E695E8A420CDA0626019F00F014
    2081 :107F4C00B7FD02982E520646052000077902002242
    2082 :107F5C0003F0DEFDA85B0028C0D0D8202858E98E9D
    2083 :107F6C008842BBDDE42028583C21695E7D22D2008A
    2084 :107F7C004A439042B2DDCE20295E4A22AB5E994242
    2085 :107F8C00ACDACC216B5EAA5E9342A7DA2A5E4E2055
    2086 :107F9C002B5E9A42A2DD695E285E81429EDDA85B63
    2087 :107FAC0002289BD00B4800F083FD0020A85301222F
    2088 :107FBC008EE7C04630000020B40F0020FFFF000009
    2089 :107FCC00EBC20008F4C40008B0C00008CAC2000824
    2090 :087FDC0010BF0008D2C000082C
    2091 :107FE400F0B581B076244A4D285B002804D0285B84
    2092 :107FF40001281BD101221BE046480088002846487E
    2093 :1080040002D041218900685241218E00A95B0029D8
    2094 :1080140002D0A95B81424CD1D8202858298F01274E
    2095 :10802400884200960FDD3D483E4637E0285B00223B
    2096 :10803400052000070121090203F06EFD285B354984
    2097 :10804400088001B0F0BDE42028583E21695E7D22FD
    2098 :10805400D2004A43904202DD022631481EE0CE207F
    2099 :10806400295E4022AB5E994202DD03262D4815E0CD
    2100 :10807400CC216B5EAA5E934202DD04262A480DE001
    2101 :108084002A5E44202B5E9A4202DA0526274805E040
    2102 :10809400695E285E81420CDA0626254800F00CFD54
    2103 :1080A40000982E520646052000073902002203F0EC
    2104 :1080B40033FDA85B0028C1D0D8202858698F884296
    2105 :1080C400BCDAE42028583E21695E7D22D2004A436E
    2106 :1080D4009042B3DACE20295E4222AB5E9942ADDAF9
    2107 :1080E400CC216B5EAA5E9342A8DA2A5E46202B5E00
    2108 :1080F4009A42A3DD695E285E81429FDDA85B022867
    2109 :108104009CD00C4800F0D8FC0020A85301228FE733
    2110 :10811400300000202A000020FFFF000024C50008D2
    2111 :108124000CC50008E0C000082DC3000833BF0008D8
    2112 :088134000CC3000802C10008A1
    2113 :10813C00F0B581B00A4D29688A09891A0E18B4095C
    2114 :10814C0008486043084901F0A7FC094F38802E60AD
    2115 :10815C000648214601F0A0FC788001B0F0BDC04675
    2116 :10816C00840F0020E8800000FFFF0000D08A2F75EC
    2117 :04817C00F8000020E7
    2118 :1081800010B586B01A480024FF217F22194B0360E6
    2119 :1081900001239B078460C260016144618461C46102
    2120 :1081A000036244620394029401940094FAF74EF837
    2121 :1081B000002801D003F093F901A98C7002200880F7
    2122 :1081C0000594049402940A480122FAF7F1F8002871
    2123 :1081D00001D003F084F9084800900548694601225F
    2124 :1081E00002F0D6FF002801D003F079F906B010BDE7
    2125 :0C81F000A00E002000280040010416181A
    2126 :1081FC0081B000680A49884201D001B07047012063
    2127 :10820C008102084A13680B43136013680B400093F8
    2128 :10821C000099C003116A0143116201B07047C04656
    2129 :08822C00002800403C10024054
    2130 :10823400F0B581B05821384E705A745ACF21490094
    2131 :10824400364D2F68775201F0A1FB354A354B03F0C8
    2132 :1082540066F901F0CFFAD8217658864202DD002073
    2133 :1082640028600DE0204601F091FB2F4A2F4B03F0CC
    2134 :1082740056F901F0BFFA86420ADA0020274908605D
    2135 :108284002B4908600120C043411C08B201B0F0BD75
    2136 :1082940027480168002906D00A460A32964208DDBA
    2137 :1082A40000211E4A0AE0066031460A460A32964216
    2138 :1082B400F6DC0A398E42194A06DA0021116001609F
    2139 :1082C400204908B201B0F0BD781C106019498842F9
    2140 :1082D400114D04D3E42028582321C90068522520D5
    2141 :1082E400C0002858144901F0DBFB144A136800212C
    2142 :1082F4009842CAD02323DB00EB5E114C2668B709F1
    2143 :10830400F61BF3189E098D277F00EE53106023603F
    2144 :10831400002001B0F0BDC046300000207C0F0020DA
    2145 :108324007B14AE47E17AF03F0AD7A3703D0AEF3FD2
    2146 :10833400740F0020312A000080510100780F0020C2
    2147 :08834400800F0020FEFF000085
    2148 :10834C0010B511494143C817000C081800146421DA
    2149 :10835C0041430E4808180A2101F076FB0C4A1146DD
    2150 :10836C00C831C88006200B5E08240C5F085EA3424F
    2151 :10837C0002DDD021505210BDD223D25E904201DAE0
    2152 :10838C00C888488110BDC046E40C0000A015FFFF52
    2153 :04839C00300000208D
    2154 :1083A000B0B5C1170A4D6A88002301F03BFB0622D5
    2155 :1083B000002301F037FB01F0F9FA044B002201F031
    2156 :1083C0001DF901F06DFAE860B0BDC046000024411F
    2157 :0483D000F800002091
    2158 :1083D40070B500210E480162416281620722C262C7
    2159 :1083E4000163416310230124A5041202094E0660AF
    2160 :1083F4004126B60046608160C2600246103232C235
    2161 :10840400C361FAF777F8002801D003F066F870BD6D
    2162 :08841400300D00200030014092
    2163 :10841C0070B58AB0002609960896079606960596BA
    2164 :10842C0000681A49884201D00AB070BD01242003AB
    2165 :10843C001749CA680243CA60CA6802400092009891
    2166 :10844C000868204308600868204000900996089648
    2167 :10845C00079602200690E02005900098052005075D
    2168 :10846C0005A92846F9F780F904960396029601941B
    2169 :10847C00E003009069462846F9F776F92021284652
    2170 :10848C00012203F045FB0AB070BDC046003001402C
    2171 :04849C003410024056
    2172 :1084A00082B009484168012211434160416811408E
    2173 :1084B00001910199110702680A43026000680840AF
    2174 :0C84C0000090009802B070473C10024091
    2175 :1084CC0010B5F7F7B9FE0B4C2068401C2060C008B3
    2176 :1084DC007D280DD3F7F7BCFE0749884208D307481F
    2177 :1084EC00C16D491CC16500212160816D491C8165EC
    2178 :1084FC0010BDC0466C0F0020214E0000F80000207B
    2179 :10850C0080B50248F8F7E4FD80BDC046F80D0020A8
    2180 :10851C0080B50248FBF7AAFC80BDC046A40A002027
    2181 :10852C0080B50248FAF7A6FC80BDC046540E002068
    2182 :10853C0030B501235902164801800246C832002189
    2183 :10854C00D16591654524A400CD43055355649564CC
    2184 :10855C004724A40005538F24640005532324E4000E
    2185 :10856C0005538D24640005530224048143810523A3
    2186 :10857C008381084B5C1C14625362074B5C1C148196
    2187 :10858C005381064C54619361C1225200815230BD1B
    2188 :10859C0030000020FFFFFF7FFF7F00000080FFFF07
    2189 :1085AC00B0B51E4D2C1F20688006400F411E0329BC
    2190 :1085BC0022D81B487944097949008F442301171AA2
    2191 :1085CC00296803220A40032A00D016482968490664
    2192 :1085DC00490F491C01F060FA29684904490E4843C7
    2193 :1085EC002968490F491C01F057FA0BE07D20000265
    2194 :1085FC0008E00120C00305E00C3D28688004410F11
    2195 :10860C000848C84008490860226892093C23134076
    2196 :10861C00064AD258D0400860B0BDC0460C1002408B
    2197 :10862C0000127A000024F400240000207CAF000823
    2198 :10863C00F0B587B000240694059404940394029436
    2199 :10864C0000681B49884201D007B0F0BD1948C168C9
    2200 :10865C000122049292031143C160C168114001913F
    2201 :10866C000199016802273943016000683840019084
    2202 :10867C000694059403974020029001980E4D02AE8B
    2203 :10868C0028463146F9F770F806940594049403973C
    2204 :10869C008020029028463146F9F766F81B2000210D
    2205 :1086AC000022F8F7ABFB1B20F8F7C4FB07B0F0BDBA
    2206 :0C86BC000038014034100240000400505F
    2207 :1086C8000548016E054A4A432921C900425040180D
    2208 :1086D800D11741607047C04630000020F0F1FFFF1D
    2209 :1086E800F0B589B0664A0ACA0846083A184307D15D
    2210 :1086F80000234D20800063490858634941430AC25A
    2211 :108708000191624A12CA0846083A204307D1002458
    2212 :108718002720C0005B4908585B49414312C20391B6
    2213 :108728000494E420574C2158002902930ED4722156
    2214 :10873800615A20584843642101F088F95F21890073
    2215 :1087480060507020205E6158081A01E0F02020581F
    2216 :108758005F21890060506258D317D8202058C1176C
    2217 :1087680001F05CF97D22D20000230092079301F00A
    2218 :10877800B9F917221501059566190896276E7268CA
    2219 :108788006359C31863514A4172602922D200A31861
    2220 :108798005C683C4DAE583018A8504C415C60E120F4
    2221 :1087A8000401380C00260694A4B26043BFB27C438F
    2222 :1087B800050C000421187541324E00200024611870
    2223 :1087C8006841089C6468059FF5594D1B0546A541FD
    2224 :1087D8003C4602DA3151089948605868B158491E38
    2225 :1087E8000799884101DBB1505960B0585968002396
    2226 :1087F800069D2A4601F076F95B21890070503059B0
    2227 :10880800089949682A46002301F06CF92F21C9000C
    2228 :1088180070502120C00031583058002912D4C11797
    2229 :10882800039A1418049D4D41174A002320462946EF
    2230 :1088380001F070F92721C9007050144804604560A0
    2231 :1088480009B0F0BD4042C117019A1418029D4D416C
    2232 :108858000D4A00232046294601F05CF93146C8310B
    2233 :10886800C866496E00984843F16D01F017F94F2129
    2234 :108878008900705202480460456009B0F0BDC046E6
    2235 :10888800A80500203000002080EE3600B00500204A
    2236 :10889800F0B581B05B208000184C21582058002981
    2237 :1088A80000D540422146C8318864496C14480029E3
    2238 :1088B8001ED44321890061587D22E36D994216D266
    2239 :1088C800E36D002B14D0D00000230A0C002680B2E0
    2240 :1088D80042438FB27843150C1104401875410021AA
    2241 :1088E800002210186941E26D01F014F900E0D0008F
    2242 :1088F80045218900605201B0F0BDC046300000201B
    2243 :04890800FFFF00006D
    2244 :10890C00F0B581B01149086E00281CD0E12212018B
    2245 :10891C000023040C002692B2544380B24243270C2D
    2246 :10892C002404121977410024002085187C4117205B
    2247 :10893C000201885889184968054A01F06DF82A46E1
    2248 :10894C00234601F0CDF801B0F0BDC0463000002048
    2249 :04895C00A0860100F0
    2250 :10896000F0B581B05B20800016490A58002A01D476
    2251 :10897000002001E008584042112212018B58002BC0
    2252 :1089800002DD8D58EE1701E00D6E0026C1170E4F67
    2253 :108990007A1C0024234601F045F82A46334601F0AC
    2254 :1089A000A5F802460948BB1A23468B4103DA002981
    2255 :1089B00004D501B0F0BD841A0029FAD4204601B0D4
    2256 :1089C000F0BDC046300000209F860100A086010057
    2257 :1089D000F0B581B0112003011E4AD058002808DDEF
    2258 :1089E0004320800010582D21C90051580818C11784
    2259 :1089F00005E0D06D2D21C9005158081800211446FA
    2260 :108A0000C83426690325ED01575BA46C012C02DBF9
    2261 :108A1000D458E51701E0146E0025F219D30FD318CE
    2262 :108A20005A10DB1700F0FEFF7D22D200002301F078
    2263 :108A30005DF8094E3246002300F0F4FF22462B4633
    2264 :108A400001F054F8C1178843B04200DB304601B052
    2265 :0C8A5000F0BDC04630000020A0860100F0
    2266 :108A5C0070B51248026EE1210B010021140C0026A6
    2267 :108A6C009BB25C4392B25343250C24041B197541F1
    2268 :108A7C0000240022D2186C4117231B01C250C218CB
    2269 :108A8C0054602922D2008150821851605B229200DE
    2270 :108A9C00815009225201815070BDC0463000002027
    2271 :108AAC0080B50249096803F08DF880BD18000020DC
    2272 :108ABC00B0B5044608480568204602F01FF9024686
    2273 :108ACC002846214602F037FE401C03D00A20FFF74F
    2274 :0C8ADC00E7FFB0BDC043B0BD1800002093
    2275 :108AE800C20F490089184000034A40428A4101D315
    2276 :0C8AF80000207047012070470000E0FFE4
    2277 :108B04000122D2079143034A4A401043414248415B
    2278 :088B14007047C0460000F07F2D
    2279 :108B1C00074A0A40531E9A41C00F490008180549DC
    2280 :108B2C00884201D300207047012010407047C04696
    2281 :088B3C000000F07F0000E0FFE3
    2282 :108B440030B50E4B5D1C0C0D2C4011D0AC420FD037
    2283 :108B5400A2189A4206DD0120C007014009480918FD
    2284 :108B6400002030BD002A04DD054B194012051143D5
    2285 :108B740030BD0120C0070140002030BDFE070000C9
    2286 :088B8400FFFF0F800000F07FED
    2287 :108B8C0010B54B005B0D084CA34201D0002B02D159
    2288 :108B9C000023136010BD054C1B191360044A1140CF
    2289 :108BAC00044A891810BDC046FF07000002FCFFFFF5
    2290 :088BBC00FFFF0F800000E03F05
    2291 :108BC400F0B587B00025EC43584E0494671C344636
    2292 :108BD40000956C415D0003956D0D554D059577D05D
    2293 :108BE4000297C50F06914F0001977F19450004991C
    2294 :108BF4004D1BBE416CD3D50F03994D1956000299F4
    2295 :108C04008E1BAC4164D30125EC0706990C400594F6
    2296 :108C1400484C0E4626402340141A1C46B44175D2D3
    2297 :108C24002C05019F7F0D0494039505D02546641EF1
    2298 :108C34000E4626402E430BE0A64209D2E9043446F0
    2299 :108C4400C50F6600761940007F1E8C423446F7D368
    2300 :108C5400190D394C214006D0049D6C1E23402B4332
    2301 :108C64008F4221DC2AE004998B4210D20399C90473
    2302 :108C7400069100211C46D30F6500EB185200491ED3
    2303 :108C8400069DAC421C46F6D38F420DDC16E0002153
    2304 :108C9400002F09DC12E005463446E80F640026186C
    2305 :108CA40068007F1E8F4208DD851A34469C41F2D449
    2306 :108CB40050405E400643F0D10AE00F460546A81A2C
    2307 :108CC40031469941049C05D455405E402E4303D15E
    2308 :108CD400009818E02846314621420AD1039DEA044F
    2309 :108CE400C30F4C00E31840007F1E11421946F7D011
    2310 :108CF40001E00B46039D002F11DD791E059A9A1899
    2311 :108D0400090551180591059907B0F0BD42405E4030
    2312 :108D1400164300D00591002EF5D10020F3E7EA1B9D
    2313 :108D240000F05EFE0B460021E8E7C046FFFFDFFFD0
    2314 :0C8D34000000F87FFFFFFF7FFF0700003A
    2315 :108D4000F0B583B00C462A494B1C220D1A40531E25
    2316 :108D50008B4242D228498A4206D20020002C01468A
    2317 :108D600039DA284903B0F0BD33318A4202D92146AD
    2318 :108D700003B0F0BD1F495518029021462A4600F065
    2319 :108D800021FE1E4A11400143484248410027002C61
    2320 :108D900001DA394600E001210143019118493846C2
    2321 :108DA0002A4600F02FFE2A4605460E462640029827
    2322 :108DB0000540F843401C1149794100F013FE0A4672
    2323 :108DC0003146019C2B187241002C00D11146002C19
    2324 :108DD00000D11D46284603B0F0BD002A02D1012172
    2325 :108DE000C9070C402146002AF5D1002003B0F0BD90
    2326 :108DF000FE07000001FCFFFFFF030000FFFF0F0064
    2327 :088E00000000F0FF0000F0BFCC
    2328 :108E0800F0B587B00A0D521E494B9A4212D206AAF3
    2329 :108E1800FFF7B8FE4B4A821A494A0B469341069C13
    2330 :108E28001CDA0022494B00F0F9FA641E0594044646
    2331 :108E38000D461EE0C30F4A00D318440064423D4C5F
    2332 :108E48009C416FD3520D6FD000290A4600DA3B4A85
    2333 :108E5800002900DA0020114607B0F0BD00223A4B85
    2334 :108E680005460E4600F0DAFA0594044628460D46F3
    2335 :108E780031460026F2430496FFF760FE344B002289
    2336 :108E880000F0CCFA02460B462046294600F0B2FB19
    2337 :108E980003900F4602460B4602F03FFB04460D4680
    2338 :108EA8002C4E0221304622462B4602F0BBFE2A4AAF
    2339 :108EB8002A4B00F0B3FA0290019110360321304694
    2340 :108EC80022462B4602F0D6FE02460B46029801992E
    2341 :108ED80000F090FB22462B4602F01FFB039C224623
    2342 :108EE8003B4602F01AFB22463B4600F097FA06463C
    2343 :108EF8000F46059800F00CFD04460D46184A194B1C
    2344 :108F080002F00BFB32463B4600F088FA06460F4655
    2345 :108F1800154B20462946049A02F0FFFA32463B4692
    2346 :108F280000F07CFA07B0F0BD0349002007B0F0BD9F
    2347 :108F3800FE0700000000E0FF0000F0FF0000F87FDF
    2348 :108F48009EA0E63FCE3B7F660000F0BF0000E0BF7A
    2349 :108F58000000E03FC00000089AB5B312FF0750C0F8
    2350 :0C8F6800A80C615C10D02BBF0030E63F6D
    2351 :108F7400F0B585B05B4A531C0C0D1C40631E934234
    2352 :108F840000D393E05B4A121A594A8A4100DAA7E0F7
    2353 :108F940000235A4A121A584A8A411A4600D281E0DA
    2354 :108FA4000122D2070B469343574A821A554A9341EA
    2355 :108FB40076D3564A564B02900D4602F0B0FA01227F
    2356 :108FC400D2072A40534BD31800242246049400F0BD
    2357 :108FD40027FA00F00FFC039000F09CFC06460F46B5
    2358 :108FE4004D4B002202F09BFA029A2B4600F018FA2D
    2359 :108FF40004460D46494A4A4B3046394602F08FFA38
    2360 :1090040022462B4600F00CFA06460D4602460B4655
    2361 :1090140002F085FA0746434A434B0C46029102F09C
    2362 :109024007EFA424A424B00F0FBF93A46234602F0EC
    2363 :1090340076FA404B049C224600F0F2F932462B4665
    2364 :1090440002F06DFA05460E46204632492A4633465A
    2365 :1090540000F0CAFA01900091374A384B3846029C16
    2366 :10906400214602F05CFA364A364B00F0D9F93A460A
    2367 :10907400234602F054FA019A009B00F0D1F902460B
    2368 :109084000B462846314600F0B7FA049A214B00F00B
    2369 :10909400C7F9039A521CFFF753FD03460A4601E041
    2370 :1090A400174A00231846114605B0F0BDC20F4B0005
    2371 :1090B4009A1843005B420C4B9341EED30122D20732
    2372 :1090C4000B469343094A5A40024300D071E70029F2
    2373 :1090D4000A4600DA0022002900DA00200346E1E70C
    2374 :1090E400024ADEE7FE0700000000E0FF0000F07F18
    2375 :1090F400422E8640EF39FAFE2B2386C0D2BC7ADD9D
    2376 :109104000000F03FA19CC73B2342920C3CF92F9EE8
    2377 :109114002C15F73F0000E03F0030E6BFA80C615C6F
    2378 :1091240010D02B3F1CDC586FA452F13EE0F6B36F15
    2379 :10913400E4707C3F0000D03F0938DE6F993F403F28
    2380 :08914400B35142718E71AC3F82
    2381 :10914C00F0B587B01E460B4604460020C743924D2F
    2382 :10915C00791C2946414159400294214300D1A9E090
    2383 :10916C007400610D8D4900D112E1039704950692AC
    2384 :10917C008C4F7A1E05935D006B0D5B1E934273D270
    2385 :10918C00320D3A40884BD218521E9A426CD3069834
    2386 :10919C00314600F02BFB074600F0B8FB012204928D
    2387 :1091AC00D407A742059D32D0069A50407140014326
    2388 :1091BC002DD1002F019745D0F81747403E1A774F15
    2389 :1091CC000024039402980BE0424222400698394650
    2390 :1091DC0002F0A1F904460F4676082846059D33D0C7
    2391 :1091EC00012E039A00D002460694012E6B4B00D040
    2392 :1091FC002B460446294602F08EF92A46054605916F
    2393 :10920C00304604990840654BDED01346DCE70496E3
    2394 :10921C000022029E304629462F46134600F0C6FA1D
    2395 :10922C00002803D06549002007B0F0BDA7433046A5
    2396 :10923C003946FFF7E3FD069A049B02F06CF9FFF741
    2397 :10924C0093FEA5E0554F00240020544922463B468E
    2398 :10925C0000F0CEF9019A002A00D43946002A00D534
    2399 :10926C0096E0204607B0F0BD3746029EF20FAA18D2
    2400 :10927C0073005B1E4E4B534120D20125069EF20F0C
    2401 :10928C00A21873005B1B494B9A411BD2444A059BA5
    2402 :10929C0013421BD0474C1A466240029E324332D0D6
    2403 :1092AC001A463F4B5A40324348D1002F5BDA0146F5
    2404 :1092BC0007B0F0BD2046194607B0F0BD3046059901
    2405 :1092CC0007B0F0BD3046394607B0F0BD30463E46DB
    2406 :1092DC000446394600F08AFA074600F017FB32467E
    2407 :1092EC004A4023464340134300D057E70021002E49
    2408 :1092FC00084600DA2A49FA074AD0EA07059B1340C8
    2409 :10930C00591807B0F0BD0490002F00DB24480590DD
    2410 :10931C00069C20463E46394600F068FA074600F0A7
    2411 :10932C00F5FA714060400843059802D1E8070599A9
    2412 :10933C000818F90700D005900498C0E76740069A12
    2413 :10934C003A4313D11C4A059B5A40334632431FD033
    2414 :10935C00E807059A824300211846039B181A0498C3
    2415 :10936C009041084614D30E4907B0F0BDE8070599A3
    2416 :10937C0081430020039B9A1B049A8A41014607D221
    2417 :10938C000D48059941403046084303D004494AE74B
    2418 :10939C0007B0F0BD014946E7FFFFEF3F0000F03F8B
    2419 :1093AC000000F07FFF07000002F8FFFF0000E0FF65
    2420 :1093BC00FFFF1F000000F0FF0000F0BF0000F87F6F
    2421 :1093CC0070B5040011D0E017214641400D1A104928
    2422 :1093DC000020104E02E008366D0807D0EA07FAD0DC
    2423 :1093EC000CCE083E02F097F8F5E70949084E024604
    2424 :1093FC0000200B46314616461D4600F0F9F8002CAD
    2425 :10940C0001D502D570BD3046FCD4294670BDC0468E
    2426 :08941C000000F03FE800000829
    2427 :10942400F0B40125ED070F005F405AD48B4200D100
    2428 :10943400824205D950404240504059404B40594027
    2429 :109444004E18760DDF187F0D3BD0741C640529D0AF
    2430 :10945400F41B352C26D80E0DDB022B43DB0AC90284
    2431 :109464002943C9121700202C1ED2E741E24057407D
    2432 :10947400E3415A40A340E3405A4000248018594134
    2433 :109484000AD3B21C520521D0C207012F6241170032
    2434 :109494004008CB0718434908013636054208AF4156
    2435 :1094A40060417141F0BC7047203C06D01F00E74189
    2436 :1094B400E3405F400024012A6741C0186141EBD3B7
    2437 :1094C400DFE7002EEED129400020EBE7013631051D
    2438 :1094D4000020E7E7E742E5D10020C143090DC904B4
    2439 :1094E400E0E76B400E00871A9E4104D26E40C01B19
    2440 :1094F400B141D21973414E18DF18AC0AE642E9D2E1
    2441 :10950400760D7F0D31D0F41B362CCBD8B4460E0D1E
    2442 :10951400DB022B43DB0AC9022943C90A012C32D8D6
    2443 :1095240004D1D4075208DF073A435B08EF0A6442C8
    2444 :10953400904199411ED0002239424DD12419404115
    2445 :1095440049410124394204D10134001849413942C6
    2446 :10955400FAD06246A24204D9361B013E3605891967
    2447 :10956400A0E7F10AC90700209CE736429AD10020FF
    2448 :10957400002197E70200224394D0B842DED20100D2
    2449 :1095840020002024E3D1202C13DD203CE2411700ED
    2450 :10959400A240E2405740E3415A40A340E3405A40CE
    2451 :1095A400012FBF410137174300227C42984191416A
    2452 :1095B4000CE01700E741E2405740E3415A40A34022
    2453 :1095C400E3405A407C429041994100220F0303D268
    2454 :1095D400013E241940414941013E36054708AC414A
    2455 :0895E40050417141F0BC7047D9
    2456 :1095EC00F0B40125ED076B40004C20472B9400088C
    2457 :1095FC00F0B40125ED070C005C402C40A446AE0AEB
    2458 :10960C004C18DF18F4423DD2F74245D2640D4CD0D1
    2459 :10961C007F0D3CD0E41BC9022943CF0ADB022B434C
    2460 :10962C00DB0A0600B61A9F4104D2013CB6197F41F1
    2461 :10963C00B6185F416812800D241838DD001884427A
    2462 :10964C0025D8E80C0021B6197F41B61A9F4103D3E7
    2463 :10965C0040414941F7D304E0B6185F410018494135
    2464 :10966C00F1D32405B6197F41B61A9F4105D3374370
    2465 :10967C00C20717430022012F50416141624611433A
    2466 :10968C00F0BC70470CD100280AD1F74208D2002058
    2467 :10969C00C143490D0905F1E7002A01D1F74206D073
    2468 :1096AC000020C143090DC904EAE77F0DF8D0002062
    2469 :0496BC006146E5E737
    2470 :1096C00030B401256D054C00E54215D85C00E5423B
    2471 :1096D00012D80C001C436400044314430FD005D27D
    2472 :1096E00082428B418041013030BC704790429941A9
    2473 :1096F0008041013030BC7047002030BC70470120F1
    2474 :0497000030BC7047C2
    2475 :1097040070B4012676054C005D00E6420CD8EE42AA
    2476 :109714000AD825430543154303D0994204D1904206
    2477 :1097240002D1012070BC7047002070BC7047C04655
    2478 :1097340030B401256D054C00E54215D85C00E542C6
    2479 :1097440012D80C001C436400044314430FD005D208
    2480 :10975400904299418041013030BC704782428B4134
    2481 :109764008041013030BC7047002030BC704701207C
    2482 :0497740030BC70474E
    2483 :1097780030B401256D054C00E54215D85C00E54282
    2484 :1097880012D80C001C436400044314430CD005D2C7
    2485 :1097980082428B418041404230BC7047904299419F
    2486 :1097A8008041404230BC7047002030BC7047C04602
    2487 :1097B80030B401256D054C00E54215D85C00E54242
    2488 :1097C80012D80C001C436400044314430CD005D287
    2489 :1097D800904299418041404230BC704782428B415F
    2490 :1097E8008041404230BC7047002030BC7047C046C2
    2491 :1097F800F4464A1805D200F051F801D5C0174008C0
    2492 :10980800604701235B05D34206D200F047F801D533
    2493 :109818000120C0074042604701D10042F5D0D0176F
    2494 :04982800400870473D
    2495 :10982C004A00520D01239B02D21A01321DD452421E
    2496 :10983C003F321DDD8C46C902430D1943C002012382
    2497 :10984C00DB071943202A02D308000021203AD1411A
    2498 :10985C00D04048409140D140484063461B4203D51C
    2499 :10986C00002340428B4119007047002000217047B3
    2500 :10987C00002801D0012211434B0001225205D34292
    2501 :10988C0000D959080020C90FC90701D4C0434108A9
    2502 :04989C007047C0460B
    2503 :1098A0004A0010D2520D03231B02FF33D21A0AD4EE
    2504 :1098B00052421F3209D4400DC90208430123DB077D
    2505 :1098C0001843D040704700207047D0177047C046FB
    2506 :1098D0004B001BD25A0D01239B02D21A013215D420
    2507 :1098E00052423F3215DBC902430D1943C002012326
    2508 :1098F000DB071943202A02D308000021203AD14176
    2509 :10990000D04048409140D14048407047002000215D
    2510 :089910007047D01701007047F9
    2511 :10991800054B004206D5404200B5984708BC0122D5
    2512 :0C992800D2071143184700009199000875
    2513 :109934000B00034329D0CA0FD200043212023D3275
    2514 :10994400094203D5002349424042994102D1010012
    2515 :109954000020203A0B0C04D1103A0904030C1943DB
    2516 :109964000004094203D4013A00184941FBD5844656
    2517 :10997400C00A4B051843C90A120563465B055B41DF
    2518 :0C99840002D3012B0023584151417047D1
    2519 :1099900042221201033A010007D002D4013A001812
    2520 :0C99A000FCD51205C30A40059918704759
    2521 :1099AC000B00034305D0042212023D320942014B45
    2522 :0899BC0018477047519900089B
    2523 :1099C400202A07D203009040914052422032D340D3
    2524 :1099D40019437047203A0100914000207047C04667
    2525 :1099E400202A07D2D0400B00D1405242203293406B
    2526 :1099F40018437047203A0800D04000217047C04601
    2527 :109A0400202A07D2D0400B00114152422032934009
    2528 :109A140018437047203A08001041C9177047C046E0
    2529 :109A240030B5514343435C18010C130C0D005D43E6
    2530 :109A3400641992B2514380B242430D0C0904521886
    2531 :109A440065415843010C00048018694130BDC0468B
    2532 :109A5400CA1751408B1A17D0C1174A409446484040
    2533 :109A6400411A48081A0000E052008242FCD9002042
    2534 :109A740000E05208914200D3891A40419A42F8D139
    2535 :109A840062465040801A704710B500F095F810BD3A
    2536 :109A940007B5FFF7DDFF0EBC4243891A00BDC0467F
    2537 :109AA4000A0015D00300400800E052008242FCD9AD
    2538 :109AB400002000E052089B1A06D340418A42F9D1A3
    2539 :109AC400704752089B18F8D200188A42F9D170479F
    2540 :089AD40010B500F071F810BD9F
    2541 :109ADC0038B504004D42FFF7DFFF4543611938BD2F
    2542 :109AEC0070B5CC1760406140001BA141DD176A4086
    2543 :109AFC006B40521BAB4100F00BF862406340121BF1
    2544 :109B0C00A3416C4060406140001BA14170BDC04648
    2545 :109B1C00002B09D1002907D110B51100FFF7D8FF90
    2546 :109B2C000A000021002310BD70B400240125ED07AC
    2547 :109B3C00002B07D1002905D0834203D21300002249
    2548 :109B4C002C0000250026A419994200D1904212D96C
    2549 :109B5C0092185B4103D2EE076D086408F3E7DE0749
    2550 :109B6C005B08520892190126F6079B1903E0DE07E1
    2551 :109B7C005B0852089219801A994103D364416D41D4
    2552 :109B8C00F5D30FE024196D410AD2DE075B085208A9
    2553 :109B9C00921980185941F5D364416D41E7D301E026
    2554 :109BAC008018594102000B002000290070BC70473E
    2555 :089BBC00002000217047C046A3
    2556 :109BC400F0B503AF93B06E46F51D2135F41D39345D
    2557 :109BD40074613362F261F160306102F0A5F8B06043
    2558 :109BE400C21D07218A436946B1616946881A7060BB
    2559 :109BF4008546F41D1D3400212422204601F050F92D
    2560 :109C04000B487169F2680A6048600A482860306944
    2561 :109C14002862B06868617068E8602046F169326A59
    2562 :109C240000F01EF8B1698D46FE1F053EB546F0BD35
    2563 :089C34001DBD0008FFFFFF7FCA
    2564 :109C3C0083B010B581B0044603A80EC00548006877
    2565 :109C4C0003AA0092214601F069FD01B010BC02BCD0
    2566 :089C5C0003B0084718000020C6
    2567 :109C6400F0B59FB011921691064600203060012194
    2568 :109C74000A020E924A020B928A020192CA020092CE
    2569 :109C840003220D92920205920A0317924A03069246
    2570 :109C94008A0304920391C9030990C0430290149665
    2571 :109CA4000D460A9102E0304601F0E2FC1698017874
    2572 :109CB400252906D0002901D100F07BFF401C169015
    2573 :109CC400F1E7C01C099E0B9C0746801E00780246E3
    2574 :109CD400203A3E2A00D940E08021C0467A441279D5
    2575 :109CE40052009744233A3A203A3A3A293A3A2D2BE9
    2576 :109CF4003A1F3A3A253A3A3A3A3A3A3A3A3A3A3AF0
    2577 :109D04003A3A3A3A3A3A3A3A3A3A3A3A3A3A3A3AAF
    2578 :109D14003A3A3A3A3A3A3A3A3A3A3A3A3A3A3A3A9F
    2579 :109D24003A3A270010210E43781CCDE74021FAE788
    2580 :109D34002146F8E71799F6E72946F4E72021F2E7E8
    2581 :109D4400119901C91191C10F09010E43C11748406E
    2582 :109D5400441A3A46781E007810E07A1E01463039DB
    2583 :109D6400002409290AD80A2161434418303C511CB3
    2584 :109D740010780246303A0A2A0A46F4D300232E28E1
    2585 :109D84000AD110782A28374609D15078921C1199A3
    2586 :109D940008C91191149E13E03746149E14E0521C16
    2587 :109DA400014630390929149E0CD80A215943431815
    2588 :109DB400303B511C10780246303A0A2A0A46F4D342
    2589 :109DC400002B01D40E990F43169201464C392E29CB
    2590 :109DD40039D849007944898849008F442E003400D9
    2591 :109DE40034003400340034003400340034003400CF
    2592 :109DF40034003400340034003400340034003400BF
    2593 :109E040034003400340034003400340034003400AE
    2594 :109E1400340034003F0134002E0034003901340092
    2595 :109E24003400340034003400340034003000340092
    2596 :109E34003400340034003400300002200743169903
    2597 :109E44000878491C1691782800D92FE7E1178C432C
    2598 :109E5400810001A251588F46D5AB000845A00008E7
    2599 :109E640045A0000845A0000845A0000845A000083A
    2600 :109E740045A0000845A0000845A0000845A000082A
    2601 :109E840045A0000845A0000845A0000845A000081A
    2602 :109E940045A0000845A0000845A0000845A000080A
    2603 :109EA40045A0000845A0000845A0000845A00008FA
    2604 :109EB40045A0000845A0000845A0000845A00008EA
    2605 :109EC40045A0000845A0000845A0000845A00008DA
    2606 :109ED40045A0000845A0000845A0000845A00008CA
    2607 :109EE40045A0000845A0000845A0000841A00008BE
    2608 :109EF40045A0000845A0000845A0000845A00008AA
    2609 :109F040045A0000845A0000845A0000845A0000899
    2610 :109F140045A0000845A0000845A0000845A0000889
    2611 :109F240045A0000845A0000845A0000845A0000879
    2612 :109F340045A0000845A0000845A0000845A0000869
    2613 :109F440045A0000845A0000845A0000845A0000859
    2614 :109F540045A0000845A0000845A0000845A0000849
    2615 :109F640045A0000845A0000845A00008D5A00008A9
    2616 :109F740021A10008CDA0000845A0000845A00008C4
    2617 :109F840045A0000845A0000845A0000845A0000819
    2618 :109F940045A0000845A0000845A0000845A0000809
    2619 :109FA40045A0000845A0000845A0000845A00008F9
    2620 :109FB40045A0000845A00008DDA0000845A0000851
    2621 :109FC40045A0000845A0000845A0000845A00008D9
    2622 :109FD40045A0000845A0000845A0000845A00008C9
    2623 :109FE40045A00008A7A0000847A00008D9A00008C1
    2624 :109FF40025A10008D1A0000845A0000847A000083A
    2625 :10A0040045A0000845A0000845A0000845A0000898
    2626 :10A0140003A100088BA00008C9A1000845A00008FE
    2627 :10A0240045A00008C1A1000845A00008E9A1000856
    2628 :10A0340045A0000845A00008E1A00008252132E65B
    2629 :10A0440034E61E4604990F4300210891394626E060
    2630 :10A05400169908786C280AD1022004E01699087829
    2631 :10A06400682808D1082007434878891CEAE6491C77
    2632 :10A074001691039902E0491C169104210F43782894
    2633 :10A0840000D8E3E612E61E460E990F42394601D087
    2634 :10A09400D14A11403A06D217302313400893119D38
    2635 :10A0A400AAE03D463746119E30781590641E384626
    2636 :10A0B4002946224601F01AFE38462F46159901F02A
    2637 :10A0C400D7FA361D119602E106980743059828E051
    2638 :10A0D40006980743019824E006990F43BF4A78285D
    2639 :10A0E40000D12032119D1E460E990F42394601D0EF
    2640 :10A0F400B94B19403B06DB17134008937CE0119AD7
    2641 :10A1040010683907316800D55FE2BA07016001D5EC
    2642 :10A11400002141601198001D1190C7E5069807437E
    2643 :10A12400009807430E98074200D106230C94394641
    2644 :10A13400059A1140891A4A424A41002B00D01A4616
    2645 :10A144001592119CE41D07208443266865683046F7
    2646 :10A154002946FEF7D5FC08341194002812D00022B9
    2647 :10A16400304629461346FFF725FB3A4606990A402E
    2648 :10A1740000280C9C17D0002A9948159B00D180E038
    2649 :10A1840098487EE030462946FEF7ACFC00280C9C3B
    2650 :10A1940000D1A7E006980742934800D09348944919
    2651 :10A1A4000F40159B6FE0002A9249159B00D09249FD
    2652 :10A1B400002A62D09148BA0662D462E0119901C9BA
    2653 :10A1C400119160E00C9438060E990F430F97C01755
    2654 :10A1D400232101400891119808C8119000270820F4
    2655 :10A1E400079011E10E991E460F4201D07A490F40A3
    2656 :10A1F4003946119D0022089202220A40049B19420A
    2657 :10A204000C9406D1002A0DD12B1D00272A461D4689
    2658 :10A214000EE0002A18D104CDD7174B071BD513B273
    2659 :10A224001204A3E0EA1D07239A435768154608352C
    2660 :10A2340013684A071ED408220A4000D0DBB2002A61
    2661 :10A2440000D19EE000279CE0ED1D0722954384CDBC
    2662 :10A2540000354B07E3D40B0700D585E01346002FE8
    2663 :10A2640000D486E000225C42BA412D2308932346A1
    2664 :10A27400174686E09BB2002783E06148BA0600D502
    2665 :10A2840008465B490F4000285E4E00D006460E98F3
    2666 :10A29400074203D1304600F035FD03E0304619464D
    2667 :10A2A40000F084FD05464C480740641B1498394669
    2668 :10A2B400224601F01BFD002D09D00F97149F317821
    2669 :10A2C400384601F0D5F9761C6D1EF8D10F9FF806BB
    2670 :10A2D4000A9D149E00D4E9E420213046224601F070
    2671 :10A2E400F7FCE3E430462946FEF716FC002800D1CB
    2672 :10A2F4000646002800D100253046294601F092FC8C
    2673 :10A3040004460120002C089001D0C00745401EAA35
    2674 :10A31400304610952946FEF737FC1E980D994843A0
    2675 :10A324000A21FFF795FB05461E90002C129601D0DA
    2676 :10A334006020074300223046109C214613921346A6
    2677 :10A34400FFF7DEF9002800D023E1681CFFF73CF892
    2678 :10A3540032462346FFF72EFA002800D10CE11E985E
    2679 :10A36400411C1E91801CF1E753B21206D71700D589
    2680 :10A3740078E78A0603D44A0603D5202200E02B227C
    2681 :10A3840008920E9A114201D0134A11400A461195BF
    2682 :10A394000E990F920A42039900D03146079158381A
    2683 :10A3A400002420280A9A00D997E0C046784400790E
    2684 :10A3B400400087442992929292929292929292921F
    2685 :10A3C40047929292924792929292927C299292927E
    2686 :10A3D400924792922900C046FFFDFFFF58300000CB
    2687 :10A3E40053C300084EC3000868C5000864C50008CC
    2688 :10A3F400FFFEFFFF5DC3000858C3000859C30008EF
    2689 :10A404005EC3000856BF0008184638434DD006986E
    2690 :10A414000F990142F64800D0F64819093A078918FD
    2691 :10A4240000240A460F211940415C18AB1955110943
    2692 :10A434003F093B07C91813463B43641C002B1346D2
    2693 :10A44400EFD14AE01846384347D00F981040109097
    2694 :10A454001EE015940A2200251846394613971293D4
    2695 :10A464002B46FFF759FB04460F460A222B46FFF7FB
    2696 :10A47400D7FA2346129C201A3021014318A8159AB2
    2697 :10A484008154521C0920001B13988541144624D280
    2698 :10A4940010980028DDD020460D9908400328D8D113
    2699 :10A4A40018A82C210155641CD3E7002415E0184694
    2700 :10A4B400384312D0D80879074018014607201840BD
    2701 :10A4C400303018AA1055C808FF087A0780180A46C1
    2702 :10A4D4003A43641C002A0B46EFD1089DFF2D01D896
    2703 :10A4E400029801E0C448FF300B9F0C9B07990E1B98
    2704 :10A4F400F1178E431594A1195A1A002D00D0121881
    2705 :10A504000F99394203D1149801F0F0FB0022139201
    2706 :10A51400290A04D0149C204601F0AAF802E0002D78
    2707 :10A52400149C03D02046294601F0A2F820460F9936
    2708 :10A53400139A01F0DBFB30212046324601F0C8FBC0
    2709 :10A54400159F012F0ADB7D1C18A84019801E017875
    2710 :10A55400204601F08DF86D1E012DF5D80F98C00628
    2711 :10A5640026460A9D01D4FFF7A1FB20213046139A09
    2712 :10A5740001F0AEFBFFF79AFB1E98FEF725FF32466B
    2713 :10A584002346FFF7F7F8002803D01E98401E1E90BC
    2714 :10A59400F3E73D4605980540089883021E989D42BE
    2715 :10A5A400159E17D005998D4205D1864212DD0421EE
    2716 :10A5B400C94388420EDD01990F42109D0F9300D1CB
    2717 :10A5C40077E10E2838DD139E73E10170121D11929C
    2718 :10A5D400FFF76CFB0E9934318842109C079506D125
    2719 :10A5E40012982146854A864BFFF706F806E040425A
    2720 :10A5F400FEF7EAFE129A234600F091FF04460E4647
    2721 :10A6040000221346FFF77CF8002813D12046314678
    2722 :10A61400FEF776FA002837D000222046314613464A
    2723 :10A62400FFF7C8F83A4606990A40002800D104E129
    2724 :10A634000C9CA0E50F9759E0C143711810290E46F0
    2725 :10A6440000DB10263A0600D533E1002900D130E1C1
    2726 :10A654003046FEF7B9FE129A2B4600F060FF002444
    2727 :10A664002246684BFEF7DCFEFEF768FB2246664B8B
    2728 :10A67400FEF7A6FA22462346FFF742F8002800D147
    2729 :10A6840014E1761EE4D112E10F97002220463146F0
    2730 :10A694005D4BFFF74DF800281E9F0FD00022204687
    2731 :10A6A4003146594BFEF7A8FF04460E460022564B8E
    2732 :10A6B400FFF73EF87F1C0028F0D11E9700222046A9
    2733 :10A6C4003146524BFFF776F800280FD0002220467F
    2734 :10A6D40031464D4B00F023FF04460E4600224B4BFF
    2735 :10A6E400FFF768F87F1E0028F0D11E970598079998
    2736 :10A6F400814202D01598014601E01598411E0028B8
    2737 :10A70400139100D100210F464842FEF75DFE029AE4
    2738 :10A71400FEF716FA22463346FEF782FE06460D463B
    2739 :10A7240000221092384C2346FFF702F800280AD082
    2740 :10A734001E98401C1E900022304629462346FEF7F0
    2741 :10A744005BFF06460D4612961595002F2CD00099F6
    2742 :10A75400084680300F9A1040884227D1102F00DB22
    2743 :10A7640010273846FEF730FE32462B4600F0D7FE5F
    2744 :10A77400FFF7ACF8024608431098139016D00C4625
    2745 :10A7840010461646224A234BFFF74AF94A08C307E4
    2746 :10A794009A184008C90708181F49081A1F48904109
    2747 :10A7A40000D3F0E1139701E01098139080210F98E3
    2748 :10A7B40006460140139A11430C98801A002901D1CE
    2749 :10A7C400471F00E0871F17981E9C064201D1089D71
    2750 :10A7D4004AE0032120461091FFF75AF9881C01250D
    2751 :10A7E40078440079400087441B2F3B1B2F00C04650
    2752 :10A7F40054C5000844C50008FFFEFFFFA0C8EB8550
    2753 :10A80400F3CCE17F0000E03F000024400000F03F73
    2754 :10A81400CDCCCCCCCCCCCCCC99999999999999198B
    2755 :10A82400641E1E94002212981599ED4B00F077FED9
    2756 :10A83400129015917F1E022512E0002AE7490C9C14
    2757 :10A84400159B00D0B3E4B3E4A41E1E940022129816
    2758 :10A854001599E44B00F063FE12901591BF1E109DF4
    2759 :10A864001399C817814313917006800F00D07F1E7F
    2760 :10A874001097204601F028FA632801DD781E109015
    2761 :10A884000898C0023746874312981599FFF71EF8B7
    2762 :10A8940004460E46FFF788F802460B4612981599AF
    2763 :10A8A400FEF7A2FE15901291109A75E034461E9898
    2764 :10A8B400264610387142884200DC0846FEF784FDC3
    2765 :10A8C400029AFEF73DF9129A2B46FEF7A9FD0546BA
    2766 :10A8D4000C461E98401CFEF777FD15952A46234624
    2767 :10A8E400FEF7ECFE00281E9800D0401C00281396AA
    2768 :10A8F40014D4112817D3014610391E911021081AB7
    2769 :10A90400FEF762FD2A46234600F009FEFEF7DEFF4D
    2770 :10A9140004460E4600201290159017E0129400246D
    2771 :10A924001E94264612E000201E9028462146FEF77B
    2772 :10A93400CDFF129404460E46FFF736F802460B4646
    2773 :10A9440028461299FEF750FE1590129138460F9939
    2774 :10A954008843A64900250A4608326D1C0B684968DD
    2775 :10A96400E31A33468B411146F6D280213940139ABB
    2776 :10A9740011434B1E0A469A41002901D00021C943C4
    2777 :10A984007B069B0F00D0D1431E9A891A0C9A139B05
    2778 :10A99400D21A51184A1B0746D017114681430B9807
    2779 :10A9A40010300F9707420AD1012A08DB0F462021F5
    2780 :10A9B400149800F05DFE7F1EF9D10F9A01E03A462B
    2781 :10A9C4000F4640201040910603D4002809D02021CE
    2782 :10A9D40004E0002801D02D2100E02B21149800F080
    2783 :10A9E40047FE0F98C0060FD4002F0DD030211498C5
    2784 :10A9F40000F03EFE7F1EF9D106E03020C1B214986B
    2785 :10AA040000F036FE002D12D06D1EE800764A1118B3
    2786 :10AA140049681258A01A30468841EED33020A41A4F
    2787 :10AA24008E41401CA31A33468B41F8D2E6E71097B7
    2788 :10AA34000F9D2C4600980440149E0BD01E980128AC
    2789 :10AA440008DB401E1E903021304600F011FE1E9897
    2790 :10AA54000028F6DC80202840139F384346D02E215E
    2791 :10AA6400304600F005FE102F3D463E4600DB102523
    2792 :10AA7400E8178543002C01D1284601E01E98281AC6
    2793 :10AA8400129CFEF7A1FC012E23DB159A234600F04D
    2794 :10AA940046FDFEF71BFF04460E462F4606E0302017
    2795 :10AAA400C1B2149800F0E4FD002F12D07F1EF8000C
    2796 :10AAB4004D4A111849681258A01A30468841EED3FD
    2797 :10AAC4003020A41A8E41401CA31A33468B41F8D27D
    2798 :10AAD400E6E71399481B149E28460F9D06D0441A96
    2799 :10AAE4003021304600F0C4FD641CF9D301980542BE
    2800 :10AAF40029460A9D109F30D00698014201D0452175
    2801 :10AB040000E06521304600F0B3FD1E98002830D4E3
    2802 :10AB14002B21304600F0ACFD1E9864280DDB642127
    2803 :10AB2400FEF7BEFF01463031304600F0A1FD1E980D
    2804 :10AB34006421FEF7ADFF08461E910A21FEF788FF47
    2805 :10AB440001463031304600F093FD1E980A21FEF78D
    2806 :10AB54009FFF3031304600F08BFD002F01D1FFF70D
    2807 :10AB6400A5F82021304600F083FD7F1EF9D1FFF7C0
    2808 :10AB74009DF82D21304600F07BFD1E9840421E902A
    2809 :10AB84006428CCDAD9E7139730460A2200232146F9
    2810 :10AB9400FEF7C2FF0C4607460A220023FEF7BCFF5D
    2811 :10ABA4001398401E139000D100E61A433846ECD0A7
    2812 :10ABB400FCE5F068002805D006CE083E914201D29B
    2813 :10ABC400099A4254304600F0A0FD30681FB0F0BD31
    2814 :10ABD400304600F09AFD02981FB0F0BD5DC3000836
    2815 :10ABE40000002440000059403001000838010008EA
    2816 :10ABF40009490968091A4A1E9141084A1268121A39
    2817 :10AC0400531E9A410A4006490968081A411E8841A0
    2818 :10AC1400104040427047C046180000201C0000202D
    2819 :04AC240020000020EC
    2820 :10AC280070B5182343431848C318DD6A184618300E
    2821 :10AC3800022D10D0012D08D00024002D21D15E6AEC
    2822 :10AC48009D6AB54214D9F34315E05D6A9C6AAC422B
    2823 :10AC580005D9EB4306E000F092FD004670BDED43D8
    2824 :10AC680064191B6AE418944200D31446224606E08D
    2825 :10AC7800F643AD191B6AEB18934202D3144600F051
    2826 :0CAC880061FD204670BDC046FC090020A4
    2827 :10AC940070B50B4616490C78002C1DD103240C61A9
    2828 :10ACA4004C61144D8D61144CCC610124A4020C62DE
    2829 :10ACB40000248C624C62CC620D66104D4D661025EA
    2830 :10ACC4008D660C67CC664C670D4D0F266640AE5DF5
    2831 :10ACD4000E55641C102CF8D1EFF31084012181F37C
    2832 :10ACE40010881946FFF79EFF84F3108870BDC04694
    2833 :10ACF400FC09002073C30008BA0F00203A14002096
    2834 :04AD040062C300081E
    2835 :10AD0800F0B582B0017800292FD0032201460092C5
    2836 :10AD180091430D6800220192D4438607F60EB44091
    2837 :10AD2800E4432C431E4D6719A7431E4B1F4222D1F3
    2838 :10AD380008310F1F3C6862191E46A643164217D1F8
    2839 :10AD48000C6862191E46A643164214D14C68621953
    2840 :10AD58001E46A64316420DD18C6862191E46A643AC
    2841 :10AD680010311642E5D0083905E0002002B0F0BDE8
    2842 :10AD7800394600E0091D2206019A0DD02204120E60
    2843 :10AD880007D02202120E06D0220E009A04D0042206
    2844 :10AD980002E0012200E002228918081A02B0F0BD80
    2845 :08ADA800FFFEFEFE80808080AA
    2846 :10ADB000F0B583B0002200295DD00378002B5AD073
    2847 :10ADC000032302469A4300240194E4438507ED0ED1
    2848 :10ADD000AC40E443156825430290044600931C40B0
    2849 :10ADE0006418042C2FD32748274FE9190646AE4391
    2850 :10ADF0000E4228D15568211F04291ED3EE1903469F
    2851 :10AE0000AB43334219D1956821460839042916D33A
    2852 :10AE1000EB190646AE431E4211D1D56821460C39C6
    2853 :10AE200004290ED3EB190646AE431E4209D1103C4D
    2854 :10AE300015691032042CD8D205E0121D02E0083248
    2855 :10AE400000E00C320C46280601990ED02804000EB2
    2856 :10AE50000AD02802000E11D0280E009800D004203D
    2857 :10AE60000146A14203D203E00121A14200D32146C1
    2858 :10AE70000298101A4218104603B0F0BD0221A142F8
    2859 :0CAE8000F5D2F5E780808080FFFEFEFE2A
    2860 :10AE8C00002A03D0013A8B5C8354FBD17047C04637
    2861 :10AE9C0000220B0011001A00002A02D0013A815442
    2862 :04AEAC00FCD170471E
    2863 :10AEB000002A09D0884207D007D280188918524248
    2864 :10AEC0008B5C83540132FBD17047013A8B5C835415
    2865 :04AED000FBD17047FB
    2866 :10AED40002480068002800D101487047580F00203C
    2867 :04AEE400000000204A
    2868 :10AEE8007F2805D8034A125C0348405C104070472D
    2869 :0CAEF800002070476CC50008DDC3000896
    2870 :10AF04007F2805D8034A125C0348405C1040704710
    2871 :0CAF1400002070476CC50008DDC3000879
    2872 :10AF20000200000004000000080000001000000003
    2873 :10AF3000FDFFFFFFFBFFFFFFF7FFFFFFEFFFFFFF3F
    2874 :10AF400000000000040000000200000008000000F3
    2875 :10AF500001000000020000000400000006000000E4
    2876 :10AF6000080000000A0000000C00000010000000B3
    2877 :0CAF7000200000004000000080000000F5
    2878 :10AF7C0000000000000000000000000000000000C5
    2879 :10AF8C0000000000000000000000000000000000B5
    2880 :10AF9C00010000000200000003000000040000009B
    2881 :10AFAC000600000007000000080000000900000077
    2882 :10AFBC000000000000000000000000000000000085
    2883 :10AFCC00010000000200000003000000040000006B
    2884 :0CAFDC004AC1000808B00008E8AF0008F7
    2885 :10AFE800E9AE000841BD000817B8000805AF000821
    2886 :10AFF8004DBD000825B8000831BD0008E9B70008B4
    2887 :10B008004CC10008DCC30008DCC30008DCC300082E
    2888 :10B01800DCC30008DCC30008DCC30008DCC300088C
    2889 :10B02800DCC30008DCC30008FFFFFFFFFFFFFFFFD2
    2890 :10B03800FFFFFFFFFFFF000010C100088EC30008DC
    2891 :10B048005DBF0008ABC30008B4BF00087CC300089C
    2892 :08B0580085C30008BBBF00081E
    2893 :10B06000034C206804348047FBE7FCF73BFBFEE71A
    2894 :04B07000ECC5000823
    2895 :10B0740004480549884385460448804704480549EF
    2896 :10B084000160EBE70080002007000000E9B400083D
    2897 :08B0940008ED00E000000008D7
    2898 :10B09C00FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE77C
    2899 :10B0AC00FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE76C
    2900 :10B0BC00FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE75C
    2901 :10B0CC00FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE74C
    2902 :0CB0DC00FEE7FEE7FEE7FEE7FEE7FEE70A
    2903 :10B0E800F0B581B000904C000120640C0446054680
    2904 :10B0F800064610D10C04240E01D000240BE00C06E7
    2905 :10B1080005D44C0606D000242546264603E0002434
    2906 :10B11800254600E0044603231746DF41032F13D8D2
    2907 :10B128007F443F797F00BF4406010411002C02D000
    2908 :10B138000AE0002D08D10098006841618168182351
    2909 :10B14800994311438160002001B0F0BD002EF2D078
    2910 :02B15800FAE714
    2911 :0AB15A0080B5806A00F00FF880BD98
    2912 :10B1640080B5806A816D40220A438265C16D0422E4
    2913 :0AB174000A43C26500F001F880BD37
    2914 :02B17E00704718
    2915 :02B18000704716
    2916 :02B18200704714
    2917 :0AB1840000690840411E8841704731
    2918 :02B18E00704708
    2919 :10B19000F0B583B004462820205C012802D10220AB
    2920 :10B1A00003B0F0BD264628360220707001200090C2
    2921 :10B1B0003070002A487806D0CA7812040002871836
    2922 :10B1C000887802903AE0C20603D5EF2210400A3098
    2923 :10B1D0004870CA78002713460A3B3D4608D3DAB2C6
    2924 :10B1E000CD255543ED0A0A226A439A1A2D011035DE
    2925 :10B1F0001543EAB203460A3B02973D4608D3D8B24C
    2926 :10B20000CD254543ED0A0A206843181A2D01103553
    2927 :10B2100012040543E8B20702887803460A3B09D3C3
    2928 :10B22000D8B2CD254543ED0A0A206843181A2B01F0
    2929 :10B23000103302931743029A024302922068CA22F3
    2930 :10B2400042625322426209780191C16849061BD4C7
    2931 :10B25000C16880220A43C260F5F700F805462068FD
    2932 :10B26000C168490610D4F4F7F9FF401B7D21C900DD
    2933 :10B270008842F4D9032070702168CA68FF224A62AC
    2934 :10B280000021317003B0F0BD0299C9B20F4301999A
    2935 :10B290004903C02297430F4347602046F7F73CF825
    2936 :10B2A0002168FF224A620028EAD1009870700020CD
    2937 :06B2B000307003B0F0BD98
    2938 :02B2B6007047DF
    2939 :02B2B8007047DD
    2940 :02B2BA007047DB
    2941 :02B2BC007047D9
    2942 :02B2BE007047D7
    2943 :02B2C0007047D5
    2944 :02B2C2007047D3
    2945 :02B2C4007047D1
    2946 :02B2C6007047CF
    2947 :10B2C80030B5816ACA070CD18A0714D44A071CD43E
    2948 :10B2D8000A0724D4CA062CD48A0634D44A063CD495
    2949 :10B2E8004CE00122520403685C689443C26A22431A
    2950 :10B2F8005A608A07EAD50122120403685C689443FD
    2951 :10B30800026B22435A604A07E2D50122920403687D
    2952 :10B318005C689443426B22435A600A07DAD50122DB
    2953 :10B32800D20303685C689443826B22435A60CA065E
    2954 :10B33800D2D50122120303689C689443C26B22434E
    2955 :10B348009A608A06CAD50122520303689C6894430E
    2956 :10B35800026C22439A604A0610D50122130502683E
    2957 :10B3680054689C43456C2C4354609D4206D103238A
    2958 :10B378005B0554689C43836C23435360090607D5D7
    2959 :10B388000121C904026853688B43C06C184350609C
    2960 :02B3980030BDC6
    2961 :10B39A0030B580214158212918D102465632938A64
    2962 :10B3AA00002B13D0016802E05B1E1C040ED0148827
    2963 :10B3BA00002C0CD0CC692406F6D5046D25788D6254
    2964 :10B3CA00641C04651488641E1480EDE730BD0120F6
    2965 :10B3DA00C0058A6882438A600868402202430A607C
    2966 :02B3EA0030BD74
    2967 :10B3EC0010B584214158222901680FD102465E32E2
    2968 :10B3FC0053884C6A1C40836D1C801488641E148016
    2969 :10B40C009B1C83651288002A05D010BD8869082210
    2970 :10B41C0002438A6110BD0246843209235B010C6829
    2971 :10B42C009C430C608B680124A3438B600021C16694
    2972 :0AB43C002021116000F031F810BD6E
    2973 :10B4460010B5842141582229016810D102465E3286
    2974 :10B456005388496A1940836D19701188491E1180F5
    2975 :10B46600816D491C81651188002905D010BD886948
    2976 :10B47600082202438A6110BD014684310922520125
    2977 :10B4860003681C6894431C609A680124A2439A606E
    2978 :0EB496000022C26620220A6000F002F810BDFB
    2979 :02B4A4007047EF
    2980 :02B4A6007047ED
    2981 :10B4A80030B57C21415C012901D1022030BD014623
    2982 :10B4B8007C3124224A600268136814680125AC4371
    2983 :10B4C80014606C07A34313600022426610460A709A
    2984 :06B4D80020224A6030BD95
    2985 :02B4DE007047B5
    2986 :02B4E0007047B3
    2987 :02B4E200FEE783
    2988 :02B4E4007047AF
    2989 :02B4E6007047AD
    2990 :02B4E8007047AB
    2991 :10B4EA0008D1002806D1F54204D801D3002A01D197
    2992 :10B4FA006D0D09D10020C143090DC904F0BDF9D170
    2993 :10B50A001242F7D1640DF5D00020C143490549081C
    2994 :10B51A00A6E000206146F0BDF0B50127FF070E0046
    2995 :10B52A005E403E40B446BE0A4C18DD18F442D7D2FB
    2996 :10B53A00F542E4D2640DECD06D0DEAD06419C9026B
    2997 :10B54A003943460DC0023143DB023B43DB0A10B4E8
    2998 :10B55A008E4685B297B26F43140C6C433E0CA41905
    2999 :10B56A00260C2404BFB227439CB26C43A419190CBD
    3000 :10B57A006943250CA4B249190D04090C6419000C7D
    3001 :10B58A0095B245433E0C76193743BFB2360C150CBB
    3002 :10B59A004543AD19A6B2240CAD192E0437432E0C1F
    3003 :10B5AA0036199DB24543AD19ACB22E0C89191D0C42
    3004 :10B5BA0045436D182E04290C3443704680B295B267
    3005 :10B5CA0045433E0C76193743BFB2360C150C45433A
    3006 :10B5DA00AD19A6B2AD19240C2E0437432E0C361918
    3007 :10B5EA009DB24543AD19ACB22E0C89191D0C4543C9
    3008 :10B5FA006D182E043443290C75462D0C90B26843FD
    3009 :10B60A003E0C80190604BFB23E43070CA0B23F1895
    3010 :10B61A00120C6A43D019020C80B2240CA4189AB2F4
    3011 :10B62A006A43121914042043120C89181B0C6B4329
    3012 :10B63A00C91810BC01273D05294203D1B61940415A
    3013 :10B64A004941013CFF077D0D013D641B0BDB6D0089
    3014 :10B65A00AC4209DA240500254208BE41684161412D
    3015 :0AB66A0066463143F0BD54E74EE799
    3016 :10B6740030B581B06A4611700269002A17D018C823
    3017 :10B684000838A3423CD243695C1C4461D1544269EA
    3018 :10B69400002A35D081698A4232D1036A002B03D053
    3019 :10B6A40001690446984720460021416128E0C268A8
    3020 :10B6B400002A09D018C80838A34221D25D1CA5422B
    3021 :10B6C40000D10021D1541BE08268002A08D018C898
    3022 :10B6D4000838A34214D25D1CA5420ED0C9B20DE0B5
    3023 :10B6E400036A002B0CD006C80838914208D2694678
    3024 :10B6F400012204469847204602E000219B00D150D5
    3025 :0AB704000168491C016001B030BD6E
    3026 :10B70E0010B54269002A07D00446036A002B01D007
    3027 :0AB71E00216998470020606110BD0A
    3028 :10B7280070B514460D460646FFF7D0FB0146304675
    3029 :0AB738002A462346FEF742FA70BDD0
    3030 :0AB7420080B50068FFF7A5FA80BD8E
    3031 :10B74C00F0B581B0154604464068A268E768C01998
    3032 :10B75C00D61BB54204D22A46FFF792FB7D1909E0AD
    3033 :10B76C000F463246FFF78CFBB919AD1B60682A46B1
    3034 :0AB77C00FFF786FBE56001B0F0BDA9
    3035 :10B78600F0B583B016460D46C7680021019006E065
    3036 :10B796000299C760361B2D196118002E1ED0029122
    3037 :10B7A6000269F943BA4202D95418816802E0521874
    3038 :10B7B600816854184268C91B8C4200D30C46B442B7
    3039 :10B7C60000D33446D01929462246FFF75CFBE71919
    3040 :10B7D600019881688F42DBD10027D9E7084603B07C
    3041 :02B7E600F0BDB4
    3042 :10B7E80010B50446002000290DD0002A0BD0097896
    3043 :10B7F80048B2002808D4002C00D02160002119602C
    3044 :0EB808005960411E884110BD0120C04310BD93
    3045 :0EB81600014641391A2901D22021084370470A
    3046 :0EB82400014641391A2901D2202108437047FC
    3047 :10B83200010002000400060008000A000C001000CB
    3048 :06B8420020004000800020
    3049 :10B84800B0B50146806A826D50231A42826D06D0D7
    3050 :10B85800D20610D4006D426B08469047B0BD012156
    3051 :10B868004B021A4382650268D3681B059B0F05D0FB
    3052 :10B87800FCF7FAFAB0BDFFF77EFCB0BD837E002B63
    3053 :10B88800F6D113681B07F3D593685B070ED40346FC
    3054 :10B89800583354680C25AC435460FF2402341A68AA
    3055 :10B8A800A2430A431A60FCF7DFFAB0BD826D202379
    3056 :10B8B8001343836503465C33C26D0A431A60FCF781
    3057 :04B8C800D3FAB0BD42
    3058 :10B8CC00F0B584B00E46022141770468A1680125C9
    3059 :10B8DC002943A160016A01291DD002290ED0032938
    3060 :10B8EC0027D1002A00D10EE10395032511462940EA
    3061 :10B8FC00042A00D3DEE033460025EAE0510863D089
    3062 :10B90C000296039503260B46334001934B1E032BE3
    3063 :10B91C0021D200273AE097080FD00395032339462C
    3064 :10B92C0019400091791E03290296019353D20025E8
    3065 :10B93C0084E04577002004B0F0BD002103231A40B9
    3066 :10B94C00032A00D0AEE07218715C09025378C91852
    3067 :10B95C0021809178ABE0B1430027029E7388358833
    3068 :10B96C002D04EB182360F388B5882D04EB182360A5
    3069 :10B97C00738935892D04EB182360F389B5892D045F
    3070 :10B98C00EB18236010363F1DB942E7D1019900290D
    3071 :10B99C00029E16D0BB00F1184D88F35A1B045B199C
    3072 :10B9AC002360019B012B0CD01F46CB888D882D0466
    3073 :10B9BC00EB182360022F04D04B8909890904C9189C
    3074 :10B9CC0021601146039DA943D20700D19BE0490099
    3075 :10B9DC00715A218097E09F43002531460E78360638
    3076 :10B9EC004B781B049B198E7836029B19CE789B19C9
    3077 :10B9FC0023600B791B064E793604F3188E793602C8
    3078 :10BA0C009B19CE799B1923600B7A1B064E7A360450
    3079 :10BA1C00F3188E7A36029B19CE7A9B1923600B7B16
    3080 :10BA2C001B064E7B3604F3188E7B36029B19CE7B9D
    3081 :10BA3C009B19236010312D1DAF42CFD1009F002FD9
    3082 :10BA4C00029E26D0A900735C1B0671184D782D043C
    3083 :10BA5C00EB188D782D025B19CD785B192360012FC3
    3084 :10BA6C0017D00B791B064D792D04EB188D792D020F
    3085 :10BA7C005B19CD795B192360022F0AD00B7A1B0658
    3086 :10BA8C004D7A2D04EB188D7A2D025B19C97A591851
    3087 :10BA9C0021601146019B9943039D03231A40032AFD
    3088 :10BAAC0000D150E7022A1ED0012A01D1715C21700D
    3089 :10BABC00046828E0AA430025334637682760776876
    3090 :10BACC002760B7682760F768276010362D1DAA42DB
    3091 :10BADC00F3D1002905D0AA001D469B5823600129EB
    3092 :10BAEC0009D1039D0FE072185278715C0902891814
    3093 :10BAFC002180046807E0AA18536823600229039D7B
    3094 :10BB0C0001D09168216021684577084604B0F0BDEA
    3095 :10BB1C00002A02D018228150704728228150704789
    3096 :10BB2C0042690B4693430A401104C918816170475E
    3097 :10BB3C0010B580214258212A0DD1034656331A885C
    3098 :10BB4C00002A026808D0016D0C789462491C0165CA
    3099 :10BB5C001888401E188010BD10688843106010684B
    3100 :08BB6C0040210143116010BDEE
    3101 :10BB740070B582B015460A4604460120C143DE1E54
    3102 :10BB84008E4200D318460090022D01D3092100E013
    3103 :10BB94000A2108180190069920462B46F8F7D8F890
    3104 :10BBA400262000212154A184E16121841C34A17147
    3105 :04BBB40002B070BDAE
    3106 :04BBB800007D704755
    3107 :08BBBC0080B5F9F7E9FF80BD37
    3108 :0CBBC40080B501204002F5F79FFE80BD17
    3109 :10BBD00010B582B00B4601AC2070012120460A4608
    3110 :10BBE00000F008F8002802D0207802B010BDC04351
    3111 :04BBF00002B010BDD2
    3112 :10BBF400F0B581B01E4615460C4607461846FEF7BA
    3113 :10BC0400F7FF0146002000290AD46543A54207D363
    3114 :10BC1400304639462A46FFF792FD2146FDF740FF9C
    3115 :04BC240001B0F0BDBE
    3116 :04BC2800C80F70478A
    3117 :10BC2C00F0B581B01C4615460091CA0017183E4667
    3118 :10BC3C00103EB068F1682A46FFF76DFC0CCEFDF79C
    3119 :10BC4C00EBFB009A032A0DDB183F561E2A462346AF
    3120 :10BC5C00FFF761FC0CCF083FFDF7DEFB761E083FBB
    3121 :10BC6C00012EF3D82A462346FFF755FC01B0F0BD50
    3122 :10BC7C00F0B581B01D4616460346C800022916DBF6
    3123 :10BC8C0000931F18083F4C1C304629460CCF083F28
    3124 :10BC9C00FDF7C2FB32462B46FFF73DFC641E083F06
    3125 :10BCAC00022CF3D8009B083306460D4600E01B1807
    3126 :10BCBC00083B0CCB30462946FDF7AEFB01B0F0BD7E
    3127 :08BCCC00C1174840401A7047FF
    3128 :10BCD40070B5012A09DB0C460546561C2846214648
    3129 :0CBCE400FFF7C6FC761E012EF8D870BDDC
    3130 :10BCF00070B50446C80610D4880503D53025012A3E
    3131 :10BD000003DA70BD2025012A07DB561C2046294690
    3132 :0CBD1000FFF7B0FC761E012EF8D870BDC5
    3133 :10BD1C0010B50C46436A01212046FFF765FF10BDA4
    3134 :04BD2C0040207047FC
    3135 :10BD3000024601207F2901D9C04370471170704726
    3136 :0CBD4000014661391A2900D220387047F2
    3137 :0CBD4C00014661391A2900D220387047E6
    3138 :0FBD580049205265666572656E7A3D25660A0060
    3139 :0BBD6700547368756E743D25660A0079
    3140 :10BD72002D2D2D204761696E20447269667420431F
    3141 :07BD8200414C202D2D2D0086
    3142 :0FBD890041637475616C20543D256620430A00A8
    3143 :10BD980041637574616C20493D25662041287769A7
    3144 :10BDA80074686F7574206761696E2074656D7020A2
    3145 :10BDB800647269667420636F7272656374696F6E0A
    3146 :03BDC800290A0045
    3147 :10BDCB004B6F7272656B74757266616B746F723DDB
    3148 :10BDDB002566205B2031202F2043656C73697573BA
    3149 :03BDEB005D0A00EE
    3150 :10BDEE004552524F52204144535F313236305F53E9
    3151 :0BBDFE0065744461746152617465005B
    3152 :10BE09004552524F52204144535F313236305F53CD
    3153 :0BBE1900657443686F704D6F64650036
    3154 :10BE2400454550524F4D20776173206368616E67BA
    3155 :10BE3400656421205765206E65656420746F2070E9
    3156 :10BE4400726573657276652063616C696272617490
    3157 :10BE5400696F6E20616E642073657474696E6773B4
    3158 :07BE640020646174612100FC
    3159 :10BE6B00454550524F4D20464143544F5259205255
    3160 :0FBE7B004553544F52452F5550444154452100D3
    3161 :0FBE8A007265616420636F6E6669672E2E2E00ED
    3162 :10BE9900666163746F727920726573746F72652E4F
    3163 :03BEA9002E2E003A
    3164 :10BEAC0050524F54454354494F4E3A204F425F52E3
    3165 :0BBEBC0044505F4C4556454C5F32007F
    3166 :10BEC70050524F54454354494F4E3A204F425F52C8
    3167 :0BBED70044505F4C4556454C5F310065
    3168 :10BEE20050524F54454354494F4E3A204F425F52AD
    3169 :0BBEF20044505F4C4556454C5F30004B
    3170 :10BEFD00466C61736820756E6C6F636B2065727232
    3171 :03BF0D006F720050
    3172 :10BF10004F5554505554535F4C56505F5348554EEF
    3173 :10BF2000545F554E44455254454D50455241545529
    3174 :03BF300052450077
    3175 :10BF33004F5554505554535F4F56505F5348554EC9
    3176 :10BF4300545F554E44455254454D50455241545506
    3177 :03BF530052450054
    3178 :07BF5600286E756C6C2900D8
    3179 :10BF5D004A616E75617279004665627275617279BA
    3180 :10BF6D00004D6172636800417072696C004D6179BA
    3181 :10BF7D00004A756E65004A756C7900417567757379
    3182 :10BF8D00740053657074656D626572004F63746FF4
    3183 :10BF9D00626572004E6F76656D6265720044656311
    3184 :07BFAD00656D626572000082
    3185 :07BFB400414D00504D00005B
    3186 :0FBFBB0025612025622025652025542025590069
    3187 :10BFCA004552524F52205452494D4D494E472056E0
    3188 :06BFDA00414C55455300E7
    3189 :0EBFE00075617274206572726F72200A0D0016
    3190 :10BFEE002D2D2D204761696E202043414C202D2D93
    3191 :02BFFE002D0014
    3192 :0AC0000054736869703D25660A005C
    3193 :10C00A002D2D2D204761696E202043414C20454E3D
    3194 :06C01A0044452D2D2D0010
    3195 :0EC0200064656C746120543D256620430A005F
    3196 :0AC02E0052656620493D25660A00B0
    3197 :10C038004552524F52204144535F313236305F49A6
    3198 :0EC048006E7075744D757853656C6563740089
    3199 :10C0560046697273742073746172742064657465C2
    3200 :06C0660063746564210013
    3201 :0EC06C004953454E534F523A20496E697400B5
    3202 :10C07A002E2E2E466C61736820756E6C6F636B652D
    3203 :02C08A00640050
    3204 :10C08C00466C617368206F6220756E6C6F636B20F9
    3205 :06C09C006572726F720074
    3206 :0EC0A200466C61736820206C6F636B656400F0
    3207 :10C0B0004F5554505554535F4C56505F5348554E4E
    3208 :10C0C000545F4F56455254454D5045524154555278
    3209 :02C0D000450029
    3210 :0EC0D2004F5554505554204C5650204F4B00A3
    3211 :10C0E0004F5554505554535F4F56505F5348554E1B
    3212 :10C0F000545F4F56455254454D5045524154555248
    3213 :02C100004500F8
    3214 :0EC102004F5554505554204F5650204F4B006F
    3215 :10C1100053756E646179004D6F6E6461790054757A
    3216 :10C120006573646179005765646E65736461790055
    3217 :10C13000546875727364617900467269646179004C
    3218 :0AC1400053617475726461790000A8
    3219 :02C14A004300B0
    3220 :02C14C002E00C3
    3221 :10C14E004672657175656E6379204D6561737572A2
    3222 :09C15E006564203D2025640A00FF
    3223 :10C16700492028776974686F757420636F6D7065EF
    3224 :0DC177006E736174696F6E293D25660A00C4
    3225 :10C184004144535F313236305F4261747465727971
    3226 :10C1940043757272656E744761696E43616C69625E
    3227 :10C1A400726174696F6E53746172743A20455252AD
    3228 :10C1B4004F5220494E2043414C4942524154494F29
    3229 :10C1C4004E2C204E4F205245464552454E43452065
    3230 :09C1D40043555252454E5421001E
    3231 :10C1DD004E6F726D616C2073746172742077697427
    3232 :10C1ED00686F757420454550524F4D206368616EE0
    3233 :0DC1FD006765732064657465637465640094
    3234 :10C20A00454550524F4D2046554C4C2052455354AB
    3235 :05C21A004F5245210018
    3236 :10C21F00454550524F4D2053544F524520434F4E9A
    3237 :05C22F00464947210013
    3238 :0DC234004144533132363020496E697400A8
    3239 :10C241002E2E2E466C617368206F6220756E6C6FA6
    3240 :05C25100636B65640051
    3241 :10C256002E2E2E44697361626C65206C6F636B20B1
    3242 :10C2660070726F636573732066696E69736865645F
    3243 :01C2760000C7
    3244 :10C27700466C617368204F7074696F6E627974657C
    3245 :10C287002070726F6772616D6D206661696C65649D
    3246 :01C2970000A6
    3247 :10C298002E2E2E466C617368206C6F636B20616C68
    3248 :0DC2A80072656164792061637469766500D8
    3249 :10C2B5002E2E2E456E61626C65206C6F636B20655A
    3250 :05C2C50072726F7200AF
    3251 :10C2CA004F5554505554535F4C56505F434849504C
    3252 :10C2DA005F4F56455254454D50455241545552456B
    3253 :01C2EA000053
    3254 :10C2EB004F5554505554535F4C56505F4241545424
    3255 :10C2FB004552595F554E444552564F4C5441474554
    3256 :01C30B000031
    3257 :10C30C004F5554505554535F4F56505F4348495006
    3258 :10C31C005F554E444554454D504552415455524538
    3259 :01C32C000010
    3260 :10C32D004F5554505554535F4F56505F43484950E5
    3261 :10C33D005F4F56455254454D504552415455524507
    3262 :01C34D0000EF
    3263 :05C34E002D494E4600E0
    3264 :05C353002D696E66007B
    3265 :05C358002B494E4600D8
    3266 :05C35D002B696E660073
    3267 :10C3620000000000000054545220524547474553F4
    3268 :01C3720000CA
    3269 :09C373005465726D696E616C0085
    3270 :09C37C00256D2F25642F257900A1
    3271 :09C3850025483A254D3A255300E4
    3272 :10C38E0053756E004D6F6E005475650057656400F1
    3273 :0DC39E005468750046726900536174000018
    3274 :10C3AB004A616E00466562004D6172004170720019
    3275 :10C3BB004D6179004A756E004A756C0041756700D6
    3276 :10C3CB00536570004F6374004E6F760044656300D5
    3277 :01C3DB000061
    3278 :01C3DC000060
    3279 :0DC3DD0000070320041702010857104080DC
    3280 :04C3EC00AD85000813
    3281 :10C3F00056616C7565206E6F742076616C6964009F
    3282 :10C400004B6F7272656B74757266616B746F723D9F
    3283 :04C4100025660A0093
    3284 :10C414002D2D2D204761696E204472696674204376
    3285 :0CC42400414C20454E4445202D2D2D009C
    3286 :10C430004552524F52204144535F313236305F53A0
    3287 :10C440006574496E7465726E616C5265666572657D
    3288 :04C450006E636500B2
    3289 :0CC4540057726974696E6720534E210016
    3290 :10C46000554E4B4E4F574E20434F4D4D414E44007D
    3291 :10C47000466C617368204F7074696F6E6279746581
    3292 :0CC480002070726F6772616D6D65640062
    3293 :10C48C00537461727420656E61626C6520726561B3
    3294 :10C49C00646F75742070726F74656374696F6E006D
    3295 :10C4AC002E2E2E466C61736820756E6C6F636B005C
    3296 :10C4BC00466C617368204F7074696F6E6279746535
    3297 :08C4CC00206C6F636B656400D6
    3298 :10C4D4002E2E2E456E61626C65206C6F636B20702E
    3299 :10C4E400726F636573732066696E6973686564004F
    3300 :10C4F4004F5554505554535F4C56505F4F56455208
    3301 :08C5040043555252454E54000C
    3302 :10C50C004F5554505554535F4F56505F4F564552EC
    3303 :08C51C0043555252454E5400F4
    3304 :10C524004F5554505554535F4F56505F42415454E5
    3305 :10C534004552595F4F564552564F4C54414745005A
    3306 :10C544003031323334353637383941424344454645
    3307 :10C554003031323334353637383961626364656675
    3308 :04C564004E414E00F6
    3309 :04C568006E616E0092
    3310 :10C56C002020202020202020206828282828202057
    3311 :10C57C0020202020202020202020202020202020AF
    3312 :10C58C004810101010101010101010101010101067
    3313 :10C59C008484848484848484848410101010101007
    3314 :10C5AC001081818181818101010101010101010160
    3315 :10C5BC000101010101010101010101101010101014
    3316 :10C5CC001082828282828202020202020202020231
    3317 :10C5DC0002020202020202020202021010101020D9
    3318 :10C5EC0039C6000829000020211400004BC60008A1
    3319 :10C5FC00000000200CC60008290000006BB00008E9
    3320 :10C60C00DCAF0008DCAF0008DCAF0008DCAF0008D2
    3321 :10C61C00DCAF0008040000004C0F0020500F00207D
    3322 :0CC62C00540F00200024F4000100000066
    3323 :10C63800206861680834002200E042540139FCD5C2
    3324 :02C64800704739
    3325 :10C64A0020686168A2680C3401E08B5C8354013A6B
    3326 :04C65A00FBD5704755
     32:1001D00010B5816A8A6D50231A428A6D05D0D20605
     33:1001E00002D4096D496B884710BD012043021A43B0
     34:1001F0008A650A68D3681B059B0F02D01049086006
     35:1002000010BD8B7E002BF9D113681B07F6D59368C0
     36:100210005B0709D4583153680C24A3435360FF2370
     37:1002200002330A689A4305E08A6D202313438B65E5
     38:10023000CA6D5C3102430A600149086010BDC046C6
     39:04024000080F002083
     40:10024400F0B58BB000240A9454259A4E715D0129AF
     41:1002540000D111E10127775531688A68520714D417
     42:10026400336942680992022A944A13D104273B4312
     43:1002740093426AD1904AD3430268D04318438B6AAD
     44:1002840003408B62002A64D4F5E0B06D2021014361
     45:10029400B165F0E0089104210B439342864B67D18A
     46:1002A40007683B4008998A6A1A438A623A024B6992
     47:1002B400934380681040824A02401A434A61002FE7
     48:1002C40000D4D8E001237F483A4607680720800518
     49:1002D4003946099001407C480792824200D08EE062
     50:1002E400D8053A46024000D089E0764F3A68099B27
     51:1002F4009A431143014339607648006876490AF00D
     52:1003040083FB0C2141430C310A910A98002800D147
     53:10031400B1E00A98401E0A900A98002800D1AAE089
     54:100324000A98401E0A900A98002800D1A3E00A986F
     55:10033400401E0A900A98002800D19CE00A98401EAA
     56:100344000A900A980028E4D195E00268002A00D4B3
     57:1003540091E05C4801685D4B9A4200D182E05C4BBD
     58:100364009A427CD0584B9A4200D084E005227AE02D
     59:10037400029106941F26099A16400F2201920596AF
     60:10038400B2404C4E346E03929443049402681A4271
     61:10039400079249D0D207069C2346089948D1079A68
     62:1003A40092073B4644D4079B5A0767D41A0767D47D
     63:1003B400DA06029B3CD4079B9A0663D45A0663D49C
     64:1003C4001A0663D4DA0563D49A0563D45A0563D450
     65:1003D4001A0563D4DA0463D49A0463D45A0463D444
     66:1003E4001A04019B24D4079AD2035FD4079A920378
     67:1003F4005ED4079A5203D2171223134018E03348ED
     68:10040400079A824202D11806814205D330488242BB
     69:1004140031D1980507402ED12A4F3A68099B9A4357
     70:1004240011430143396026E05200D30E069C08991B
     71:10043400059FBB40049A13433366099A9208F369F3
     72:1004440093420AD9039AD2438B6A13403E46079FCC
     73:10045400BA00120FB240174E26E7079F26E7032281
     74:10046400D20501E003229205114007229205036898
     75:1004740093435918016074550BB0F0BD0223D7E7BC
     76:100484000323D5E70523D3E70623D1E70723CFE7E3
     77:100494000823CDE70923CBE70A23C9E70B23C7E7E2
     78:1004A4000C23C5E70D23C3E70E23C1E71023BFE7E1
     79:1004B4001123BDE7840D0020FFFF07000400008026
     80:1004C40000FFFF0708270140001000B0004000B8FB
     81:0C04D400002000B420000020400D0300B8
     82:1004E000F0B5684B02225A771A68956801242543B3
     83:1004F00095601D6A012D43D0022D0DD0032D00D033
     84:100500008AE00D40042900D389E00021002D00D0AD
     85:1005100091E010685C77F0BD4D0813D06E1E032E7D
     86:1005200018D2032635400BD0468807883F04BE19F1
     87:100530001660012D04D0C5888688360475191560AB
     88:100540000D46A543C907E4D06900405A10801068E1
     89:100550005C77F0BD418803881B0459181160C1887D
     90:1005600083881B0459181160418903891B04591899
     91:100570001160C18983891B04591811601030E9E7A3
     92:100580008D0811D06D1E032D18D20E070425B60F4D
     93:100590000AD00678360647783F04BE1987783F02AE
     94:1005A000F619C778F61916600326314003295DD085
     95:1005B000022951D0012961D1405D5EE00178090630
     96:1005C00043781B04591883781B02C918C378C918CB
     97:1005D00011600179090643791B04591883791B02BC
     98:1005E000C918C379C9181160017A0906437A1B0436
     99:1005F0005918837A1B02C918C37AC9181160017B84
     100:100600000906437B1B045918837B1B02C918C37B53
     101:10061000C91811601030D1E700205C77F0BD016887
     102:1006200011604168116081681160C1681160042126
     103:10063000002D00D16DE7890046581660012D00D1CC
     104:1006400067E7401841681160022D00D161E78068BA
     105:10065000106010685C77F0BD41194978405D000278
     106:10066000401810801A6810685C77F0BD4119405D31
     107:1006700000024D7840191080887810701A68106850
     108:080680005C77F0BDBC0E002008
     109:10068800F0B585B0634C2178002902D0022005B06E
     110:10069800F0BD029203930490012626705E4A116809
     111:1006A80037045E4C2068C0032BD420685C4B5D1C6B
     112:1006B800019525601842304600D0A6E00120009040
     113:1006C8008604206840033CD4606800990843606051
     114:1006D800049802990160BFF36F8F03994160116814
     115:1006E800206838424DD12068019B23604C4B18424A
     116:1006F800009800D085E020680023304261D10020B6
     117:100708007FE07D20C5001068431A0320AB427CD2ED
     118:1007180023683B42C9D013685B1AAB4275D2236881
     119:100728003B42C2D013685B1AAB426ED223683B428D
     120:10073800BBD013685B1AAB4267D220683842E2D15B
     121:10074800B3E77D20C5001068431A0320AB425CD292
     122:1007580023683342B8D013685B1AAB4255D223687A
     123:100768003342B1D013685B1AAB424ED2236833428E
     124:10077800AAD013685B1AAB4247D220683042E2D154
     125:10078800A2E77D20C3001068451A03209D4238D295
     126:1007980025683D42A7D015686D1A9D4231D225685B
     127:1007A8003D42A0D015686D1A9D422AD225683D4267
     128:1007B80099D015686D1A9D4223D220683842E2D13B
     129:1007C80091E77D20C5001068471A0320AF4218D270
     130:1007D8002768374214D017687F1AAF4211D22768AA
     131:1007E80037420DD017687F1AAF420AD227683742BE
     132:1007F80006D017687F1AAF4203D220683042E2D190
     133:1008080018466168009A914361600021014A11709D
     134:1008180005B0F0BD880F0020240000201020024001
     135:04082800FA8300004F
     136:10082C0070B52B490B6801222A480468E4030ED4E6
     137:10083C000468294D6E1C06602C4202D104686403C6
     138:10084C0025D4D10742680A434260406870BD140445
     139:10085C007D25ED000E68F61AAE42F2D206682642ED
     140:10086C00E6D00E68F61AAE42EBD206682642DFD00E
     141:10087C000E68F61AAE42E4D206682642D8D00E684C
     142:10088C00F61AAE42DDD206682642E3D1D0E79404D4
     143:10089C007D25ED000E68F61AAE42D2D206682642CD
     144:1008AC00CFD00E68F61AAE42CBD206682642C8D01C
     145:1008BC000E68F61AAE42C4D206682642C1D00E6843
     146:1008CC00F61AAE42BDD206682642E3D1B9E7C0465D
     147:0C08DC002400002010200240FA830000DD
     148:1008E80070B52B490B6801222A480468E4030ED42A
     149:1008F8000468294D6E1C06602C4202D1046864030A
     150:1009080025D4910742680A434260406870BD1404C8
     151:100918007D25ED000E68F61AAE42F2D20668264230
     152:10092800E6D00E68F61AAE42EBD206682642DFD051
     153:100938000E68F61AAE42E4D206682642D8D00E688F
     154:10094800F61AAE42DDD206682642E3D1D0E7940417
     155:100958007D25ED000E68F61AAE42D2D20668264210
     156:10096800CFD00E68F61AAE42CBD206682642C8D05F
     157:100978000E68F61AAE42C4D206682642C1D00E6886
     158:10098800F61AAE42BDD206682642E3D1B9E7C046A0
     159:0C0998002400002010200240FA83000020
     160:1009A400F0B586B06B490A78002A02D0022006B05E
     161:1009B400F0BD059001200870674C22680504674B60
     162:1009C4001968C90320D41968654E771C04971F6001
     163:1009D4003142014600D0B5E0012001908604186838
     164:1009E400400334D40022D043059908605D48007860
     165:1009F4005D49096808180290814200D398E000928A
     166:100A04007D20C200594F48E07D21CE0021688F1A15
     167:100A14000321B74200D395E01F682F42D3D0276843
     168:100A2400BF1AB74200D38DE01F682F42CBD027688E
     169:100A3400BF1AB74200D385E01F682F42C3D027688E
     170:100A4400BF1AB7427ED219682942DFD1BBE77D20A5
     171:100A5400C00021688F1A0321874273D21F6837426E
     172:100A6400C0D02768BF1A87426CD21F683742B9D0FA
     173:100A74002768BF1A874265D21F683742B2D02768F9
     174:100A8400BF1A87425ED219683142E2D1AAE70399BC
     175:100A9400491C02988142354F5AD058683840039116
     176:100AA400C9000143A81C08435860206819682942FA
     177:100AB4001AD021680F1A032197423CD21F682F4293
     178:100AC40012D027683F1A974235D21F682F420BD0A5
     179:100AD40027683F1A97422ED21F682F4204D02768F6
     180:100AE4003F1A9742E2D326E01968049F1F601C4F07
     181:100AF40039421FD119683142C9D021680F1A032124
     182:100B0400974218D21F683742C1D027683F1A9742CC
     183:100B140011D21F683742BAD027683F1A97420AD2C7
     184:100B24001F683742B3D027683F1A9742E2D302E0E6
     185:100B3400002103E001990598039A02605868022293
     186:100B4400904358600020034A1070084606B0F0BD78
     187:100B54000099F3E7880F00202400002010200240B1
     188:100B6400FA8300008C0F00205C0F002005E0FEFFDC
     189:100B7400F0B583B0814A1178002902D0022003B075
     190:100B8400F0BD012414700168CA077D4A0BD0416886
     191:100B9400012901D0202100E01C218368C5682D04AF
     192:100BA4001D435550016806230B40062B0BD101460B
     193:100BB40010312AC90D43FF208343C14359401069B2
     194:100BC4000840284323E08B070DD4490720D5416909
     195:100BD400FF239943DB434B4015691169EDB2AA2DFC
     196:100BE4000DD12E460CE01169664B0B40FF21C94321
     197:100BF400594015690D4000692843184307E0BB2696
     198:100C04001940CC2D00D1CC268069304308431061B3
     199:100C14005D4B196825041068C00326D410685B4E28
     200:100C2400771C029717603042204600D0A1E00120D3
     201:100C3400019084041068400337D40198410450683B
     202:100C44000091084350601968106828424DD110681B
     203:100C5400029D15604D4D2842019800D085E0106832
     204:100C64000025204261D100207FE07D20C600186865
     205:100C7400471A0320B7427CD217682F42CED01F6890
     206:100C84007F1AB74275D217682F42C7D01F687F1AE0
     207:100C9400B7426ED217682F42C0D01F687F1AB7427E
     208:100CA40067D210682842E2D1B8E77D20C7001868EF
     209:100CB400461A0320BE425CD216682642BDD01E6886
     210:100CC400761ABE4255D216682642B6D01E68761AE7
     211:100CD400BE424ED216682642AFD01E68761ABE4275
     212:100CE40047D210682042E2D1A7E77D20C7001868E8
     213:100CF400461A0320BE4238D216682E42A7D01E6878
     214:100D0400761ABE4231D216682E42A0D01E68761AD8
     215:100D1400BE422AD216682E4299D01E68761ABE4266
     216:100D240023D210682842E2D191E77D20C6001868DA
     217:100D3400471A0320B74218D21768274214D01F68F5
     218:100D44007F1AB74211D2176827420DD01F687F1A45
     219:100D5400B7420AD21768274206D01F687F1AB742E3
     220:100D640003D210682042E2D128465168009B99437F
     221:100D740051600021014A117003B0F0BD880F0020BA
     222:100D84001020024000604F0724000020FA83000076
     223:100D9400F0B58CB00F460968002900D1BCE00646C6
     224:100DA4005E48864201D0052000E003200090012423
     225:100DB40000250A950B950394029701960FE01943B9
     226:100DC400116039680846E040AD1C0A9A121D0A9267
     227:100DD4000B9A08320B92641C002800D19CE0601E20
     228:100DE400039B0990834019400791EAD004943E463E
     229:100DF40003273846A840C0432C4675682946394025
     230:100E04004A1E012A0695059413D808900198826811
     231:100E1400089F3A40F7680646A74017438760EA06EA
     232:100E2400D20F09988240089877689F4317437760E8
     233:100E340007E00329019E04D1029F2B462546049C0A
     234:100E44001FE0F2680240029FBB682546A34013439B
     235:100E5400F3600229069B049C13D108901C200A9974
     236:100E640008400F218140099AD2089200B218136AEF
     237:100E74008B43396981400898194311627B680321C7
     238:100E84001940A940326802400A4332609803800F37
     239:100E940097D0032009998143214840180521090767
     240:100EA4008E42016E0AD0204A964205D01F4A9642CD
     241:100EB400009B04D1022302E0012300E00023182256
     242:100EC4000B9E32400F269640B143603093400B4353
     243:100ED4000360134801687868C20202D5079B19436E
     244:100EE40001E0079B99430E4A11605168820201D5C3
     245:100EF400194300E099430A4A51600A494968820348
     246:100F040001D5194300E09943064A51601168C003B2
     247:100F140000D554E7994353E70CB0F0BD000C0050E2
     248:100F240000180240801802400004005000080050DD
     249:100F3400F0B585B003AD00242C70384F3E689B1B80
     250:100F44009E18374A1268232353431A0D72433D46B1
     251:100F54003F680492029003689A680A421AD00322F6
     252:100F640001925202914218D10094284602E09968F5
     253:100F740011424DD0197B03AC217003990168C91B40
     254:100F8400B1421DD20499049C641E04940029EED13C
     255:100F94000026ECE7002005B0F0BD284603E09A687F
     256:100FA4000A422C4637D00268D21BB24208D22546E8
     257:100FB400049A049C641E0494002AF0D10026EEE7EF
     258:100FC4005968E0229143596041218900029842689E
     259:100FD4008A420BD181680122D403A14202D0920239
     260:100FE400914203D1196840229143196001214A03B7
     261:100FF400846A5C30944205D11C6894431C601C686C
     262:1010040014431C60002202704170019805B0F0BDC9
     263:10101400009805B0F0BD204605B0F0BD24000020C6
     264:041024002000002088
     265:10102800F0B582B0254C2368D21A551824490968AE
     266:101038004901090D694326680191026893680021F6
     267:101048001B0637D503465C33009302E093681B0602
     268:1010580030D52768BF1BAF4207D2019F019B5B1E9B
     269:101068000193002FF2D10025F0E75168E024A14355
     270:1010780051604121890044688C420BD18168012468
     271:10108800E503A94202D0A402A14203D11168402479
     272:10109800A143116001214C03806AA04205D1106868
     273:1010A800A04310601068204310600020009A107060
     274:1010B80051700321084602B0F0BDC046240000204C
     275:0410C80020000020E4
     276:1010CC00F0B589B05C249C4E335D012B00D131E12D
     277:1010DC00012705943755994B1B6806935D230493A0
     278:1010EC00F35C012B6FD1002800D120E1002900D145
     279:1010FC001DE1049BF35C042B02D00523049C3355A7
     280:10110C000390002333664625725344243253F287EE
     281:10111C00F4688B48029484423C4600D30024240398
     282:10112C000194380337687C6884430020019BE418E1
     283:10113C007C603164039BB363F0643065B2873A68BA
     284:10114C00520603D43A68402313433B60029A7C4B0B
     285:10115C009A427268069C43D3002A039806D10288EF
     286:10116C00FA60801CB063F28F521EF287012205E0F8
     287:10117C00724B1B681B1B0A2B00D3D5E0F38F002B83
     288:10118C0002D1735B002B6AD0BB689B070CD5F38F25
     289:10119C00002B09D0012A07D10288FA60801CB063A9
     290:1011AC00F28F521EF2870022BB68DB07E0D0735B24
     291:1011BC00002BDDD0FA680A80725B521E7253891CB8
     292:1011CC0031640122D4E74124A4007568A54200D003
     293:1011DC00ADE0042B00D0AAE0B368002B83D0A6E0CE
     294:1011EC00002A039807D100783873B06B401CB063A9
     295:1011FC00F08F401EF087012005E050490968091B5B
     296:10120C000A2900D390E0F18F002901D0376803E060
     297:10121C00715B0029376822D0B96889070ED5F18F28
     298:10122C0000290BD0012809D1B06B00783873B06B52
     299:10123C00401CB063F08F401EF0870020B968C907CE
     300:10124C00DBD0715B0029D8D0387B316C0870705BB7
     301:10125C00401E7053306C401C30640120CDE707A851
     302:10126C000021039101703748006823214143090D87
     303:10127C00324A1068201A0A3041431268089103253B
     304:10128C00B968C904890F12D0EB0203E0B96819429E
     305:10129C00069C0CD029490968891A814217D20899F1
     306:1012AC00089C641E08940029F0D10020EEE7224827
     307:1012BC000A212246FFF7B2FE00282DD169021E48F2
     308:1012CC000A222346FFF730FE002825D129E0786852
     309:1012DC00E0218843786041208000716881420BD105
     310:1012EC00B1680120C203914202D08002814203D135
     311:1012FC00386840218843386001214A03B06A904223
     312:10130C00059B05D1386890433860386810433860C5
     313:10131C000398F05404983154306E20210843306601
     314:10132C003166306E002802D10120049970540020DF
     315:10133C000599705409B0F0BD200D00202400002048
     316:08134C00010700002000002051
     317:1013540070B58021415821291AD102465632938A08
     318:10136400002B15D00168104C02E05B1E1D040FD049
     319:101374001588002D0DD0CD692D06F6D5056D2E8866
     320:1013840026408E62AD1C056515886D1E1580ECE740
     321:1013940070BD0120C0058A6882438A6008684022C3
     322:0C13A40002430A6070BDC046FF0100005B
     323:1013B00030B58023C15821290FD1024656321188F9
     324:1013C000002901680AD0036D1C88084D25408D62F4
     325:1013D000991C01651088401E108030BD0868984334
     326:1013E00008600868402202430A6030BDFF01000027
     327:1013F000F0B584B084214158222920D101465E31C4
     328:101400004E89320400D184E00246843203924B8834
     329:1014100003253540846D16D007687F6A1F4027700A
     330:101420000C88641E0C80846D641C84650F88002FFA
     331:101430000DD0012D23D1751E042E6AD380E00068E3
     332:101440001830082174E03546042E79D261E0012776
     333:101450003A020292026800921768029A9743009A31
     334:1014600017600196966802966C4F3740019E976010
     335:101470000027C7662027039A1760012DDBD0076875
     336:101480007F6A1F4027700C88641E0C80846D641C6A
     337:1014900084650F88002F05D0022D1BD1B51E042EA8
     338:1014A0004ED236E001273A02029202680092176893
     339:1014B000029A9743009A1760019595680295574FD5
     340:1014C0002F40019D97600027C7662027039A176069
     341:1014D000022DE3D005686D6A1D4025700C88641EDE
     342:1014E0000C80846D641C84650D88002D0ED101254F
     343:1014F0002A0207683D6895433D60BA68474D15402C
     344:10150000BD600025C5662025039A1560F51E042ED2
     345:1015100016D20A88002A0ED049898A420BD2414944
     346:10152000C1663E49491C006882680A4082602021E9
     347:1015300002680A43026004B0F0BD2D1F2E04E8D0FB
     348:101540000668766A1E4026700C88641E0C80846DC6
     349:10155000641C84650E88002E0DD106683768304AF9
     350:1015600017403760B7682D4A1740B7600026C66637
     351:101570002026039A16600668766A1E4026700C883C
     352:10158000641E0C80846D641C84650E88002E0DD151
     353:1015900006683768224A17403760B7681F4A174005
     354:1015A000B7600026C6662026039A16600668766A2B
     355:1015B0001E4026700C88641E0C80846D641C84653B
     356:1015C0000E88002E0DD106683768154A174037601F
     357:1015D000B768124A1740B7600026C6662026039AED
     358:1015E00016600668766A1E4026700C88641E0C80A1
     359:1015F000846D641C84650E88002E9ED10668376851
     360:10160000074A17403760B768044A1740B76000269A
     361:10161000C6662026039A16608FE7C046FEFFFFEFDE
     362:08162000FFFEFFFF85C000087A
     363:10162800F0B583B084214158222922D101465E3188
     364:101638004F893A0477D00246843202924B880326B7
     365:101648003E40856D046818D00197676A1F402F8057
     366:101658000F887F1E0F80AA1C009282650F88002FBA
     367:101668000FD0012E1DD1019F7E1E009D042F71D227
     368:1016780059E000681830082164E03E46042F69D21A
     369:1016880051E001273A02276897432760A268624F12
     370:101698001740A7600027C7662027029A1760012E07
     371:1016A800E1D0676A1F406F800F887F1E0F802A1D58
     372:1016B800009282650F88002F07D0022E019F15D156
     373:1016C800BE1E009D042F45D22DE001273A0227684F
     374:1016D80097432760A268504F1740A7600027C76646
     375:1016E8002027029A1760022E019FE9D0666A1E40E1
     376:1016F800AE800E88761E0E80AD1D85650E88002E84
     377:101708000ED1012636022768B7432760A668424FE4
     378:101718003740A760019F0026C6662026029A1660F9
     379:10172800FE1E042F16D20A88002A0ED049898A4242
     380:101738000BD23B49C1663849491C006882680A4097
     381:101748008260202102680A43026003B0F0BD361FA0
     382:101758003704E8D0676A1F402F800F887F1E0F80EC
     383:10176800AD1C85650F88002F0CD127682B4A1740C0
     384:101778002760A768284A1740A7600027C766202760
     385:10178800029A1760676A1F402F800F887F1E0F809C
     386:10179800AD1C85650F88002F0CD127681F4A17409C
     387:1017A8002760A7681C4A1740A7600027C76620273C
     388:1017B800029A1760676A1F402F800F887F1E0F806C
     389:1017C800AD1C85650F88002F0CD12768134A174078
     390:1017D8002760A768104A1740A7600027C766202718
     391:1017E800029A1760676A1F402F800F887F1E0F803C
     392:1017F800AD1C85650F88002FA9D12768074A1740B7
     393:101808002760A768044A1740A7600027C7662027F3
     394:10181800029A17609BE7C046FEFFFFEFFFFEFFFF3F
     395:0418280093C400085D
     396:10182C00F0B586B0012041044A4A13680B4313609B
     397:10183C0012680A40059205993D25474B02210491F7
     398:10184C005955464A1646183E1E609168444C214232
     399:10185C0006D19168434C214202D1316881433160F9
     400:10186C004821002402915C543E2101915C541F4696
     401:10187C003E377C70BC70FC703C717C7144210091D3
     402:10188C005C54194644314C708C70CC705C55364AA3
     403:10189C005C609C60DA601C611A462B46555D002D1D
     404:1018AC0001D13C2554551546049A0393EA542B4612
     405:1018BC000725ED013268AA439D6915433560274D14
     406:1018CC00294A6A612C615A69AA612A1F10602E4646
     407:1018DC00083E3268D20702D0326882433260029AE4
     408:1018EC009854019A98547870B870F870387178716F
     409:1018FC00009A985448708870C87003995854A96815
     410:10190C00AA688243AA602A6802432E46F025AA439D
     411:10191C0032600A229143B16031680C2291433160EC
     412:10192C00316811433160316D049A11430D2291439A
     413:10193C0031653C215C54FF2109020C4A13688B432E
     414:10194C00136040050A490860BFF34F8FBFF36F8FD8
     415:10195C0006B0F0BD40100240440E00201844014077
     416:10196C001111000044040000FFFF000014E400E02B
     417:04197C0080E100E026
     418:10198000F0B581B0017F012953D12B4C2168012989
     419:1019900005D10068406B2E490860022048E02168AC
     420:1019A000022946D101684A6B24490A600122530585
     421:1019B000234D2B60BFF34F8FBFF36F8F214B1E68FA
     422:1019C000F7680225AF43F760376A97433762376A93
     423:1019D0003762376A1C490F4206D1316A1B4F3942C0
     424:1019E00002D13168914331603E215A5444215A5406
     425:1019F000E94300680161164800681049096881429E
     426:101A000001D9081A03E0FED2081A124940181249F7
     427:101A10000860086800031149884208D2104807F09E
     428:101A200083FF0D48006801030E4809F0BBF803204E
     429:101A3000206001B0F0BDC046680F0020500F0020AC
     430:101A400080E100E0440E0020111100004404000079
     431:101A5000540F0020FFFF00006C0F0020405DC60007
     432:081A6000F0CC00084ECA00089A
     433:101A6800F0B58DB00120089005037B4F3D607B4C9D
     434:101A780020682168091A96290BD82168091A96291D
     435:101A880007D82168091A962903D82168091A9729BD
     436:101A9800EFD3734820210161226823689B1A962B93
     437:101AA8000BD823689B1A962B07D823689B1A962B6A
     438:101AB80003D823689B1A972BEFD30160206821680D
     439:101AC800091A96290BD82168091A962907D8216876
     440:101AD800091A962903D82168091A9729EFD33D6175
     441:101AE800FF2000065F490A688243089BD807101840
     442:101AF80008605D488021016005950BAD00200690C7
     443:101B0800A8705A482880DE033E61022228462946EA
     444:101B1800FFF7D8FA3E60262028703E610322284647
     445:101B28002946FFF7CFFA07963E60A8780A283DD1E4
     446:101B380020682168091A96290BD82168091A96295C
     447:101B480007D82168091A962903D82168091A9729FC
     448:101B5800EFD3079E3E610BAD22272F70032204921C
     449:101B680028462946FFF7AEFA3B480660422028700F
     450:101B780039480661A878072101402031697002229E
     451:101B880028462946FFF79EFA334806602F70074615
     452:101B98003E6128462946049AFFF794FA3E60A878E1
     453:101BA800800607D4324807F0BBFEFEE7314807F04D
     454:101BB800B7FEFEE735463E610BAF23203870064678
     455:101BC80004900322039238463946FFF77BFA2249EC
     456:101BD8000D604320019038700D61B878EF21014005
     457:101BE80079700222029238463946FFF76BFA1A4892
     458:101BF80005603E70056138463946039E3246FFF758
     459:101C080061FA1548056005610BAF049838703846CD
     460:101C180039463246FFF756FA0F4E3560019838704C
     461:101C28003561B8789F2101402031797038463946AE
     462:101C3800029AFFF747FA35600498387035613846DC
     463:101C48003946039AFFF73EFA3560B878800615D40E
     464:101C5800094807F065FEFEE7180000502400002040
     465:101C68001804005004E400E000E100E0460A000027
     466:101C780004C7000830CD00081FC700080BAD069840
     467:101C8800A8703420687051202870079F376102229D
     468:101C980028462946FFF716FA376031202870376141
     469:101CA800032228462946FFF70DFA3760A87834281A
     470:101CB80002D0F84807F034FE0BA8069A8270F6495D
     471:101CC800018009ADAA702A80376103222946FFF7EF
     472:101CD800F9F937602878FF2805D10BA8007809A9F9
     473:101CE800497881425DD00BA8069A8270EA49018042
     474:101CF80009ADAA702A80376103222946FFF7E2F965
     475:101D080037602878FF2805D10BA8007809A94978F9
     476:101D1800814246D00BA8069A8270DF49018009AD3E
     477:101D2800AA702A80376103222946FFF7CBF937606A
     478:101D38002878FF2805D10BA8007809A9497881429D
     479:101D48002FD00BA8069A8270D349018009ADAA70DA
     480:101D58002A80376103222946FFF7B4F937602878CB
     481:101D6800FF2805D10BA8007809A94978814218D025
     482:101D78000BA8069A8270C849018009ADAA702A800A
     483:101D8800376103222946FFF79DF937602878FF2835
     484:101D980000D09DE00BA8007809A94978814200D0BD
     485:101DA80096E009A885786020029005430BA8457045
     486:101DB800452103910170376109AE069931800222ED
     487:101DC80031460492FFF77EF9B44807603078FF285F
     488:101DD80005D10BA8007809A9497881425ED00BA8E3
     489:101DE800457003990170AD490F6109AE06993180BC
     490:101DF80002223146FFF766F9A84807603078FF28C5
     491:101E080005D10BA8007809A94978814246D00BA8CA
     492:101E1800457003990170A1490F6109AE0699318097
     493:101E280002223146FFF74EF99C4807603078FF28B8
     494:101E380005D10BA8007809A9497881422ED00BA8B2
     495:101E480045700399017095490F6109AE0699318073
     496:101E580002223146FFF736F9904807603078FF28AC
     497:101E680005D10BA8007809A94978814216D00BA89A
     498:101E7800457003990170894D2F6109AE069931802B
     499:101E880002223146FFF71EF92F603078FF283CD137
     500:101E98000BA8007809A94978814236D1804D049869
     501:101EA80068770BA8069B838028688168089A114385
     502:101EB800816079490B912A6A09A9012A45D0022A29
     503:101EC80040D0032A1A4643D1734A02600C9A3AE07A
     504:101ED8000899C802C906321F1268130402400B4051
     505:101EE8009A1842403260226823689B1AC82BF2D89D
     506:101EF80023689B1AC82BEED823689B1AC82BEAD8EC
     507:101F080023689B1AC82BEFD9E5E70899C802C906C8
     508:101F18002A1F1268130402400B409A1842402A6094
     509:101F2800226823689B1AFA2BF2D823689B1AFA2B8B
     510:101F3800EED823689B1AFA2BEAD823689B1AFA2B47
     511:101F4800EFD9E5E7574A026001E0574A0280026884
     512:101F5800081D03900BA882700899697709AFBB80A8
     513:101F680009934E4D079E2E6106223946FFF7AAF8BF
     514:101F78002E603878FF2820D10BA8007809A9497865
     515:101F880081421AD10BA8407809A98978814214D1D5
     516:101F98000BA8807809A9C97881420ED109A845798A
     517:101FA80001210398FEF798FAA84206D109A80079FA
     518:101FB80002990840602800D160E10498384D68779C
     519:101FC8000BA80021818028688268089B1A438260D8
     520:101FD800314A0B922A6A012A0BD0022A06D0032A18
     521:101FE8000A4609D12C4A02600C9A00E02D4A026088
     522:101FF80001E02D4A028002680BA882706B7709AF56
     523:10200800B9800991254D2E6106223946FFF75AF805
     524:102018002E603878FF2820D10BA8007809A94978C4
     525:1020280081421AD10BA8407809A98978814214D134
     526:102038000BA8807809A9C97881420ED109A84579E9
     527:1020480001210398FEF748FAA84206D109A80079A9
     528:1020580002990840602800D110E10498104D687773
     529:102068000BA80021818028688268089B1A43826037
     530:10207800094A0B922A6A012A18D0022A06D0032A92
     531:102088000A4616D1044A02600C9A00E0054A02602A
     532:102098000EE0C04638C9000825EC000018000050C2
     533:1020A800BC0E0020000025ECEC2500004F4A028001
     534:1020B80002680BA882706B7709AFB98009914C4D03
     535:1020C8002E6106223946FEF7FDFF2E603878FF287C
     536:1020D80020D10BA8007809A9497881421AD10BA808
     537:1020E800407809A98978814214D10BA8807809A978
     538:1020F800C97881420ED109A8457901210398FEF7D4
     539:10210800EBF9A84206D109A800790299084060288D
     540:1021180000D1B3E00498374D68770BA8002181807F
     541:1021280028688268089B1A438260334A0B922A6A9D
     542:10213800012A0BD0022A06D0032A0A4609D12E4AC0
     543:1021480002600C9A00E02D4A026001E0274A0280F2
     544:1021580002680BA882706B7709AFB9800991244D8A
     545:102168002E6106223946FEF7ADFF2E603878FF282B
     546:102178001FD10BA8007809A94978814219D10BA869
     547:10218800407809A98978814213D10BA8807809A9D8
     548:10219800C97881420DD109A8457901210398FEF734
     549:1021A8009BF9A84205D109A800790299084060283E
     550:1021B80064D004980F4D68770BA8002181802868A7
     551:1021C8008268089B1A4382600B4A0B922A6A012A8A
     552:1021D80016D0022A064F06D0032A0A4619D1064A03
     553:1021E80002600C9A00E0054A026011E0EC2500004C
     554:1021F80018000050BC0E002025EC0000000025EC63
     555:10220800014A0280014F03E0EC250000180000504D
     556:1022180002680BA882706B7709ADA98009913E61AD
     557:1022280006222946FEF74EFF3E602878FF2800D098
     558:1022380062E20BA8007809A94978814200D05BE2E4
     559:102248000BA8407809A98978814200D054E20BA8EC
     560:10225800807809A9C978814200D04DE209A845795A
     561:1022680001210398FEF738F9A84200D044E209A8F2
     562:10227800007902990840602800D03DE20E48CD3030
     563:1022880004900B900BAE02213046FEF725F9B07092
     564:102298000020069009900948079D056109AF0422AE
     565:1022A800304639460392FEF70DFF0448056038783A
     566:1022B800FF2818D104E0C04625EC000018000050A3
     567:1022C8000BA8007809A9497881420CD10BA840785D
     568:1022D80009A98978814206D10BA8807809A9C9780B
     569:1022E800814200D1A7E004980B900BAE0221304642
     570:1022F800FEF7F2F8B07006980990FE48056109AF3C
     571:10230800042230463946FEF7DDFEFA480560387883
     572:10231800FF2811D10BA8007809A9497881420BD16F
     573:102328000BA8407809A98978814205D10BA8807843
     574:1023380009A9C97881427ED004980B900BAE02217E
     575:102348003046FEF7C9F8B07006980990E94805616B
     576:1023580009AF042230463946FEF7B4FEE548056069
     577:102368003878FF2811D10BA8007809A9497881424B
     578:102378000BD10BA8407809A98978814205D10BA80F
     579:10238800807809A9C978814255D004980B900BAE82
     580:1023980002213046FEF7A0F8B07006980990D5489B
     581:1023A800056109AF042230463946FEF78BFEFE4828
     582:1023B80005603878FF2811D10BA8007809A9497859
     583:1023C80081420BD10BA8407809A98978814205D1AF
     584:1023D8000BA8807809A9C97881422CD004980B9061
     585:1023E8000BAE02213046FEF777F8B07006980990D8
     586:1023F800ED48056109AF042230463946FEF762FE12
     587:10240800E94805603878FF2800D095E10BA80078E6
     588:1024180009A94978814200D08EE10BA8407809A922
     589:102428008978814200D087E10BA8807809A9C9780A
     590:10243800814200D080E10BAE069DB580DB480B9051
     591:1024480002213046FEF748F8B07009AFBD80099503
     592:10245800D548079D0561062230463946FEF732FE0B
     593:10246800D1480560381D04903878FF2824D10BA87E
     594:10247800007809A9497881421ED10BA8407809A99A
     595:102488008978814218D10BA8807809A9C978814236
     596:1024980012D109AE7579012704983946FEF71CF860
     597:1024A800401B411E884103997156002900DA002714
     598:1024B8003843012800D061E10BAF069DBD80BB48C1
     599:1024C8000B9002213846FEF707F8B87009AEB580C0
     600:1024D8000995B548079D0561062238463146FEF73D
     601:1024E800F1FDB14805603078FF2824D10BA80078A9
     602:1024F80009A9497881421ED10BA8407809A9897891
     603:10250800814218D10BA8807809A9C978814212D1D3
     604:1025180009AE7579012704983946FDF7DDFF401BA0
     605:10252800411E884103997156002900DA0027384373
     606:10253800012800D022E10BAF069DBD809B480B907F
     607:1025480002213846FDF7C8FFB87009AEB580099575
     608:102558009548079D0561062238463146FEF7B2FDCB
     609:10256800914805603078FF2824D10BA8007809A984
     610:10257800497881421ED10BA8407809A989788142FF
     611:1025880018D10BA8807809A9C978814212D109AE5F
     612:102598007579012704983946FDF79EFF401B411EB7
     613:1025A800884103997156002900DA00273843012829
     614:1025B80000D0E3E00BAF069DBD807C480B90022164
     615:1025C8003846FDF789FFB87009AEB5800995764899
     616:1025D800079D0561062238463146FEF773FD7248AD
     617:1025E80005603078FF2824D10BA8007809A949781C
     618:1025F80081421ED10BA8407809A98978814218D157
     619:102608000BA8807809A9C978814212D109AE7579D9
     620:10261800012704983946FDF75FFF401B411E88419A
     621:1026280003997156002900DA00273843012800D0A1
     622:10263800A4E00BAF069DBD805C480B900221384694
     623:10264800FDF74AFFB87009AEB58009955648079D51
     624:102658000561062238463146FEF734FD52480560CA
     625:102668003078FF2823D10BA8007809A9497881423E
     626:102678001DD10BA8407809A98978814217D10BA8E8
     627:10268800807809A9C978814211D109AE777904986F
     628:10269800089D2946FDF720FFC01B411E884103996C
     629:1026A8007156002900DA069D2843012866D14B207F
     630:1026B8008000089AD102D2063B4F3B1F1B681D04BD
     631:1026C8000B401540EB184B403B6023682568EE1A19
     632:1026D80005466435AE42F0D82668F61AAE42ECD804
     633:1026E8002668F61AAE42E8D82668F61AAE42EDD940
     634:1026F800E3E7C046180000504B208000089AD1023A
     635:10270800D2063E46331F1B681D040B401540EB18CC
     636:102718004B40336023682568ED1A8542F2D8256856
     637:10272800ED1A8542EED82568ED1A8542EAD8256863
     638:10273800ED1A8542EFD9E5E74B208000089AD102CF
     639:10274800D206194F3B1F1B681D040B401540EB18A0
     640:102758004B403B6023682568EE1A05463235AE4289
     641:10276800F0D82668F61AAE42ECD82668F61AAE42B9
     642:10277800E8D82668F61AAE42EDD9E3E72068216862
     643:10278800091A96290BD82168091A962907D82168A9
     644:10279800091A962903D82168091A9729EFD30248FC
     645:1027A800059901600DB0F0BD1800005021EC000043
     646:1027B800F0B585B0B54807F0B3F8B54D01262E84BD
     647:1027C80037044B200002A861EF6128462A301E21F9
     648:1027D80009F014FBB820AF492950B420AE4929505C
     649:1027E800B020AE492950AC20AD4A2A50A820295023
     650:1027F800A4202A50A2207D2103912952C720C0433A
     651:102808004B30A02168529C20A64929509820A649FF
     652:10281800295096210220685294216E549021A34A8F
     653:102828006A508821A24A6A508021A24A6A502946E1
     654:102838001831A14A4A67A14ACA66A14A0021A14B98
     655:10284800AB64E96429656965AA65BC22A950D022F0
     656:10285800A950CC225A23AB522A46BC32516091600F
     657:10286800D160CA43984BC043984C29666966AA66EA
     658:10287800EA662C676A67AB67E867D8206860392022
     659:102888002870A868401CA860914C6068002806D58C
     660:10289800204608388F4901608F49016060688F4879
     661:1028A80000682168C9031FD421688D4A531C23601E
     662:1028B800114202D1216849036FD46068C00702D071
     663:1028C8006068B043606087480670874C2068874915
     664:1028D8000E700006400E401E8549086004A8FEF7E9
     665:1028E8005DF8002823D0FEE70399C9007B4A1268E7
     666:1028F800121A8A42E1D222683A42D5D0774A12683F
     667:10290800121A8A42D9D222683A42CDD0734A126842
     668:10291800121A8A42D1D222683A42C5D06F4A126846
     669:10292800121A8A42C9D222683A42DFD1BCE701971B
     670:10293800029620680006800B6E4E8419FF208702DD
     671:102948000CCD2046083DFDF79BFE0028FED16648C9
     672:102958000068800238403018D43008350834844282
     673:10296800EED35E4800685A490968019B1942029CE7
     674:102978003CD1574D29685A4A531C2B60114202D149
     675:102988002968490359D4E007514A51680143516005
     676:10299800506800F0B1F805B0F0BDB104039AD20058
     677:1029A8004E4B1B681B1A934287D223680B4284D074
     678:1029B8004A4B1B681B1A934200D37EE723680B42DD
     679:1029C80000D17AE7454B1B681B1A934200D374E782
     680:1029D80023680B4200D170E7404B1B681B1A9342D7
     681:1029E80000D36AE723680B42DAD166E70399C90086
     682:1029F8003A4A1268121A8A42C5D2354A12681A42ED
     683:102A0800B7D0364A1268121A8A42BCD2304A1268C3
     684:102A18001A42AED0314A1268121A8A42B3D22C4AEC
     685:102A280012681A42A5D02D4A1268121A8A42AAD2EE
     686:102A3800274A12681A42DBD19BE7A104039AD20005
     687:102A4800264B1B681B1A93429DD2214B1B680B42D5
     688:102A580099D0224B1B681B1A934294D21C4B1B68BB
     689:102A68000B4290D01D4B1B681B1A93428BD2184BFC
     690:102A78001B680B4287D0194B1B681B1A934282D2E2
     691:102A8800134B1B680B42DBD17DE7C0460ACB00081D
     692:102A9800E003002010270700320038FF54F248F402
     693:102AA8004C1D581B983AB036E02ED430B036D4308E
     694:102AB80080482800630069000A000200A08601001F
     695:102AC80040420F0090D00300007884C900D68AEAFB
     696:102AD8001020024023016745AB89EFCD2400002078
     697:102AE800FA830000900F0020E075FF1F8C0F002074
     698:082AF8005C0F002000F8FF074D
     699:102B0000F0B598B0DC4800680006800BDB4941183E
     700:102B1000481C1790881C1690C81C1590081D14900E
     701:102B2000481D1390881D1290C81D1190084608304A
     702:102B30001090084609300F9008460A300E9008465B
     703:102B40000B300D9008460C300C9008460D300B9061
     704:102B500008460E300A9008460F300990084610309B
     705:102B60000890084611300790084612300690084633
     706:102B70001330059008461430049008461530039031
     707:102B80000846163002900846173001900846183063
     708:102B900000900D4619350E461A36D720C743B8485F
     709:102BA000C019CB19D8229B5C8354179BDB199B5C03
     710:102BB000D9240355169BDB199B5CDA240355159B1E
     711:102BC000DB199B5CDB240355149BDB199B5CDC2429
     712:102BD0000355139BDB199B5CDD240355129BDB190A
     713:102BE0009B5CDE240355119BDB199B5CDF240355A2
     714:102BF000109BDB199B5CE02403550F9BDB199B5C4E
     715:102C0000E12403550E9BDB199B5CE22403550D9BCD
     716:102C1000DB199B5CE32403550C9BDB199B5CE424D0
     717:102C200003550B9BDB199B5CE52403550A9BDB19C1
     718:102C30009B5CE6240355099BDB199B5CE724035549
     719:102C4000089BDB199B5CE8240355079BDB199B5C05
     720:102C5000E9240355069BDB199B5CEA240355059B7D
     721:102C6000DB199B5CEB240355049BDB199B5CEC2478
     722:102C70000355039BDB199B5CED240355029BDB1979
     723:102C80009B5CEE240355019BDB199B5CEF240355F1
     724:102C9000009BDB199B5CF0240355EB199B5CF12432
     725:102CA0000355F3199A5CF223C2541B3700D076E720
     726:102CB00073498869734C2061888BA082C88BE0823D
     727:102CC000088C2083488CA083888CE083C88C208467
     728:102CD000088D6084488D7C22A052888D7E22A0526F
     729:102CE000C88D98221692A052088E9A221492A05251
     730:102CF000488E8C221292A052888EA0221592A05249
     731:102D0000C88EA8221792A0520A463832ECCAC86C64
     732:102D10001390086D1090486D0F90802022508422EF
     733:102D2000A3508822A55090231193E6509C26A751CA
     734:102D3000A425139B6351AC231393109FE7500F9B63
     735:102D4000A3678F6D9423E750085A5227E0538220DF
     736:102D5000085A5027E05308461830C06EE06588587E
     737:102D600020661298085A5422A0528E20085A5622E1
     738:102D7000A0521198085A5822A0529220085A5A225A
     739:102D8000A052C85C6422A0529620085A6822A05221
     740:102D90001698085AA0861498085AE086885B2087FF
     741:102DA0009E20085A60871598085AA087A220085AC2
     742:102DB000E087485B4022A052A620085A4222A05237
     743:102DC0001798085A4422A052AA20085A4622A05214
     744:102DD0001398085A4822A052AE20085A4A22A052FC
     745:102DE000B020085A4C22A052B220085A4E22A052BB
     746:102DF000B420085A6A22A052B620085A6C22A05267
     747:102E0000B820085A6E22A052BA20085A7022A05246
     748:102E1000BC200A582046C8304266C0228A588266C2
     749:102E2000C4228A58C266C8228A580267CC228A5AAB
     750:102E30007223E252D0228A5802660A6E15924B6EB5
     751:102E40000A46683264CA14964F6F8E6F1696CE6F1C
     752:102E500017964363159B036342648564C767149A9E
     753:102E600082672920C000169A225020184660C86840
     754:102E7000606018B0F0BDC046E075FF1F00F8FF07A6
     755:082E8000E003002028000020FF
     756:102E8800F0B59DB00390E24806F04AFDE1480068BD
     757:102E98000006800BE0494218501C1B90901C1A90A9
     758:102EA800D01C1990101D1890501D1790901D169049
     759:102EB800D01D159010460830149010460930139014
     760:102EC80010460A30129010460B30119010460C3004
     761:102ED800109010460D300F9010460E300E90104690
     762:102EE8000F300D90104610300C90104611300B909A
     763:102EF800104612300A9010461330099010461430CC
     764:102F08000890104615300790104616300690104667
     765:102F18001730059010461830049011461931FF23D8
     766:102F28009B02019300230293DC430094CF3CBB4BEC
     767:102F38001D191619D023F65CEE541B980619F65C79
     768:102F4800D127EE551A980619F65CD227EE5519982E
     769:102F58000619F65CD327EE5518980619F65CD4279F
     770:102F6800EE5517980619F65CD527EE5516980619EA
     771:102F7800F65CD627EE5515980619F65CD727EE5558
     772:102F880014980619F65CD8202E54139E3619F65C50
     773:102F9800D927EE55129E3619F65CDA27EE55119EA2
     774:102FA8003619F65CDB27EE55109E3619F65CDC27E1
     775:102FB800EE550F9E3619F65CDD27EE550E9E361936
     776:102FC800F65CDE27EE550D9E3619F65CDF27EE55CA
     777:102FD8000C9E3619F65CE027EE550B9E3619F65C0A
     778:102FE800E127EE550A9E3619F65CE227EE55099E52
     779:102FF8003619F65CE327EE55089E3619F65CE42789
     780:10300800EE55079E3619F65CE527EE55069E3619ED
     781:10301800F65CE627EE55059E3619F65CE727EE5571
     782:10302800049E3619F65CE827EE550E19F65CE9277A
     783:10303800EE557A4D1A3400D079E71990686D784EBC
     784:103048007065688D7085A88DB085686B1A90294663
     785:10305800383116C9686C1B90AF6CE86C1890286DF5
     786:103068001790688E7086A86DB065E88DF085288EFB
     787:1030780030861A987063B163F26334641B98706485
     788:10308800B7641898F06417983065039F012F04D02F
     789:10309800A869B061029805D105E04B200002B06133
     790:1030A800029800E0A88BB083012F03D1F78304D1E5
     791:1030B800632004E0E88BF083FAD07820285A2A8C21
     792:1030C80080217052012F06D0685888217050012F36
     793:1030D80005D10A2405E0534888217050F9E7842077
     794:1030E8002C5A8C201A903452012F06D07A242C5B4B
     795:1030F80082257453012F03D003E069248225745379
     796:103108003A463284012F029A444D0CD17284029AB5
     797:103118000DD1B284012F029A0ED1F284029A32851F
     798:1031280013E0EA6F12E06A8C7284029AF1D0AA8CDA
     799:10313800B284012F029AF0D0EA8CF284012F029A0D
     800:10314800EDD02A8D3285012FEBD1374A3446183419
     801:10315800E2660222012F1B9201D08622AA5A8E20F3
     802:1031680018903252314C012F00D06C5A9022B45230
     803:103178002F49012F0C4601D08A242C5B92201790EE
     804:1031880034523846012F01D1054601E01A9C2D5DC5
     805:103198009424355501281B98204D01D01898285A99
     806:1031A80096271A97F0530398012805D0AD5A98220C
     807:1031B800B552012804D106E0F84D9822B55202E034
     808:1031C800F4481799415A9A2571530398012802D057
     809:1031D800F0490C5B00E0F24C9C2174520128EE4847
     810:1031E80001D0EC48C05B9E27F053C720C443039826
     811:1031F800012802D0E748805A01E020464B30A0223F
     812:10320800B052039801281A9414D0E24A505B13E094
     813:1032180081C70008E075FF1F00F8FF07B804002009
     814:10322800E003002080482800A0860100B036000096
     815:10323800D43000007D20D74AA22417943053D94CAB
     816:1032480003980128204600D0505AA42116917052A4
     817:10325800D55BD549039A012A084600D02846A827F5
     818:103268001897F053D148012A024600D02A46A627CB
     819:10327800F253CF4A039D012D154603D0C54D17992A
     820:103288006D5AC949AA2417943553039D012DC54C7D
     821:1032980002D0C04C169D645BAC257453039C012C72
     822:1032A80001D0BC48C05BAE243053039F012F02D02D
     823:1032B800B8481899415AB0203152012F02D0B54967
     824:1032C800179A8A5AB227F2530399012903D0B149B0
     825:1032D8004A5B0D4601E03222AE4DB4217252039A88
     826:1032E800012A01D02A5B1A92B6221A9CB452039A78
     827:1032F800012A01D02A5A00E0AE4AB8203252039A75
     828:10330800012A01D0EA5B00E00722BA243253039D68
     829:10331800012D029A01D09F4A5258BC217250012DAA
     830:1033280002999A4C01D09B490958C0203150C420B9
     831:10333800012D02D09749095A00E05A21CC22B152F6
     832:10334800C821012D029A01D0924A5258F250029B8C
     833:10335800735033501B98C0439749984A3366736635
     834:10336800009FB766F76632677767B167F067894984
     835:103378008868401C886019997160B0603920307085
     836:10338800012D184601D08348007C3074012D02D0ED
     837:103398008048C06802900298F060894D68680028EB
     838:1033A80006D528460838874901608749016068685A
     839:1033B8008648006801211B910F042968C9031FD49E
     840:1033C8002968834A531C2B60114202D1296849039A
     841:1033D8006AD46868C0071B9A02D06868904368601E
     842:1033E8007C48027020687C490A700006400E401E26
     843:1033F8007A4908601CA8FDF7D1FA002823D0FEE717
     844:103408007D21C900714A1268121A8A42E1D22A68DB
     845:103418003A42D5D06D4A1268121A8A42D9D22A681D
     846:103428003A42CDD0694A1268121A8A42D1D22A6821
     847:103438003A42C5D0654A1268121A8A42C9D22A6825
     848:103448003A42DFD1BCE72068800201990840504920
     849:1034580044180CCE2046083EFDF712F90028FED18C
     850:103468004A48006880020199084049490818D43040
     851:10347800083608348442ECD3544800682968394235
     852:103488003BD12968524A531C2B60114202D129684A
     853:10349800490355D41B98C007696801436960686887
     854:1034A800FFF72AFB1DB0F0BD1B9989047D22D200CD
     855:1034B800464B1B681B1A93428BD22B680B4288D051
     856:1034C800424B1B681B1A934283D22B680B4200D1D4
     857:1034D8007FE73E4B1B681B1A934200D379E72B68A2
     858:1034E8000B4200D175E7394B1B681B1A934200D376
     859:1034F8006FE72B680B42DBD16BE77D21C900334AAC
     860:103508001268121A8A42C5D22A683A42B9D02F4A9A
     861:103518001268121A8A42BDD22A683A42B1D02B4A9E
     862:103528001268121A8A42B5D22A683A42A9D0274AA2
     863:103538001268121A8A42ADD22A683A42DFD1A0E74D
     864:103548001B9989047D22D200204B1B681B1A9342C9
     865:10355800A0D22B680B429DD01C4B1B681B1A9342B0
     866:1035680098D22B680B4295D0184B1B681B1A9342B4
     867:1035780090D22B680B428DD0144B1B681B1A9342B8
     868:1035880088D22B680B42DFD184E7C046E075FF1F65
     869:1035980000F8FF07B8040020B0360000E02E000055
     870:1035A800983A00004C1D000054F2FFFF581B000021
     871:1035B80048F4FFFF10270000007884C900D68AEA83
     872:1035C8001020024023016745AB89EFCD240000207D
     873:1035D800FA830000900F00208C0F00205C0F002061
     874:1035E800F0B591B00F90F14806F09AF9F04E3069B5
     875:1035F800F04DA861B08AA883F08AE883308B2884CC
     876:10360800B08B6884F08BA884308CE884708C288513
     877:103618007E20305AA8857C20305A688598200C90E6
     878:10362800305AE8859A200A90305A28868C200790CC
     879:10363800305A6886A0200B90305AA886A8200E9091
     880:10364800305AE8868024305904908422B058039078
     881:1036580088200590305802909020069030580190AC
     882:103668009C2008903358A42009903258AC200D9023
     883:103678003058B16F049FAF63039FEF63029F2F64BD
     884:10368800019F6F64AB64EA642865696594203158CA
     885:10369800A9655221715A29535021715A8222A9527F
     886:1036A800F16D2A461832D166316E059AA950542117
     887:1036B800715A079AA9525621715A8E22A952582135
     888:1036C800715A069AA9525A21715A9222A952642112
     889:1036D800715A29546820305A96216852B08E0C9934
     890:1036E8006852F08E0A996852308F08996852708F24
     891:1036F8009E216852B08F0B996852F08FA2216852B0
     892:103708004020305A099968524220305AA6216852FE
     893:103718004420305A0E9968524620305AAA216852DD
     894:103728004820305A0D9968524A20305AAE216852C2
     895:103738004C20305AB02168524E20305AB22168527B
     896:103748006A20305AB42168526C20305AB621685227
     897:103758006E20305AB82168527020305ABA21685207
     898:103768003046C830416EBC22A950816EC022A95093
     899:10377800C16EC422A950016FC822A9507221715A82
     900:10378800CC22A952016ED022A950016B0E91416B37
     901:103798000D91436C846C876FC06F0C902920C0001A
     902:1037A8003158301840680E9A2A660D9A6A66AB66D8
     903:1037B800EC662F670C9A6A67A967E867A868401CD7
     904:1037C800D8216960A860392028700F98002804D093
     905:1037D800794806F0A5F87068E860784C60680028B9
     906:1037E80006D5204608387649016076490160606848
     907:1037F800754E3068012739040F912168C9031FD419
     908:103808002168724A531C2360114202D1216849037E
     909:1038180069D46068C00702D06068B84360606C48CB
     910:1038280007706C4C20686C490F700006400E401EF3
     911:103838006A49086010A8FDF7B1F8002820D0FEE713
     912:103848007D21C9003268121A8A42E2D222680F9B8F
     913:103858001A42D5D03268121A8A42DAD222681A423B
     914:10386800CED03268121A8A42D3D222681A42C7D0FE
     915:103878003268121A8A42CCD222681A42E2D1BFE7D1
     916:103888000E9720680006800B554FC419FF2086024A
     917:103898000CCD2046083DFCF7F3FE0028FED14D482C
     918:1038A8000068800230403818D43008350834844223
     919:1038B800EED3454D2868414C21680F9A11420E9E5F
     920:1038C80034D12168414A531C2360114202D1216836
     921:1038D80049034BD4F0076168014361606068FFF7F2
     922:1038E8000BF911B0F0BDB9047D22D20033681B1A60
     923:1038F80093428ED223680B428BD033681B1A9342B3
     924:1039080087D223680B4284D033681B1A934200D3B2
     925:103918007FE723680B4200D17BE733681B1A934289
     926:1039280000D376E723680B42E0D172E77D21C90016
     927:103938002A68121A8A42CDD222680F9B1A42C0D036
     928:103948002A68121A8A42C5D222681A42B9D02A684D
     929:10395800121A8A42BED222681A42B2D02A68121AB1
     930:103968008A42B7D222681A42E2D1AAE7B1047D227C
     931:10397800D2002B681B1A9342ACD223680B42A9D001
     932:103988002B681B1A9342A5D223680B42A2D02B683E
     933:103998001B1A93429ED223680B429BD02B681B1A9A
     934:1039A800934297D223680B42E3D193E71FCB0008D9
     935:1039B80028000020E003002054CD00081020024019
     936:1039C80023016745AB89EFCD24000020FA8300006E
     937:1039D800900F0020E075FF1F8C0F00205C0F002067
     938:0439E80000F8FF07DD
     939:1039EC0010B5FFB083B0FD49086A086A0869096917
     940:1039FC004422C1B2AA296E9204D0D0433322CC29DE
     941:103A0C0004D004E05520C043332200E0D0430146EB
     942:103A1C005631049208D0C0B2CC2803D0BB2806D1B2
     943:103A2C00EF4802E0EF4800E0EF4805F077FF012691
     944:103A3C003102EA4C103C20686291084320607D20E2
     945:103A4C005D90C100E94800686C9106F0D9FF401EFA
     946:103A5C00010E37076F96B207119203223A92920722
     947:103A6C0063920029E24E22D1E2494860E24A106892
     948:103A7C00E24B1840639D28431060002088600720AB
     949:103A8C00086010681840119908431060DC486F9961
     950:103A9C000170B06B0843B063B06B084074907498BD
     951:103AAC00706B38437063706B38407490749868977F
     952:103ABC003A9B5902D34F3868509188430125A9028B
     953:103ACC004B91401838603868629908433860706DC3
     954:103ADC00182101437165CC48DB30396801403960ED
     955:103AEC00306838216A910840102201466792514093
     956:103AFC0072681A40022373935A4089184A424A4109
     957:103B0C00A9036591719569066991314608396B91E4
     958:103B1C00096800282ED0002A2CD10720C00281432E
     959:103B2C006B9A11601068629908431060B74801687D
     960:103B3C006B9A12684B9B1A4228D10268521A022ABD
     961:103B4C006FD86B9A12681A4220D10268521A022A54
     962:103B5C0067D86B9A12681A4218D10268521A022A54
     963:103B6C005FD86B9A12681A4210D10268521A022A54
     964:103B7C00DED956E0311F0A68A54B1A40659B1A43E3
     965:103B8C000A6000280BD09948006815E0984D281F52
     966:103B9C0001689F4A1140659A1143016032E0072089
     967:103BAC00C0026B9A11688143116010688004410F48
     968:103BBC009848C8408D49086091490E78002E119D97
     969:103BCC0000D135465D99C90006F01AFF401E8B499D
     970:103BDC00884226D887494860874A1068874B184026
     971:103BEC00639B184310600020886007200860002E3B
     972:103BFC0017D011460868814A104028430860804855
     973:103C0C0006707B4D28686A9A1040202801D000F07D
     974:103C1C0005FD686D28681040102801D000F0DCFD0F
     975:103C2C0068687198C003389020684007800F00D1F5
     976:103C3C004EE20720729000036D4B19680143196026
     977:103C4C007549F1391A680A401A606B990968699AC2
     978:103C5C00114200D0FEE1664B586B6899084007D1C1
     979:103C6C00596B689A11435963596B1140749174994B
     980:103C7C003968629A11433960719C21046091634EDA
     981:103C8C0031686E9D3A68629B1A4219D13268521A99
     982:103C9C00022A27D83A681A4212D13268521A022ADA
     983:103CAC0020D83A681A420BD13268521A022A19D813
     984:103CBC003A681A4204D13268521A022AE2D911E047
     985:103CCC006C99E8394A4A526D0A4021020A438A42E9
     986:103CDC00524901D000F0DFFC454B5A6D0A40629905
     987:103CEC000A435A650028424E04D101200007716B2B
     988:103CFC00814371633A98C043F16C0140F164119AAD
     989:103D0C00501EF16C01401143F164706860990843D6
     990:103D1C007060434805F002FEFDF782FD414F04241C
     991:103D2C003C60FDF77DFD52943C60719840057290AB
     992:103D3C00301F6D900068669000213B4E3B4C08E0B4
     993:103D4C000021709B98003A4A1150591C802900D1CF
     994:103D5C00C1E06D9A10680B462D490840709319020A
     995:103D6C004018106008E00A6802430A6072983149F2
     996:103D7C00086073990229E4D13868042862D10120C3
     997:103D8C0038603E21735C725D521E551EAA41012B98
     998:103D9C006F9B00D11346002B6E9DE7D1022272540B
     999:103DAC0072553168CB681343CB600A6A82430A624E
     1000:103DBC000A6A02430A62204A914205D01F4A914284
     1001:103DCC0002D01F4A9142CED1609AD31D8A681A4004
     1002:103DDC00062ACBD003049A42C8D0C4E71020024074
     1003:103DEC00DDC70008C2C70008F8C700082000002083
     1004:103DFC000810024010E000E020ED00E0FFFFFF00A3
     1005:103E0C00800F00200070004024FEFFFF24000020E3
     1006:103E1C00FF80FFFF0024F400F0F1FFFFFFFCFFFF29
     1007:103E2C006CC90008680F0020440E0020200F0020F1
     1008:103E3C00EC07002000E100E00004004000400140DD
     1009:103E4C00002C014038680328739993D138680328F3
     1010:103E5C0000D075E77298B7490860BFF34F8FBFF376
     1011:103E6C006F8F3568E86802218843E860286A719B87
     1012:103E7C0098432862286A2862286AAF4A104207D100
     1013:103E8C004B9844302A6A024202D128689843286031
     1014:103E9C003E2033546E98335452983860A7480268C9
     1015:103EAC00002A07D02068A64B1B681B03C018206093
     1016:103EBC00092A03D8501CA14A10600AE000219F4A2D
     1017:103ECC001160A04A11600A2106F09AFDA96A491CEA
     1018:103EDC0041436E9D4EE77F2001026191669C0C4030
     1019:103EEC006D9B1968984A114021431960401EFDD101
     1020:103EFC00709078907790954CE06A02210F9108436E
     1021:103F0C00E062E06A08407B907B98E06A5299084333
     1022:103F1C00E062E06A08407B907B98E06A2021739114
     1023:103F2C000843E062E06A08407B907B98E06A719EEF
     1024:103F3C003043E062E06A30407B907B98F920470187
     1025:103F4C00834807618349629888627696212037906E
     1026:103F5C000004759070022790749074AD0846294641
     1027:103F6C00FCF712FF70987790769075966697749719
     1028:103F7C007748183864902946FCF706FF7696709FB0
     1029:103F8C00759740205E907490734810382946FCF762
     1030:103F9C00FBFE779776977596629874906D482946D4
     1031:103FAC00FCF7F2FE7797769675967398749069483D
     1032:103FBC0029463D46FCF7E8FE206B30432063206B1E
     1033:103FCC00304074907498FF200E900002634A116880
     1034:103FDC008143659801431160614827990160614CE8
     1035:103FEC000720B1040702629A121D5F4B23605C929A
     1036:103FFC006260A5605B97E76025616661A161679A65
     1037:10400C00E26125626562A5620D90E06225636563DD
     1038:10401C005D206D90205C320300280F9F0C92139151
     1039:10402C0000D1A7E06D98275418681F465E9B9843F3
     1040:10403C005F9738605A955995579556952F46134664
     1041:10404C006798519058913146284653955C9D5495EC
     1042:10405C005593EBE01D46296802227092114305230B
     1043:10406C009943296041490D68384E36686A9A164062
     1044:10407C00102E00D192E20E68761B3D4A964200D972
     1045:10408C00E9E5324E36686A9A1640102E00D185E268
     1046:10409C000E68761B364A964200D9DCE52B4E366804
     1047:1040AC006A9A1640102E00D178E20E68761B304AC0
     1048:1040BC00964200D9CFE5254E36686A9A1640102EE6
     1049:1040CC0000D16BE20E68761B294A9642CCD9C2E528
     1050:1040DC0020680221014305208143216023480168A7
     1051:1040EC00236807221340022B00D1A2E503685B1A58
     1052:1040FC001F4DAB4200D9AEE523681340022B00D113
     1053:10410C0097E503685B1AAB4200D9A4E5236813401A
     1054:10411C00022B00D18DE503685B1AAB4200D99AE5FE
     1055:10412C0023681340022B00D183E50268521AAA427D
     1056:10413C00D6D990E580E100E0111100000C0F0020B1
     1057:10414C006C0F0020200F0020FF80FFFF08100240A2
     1058:10415C0018000050000400501008005008E400E063
     1059:10416C0000E100E0200D0020003001402400002080
     1060:10417C00881300005C2000272754F449886B1043F7
     1061:10418C008863886B104074907498C86A0125284322
     1062:10419C00C862C86A28407B907897779776970220F8
     1063:1041AC005F907590E02074907B9874A9649E304663
     1064:1041BC00FCF7EAFD7F977E977D977C9538987B90EE
     1065:1041CC007BA93046FCF7E0FD7398E14908606D98D7
     1066:1041DC005F992154226810685E9988431060E80248
     1067:1041EC00E36818430F210902884200D0A7625F924E
     1068:1041FC005B9883425C9D00D80C9F5597D548F13055
     1069:10420C0003405B93606B5A902046103007C858925D
     1070:10421C00E2695192226A5692626A5992A26A579244
     1071:10422C0062685492A2685392719E709F549A2A406D
     1072:10423C00C94DAD1D539B1D40AA180F9B1840104330
     1073:10424C0031400143589D2846279A104008436A99EB
     1074:10425C00519B0B40034380200990569A02401A430D
     1075:10426C006698E03066905799014011435F9B196046
     1076:10427C005B9A55980243280C52990840104359995F
     1077:10428C00679D2940014308225A9810400843586002
     1078:10429C00F002D9698143D96127666D9826543C2078
     1079:1042AC00AE4C129026542C206D9026542564739895
     1080:1042BC006064A764E76427630D986063A06367621A
     1081:1042CC00A762E661A6762783A54D201D0777A54832
     1082:1042DC00183025606060A760E76007902061359218
     1083:1042EC0062617D977C977B978097A06D002805D0A5
     1084:1042FC00A868689F384200D1A7E0CEE000247894EB
     1085:10430C00779401231805914A916B01439163916B4A
     1086:10431C00014081918198D06A1843D062D06A1840CC
     1087:10432C00709381908198D06A022171910843D06278
     1088:10433C00D06A08408190819876940327759774937E
     1089:10434C0074AD649E30462946FCF71EFD7694759735
     1090:10435C007198749030462946FCF716FD7694759743
     1091:10436C0004206790749030462946FCF70DFD769436
     1092:10437C007597709874907C4806462946FCF704FDA6
     1093:10438C00769475977198749030462946FCF7FCFC2E
     1094:10439C00769475976798749030462946FCF7F4FC30
     1095:1043AC007694759735987490649E30462946FCF740
     1096:1043BC00EBFC769475971020749030462946FCF7E8
     1097:1043CC00E3FC25216948719A4254694A0F32694BC2
     1098:1043DC001D6815401D604D2252011D6815431D605E
     1099:1043EC00654A05251560654F709E3E60C463465452
     1100:1043FC000462F102802728C0046044608760629BDD
     1101:10440C00C3600161739941618463C2638032026449
     1102:10441C0046648464C46404652421083844544F49B8
     1103:10442C0008658162564A50680E99884350600C9812
     1104:10443C0054490860542049490C544848C465474CB9
     1105:10444C002568A868689F384227D1A8684E49014062
     1106:10445C003943A9604D4800684D4906F0D1FA400037
     1107:10446C00801C80908098002817D08098401E8090E7
     1108:10447C008098002811D08098401E80908098002849
     1109:10448C000BD08098401E80908098002805D0809892
     1110:10449C00401E809080980028E7D1A86838423D4E95
     1111:1044AC0007D1A06D10210143A165E06D01210143ED
     1112:1044BC00E165A868529908401022A16D11400818B6
     1113:1044CC000F215B91C94364910028A16D679239D18A
     1114:1044DC003148D9300140022071900143A165216916
     1115:1044EC00AA68D20700D078E2236B002B0C9A00D17B
     1116:1044FC0000220029729B02DA1A4B17330B40264616
     1117:10450C00A4681C43337E9B032343747EE4031C4347
     1118:10451C00B37E5F032743F4683C4314436D98325CCD
     1119:10452C0052002243739FF45D012C00D011E2002B4A
     1120:10453C0000D10CE20948836D3B438365C36D1C437A
     1121:10454C00C46507E21143A165A8E2C0460810024009
     1122:10455C00180000500F0E0000FA830000840D00209C
     1123:10456C0000240140E8FFFF7F00040050E80D00200C
     1124:10457C000080FFFF0800024000080240840802404F
     1125:10458C0008E400E000E100E0E8FFFF6F20000020FD
     1126:10459C00400D03002400002024FEFFFF2568729AC2
     1127:1045AC001540032D00D2B8E02568709A15439D4341
     1128:1045BC0025600A682368729D2B40022B00D1ACE069
     1129:1045CC000B689B1AF44DAB4201D9FFF744FB2368EF
     1130:1045DC00729D2B40022B00D19FE00B689B1AEE4D75
     1131:1045EC00AB4201D9FFF737FB2368729D2B40022B9E
     1132:1045FC0000D192E00B689B1AE74DAB4201D9FFF753
     1133:10460C002AFB2368729D2B40022B00D185E00B689E
     1134:10461C009B1AE14DAB42CDD9FFF71DFB686B689936
     1135:10462C00084007D1696B689A11436963696B114043
     1136:10463C00749174993968629A114200D099E0396882
     1137:10464C0011433960F1490A683B68629D2B4200D0E6
     1138:10465C008FE00B689B1A022B01D9FFF7E2FA3B683B
     1139:10466C002B4200D085E00B689B1A022B01D9FFF777
     1140:10467C00D8FA3B682B427CD10B689B1A022B01D9D0
     1141:10468C00FFF7CFFA3B682B4273D10B689B1A022BB6
     1142:10469C00DAD9FFF7C6FAED4F7A6D7B6D609C234338
     1143:1046AC007B657B6DA3437B6513460B407B65D20713
     1144:1046BC0001D1FFF711FB3268E44B5B6D9B0701D511
     1145:1046CC00FFF70AFB33689B1ADE4CA34201D9FFF7B4
     1146:1046DC0009FBDE4B5B6D9B0701D5FFF7FDFA3368D9
     1147:1046EC009B1AA34201D9FFF7FDFAD84B5B6D9B07D0
     1148:1046FC0001D5FFF7F1FA33689B1AA34201D9FFF7F2
     1149:10470C00F1FAD24B5B6D9B0701D5FFF7E5FA3368E5
     1150:10471C009B1AA342D0D9FFF7E5FACC4C2168814310
     1151:10472C00216020688006400F00D1D5E020686A9A8D
     1152:10473C0010400828C64800D1D4E021681140102947
     1153:10474C0001D001F08BF8616803220A40032A00D0E3
     1154:10475C00C04861684906490F491C06F051F9616867
     1155:10476C004904490E48436168490F491C06F048F951
     1156:10477C00B8E0B64A516D719B19435165B2490A684C
     1157:10478C00B24D6B6D9B0758D40B689B1AAD4DAB4269
     1158:10479C0001D9FFF746FAAD4D6B6D9B074DD40B68F5
     1159:1047AC009B1AA84DAB4201D9FFF73BFAA74D6B6D95
     1160:1047BC009B0742D40B689B1AA24DAB4201D9FFF761
     1161:1047CC0030FAA24D6B6D9B0737D40B689B1A9D4D2D
     1162:1047DC00AB42D5D9FFF725FA719800066B9A116890
     1163:1047EC0081431160984801686B9A1268699B1A4260
     1164:1047FC002FD00268521A022A01D9FFF712FA6B9ACB
     1165:10480C0012681A4225D00268521A022A01D9FFF7FF
     1166:10481C0008FA6B9A12681A421BD00268521A022AC2
     1167:10482C0001D9FFF7FEF96B9A12681A4211D002688F
     1168:10483C00521A022AD8D9FFF7F4F900286A9A01D043
     1169:10484C00FFF7E8F971980007696B81436963FFF71B
     1170:10485C00E1F97E4B5968804A0A40804951185960E9
     1171:10486C007F49491C6B9D2A680A432A605968689ADB
     1172:10487C001143596001686B9A1268699B1A4201D006
     1173:10488C00FFF7CFF90268521A022A01D9FFF7C9F9CA
     1174:10489C006B9A12681A4201D0FFF7C3F90268521AD8
     1175:1048AC00022A01D9FFF7BDF96B9A12681A4201D09E
     1176:1048BC00FFF7B7F90268521A022A01D9FFF7B1F9CA
     1177:1048CC006B9A12681A4201D0FFF7ABF90268521AC0
     1178:1048DC00022AD0D9FFF7A5F96B9800688004410F24
     1179:1048EC005C48C840216889093C220A405D498958C6
     1180:1048FC001F220A40D0405C4908605C4C2578002D92
     1181:10490C00119E00D12E465D99C90006F079F8401E23
     1182:10491C005349884201D9FFF79EF955494860554AD9
     1183:10492C0010684F4B1840639B184310600020886040
     1184:10493C0072980860002D01D1FFF78DF911460868B7
     1185:10494C00474A1040304308602570FFF784F9609B9C
     1186:10495C001A434948436A876AEE68484C3440002B36
     1187:10496C00709103D0629EC03633403B4313432343C4
     1188:10497C00EB60426863991140C36C129C045D012C7E
     1189:10498C000CD1046C466C2643846C34430C431C439E
     1190:10499C000121214303E0C0468813000019432A4E2D
     1191:1049AC002B69374C1C400C432C610123DC07A242C1
     1192:1049BC00314C709911D00324A407A2422E4C0CD078
     1193:1049CC009B079A4209D05B9B9B041A402D4C26688E
     1194:1049DC009E43B2181C4E2260274C6A690D9B9A4369
     1195:1049EC00636B1A436A616A6920467024A243846B24
     1196:1049FC00240114436C6101225405A14208D0002902
     1197:104A0C0012D1A96A64980143A9620DE02400002028
     1198:104A1C00A96A1948C16989001C311C240C4064998D
     1199:104A2C00A140046E0C43AC6269690D9C2140994213
     1200:104A3C002AD100211048C165816D1143719A9143AF
     1201:104A4C0081652BE088130000240000200810024030
     1202:104A5C0000127A000024F4008C80C11F020802208E
     1203:104A6C00FFFFFF00C4BE000820000020800F0020C4
     1204:104A7C0010E000E020ED00E0840D00200102DEFFDC
     1205:104A8C0002FCFF1F08270140FC4CA16D10230B43B7
     1206:104A9C0071988343A365E06D1043E06500277D9713
     1207:104AAC0001247C947B947BAD2846FBF7C5FBA006C8
     1208:104ABC001890801C7B902846FBF7BEFB6D94E0069B
     1209:104ACC005C90001D7B902846FBF7B6FBEC487B9076
     1210:104ADC002846FBF7B1FB689810307B902846FBF713
     1211:104AEC00ABFBE8487B902846FBF7A6FBE6487B909F
     1212:104AFC002846FBF7A1FBE5487B902846FBF79CFB7F
     1213:104B0C00E3487B902846FBF797FBE24C7F20A7609D
     1214:104B1C005790E0600E9820616761A761E76111987A
     1215:104B2C00206271976762DC4802460C3A22602927A2
     1216:104B3C00E15D002912D12821002363541121C902FF
     1217:104B4C006160D64D696B4B9B19436963696B194066
     1218:104B5C0074917499696D389B194369650F9906971F
     1219:104B6C00E155CA215A9181615321816103685B0629
     1220:104B7C006D9F27D4036880241C4304603368046849
     1221:104B8C0064061FD43468E41A6C9DAC4214D80468D3
     1222:104B9C00640617D43468E41AAC420DD80468640671
     1223:104BAC0010D43468E41AAC4206D80468640609D4FC
     1224:104BBC003468E41AAC42E2D90323B64C069D635523
     1225:104BCC00036868E0C368B64C1C40C460C368C3602B
     1226:104BDC000E9B4360579B1B0444681C434460036852
     1227:104BEC00099CA3430360C3689B0626D40368A024D6
     1228:104BFC00A343036033680468A40654D43468E41AED
     1229:104C0C006C9DAC4214D80468A4064CD43468E41AE5
     1230:104C1C00AC420DD80468A40645D43468E41AAC42FE
     1231:104C2C0006D80468A4063ED43468E41AAC42E2D92F
     1232:104C3C003A9B984C069D63552DE0C368739CA34327
     1233:104C4C00C3600368A024A343036033680468A4060C
     1234:104C5C0025D43468E41A6C9DAC4214D80468A406BC
     1235:104C6C001DD43468E41AAC420DD80468A40616D4DA
     1236:104C7C003468E41AAC4206D80468A4060FD434682D
     1237:104C8C00E41AAC42E2D93A9B824C069D6355C36848
     1238:104C9C00739C2343C3600E9B83617E4B11E0C368FE
     1239:104CAC00739C2343C360C3687C07641E1C40C460B0
     1240:104CBC00C368119C2343C3600E9B8361754B069C98
     1241:104CCC001F5528240B941B5D012B00D15AE10F9B1F
     1242:104CDC00704C069D63550B9BE7545A9B8361816115
     1243:104CEC0003685B0627D40368099C2343036033687D
     1244:104CFC00046864061FD43468E41A6C9DAC4214D862
     1245:104D0C000468640617D43468E41AAC420DD80468FD
     1246:104D1C00640610D43468E41AAC4206D804686406FD
     1247:104D2C0009D43468E41AAC42E2D93A9A594B069D3C
     1248:104D3C005A55026864E0C3687B041360BA04C36804
     1249:104D4C009343C360C268C2600268099B9A430260C5
     1250:104D5C00C268920626D40268A0239A430260326885
     1251:104D6C0003689B0653D433689B1A6C9CA34214D8DB
     1252:104D7C0003689B064BD433689B1AA3420DD8036877
     1253:104D8C009B0644D433689B1AA34206D803689B063F
     1254:104D9C003DD433689B1AA342E2D93A9A3D4B069D07
     1255:104DAC005A552DE0C268739B9A43C2600268A023D7
     1256:104DBC009A430260326803689B0624D433689B1ABA
     1257:104DCC006C9CA34214D803689B061CD433689B1AB2
     1258:104DDC00A3420DD803689B0615D433689B1AA342D3
     1259:104DEC0006D803689B060ED433689B1AA342E2D9FB
     1260:104DFC003A9A284B069D5A55C268739C2243C2604E
     1261:104E0C000E9A826108E0C268739B1A43C2600E9AC4
     1262:104E1C008261204B069D5F550F9A5A550B9A9F54F1
     1263:104E2C005A9A82618161016849063BD40168099AEA
     1264:104E3C001143016031680268520633D43268521A49
     1265:104E4C006C9B9A4214D8026852062BD43268521AC0
     1266:104E5C009A420DD80268520624D43268521A9A42E9
     1267:104E6C0006D8026852061DD43268521A9A42E2D908
     1268:104E7C003A99084A069BD154016873E0840D0020CE
     1269:104E8C000800000C001000B00001002000020024FB
     1270:104E9C0000040028900E00200C280040081002404E
     1271:104EAC00BFFF8FFB01460839B34A0A600168099AB3
     1272:104EBC0091430160C168890626D40168A022914300
     1273:104ECC00016031680268920654D43268521A6C9BA5
     1274:104EDC009A4214D8026892064CD43268521A9A42FA
     1275:104EEC000DD80268920645D43268521A9A4206D8F6
     1276:104EFC00026892063ED43268521A9A42E2D93A9922
     1277:104F0C009E4A069BD1542DE0C168739A9143C160AF
     1278:104F1C000168A0229143016031680268920625D491
     1279:104F2C003268521A6C9B9A4214D8026892061DD4AD
     1280:104F3C003268521A9A420DD80268920616D4326818
     1281:104F4C00521A9A4206D8026892060FD43268521A44
     1282:104F5C009A42E2D93A99894A069BD154C168739B0B
     1283:104F6C001943C1600E998161104608E0C168739ABB
     1284:104F7C001143C1600E9981618048069947540B9981
     1285:104F8C00719A4254F64D286B0C9B18432863F54CD0
     1286:104F9C0027620D9AA260679DE5600E982061719F53
     1287:104FAC006761A7610230A080F4480146083921608E
     1288:104FBC00EB49096B194074917499617F002900D1F8
     1289:104FCC0021770F9B6377C26001682943359A91431F
     1290:104FDC000160216981600168602291430160016870
     1291:104FEC00099A914301606D9D65776802E44A1080CF
     1292:104FFC001446C834E765A76545204A908100F843FC
     1293:10500C000591505264990F316164A1644721169146
     1294:10501C008900159150528F2149001491505223212F
     1295:10502C00C900089150528D214900029150521381B0
     1296:10503C00558105203690908107982062D148173011
     1297:10504C0059906062D0482081411E55916181606108
     1298:10505C006198FF30A061C12040002D901752106E56
     1299:10506C00CA4B58430699C90050506491511863912A
     1300:10507C00C0174860D06D5843A067C0177094E067A4
     1301:10508C00C348806B0006800BC249405C382815D0A1
     1302:10509C00392809D0FF281DD1BF4804F03FFCB8497E
     1303:1050AC004F800E98C88118E0BC4804F037FCB44916
     1304:1050BC004D803920C881FDF71DFD10E0B84804F083
     1305:1050CC002DFC0220AE4948806A98C8810020FDF76B
     1306:1050DC00D5FE04E03A995180D081FDF767FBB148C9
     1307:1050EC0004F01CFCFDF706FDAF48006840061AD41E
     1308:1050FC0030683168091A32290BD83168091A3229FB
     1309:10510C0007D83168091A322903D83168091A3329AA
     1310:10511C00EFD3A5480068400605D4A44804F0FEFB74
     1311:10512C000120FDF7ABFEA248A24A02600C24A24B60
     1312:10513C0054619761D7611762576297629049086909
     1313:10514C0013605060888A9D4A531EC98ACA1E92B247
     1314:10515C0010939A422A4600D30A46022801D3092109
     1315:10516C0000E00A2192B200284B9D0C9B0AD001282A
     1316:10517C0006D1509D06E0C04616241800900E002063
     1317:10518C003D463B4688188B4961938B605F950D615A
     1318:10519C00012A00D0669F874D6697EF6005F0A6FB4D
     1319:1051AC00874B719F3A4606F0B5FF05F017FB5890F8
     1320:1051BC00099AA85800283E4638463B4639467E4F49
     1321:1051CC0041D17C2000247B490C546549886B659A3D
     1322:1051DC0010438863886B104074907498C86A0225D9
     1323:1051EC002843C862C86A28407B9078947794012041
     1324:1051FC00769075955E9874907B9874AE714F384626
     1325:10520C003146FBF7C1FD78947794769475958020A0
     1326:10521C00749038463146FBF7B7FD099A6A4B18690A
     1327:10522C006A49084018616A485C990160614DA86838
     1328:10523C006190E868669028695F906C69AB69E96970
     1329:10524C00286A6E6A2F685C930B4624215691594D3F
     1330:10525C00A9503A68012154918A433A605F990C43F2
     1331:10526C0061990C436A6E22433C685A4D25401543A4
     1332:10527C0065931D433D603A9A12037C68944366998A
     1333:10528C000C437C605C990843BA68534B134003434E
     1334:10529C00BB60F86A5B9A90433043F8624F48874290
     1335:1052AC003B46354609DC4E4883424E4E679917D033
     1336:1052BC004D4883423F4F1BD010E04C488342494E2F
     1337:1052CC003C4F679914D03C48834207D12448C06CAA
     1338:1052DC008007000F464A1058719009E0719107E061
     1339:1052EC001F48C06C0C220240414880587190314FCD
     1340:1052FC0067936D98C003389A6599914226D171993C
     1341:10530C00082900D95AE149007944898849008F4419
     1342:10531C0008005501D80055018A0055015501550169
     1343:10532C00E400344800680E490968890A1C220A40C6
     1344:10533C00314989581F220A40D0400B2D00D2F9E088
     1345:10534C000B2D629900D1F8E00121F6E07199082942
     1346:10535C0000D933E104A24900515A49008F44C04698
     1347:10536C0008100240BC0E00204E002E01B7002E018A
     1348:10537C008A002E012E012E01C300C04608300240C7
     1349:10538C0028000020E8FFFF7F0080FFFFF0F1FFFF07
     1350:10539C00A875FF1F00F8FF0756C90008DDCA0008F2
     1351:1053AC003AC70008A0C7000810080050AFC7000893
     1352:1053BC00B8050020940A002000380140FFFF0000CF
     1353:1053CC0000000C400004005008E400E0FFFFFF0068
     1354:1053DC0000E100E0F369FFCFFFF4FF11FF4B004049
     1355:1053EC00004400402400002000480040004C0040D5
     1356:1053FC0088BE00082000002004BF0008FA4800689E
     1357:10540C00FA490968890A1C220A40F94989581F225D
     1358:10541C000A40D0400B2D00D2A9E00B2D629900D18F
     1359:10542C00A8E00121A6E0F14A10688006400F78D070
     1360:10543C0010686A9B18400828EE4878D0116819400B
     1361:10544C00102900D019E2516803220A40032A00D027
     1362:10545C00E948E64C61684906490F491C05F0D0FA49
     1363:10546C0061684904490E48436168490F491C05F0BD
     1364:10547C00C7FA5CE0DD4A10688006400F6ED01068F9
     1365:10548C006A9B18400828DB486ED011681940102917
     1366:10549C0000D0FFE151683A9A1140032900D0D64858
     1367:1054AC00D24C61684906490F491C05F0A9FA61689C
     1368:1054BC004904490E48436168490F491C05F0A0FA9C
     1369:1054CC0052E00B2D15D2A800CC49095814E00B2D35
     1370:1054DC0014D2A800C949095813E00B2D13D2690046
     1371:1054EC00C74A515A13E00B2D17D26900C44A515ABE
     1372:1054FC0040E0629900D00121BF481EE0629900D0C3
     1373:10550C000121BD4836E001210B2D00D1090205F027
     1374:10551C0077FA41007C68600814E000D19BE1549953
     1375:10552C0028E06B9800688004410FB348C8400B2DED
     1376:10553C0000D305E7A900B14A515805F061FA4000C3
     1377:10554C007C6861080818214605F05AFA60991039F0
     1378:10555C00014033D00007400F084316E06B980068F9
     1379:10556C008004410FA448C8400B2D00D355E7A90077
     1380:10557C00A24A515805F044FA7C6861080818214683
     1381:10558C0005F03EFA80B20F2818D9679AD060002532
     1382:10559C009C48B866FD663D67B86A002870D0C107A4
     1383:1055AC0013D181071BD4410723D401072BD4C10687
     1384:1055BC0032D481063AD4410642D457E09148B866B9
     1385:1055CC000020F8663867739FD9E00121490413461F
     1386:1055DC0052688A43F96A114359608107E3D5012166
     1387:1055EC000904679B5A688A43396B11435960410718
     1388:1055FC00DBD501218904679B5A688A43796B114377
     1389:10560C0059600107D3D5679B5968559A1140BA6BFD
     1390:10561C000A435A60C106CCD501210903679B9A68DD
     1391:10562C008A43F96B114399608106C4D50121490362
     1392:10563C00679B9A688A43396C11439960410615D56A
     1393:10564C000121090571953546679E72688A437B6C0A
     1394:10565C001A4372602E46719D8B4207D13A994905C7
     1395:10566C00679B5A688A43B96C114359600006679A64
     1396:10567C0006D50120C00451688143F86C0843506082
     1397:10568C000127F805516801435160106818990843C7
     1398:10569C0010603A984002D63060435B4905F0B0F98F
     1399:1056AC005A498C42589A00D3421C5948401C679C5A
     1400:1056BC006169014011436161206838432060882092
     1401:1056CC0054490D5030682168090722D5E169729A56
     1402:1056DC0011421ED131680A1A6999491E8A423ED874
     1403:1056EC00E269729B1A4214D13268121A8A4236D875
     1404:1056FC00E2691A420DD13268121A8A422FD8E26935
     1405:10570C001A4206D13268121A8A4228D8E169194223
     1406:10571C00E0D0216849072AD5E169490227D4B905A7
     1407:10572C003268131A699A521E934218D8E3690B42D5
     1408:10573C001DD133681B1A934211D8E3690B4216D161
     1409:10574C0033681B1A93420AD8E3690B420FD13368B2
     1410:10575C001B1A934203D8E2690A42E1D007E02E48B3
     1411:10576C003B30216801402160A068B843A0600998D3
     1412:10577C002849739F0F507C200D5484200F502748CC
     1413:10578C0000687C210A91445C01467C31012C0ED0CE
     1414:10579C00569A4A600268136815680126B54315606D
     1415:1057AC007507AB431360002242660A704F608A682B
     1416:1057BC00202A0C9E14D103465C338268B2420DD170
     1417:1057CC00012C0DD00469002C0AD00E9C9C80012465
     1418:1057DC0024025C801C80124C84656AE0012C23D16D
     1419:1057EC00104805F0D9F9FEE720000020081002400F
     1420:1057FC0004BF000800127A000024F40098BE0008D0
     1421:10580C0030C400080100010040420F00014B0000B1
     1422:10581C00FFFFFFFE940A002024FEFFFFB8050020C6
     1423:10582C00DF050020E0C80008012425025D801D80F2
     1424:10583C00E54D8565002A07D02407A24209D10469E9
     1425:10584C00002C04D03F2433E00469002C2FD0579C4B
     1426:10585C002EE000242CE0549909028BE620681040BD
     1427:10586C002028389801D1FFF73DF8206810401828FF
     1428:10587C0000D1A4E10020FFF735F81068184020286B
     1429:10588C00389800D153E610681840182800D1D0E1A0
     1430:10589C0000204CE6106818402028389800D163E6A8
     1431:1058AC0010681840182800D1C6E100205CE60E9C58
     1432:1058BC009C8000247394CC60222439948C600468FE
     1433:1058CC00A56801273D43A56058977F07456E019752
     1434:1058DC00BD4204D101252D029B89AB420ED9B242A7
     1435:1058EC0003D10269002A00D1CEE0D54AD54E00235F
     1436:1058FC000B70C266629F2037224611E0B24203D180
     1437:10590C000269002A00D125E1CF4BCE4E689F22467A
     1438:10591C00083200250D70C366206862990843206028
     1439:10592C0026206590739D3554106838431060F561DE
     1440:10593C00B584358430461C308571C44F388804F0EA
     1441:10594C00C5FF7321CC05214604F088FDC04F3946B4
     1442:10595C0004F084FD04F030FF0646BE480660BB48E8
     1443:10596C00408C04F0B3FF214604F078FD394604F076
     1444:10597C0075FD04F021FF801BB7490860542774950E
     1445:10598C00B64BD85D5899CA05039201281C68349708
     1446:10599C0002D1A068B24EE6E2D955A068A168C90749
     1447:1059AC00AF4E23D00F99084020D1A06836990840FB
     1448:1059BC00012812D1A068AB4908400F990843A06098
     1449:1059CC003A9820603068A168C9070FD03168091A6D
     1450:1059DC000329F8D3A168C907F5D0A04A906D10210E
     1451:1059EC0001439165D06D58990843D065A068C007F4
     1452:1059FC009A4A906D40D19C49D93108400F9908437F
     1453:105A0C009065E1689948001FE2680240E260A06876
     1454:105A1C00944A104010181830A0603898C01C0840E8
     1455:105A2C0072902146B431924AA368002B2ED5749BF8
     1456:105A3C005B1C7493749B934200D9B7E1A368002B51
     1457:105A4C0024D5749B5B1C7493749B934200D9ADE179
     1458:105A5C00A368002B1AD5749B5B1C7493749B9342A4
     1459:105A6C0000D9A3E1A368002B10D5749B5B1C749325
     1460:105A7C00749B9342D8D999E1102108437749739AC2
     1461:105A8C00CA55886510469AE17A4A2FE70B68A568D3
     1462:105A9C007448054045191835A56057980340A5680A
     1463:105AAC00002D24D5749D6D1C7495749D954200D960
     1464:105ABC007CE1A568002D1AD5749D6D1C7495749DA0
     1465:105ACC00954200D972E1A568002D10D5749D6D1C0E
     1466:105ADC007495749D954200D968E1A568002D06D592
     1467:105AEC00749D6D1C7495749D9542D8D95EE10D68BA
     1468:105AFC00A6685C48064086191836A660584E57981A
     1469:105B0C000540EB18A568002D26D5749D6D1C749569
     1470:105B1C00749D954200D949E1A568002D1CD5749D52
     1471:105B2C006D1C7495749D954200D93FE1A568002DBC
     1472:105B3C0012D5749D6D1C7495749D954200D935E1F8
     1473:105B4C00A568002D08D5749D6D1C7495749D9542A7
     1474:105B5C00D8D92BE1484BD8E60D68A66841480640D9
     1475:105B6C0086191836A6603E4E579805405B19A568F5
     1476:105B7C00002D2BD5749D6D1C7495749D954200D988
     1477:105B8C0014E1A568002D21D5749D6D1C7495749D30
     1478:105B9C00954200D90AE1A568002D17D5749D6D1C9E
     1479:105BAC007495749D954200D900E1A568002D0DD522
     1480:105BBC00749D6D1C7495749D9542D8D9F6E05D98D2
     1481:105BCC000002FEF78FFEC046DF0500200D68A668B8
     1482:105BDC002448064086191836A660214E5798054071
     1483:105BEC005B19A568002D49D5749D6D1C7495749D29
     1484:105BFC00954200D9DAE0A568002D3FD5749D6D1C47
     1485:105C0C007495749D954200D9D0E0A568002D35D5CA
     1486:105C1C00749D6D1C7495749D954200D9C6E0A56861
     1487:105C2C00002D2BD5749D6D1C7495749D9542D8D9FF
     1488:105C3C00BCE05D9800027AE45D98000294E4C046F2
     1489:105C4C0085C00008B8050020F1130008A875FF1FD7
     1490:105C5C0000803B45280F0020240F0020840D0020DD
     1491:105C6C0024000020E8FFFF7F24FEFFFF0080FFFFE1
     1492:105C7C00FFF1020093C40008291600080D68A668FD
     1493:105C8C00E848064086191836A660E74E5798054036
     1494:105C9C005B19A568002D22D5749D6D1C7495749D9F
     1495:105CAC00954200D982E0A568002D18D5749D6D1C15
     1496:105CBC007495749D954279D8A568002D0FD5749D67
     1497:105CCC006D1C7495749D954270D8A568002D06D5F1
     1498:105CDC00749D6D1C7495749D9542DAD966E00D68BF
     1499:105CEC00A668D048064086191836A660CE4E57983E
     1500:105CFC0005405B19A568002D21D5749D6D1C74950C
     1501:105D0C00749D954252D8A568002D18D5749D6D1CB4
     1502:105D1C007495749D954249D8A568002D0FD5749D36
     1503:105D2C006D1C7495749D954240D8A568002D06D5C0
     1504:105D3C00749D6D1C7495749D9542DBD936E00D688D
     1505:105D4C00A668B848064086191836A660B64E57980D
     1506:105D5C0005405819A568002D01D403F023F8749D53
     1507:105D6C006D1C7495749D954220D8A568002D01D4A6
     1508:105D7C0003F018F8749D6D1C7495749D954215D89C
     1509:105D8C00A568002D01D403F00DF8749D6D1C74955D
     1510:105D9C00749D95420AD8A568002D01D403F002F831
     1511:105DAC00749D6D1C7495749D9542D3D900209F4BA6
     1512:105DBC00D855996D10220A430F998A439A65411E52
     1513:105DCC0048424841A16849076F9900D4014600290F
     1514:105DDC0000D0C8E058999548C155E068C0070CD16F
     1515:105DEC00A068C00706D0A0688E4908400F990843E8
     1516:105DFC005899A060E0680843E06073987490A068BC
     1517:105E0C00C00741D187482F30A168014209D0874A89
     1518:105E1C00906D102101439165D06D58990843D06560
     1519:105E2C00A1E0A0687F49084058990843A0608048C9
     1520:105E3C0000680399084221D07E4800687E4904F02E
     1521:105E4C00DFFD401C74907498002817D07498401E85
     1522:105E5C0074907498002811D07498401E74907498A3
     1523:105E6C0000280BD07498401E74907498002805D0AC
     1524:105E7C007498401E749074980028E7D16B48407E4B
     1525:105E8C00012801D002F074FF684A739BD3556B480C
     1526:105E9C00FF30916D0140629801439165D3651C23DD
     1527:105EAC002360106D6649674A674DC56202634163A2
     1528:105EBC00616810220A4362605699415C01294CD0FA
     1529:105ECC0001462431589D0D704A78012A41D10F9A10
     1530:105EDC004A707399C16301680A68AA430A60826CAC
     1531:105EEC00C56C5560026D002A02D0456D866D6E60E2
     1532:105EFC0025464035066C1E40589BB340534E361F0A
     1533:105F0C0037681F43376009234B608668504B102E4F
     1534:105F1C001F4600D02F468F60102E00D01D46CD603E
     1535:105F2C000B680E251D430D60406C0368609D2B4271
     1536:105F3C003D4E03D00368629D2B430360002A03D0BF
     1537:105F4C001068629B184310600868589A10430860E8
     1538:105F5C0003E0739A0A700999C163A068314908403B
     1539:105F6C0052990843A06030683168091A64290BD82B
     1540:105F7C003168091A642907D83168091A642903D8C9
     1541:105F8C003168091A6529EFD3FBF768FD314803F036
     1542:105F9C00C5FC70983049C1878187304F388B0028F9
     1543:105FAC0031D05898C002002104E0491C2B4A128BB6
     1544:105FBC00914228D22A4A106033683268D41A629A05
     1545:105FCC005E3294420BD83468E41A944207D8346891
     1546:105FDC00E41A944203D83468E41A9442EDD9204B65
     1547:105FEC00186133683468E41A9442DED83468E41AD1
     1548:105FFC009442DAD83468E41A9442D6D83468E41A55
     1549:10600C009442EFD9D1E7E12000016B904D2017901D
     1550:10601C0040010021134D5F3019906D9169915F9192
     1551:10602C002BE0C046E8FFFF7F24000020840D0020F9
     1552:10603C000827014020000020400D0300FFEFFFFF68
     1553:10604C0047C4000831C00008D10100080800024014
     1554:10605C00E00E002034CB0008FFFF000028000020D9
     1555:10606C001800005001A0000000207399705030758A
     1556:10607C0084209249399A0A5039466A9190480068AE
     1557:10608C00012801D000F0F8FB00258D4805608D4FEC
     1558:10609C0038688109401A8C4FB9684418A1098B489B
     1559:1060AC004843000CC8228A4B98528A4804F0A8FC3A
     1560:1060BC00709E70803868C1177288002304F060FCF1
     1561:1060CC000622002304F05CFC0904000C4018F0606C
     1562:1060DC007C480460804800687C6880491731739163
     1563:1060EC0088426F9908D0411C7B4A116019998842EB
     1564:1060FC0001DC002100E001217291794A1068010A4B
     1565:10610C00401A00191060000A718800230A0C050C53
     1566:10611C002F46574380B242438EB270436E43150CE8
     1567:10612C00110440187D41310C3204709E10186941E5
     1568:10613C00062204F025FC0904000C4018306172980A
     1569:10614C0000280BD030697169884201DD30697061BB
     1570:10615C003069B169884201DA3069B0615A985C4E95
     1571:10616C00305A0025210C020C13464B4380B241439C
     1572:10617C00A4B2604354430A0C090440185A41210C40
     1573:10618C0023041818514106222B4604F0F9FB09048C
     1574:10619C00000C40186521890070504B49C868514A61
     1575:1061AC0012680969739B9A4202D0521C4D4B1A60BB
     1576:1061BC00401A04F04FFB04460E46709F788804F09A
     1577:1061CC0095FB2246334605F0A5FF2A46464B05F0C3
     1578:1061DC00A1FF2A46454B04F09DF9454A454B04F076
     1579:1061EC0099F904460E4694203949085804F032FBBC
     1580:1061FC002A46414B04F08EF92246334605F08AFFBD
     1581:10620C0004F086FA19210A017292314988503A69D0
     1582:10621C00D317F869C11704F0B3FB5D9AD2002B4673
     1583:10622C0004F012FC386435480068396E081ACD2128
     1584:10623C004900274A50523249081D7C2205F0E6FDE0
     1585:10624C00304E301D31467C2205F0E0FD729820491D
     1586:10625C00085872902A490860F868539030602A46B2
     1587:10626C002B46739806E02D1D802D73913A463346CC
     1588:10627C00204619D023494959CC176140091B91423A
     1589:10628C000F4600DC1746739A914200DB11461C4AFC
     1590:10629C005259D4176240141B9C42264600DC1E4601
     1591:1062AC008442E0DB0446DEE7781AC1174840401A06
     1592:1062BC005190642828D3002527E0C046940A00207A
     1593:1062CC00080F00204C0F0020E00E0020E40C000012
     1594:1062DC00280000200000B80B700F0020E8FFFF7FA3
     1595:1062EC00740F0020580F00200000F03E00004440C6
     1596:1062FC00FCA9F1D24D62403F80842E41600F0020FA
     1597:10630C00200C0020200B00200125094F301BC11749
     1598:10631C004840441AF86D6821795A04F071FBC11792
     1599:10632C00890F40188010509484426F9803DB01E071
     1600:10633C002800002028460028014D03D09CE2C046CE
     1601:10634C0001A00000074842688368981AC1174840AA
     1602:10635C00401A72992492511ACA175140891A8842CC
     1603:10636C0003DC01E0200C002008460449CC68E11A4B
     1604:10637C00CA175140891A814203DC01E0200C00202D
     1605:10638C00014604480569281BC2175040801A8842F0
     1606:10639C0003DC01E0200C0020084604494E69711B07
     1607:1063AC00CA175140891A814203DC01E0200C0020FD
     1608:1063BC00014604488769B81BC2175040801A8842AE
     1609:1063CC0003DC01E0200C002008460549C9694F9107
     1610:1063DC00C91BCA175140891A814204DC02E0C0462D
     1611:1063EC00200C002001460548026A4F984E92101A64
     1612:1063FC00C2175040801A884203DC01E0200C0020B8
     1613:10640C00084605494A6A4E994D92511ACA1751408D
     1614:10641C00891A814203DC01E0200C0020014605486A
     1615:10642C00826A4D984C92101AC2175040801A8842BA
     1616:10643C0003DC01E0200C002008460549CA6A4C998F
     1617:10644C004992511ACA175140891A814203DC01E062
     1618:10645C00200C002001460548026B49984892101AFE
     1619:10646C00C2175040801A884203DC01E0200C002047
     1620:10647C00084605494A6B48994792511ACA17514028
     1621:10648C00891A814203DC01E0200C002001460548FA
     1622:10649C00826B47984692101AC2175040801A884255
     1623:1064AC0003DC01E0200C002008460549CA6B469924
     1624:1064BC004592511ACA175140891A814203DC01E0F6
     1625:1064CC00200C00200146FE48026C45984492101A9C
     1626:1064DC00C2175040801A884200DC08465490F84895
     1627:1064EC00426C4498101AC1174840411A5498814282
     1628:1064FC00269100DC01465591F148806C4390801A3E
     1629:10650C00C1174840411A55988142289100DC014638
     1630:10651C005691EB48C16C43984291081AC1174840F8
     1631:10652C00411A56988142299100DC01465791E44862
     1632:10653C00016D42984191081AC1174840411A579869
     1633:10654C0081422A9100DC01465C91DD48416D419805
     1634:10655C004091081AC1174840411A5C9881422B910E
     1635:10656C0000DC01466191D648816D40983F91081A34
     1636:10657C00C1174840411A619881422C9100DC0146B8
     1637:10658C006691CF48C16D3F983E91081AC11748409B
     1638:10659C00411A669881422E9100DC01462097679142
     1639:1065AC00C748016E3E983D91081AC1174840411AE0
     1640:1065BC00679881422F9100DC01462F466891C048B4
     1641:1065CC00416E3D983C91081AC1174840411A689891
     1642:1065DC008142309100DC014625467191B848816EAC
     1643:1065EC003C983B91081AC1174840411A7198814256
     1644:1065FC00319100DC014673911F922196B048C26E16
     1645:10660C003B98101AC1174840441A7398844232942C
     1646:10661C0000DC04462593AA48036F1E92991ACA17E8
     1647:10662C0051408E1AA642314600DC21463394239504
     1648:10663C00446F1D93E21AD3175A40D31A8B421A4651
     1649:10664C0000DC0A462297856F1C942C1BE7177C40B4
     1650:10665C00E41B9442274600DC1746C06F1B951A902A
     1651:10666C00401BC5176840401BB842964D00D903E14A
     1652:10667C00944200D900E18B4200D9FDE03398864268
     1653:10668C0000D9F9E073983299814200D9F4E07198FD
     1654:10669C003199814200D9EFE068983099814200D954
     1655:1066AC00EAE067982F99814200D9E5E066982E9927
     1656:1066BC00814200D9E0E061982C99814200D9DBE05D
     1657:1066CC005C982B99814200D9D6E057982A9981423F
     1658:1066DC0000D9D1E056982999814200D9CCE055983F
     1659:1066EC002899814200D9C7E054982699814200D854
     1660:1066FC00C2E0519804F0AEF804460D46509804F0F0
     1661:10670C00A9F802460B462046294603F003FF002257
     1662:10671C006D4B05F0FFFC03F0FBFF14996B4B5852CB
     1663:10672C002520C000185871905720C000739019187C
     1664:10673C007298C8676722D00072901B185398D8675C
     1665:10674C0024988867624A151DE0CD106954696194DC
     1666:10675C0094696694D4696794146A68949D67259DBE
     1667:10676C004D675E67239D0D671F67229DCD66D866BA
     1668:10677C0021988866619898665648719C04602098A8
     1669:10678C004866669858664F980866679818664E98DB
     1670:10679C00C8656898D8654D988865506A946AD56ABA
     1671:1067AC00166B576B6697976B6797D76B6897176CD9
     1672:1067BC00719798654C9848655C65499808651D65A6
     1673:1067CC004898C864DE6447988864669898644698CC
     1674:1067DC0048646798586445980864689818644498A5
     1675:1067EC00C863DF631F988863506C946CD56C166D0E
     1676:1067FC00576D6697976D6797D76D6897176E7197FA
     1677:10680C009863439848635C63429808631D6341989E
     1678:10681C00C862DE6240988862669898623F984862C7
     1679:10682C00679858623E980862689818623D98C861EB
     1680:10683C00DF613C988861506E946ED56E166F576F01
     1681:10684C006897976F7197D26F98613B9848615C61BC
     1682:10685C001E9808611D611D98C860DE60194D1C985A
     1683:10686C008860689898601B9848605F60174F1A980A
     1684:10687C007399785072983A5017480068012801D0E3
     1685:10688C0000F0CEFC74A8002101720226134B5E7737
     1686:10689C00186882680124224382607591104A7492B0
     1687:1068AC001A6A012A20D0022A06D0032A0A461ED1CF
     1688:1068BC000B4A0260002200E00A4A026016E0C04661
     1689:1068CC00200C002001A0000000408F402800002078
     1690:1068DC00200B0020600F0020040F0020BC0E0020B5
     1691:1068EC0012EC0000000012ECC64A0280026874A888
     1692:1068FC008270C54A739454777BAC21727C917B91E6
     1693:10690C00389FC24D2F6109222146FAF7D9FB2F601F
     1694:10691C002078FF28BE4D5AD174A800787BA94978FD
     1695:10692C00814254D174A840787BA9897881424ED198
     1696:10693C0074A880787BA9C978814248D12F46B24D82
     1697:10694C006E777BA8007A2A68936801210B439360C9
     1698:10695C002B6A012B17D0022B0AD0032B1CD17C9B4A
     1699:10696C0013607D9B13607BABDC6814601B690CE0CF
     1700:10697C007BABDC887C9E3604341914605B897D9C6F
     1701:10698C002404E31801E07C9B1BBA1360126869773E
     1702:10699C0082423D4605D01AE00022697782423D468C
     1703:1069AC0015D17BA80079CC21014084290FD17BA87B
     1704:1069BC0041790904827912025118C0790818039997
     1705:1069CC00491E88420AD993490818801C06E02D9963
     1706:1069DC00685A401C6852FBF741F800208E49096840
     1707:1069EC00599A91426F9A07D04A1C8B4B1A60132903
     1708:1069FC0001DC00217391739A729288490968081816
     1709:106A0C00CA0F89184910441AE00F2018471031207A
     1710:106A1C00C0002F50A86F7390709EF0688021695849
     1711:106A2C008822AA58401A504303F014FF00252A4626
     1712:106A3C007B4B03F06FFD03F06BFE63218900744BFD
     1713:106A4C00585076490C607399791A764A1160091A74
     1714:106A5C007391754801600420305E7E21595E1F469B
     1715:106A6C00401A03F0F7FE04460E469020385803F007
     1716:106A7C00F1FE2246334605F04DFB2A46684B03F0E7
     1717:106A8C0049FD03F045FE7399081A03F0E3FE2A460C
     1718:106A9C00664B05F03FFB2A46654B05F03BFB5D9AC8
     1719:106AAC00D3052A4605F036FB04460E4661480460C1
     1720:106ABC0041609420385803F0CDFE2A465E4B03F01B
     1721:106ACC0029FD2246334605F025FB02467390719151
     1722:106ADC005A480260416006207099085E9821795EE0
     1723:106AEC00401A03F0B7FE04460E46A420385803F0B3
     1724:106AFC00B1FE2A46524B03F00DFD2246334605F0FB
     1725:106B0C0009FB2A464F4B03F0BDFB739A719B05F0B2
     1726:106B1C0001FB04460E46739500224B4B03F0B8FD67
     1727:106B2C00002811D1002220463146484B03F0D0FDFD
     1728:106B3C00002809D1002220463146394B05F0EAFAEB
     1729:106B4C0003F0E6FD324A03E019200001304A1058E8
     1730:106B5C00E421505072980028709D0BD0E869296A86
     1731:106B6C00884201DDE8692862E869696A884201DACD
     1732:106B7C00E86968620121364868910160354800680F
     1733:106B8C00296E081ACD2149005052334E301D7C22FB
     1734:106B9C00314605F03BF9314F381D39467C2205F062
     1735:106BAC0035F9E869679030602869539038605998D6
     1736:106BBC000546739E3746334607E0361D802E0D463C
     1737:106BCC00719A1746729B20464AD02449739689596C
     1738:106BDC00CC176140091BB9420C4600DC3C46719451
     1739:106BEC00A94200DB29461C4A9259D4176240141B57
     1740:106BFC009C42224600DC1A4672928442DDDB04463B
     1741:106C0C00DBE7C046EC120000BC0E00201800005060
     1742:106C1C0028000020FFFFFFFE780F00207C0F0020D3
     1743:106C2C0000408F402C0F0020300F00200000084047
     1744:106C3C00000049409005002080842E4188050020EA
     1745:106C4C0065CDCD410000F03F00206140002061C0C7
     1746:106C5C00040F0020640F0020A00C0020A00B0020CB
     1747:106C6C00501AC1174840401A5190192801D30020DE
     1748:106C7C006890181BC1174840441A074FF86D6821DB
     1749:106C8C00795A03F0BDFE142103F092FE5094844215
     1750:106C9C006F98024D05DB03E02800002001A00000E6
     1751:106CAC006898002800D0B8E2074842688368981AB0
     1752:106CBC00C1174840401A67992492511ACA1751407B
     1753:106CCC00891A884203DC01E0A00C00200846044924
     1754:106CDC00CC68E11ACA175140891A814203DC01E0E1
     1755:106CEC00A00C0020014604480569281BC21750401F
     1756:106CFC00801A884203DC01E0A00C002008460449FD
     1757:106D0C004E69711BCA175140891A814203DC01E09C
     1758:106D1C00A00C0020014604488769B81BC2175040DC
     1759:106D2C00801A884203DC01E0A00C002008460549CB
     1760:106D3C00C9694F91C91BCA175140891A814204DC99
     1761:106D4C0002E0C046A00C002001460548026A4F989C
     1762:106D5C004E92101AC2175040801A884203DC01E090
     1763:106D6C00A00C0020084605494A6A4E994D92511ACA
     1764:106D7C00CA175140891A814203DC01E0A00C0020A3
     1765:106D8C0001460548826A4D984C92101AC217504021
     1766:106D9C00801A884203DC01E0A00C0020084605495B
     1767:106DAC00CA6A4C994992511ACA175140891A8142A0
     1768:106DBC0003DC01E0A00C002001460548026B499859
     1769:106DCC004892101AC2175040801A884203DC01E026
     1770:106DDC00A00C0020084605494A6B48994792511A65
     1771:106DEC00CA175140891A814203DC01E0A00C002033
     1772:106DFC0001460548826B47984692101AC2175040BC
     1773:106E0C00801A884203DC01E0A00C002008460549EA
     1774:106E1C00CA6B46994592511ACA175140891A814238
     1775:106E2C0003DC01E0A00C002001460548026C4598EB
     1776:106E3C004492101AC2175040801A884203DC01E0B9
     1777:106E4C00A00C0020084654900548426C4498101A37
     1778:106E5C00C1174840411A54988142269103DC01E045
     1779:106E6C00A00C0020014655910548806C4390801A77
     1780:106E7C00C1174840411A55988142289103DC01E022
     1781:106E8C00A00C0020014656910648C16C43984291D3
     1782:106E9C00081AC1174840411A56988142299104DCBE
     1783:106EAC0002E0C046A00C0020014657910648016D37
     1784:106EBC0042984191081AC1174840411A579881428B
     1785:106ECC002A9104DC02E0C046A00C002001465C9133
     1786:106EDC000648416D41984091081AC1174840411A23
     1787:106EEC005C9881422B9104DC02E0C046A00C00208F
     1788:106EFC00014661910648816D40983F91081AC1176F
     1789:106F0C004840411A619881422C9104DC02E0C04651
     1790:106F1C00A00C0020014666910648C16D3F983E9139
     1791:106F2C00081AC1174840411A669881422E9104DC18
     1792:106F3C0002E0C046A00C0020014620976891FA4858
     1793:106F4C00016E3E983D91081AC1174840411A689845
     1794:106F5C0081422F9100DC01462F467191F248416E1F
     1795:106F6C003D983C91081AC1174840411A71988142CA
     1796:106F7C00309100DC014625467291EB48816E3C98BD
     1797:106F8C003B91081AC1174840411A729881423191BD
     1798:106F9C0000DC014673911F922196E348C26E3B9828
     1799:106FAC00101AC1174840441A73988442329400DC7A
     1800:106FBC0004462593DC48036F1E92991ACA17514058
     1801:106FCC008E1AA642314600DC214633942395446F39
     1802:106FDC001D93E21AD3175A40D31A8B421A4600DC7F
     1803:106FEC000A462297856F1C942C1BE7177C40E41BE8
     1804:106FFC009442274600DC1746C06F1B951A90401B25
     1805:10700C00C5176840401BB842C84D00D905E19442F1
     1806:10701C0000D902E18B4200D9FFE03398864200D9B7
     1807:10702C00FBE073983299814200D9F6E0729831995D
     1808:10703C00814200D9F1E071983099814200D9ECE09D
     1809:10704C0068982F99814200D9E7E066982E99814281
     1810:10705C0000D9E2E061982C99814200D9DDE05C987E
     1811:10706C002B99814200D9D8E057982A99814200D9AE
     1812:10707C00D3E056982999814200D9CEE055982899A9
     1813:10708C00814200D9C9E054982699814200D8C4E0C5
     1814:10709C00519803F0DFFB04460D46509803F0DAFBE1
     1815:1070AC0002460B462046294603F034FA0022A04B38
     1816:1070BC0005F030F803F02CFB15999E4B5852252007
     1817:1070CC00C000185871903720C00073901A18679838
     1818:1070DC00D0671698C00072901B185398D8672498E4
     1819:1070EC00906795490D1DE0CD08694C6961948C69D8
     1820:1070FC006694CC6967940C6A68949D67259D556766
     1821:10710C005E67239D15671F67229DD566D8662198FB
     1822:10711C009066619898668948719C046020985066C6
     1823:10712C00669858664F981066679818664E98D065A2
     1824:10713C006898D8654D989065486A8C6ACD6A0E6BD4
     1825:10714C004F6B66978F6B6797CF6B68970F6C7197C8
     1826:10715C0098654C9850655C65499810651D65489814
     1827:10716C00D064DE644798906466989864469850643E
     1828:10717C006798586445981064689818644498D0636C
     1829:10718C00DF631F989063486C8C6CCD6C0E6D4F6DEB
     1830:10719C0066978F6D6797CF6D68970F6E7197986331
     1831:1071AC00439850635C63429810631D634198D062AE
     1832:1071BC00DE6240989062669898623F985062679839
     1833:1071CC0058623E981062689818623D98D061DF61F1
     1834:1071DC003C989061486E8C6ECD6E0E6F4F6F6797BA
     1835:1071EC008F6F6897C96F719198613B9850615C6122
     1836:1071FC001E9810611D611D98D060DE604B4D1C986F
     1837:10720C009060679898601B9850605F60494F1A981F
     1838:10721C00739978507298719939500020FE49086022
     1839:10722C00FE4E3768FE480068016840686A983C1A50
     1840:10723C00601E84416D980028589800DC00207290E4
     1841:10724C005B980140699881423A4A01D100F0C7FC31
     1842:10725C00579161942520C1005058401C5C915050AE
     1843:10726C005F98002816D1F14B181F006801044B9A47
     1844:10727C001040189C2140081850401860F84C606968
     1845:10728C00F849491C0204629B18400A401018294A0C
     1846:10729C005840A061D06D010C6B9B1C0C22464A43DC
     1847:1072AC009BB2594380B267934343689460430C0C80
     1848:1072BC00090459185441030C0004401869906341A7
     1849:1072CC00E94903C9014309D100204B218900194A1E
     1850:1072DC005158E64A5143E44A1160506066937197E5
     1851:1072EC00E34903C9014309D1002013210901114AC3
     1852:1072FC005158DE4A5143DE4A11605060E4260D4F6E
     1853:10730C00B85900281CD45220385A03F0EFFA002246
     1854:10731C00D84B03F0FFF804460D46B85903F09AFA1F
     1855:10732C0022462B463DE0C046A00C002001A00000E8
     1856:10733C0000408F4028000020A00B0020640F00208C
     1857:10734C00F86D6821795A03F05BFB0446B859614229
     1858:10735C008842B85929DA03F07DFA73900D466A9188
     1859:10736C00204603F077FA02460B460120C10769401C
     1860:10737C00739803F0CFF856900D465020385A03F00E
     1861:10738C00B5FA0022BB4B03F0C5F80022BA4B02F051
     1862:10739C0079FF02460B465698294602F007FE739A6F
     1863:1073AC006A9B04F0B7FE03F0B3F96A96709A906288
     1864:1073BC0070205190385E916A081A9062D169D06938
     1865:1073CC0000290FD4C117AA4E3268141875684D41A4
     1866:1073DC00002320462946A54A03F04EFB1321090140
     1867:1073EC00785018E04042C1179F4E326814187568E7
     1868:1073FC004D410023204629469C4A03F03DFB4B217E
     1869:10740C008900785078586C994843F96D03F0F8FA74
     1870:10741C004F218900785234607560709CA06A616B52
     1871:10742C00C217236B181820634A416263A06AE16F8C
     1872:10743C00C217A36F1818A0674A41E267A06FE16FEB
     1873:10744C0000256B9A2B4603F0FFFA2D21C9005491AD
     1874:10745C007850606B216B699A511A669E3146814156
     1875:10746C0004DAF8203A503846F830466036988001F5
     1876:10747C00391849683858401EA9416A9C04DB05201C
     1877:10748C0080013D5038184560F96D3498385AD8222F
     1878:10749C007392BA5858235593FB5A9A4210DD4843BD
     1879:1074AC0003F024FA2A46734B03F034F803F04AF93C
     1880:1074BC003A59D317101A8B4102DA70480088451CD0
     1881:1074CC006E4805805620385A29B2814228DD709CBE
     1882:1074DC006663699820630020E067A067396E0A0C28
     1883:1074EC00689E33465343679D6A4389B24D4371434B
     1884:1074FC00160C1204AA185E410B0C0904891873416E
     1885:10750C0017221201B950B9184B60649978506399DD
     1886:10751C0048605B21890078506F99594A1170A065B9
     1887:10752C00709E306B716B00256B9A2B4603F08CFAB6
     1888:10753C00F06230693A99C9016691795A88425EDAEB
     1889:10754C00739838586C99884259DD4E490888401C0C
     1890:10755C00088080B20A2854D349480078002850D0BB
     1891:10756C000A200880092040013958474A914242D9E3
     1892:10757C003858464988423ED854997858002878584B
     1893:10758C0000D5404270645B2080003958385800297F
     1894:10759C0000D540423E49B064706C0028084623D4A4
     1895:1075AC00432080003958F86D81426C981CD2F86DDC
     1896:1075BC000028374818D05D98C0000A0C060C3746D6
     1897:1075CC00574383B25A4388B243437043160C110499
     1898:1075DC005A187E412F4F010C000480187141709E87
     1899:1075EC00FA6D002303F048FA0599785200202449DB
     1900:1075FC000870FBF7F3FF492080003D5001E0214863
     1901:10760C00058064205690385A042800D9D8E005A18A
     1902:10761C00085C40008744C046040F00202400002072
     1903:10762C00900E00200C784D714000C04618000050A0
     1904:10763C00F86D0023010C689D2A464A43679C614300
     1905:10764C0080B2444368430E0C090461185641040C83
     1906:10765C00000445187441F82038583946F83142E096
     1907:10766C0000040050FFFFFF00A805002080EE36004C
     1908:10767C00B0050020000059400000F0BF8E0F002024
     1909:10768C00840F00208A0F00200F0E000080FC0A00DF
     1910:10769C00FFFF00002800002011200201B85800282C
     1911:1076AC0038DD432080003858549979580818C11790
     1912:1076BC0035E0386E002800D182E00023010C689D73
     1913:1076CC002A464A43679C614380B2444368430E0C8C
     1914:1076DC00090461185641040C000445187441172024
     1915:1076EC000101785879184968F44A03F049F92A4697
     1916:1076FC00234603F0A9F9054662E05B208000395867
     1917:10770C00002932D4002032E054997858002835D41E
     1918:10771C00002035E0F86D5499795808180021336928
     1919:10772C00669C3C5BB56C012D02DBBD58EA1701E091
     1920:10773C003D6E002269921A19D30FD3185A10DB1719
     1921:10774C0003F01EF900236C9A03F07EF9DB4E3246EF
     1922:10775C00002303F015F92A46699B03F075F90546D9
     1923:10776C00C0178543B5422ADA2AE038584042112125
     1924:10777C0009017A58002A08DC3C6E0AE0785840422D
     1925:10778C00432189007A58002A02DD7C58E11701E078
     1926:10779C00FC6D00216991C1170026C84D2A4633465D
     1927:1077AC0003F0EEF82246699B03F04EF96A1E33464D
     1928:1077BC00B341121A8B4100DB2E1A002900D4354636
     1929:1077CC0001204E9000023D50BD48026841681046B1
     1930:1077DC00084308D10021179880003A58B948424311
     1931:1077EC00B748026041604C92B74804684368204631
     1932:1077FC0018436A9A08D100232720C0003C58B1488E
     1933:10780C004443B148046043604D91B85800285093EC
     1934:10781C004F940ED47220395AB8584843642103F05F
     1935:10782C00C7F85F21890078505198385E7958081A4A
     1936:10783C0001E0F02038585F21890078507A58D3172E
     1937:10784C0073983858C11703F09BF800236C9A549323
     1938:10785C0003F0FAF81722140153943D1969953A6E06
     1939:10786C006B683E5986193E514B416B60639C636853
     1940:10787C00649D7E59301878514B416360100C689BA5
     1941:10788C0019464143679C604392B254435A43030CDC
     1942:10789C00000426184B41100C110489195841699A9F
     1943:1078AC005268539B1E46FB58CB1A0346934102DA8F
     1944:1078BC00B95169994860639B58682A467959491EA1
     1945:1078CC005499884101DBB9505960B8585968002562
     1946:1078DC006B9C22462B4603F0B7F85B21890078504D
     1947:1078EC00B8596999496822466995002303F0ACF8A8
     1948:1078FC002F21C90078503798C000395838580029C2
     1949:10790C000FD4C1174F9A1418509D4D410023204697
     1950:10791C0029466C4A03F0B0F82721C90078506A4810
     1951:10792C0017E04042C1174C9A14184D9D4D4100234D
     1952:10793C0020462946634A03F09FF87099C866486E42
     1953:10794C006C994843F96D03F05BF84F21890078522C
     1954:10795C005B48046045607424385B0028B34900D14F
     1955:10796C009AE1385B0128084602D0385B0846103093
     1956:10797C0027990160385BAE4908807624385B002873
     1957:10798C0000D1A3E1385B0128A849084602D0385B36
     1958:10799C000846103062990160385BA64908805C98F3
     1959:1079AC003858A54903F02CF8A4490968884204D03A
     1960:1079BC00A24908600020FBF711FE5599785A7E5AAF
     1961:1079CC00CF2149009E4D2C687C5202F08FFF9D4ABE
     1962:1079DC009D4B04F09FFB02F09BFE73997F588742EE
     1963:1079EC0002DD002028600EE0304602F07FFF974A4F
     1964:1079FC00974B04F08FFB02F08BFE874200DBF4E127
     1965:107A0C0000208F4908609349086093490A46934FB8
     1966:107A1C00709E672080003A524F208000385A002810
     1967:107A2C00084613D0F06E02F061FF04460D46306F2D
     1968:107A3C0002F05CFF02460B462046294602F06AFD26
     1969:107A4C000022874B04F066FB02F062FE8B2149009A
     1970:107A5C0078528448006A84494843000C8349096879
     1971:107A6C00401A164948438249096802F0A1FF81492E
     1972:107A7C0040180A2102F09CFFCC22B8525A21785AA5
     1973:107A8C00669BF852B85E6A243B5F984238DAB85A63
     1974:107A9C00BB5E6C22BD5EAB4200DCB85ABA5E6E2394
     1975:107AAC00FB5E3D5F95422C4610DC1446AA420FDA71
     1976:107ABC007D5E944210D1002020E0C046A0860100DB
     1977:107ACC009805002080EE3600A0050020AA42EFDBCE
     1978:107ADC002A467D5E9442EED0AB421E4600DB2E461B
     1979:107AEC009D4200DC1D46A11A0B467343AC1B00B231
     1980:107AFC00801A6043C01802F05BFF709E6699785242
     1981:107B0C005848C06958494843C117090C401800141B
     1982:107B1C0056994143584808180A2102F049FFF08051
     1983:107B2C000620315E359AB25E305E914202DDD02184
     1984:107B3C00785205E0D221795E884201DAF0887081B2
     1985:107B4C00484840695A9EB95B020C0B0C1C465443C6
     1986:107B5C0089B24A4380B241435843130C12048A1829
     1987:107B6C006341010C0004801859410B2273920023CD
     1988:107B7C0002F006FF02F0C8FE0022404B02F0CAFCE5
     1989:107B8C0002F0C6FD15210901785236488069B95BAF
     1990:107B9C00020C0B0C1C46544389B24A4380B241433D
     1991:107BAC005843130C12048A186341010C000480180A
     1992:107BBC005941739A002302F0E3FE02F0A5FE002265
     1993:107BCC002E4B02F0A7FC02F0A3FDA921490078522C
     1994:107BDC00579869902A4E3A462A4D719F619C2A48C3
     1995:107BEC006599405C518B002901D100F08DFC002877
     1996:107BFC0001D000F089FC508B2449884200DDE5E07F
     1997:107C0C00401E0A2800D9E5E24000C046784480882E
     1998:107C1C004000874448023D002E022B02DF02A308DD
     1999:107C2C001B0237020B021C019101C04618000050C8
     2000:107C3C00860F0020820F002080510100380F002099
     2001:107C4C00440F00207B14AE47E17AF03F0AD7A370B3
     2002:107C5C003D0AEF3F3C0F0020FFFF000028000020F2
     2003:107C6C0000005940E00E0020E40C0000280F00201A
     2004:107C7C00240F002030750000A015FFFF00002441E8
     2005:107C8C002400002001A00000B8050020F103000032
     2006:107C9C00FAF78CFD00F035FCF84800880028F8490C
     2007:107CAC0002D083204000395283204600B85B002864
     2008:107CBC0003D0B85B884200D0EBE273983858B98E89
     2009:107CCC00884200DBB7E00127FC48DAE2FC48008878
     2010:107CDC000028F94902D04120800039524120860009
     2011:107CEC00B85B002802D0B85B884239D173983858F9
     2012:107CFC00398F8842F3482CDC6A9838583E21795EDB
     2013:107D0C006C9A51438842F0480F994E9121DCCE2158
     2014:107D1C00785E5E9ABA5E9042EC483A9A4E9218DCC3
     2015:107D2C00CC22B85E5E9BFB5E9842E948529B4E9318
     2016:107D3C000FDC785E6E99795E8842E64836994E91F2
     2017:107D4C0007DBB85E6E99795E884209DA06204E90A0
     2018:107D5C00E14801F0E3FD4E98B8536298DF490861A1
     2019:107D6C00B85B002800D117E673983858798F884291
     2020:107D7C0000DB11E66A9838583E21795E6C9A5143C3
     2021:107D8C00884200DB08E6CE20395E4222BB5E994277
     2022:107D9C0000DB01E6CC217B5EBA5E934200DBFBE5A7
     2023:107DAC003A5E46203B5E9A4200DCF5E5795E385E31
     2024:107DBC00814200DCF0E5B85B022800D1ECE5C84854
     2025:107DCC0001F0ACFD0020B853C448E3E5C549884236
     2026:107DDC0024DCC549884200D169E1C249884200D0FF
     2027:107DEC00F8E16F9801F05EF88BE3C048006800285A
     2028:107DFC00BF4A02D1BD480760384601460A318F425E
     2029:107E0C00709E03DC0A38874200DBE5E1002010603D
     2030:107E1C00B6490860109AB74FA749FAE5FD218900C9
     2031:107E2C00884200D1A0E1B449884200D0D2E10120BF
     2032:107E3C00FBF7D4FB65E36A9838581299795E6C9A13
     2033:107E4C005143884200DBD5E10227AC4819E261942A
     2034:107E5C00AB4802F0A1FEA7499C240859002800D188
     2035:107E6C0002E2085902F0F6FC00252A467395A54B50
     2036:107E7C0002F050FBA44A16687197576832463B468D
     2037:107E8C0002F048FB0022A14B04F044F902F040FC44
     2038:107E9C0094226A9297498850709AD0889823679355
     2039:107EAC00C85290889A226892885299483246994EC4
     2040:107EBC003B46904D719F02F06FFE285902F0CAFCB0
     2041:107ECC00739C22468F4B02F025FB024692480B46D0
     2042:107EDC0002F062FE6798285E904D02F0BBFC2246D1
     2043:107EEC008F4B02F017FB02468E480B4602F054FEF5
     2044:107EFC0068988049085E02F0ADFC2246884B02F07F
     2045:107F0C0009FB024688480B4602F046FE6A987949FE
     2046:107F1C00085802F09FFC22467C4B04F0FBF802460A
     2047:107F2C0082480B4602F038FE814802F035FE2046AE
     2048:107F3C00FBF754FB619CE4E27E48164602F02CFEF3
     2049:107F4C006194CE24305BA0217052705E02F082FCF2
     2050:107F5C000022734B02F0DEFA024677480B4602F021
     2051:107F6C001BFE305F9821715E401A02F073FC739017
     2052:107F7C006A9100226A4B02F0CDFA02466F480B461A
     2053:107F8C0002F00AFE6E487197076846686D483A46DB
     2054:107F9C00334602F001FE9C245648005902F05AFC6C
     2055:107FAC000022584B02F0B6FA024667480B4602F024
     2056:107FBC00F3FD5048005902F04DFC0022514B02F0E9
     2057:107FCC00A9FA3A46719F3346524E02F0A3FA0022A8
     2058:107FDC005E4B02F057F9739A6A9B02F09BFA0022EF
     2059:107FEC005B4C234604F096F802F092FBA421414A24
     2060:107FFC005050505802F02EFC00222346619C02F097
     2061:10800C0089FA0022464B04F085F80022514B02F00D
     2062:10801C0039F9024650480B4602F0BEFD4F4802F0BB
     2063:10802C00BBFD00203D4DFBF7D9FA6AE2CC20105A7B
     2064:10803C008C215052505E7E21515E411A4848006896
     2065:10804C006C9A504302F0B4FC90212AE03120C0001D
     2066:10805C00105890671346709AD0880A995852908895
     2067:10806C007E215852D068802158501CE0FAF742FD0E
     2068:10807C0047E20120FAF702FF43E2C046860F0020D8
     2069:10808C00FFFF0000D42010588421505050588021FC
     2070:10809C005158411A334800686C9A504302F088FCDE
     2071:1080AC008821144A50500020FBF798FA29E200204E
     2072:1080BC0000F0F8FE25E2C046FFFF0000EBCB000805
     2073:1080CC00820F002024CE00080CCE0008E0C9000866
     2074:1080DC002DCC000849C800080CCC00081800005032
     2075:1080EC0002CA0008F3030000F20300003C0F00205A
     2076:1080FC00440F002028000020D2040000F4CD00081A
     2077:10810C00EEC8000800408F409005002080842E416E
     2078:10811C0067CA0008240000206EC6000801A00000F9
     2079:10812C00000059407DC6000800C9000800CD0008B9
     2080:10813C000AC9000888C600089FC6000820C90008A4
     2081:10814C0088050020AEC600082EC900080000F0BF4C
     2082:10815C0065CDCD410000F03FE1C6000814CD00080C
     2083:10816C00300F00202C0F0020FC4B196A186A1A697A
     2084:10817C001A6900227592BB2278920622749205220B
     2085:10818C0012067A920D9A120679923F220A401946EB
     2086:10819C0076928002800E77905868002809D50846A0
     2087:1081AC000838F54A0260F54A02604868002800D594
     2088:1081BC00AEE048681199084200D1B2E0ED49081FC1
     2089:1081CC00EF4A0260EF4A026048681199084200D0F9
     2090:1081DC00A7E0A9E0EC4892E1EC4F6A983858519925
     2091:1081EC00795E88420FDA00201060E9490860E9499D
     2092:1081FC008A1E0EE4CE20395E4822BB5E99422BDDEE
     2093:10820C000327E5483DE0601C1060E449884206D332
     2094:10821C006A9838585199795A401A0899785208989E
     2095:10822C00385E0128DE4C13DB5C983858DD4902F0CF
     2096:10823C00E7FB216888420BD00899795EDA4D2A68F1
     2097:10824C009309D21A51188A09029BFA5220602960AC
     2098:10825C00D049699AFFF7DDFBCC217B5EBA5E934275
     2099:10826C0007DD0427D1480CE0D14801F057FB619C95
     2100:10827C0047E13A5E4C203B5E9A4200DB7AE30527ED
     2101:10828C00CC4801F04BFBC14887530746CA48279995
     2102:10829C000161B85B002801D1FFF76CFB739838586B
     2103:1082AC00F98E884201DCFFF765FB6A983858129901
     2104:1082BC00795E6C9A5143884201DCFFF75BFBCE2060
     2105:1082CC00395E4A22BB5E994201DBFFF753FBCC219E
     2106:1082DC007B5EBA5E934201DBFFF74CFB3A5E4E20AD
     2107:1082EC003B5E9A4201DCFFF745FB795E385E8142CA
     2108:1082FC0001DCFFF73FFBB85B022801D1FFF73AFB2B
     2109:10830C00AE4801F00BFB0020B853AB48FFF730FB35
     2110:10831C00AB4801F003FB974948681199084200D01B
     2111:10832C004CE7A84801F0FAFAA74801F0F7FA74A84C
     2112:10833C00F8F71AFC002864D0A44801F0EFFA306872
     2113:10834C008C490968609A114223D03168091A6C9AD9
     2114:10835C00914226D287490968609A114219D0316836
     2115:10836C00091A6C9A91421CD282490968609A11428E
     2116:10837C000FD03168091A6C9A914212D27D49096862
     2117:10838C00609A114205D03168091A6C9A9142D7D380
     2118:10839C0007E078490B688E4A521C0A608C490B42E4
     2119:1083AC0006D074494868119A104348604868A8E0A0
     2120:1083BC0070490968139A1142F3D03168091A6C9A02
     2121:1083CC009142EED26B490968139A1142E9D0316897
     2122:1083DC00091A6C9A9142E4D266490968139A1142BF
     2123:1083EC00DFD03168091A6C9A9142DAD26149096876
     2124:1083FC00139A1142D5D03168091A6C9A9142D7D38D
     2125:10840C00CFE730685B490968609A114223D0316824
     2126:10841C00091A6C9A914227D256490968609A1142FE
     2127:10842C0019D03168091A6C9A91421DD251490968C8
     2128:10843C00609A11420FD03168091A6C9A914213D28A
     2129:10844C004C490968609A114205D03168091A6C9A36
     2130:10845C009142D7D308E047490B685D4A521C0A6029
     2131:10846C005B490B4200D1E1E16194424C6068119987
     2132:10847C00084360606068574801F050FA3068216822
     2133:10848C00619C609A114227D03168091A6C9A91420A
     2134:10849C002BD238490968609A11421DD03168091AEB
     2135:1084AC006C9A914221D233490968609A114213D0D7
     2136:1084BC003168091A6C9A914217D22E490968609A50
     2137:1084CC00114209D03168091A6C9A91420DD229498E
     2138:1084DC000968609A1142D7D1264B19683C4C621C32
     2139:1084EC001A602142619C00D1D0E122494868079A68
     2140:1084FC00104348604868384801F010FA374801F0DA
     2141:10850C000DFA002021494883729820406D9A121A66
     2142:10851C00334800685E9908406D92104322D1306850
     2143:10852C003168091A0A290BD83168091A0A2907D89F
     2144:10853C003168091A0A2903D83168091A0B29EFD3B3
     2145:10854C002748006840060BD46298F4306D905F9811
     2146:10855C000028244E48D000204AE0C046102002409B
     2147:10856C0000206D901F4E307D0028394647D1FDF715
     2148:10857C0084FDC0461020024023016745AB89EFCD36
     2149:10858C003B2A19087F6E5D4C60CD00082800002046
     2150:10859C003C0F0020FFFF0000B0C90008312A00008A
     2151:1085AC00400F002080510100480F0020CACB00086A
     2152:1085BC0084CA000826C8000818000050D2C9000858
     2153:1085CC0013C800088CC90008ACCD0008B5CB000856
     2154:1085DC00FA830000BCCD0008A2C90008D4CD000865
     2155:1085EC0010080050B80500204B98F749086001208E
     2156:1085FC005F90307D0028394601D1FDF73EFD4A9849
     2157:10860C00C00073903158052901D2FDF72DFD7197EB
     2158:10861C002723F05C7290012037466A90C6438C1E6B
     2159:10862C0026402837F74A02E0BF1CB61E73D0781ECE
     2160:10863C00007850404208C0071AD06A405008D20750
     2161:10864C0019D14208C0071AD06A405008D20719D174
     2162:10865C004208C0071AD06A405008D20719D1450801
     2163:10866C00C0071AD0E84845406A08E80718D119E055
     2164:10867C005008D207E5D068404208C007E4D1500842
     2165:10868C00D207E5D068404208C007E4D15008D207B1
     2166:10869C00E5D068404508C007E4D16A08E80701D076
     2167:1086AC00D94842403D7855406808EA0705D0D64D78
     2168:1086BC0068404208C00704D104E0D34D4208C0070B
     2169:1086CC0000D06A405008D20712D068404208C00758
     2170:1086DC0011D15008D20712D068404208C00711D1FE
     2171:1086EC005008D20712D068404208C0079CD010E056
     2172:1086FC004208C007EDD06A405008D207ECD14208BE
     2173:10870C00C007EDD06A405008D207ECD14208C00730
     2174:10871C008AD06A4088E7C80705D1BC4E719F481CB7
     2175:10872C002CD1FDF7A1FC08466A9DA843B74E301822
     2176:10873C002525405D424090B24008B34DD20757D03A
     2177:10874C006840719F4208C00756D15008D20757D0D5
     2178:10875C0068404208C00756D15008D20757D068402D
     2179:10876C004208C00756D15008D20757D0684042087B
     2180:10877C00C00756D1481C01D1FDF776FC3019C05CFE
     2181:10878C007118659BC95C09020818904201D0FDF76D
     2182:10879C006BFC7298002806D09D48008B7299884219
     2183:1087AC0001D0FDF761FC5F980028394601D0FDF738
     2184:1087BC0064FC0E992831729B73548B208500002425
     2185:1087CC0074510B98325C102A689500D1A2E0062AED
     2186:1087DC0000D18BE0032A00D0A6E08D48008B002B43
     2187:1087EC0000D1B8E0984200D1B5E00B228623FDE021
     2188:1087FC00719F4208C007A8D06A405008D207A7D181
     2189:10880C004208C007A8D06A405008D207A7D1420836
     2190:10881C00C007A8D06A405008D207A7D14208C007A9
     2191:10882C00A8D06A40481CA9D1FDF71EFC79490968FB
     2192:10883C00139A114200D117E63168091A6C9A9142C9
     2193:10884C0000D311E673490968139A114200D10BE663
     2194:10885C003168091A6C9A914200D305E66D49096892
     2195:10886C00139A114200D1FFE53168091A6C9A9142B2
     2196:10887C0000D3F9E567490968139A114200D1F3E571
     2197:10888C003168091A6C9A9142D0D3EDE561490968B7
     2198:10889C00139A114200D128E63168091A6C9A914258
     2199:1088AC0000D322E65B490968139A114200D11CE6F9
     2200:1088BC003168091A6C9A914200D316E65549096839
     2201:1088CC00139A114200D110E63168091A6C9A914240
     2202:1088DC0000D30AE64F490968139A114200D104E605
     2203:1088EC003168091A6C9A9142D0D3FEE54848008B46
     2204:1088FC00002B01D0984213D134462734E378A27868
     2205:10890C001002C018629DDB35A8423AD92520C00060
     2206:10891C00414A57E03E48008B002B0CD098420AD0BD
     2207:10892C002520C0003D4A4DE070186A9B8370099B5E
     2208:10893C005A4042705DE03246273257791079000276
     2209:10894C00C31918467C387B24E443A0422AD825203E
     2210:10895C00C000392235E032462732567910790002B0
     2211:10896C00801905467E3D0A9BDF438323BD422DD2F1
     2212:10897C0003223AE0795E385E814200DB89E4062707
     2213:10898C0070E44000224F3D1826796E7064793C5497
     2214:10899C001E484018447106711C4EC3708270062428
     2215:1089AC00447027E07297D5789478200242199F186A
     2216:1089BC001B4BD819401E984200D352E12520C00011
     2217:1089CC00069A1201325214E018000050D5789778AC
     2218:1089DC003A02729552198518669511484019401E35
     2219:1089EC000F4DA84200D37AE10222084E7018827013
     2220:1089FC004370032425466A98854372182E46014F0E
     2221:108A0C0014E0C046FFFF000001A00000B8050020E4
     2222:108A1C00280000201020024086020000860B000077
     2223:108A2C0024FEFFFF921CB61E00D181E013787B4020
     2224:108A3C005808DB071DD0DA4B58404308C0071BD140
     2225:108A4C005808DB071DD0D64B58404308C0071BD134
     2226:108A5C005808DB071DD0D24B58404308C0071BD128
     2227:108A6C005808DB071DD0CE4B58404308C0071BD11C
     2228:108A7C001CE04308C007E3D0C94843405808DB0753
     2229:108A8C00E1D14308C007E3D0C54843405808DB0791
     2230:108A9C00E1D14308C007E3D0C14843405808DB0785
     2231:108AAC00E1D14308C00701D0F848434057785F40F4
     2232:108ABC007808FB071DD0F54B58404308C0071BD165
     2233:108ACC005808DB071DD0F14B58404308C0071BD199
     2234:108ADC005808DB071DD0ED4B58404308C0071BD18D
     2235:108AEC005808DB071DD0E94B58404708C00799D000
     2236:108AFC001BE04308C007E3D0E44843405808DB07B9
     2237:108B0C00E1D14308C007E3D0E04843405808DB07F5
     2238:108B1C00E1D14308C007E3D0DC4843405808DB07E9
     2239:108B2C00E1D14708C00700D17CE7D848474079E736
     2240:108B3C00E00703D13A0AD44B689D3DE0D24B58195B
     2241:108B4C00405C4740B8B24008D04DFA0719D0684095
     2242:108B5C004208C00718D15008D20719D06840420803
     2243:108B6C00C00718D15008D20719D068404208C00776
     2244:108B7C0018D15008D20719D068404708C00718D13F
     2245:108B8C0018E04208C007E6D06A405008D207E5D189
     2246:108B9C004208C007E6D06A405008D207E5D1420827
     2247:108BAC00C007E6D06A405008D207E5D14708C00795
     2248:108BBC0000D06F40689D3A0A18194754401842700B
     2249:108BCC000C20659A9854A41C5C51A2B2504250419E
     2250:108BDC001A6813467C335D68202D6F9D00D10546C5
     2251:108BEC00002D719F34D196680C98864202D1106981
     2252:108BFC0000282DD0187801282AD0104654304480F3
     2253:108C0C00DD600480A0484018106537985860506E9D
     2254:108C1C00019988420DD10C98864203D11069002825
     2255:108C2C009E4800D09E481D7010671168083103984B
     2256:108C3C000BE00C98864203D110690028954800D0AF
     2257:108C4C0095481D701067116809980A6802430A60FC
     2258:108C5C0000208D49739A8850087539468B4DFDF765
     2259:108C6C000CFA61956800669463021818854B1D1800
     2260:108C7C000026AC19844883192E20185C60702F20B4
     2261:108C8C00185CA855501CB8421BD23020185CE07000
     2262:108C9C003120185CA070901CB84212D23220185CA3
     2263:108CAC0060710498185C2071D01CB84209D2342031
     2264:108CBC00185CE0713520185CA0710836121DBA42A0
     2265:108CCC00D7D3714E7018729A427100220271619A58
     2266:108CDC00C270669A82701022427006248AE66A4D2F
     2267:108CEC00681873002E4683700323437072984000FB
     2268:108CFC007B021818634B18187290669D6791301997
     2269:108D0C0072990B195F789526760087558719085D3F
     2270:108D1C007870501CA84219D2D878B8709878F8702E
     2271:108D2C00901CA84214D25879387118797871D01CDB
     2272:108D3C00A842554E67990FD2D879B8719879F871C5
     2273:108D4C000834121DAA42DAD3E41C53E6641D00E079
     2274:108D5C00E41D4D4E67994DE609344BE6BFF34F8F3A
     2275:108D6C00444914394A480860BFF34F8F00BFFDE7F0
     2276:108D7C0030682168C90701D0FDF786F8A168C907DA
     2277:108D8C0005D1A1683D4A1140589A1143A160316840
     2278:108D9C00091A0329EDD32168C907EAD1FDF737F881
     2279:108DAC0001A000000A68A568344B1D400346589882
     2280:108DBC000543A560579802409A18D2082369119D63
     2281:108DCC00AB4229D25B9883042D4D2D681D40AB0C12
     2282:108DDC00072B21D3DB1E589D9D407B957B9B5B080D
     2283:108DEC007B937B9B002B17D07B9B5B1E7B937B9B8E
     2284:108DFC00002B11D07B9B5B1E7B937B9B002B0BD0A2
     2285:108E0C007B9B5B1E7B937B9B002B05D07B9B5B1E14
     2286:108E1C007B937B9B002BE7D10B68579883431343C1
     2287:108E2C000B60A168154A11400F9A1143A16031687B
     2288:108E3C00A268D20712D03268521A032AF8D3A26859
     2289:108E4C00D207F5D00C4A906D102101439165D06D7D
     2290:108E5C0058990843D065D05DFCF7B1FFE168729872
     2291:108E6C000143E1600448806D589908430F99884389
     2292:108E7C00FCF704FE20ED00E0840D0020E8FFFF7FEE
     2293:108E8C000827014028000020B805002001A00000A0
     2294:108E9C000400FA05B11300085BC400085513000860
     2295:048EAC0033C00008C7
     2296:108EB000F0B589B00021069103910291F14C216A2D
     2297:108EC0003F220A400492216A8902890E0591256990
     2298:108ED000ED49079122690A40089200284DD0EB48DD
     2299:108EE00000F022FDE8B2AA2800D08DE0BB20069059
     2300:108EF00002200290606800280BD520460838F84907
     2301:108F00000160F84901606068002802D5F64800F069
     2302:108F10000BFD0126B5076068400007D5201FF44906
     2303:108F20000160F44901606068284202D0FA4800F00C
     2304:108F3000FBFC0195FA4800F0F7FC02A8F7F71AFECF
     2305:108F40003704002864D0F74800F0EEFCEB480168D5
     2306:108F500022683A4200D0B1E02268E94B5D1C2560EE
     2307:108F60001A4203D12268520300D5E5E060680199F6
     2308:108F700008436060606809B0F0BDE8B2AA2800D17B
     2309:108F8000D6E0CC2800D1D3E0AA200690022002909F
     2310:108F90006068002809D520460838D1490160D149C8
     2311:108FA00001606068002800D5C4E0D04800F0BCFC37
     2312:108FB000606840002AD50126B507201FCC49016012
     2313:108FC000CC4901606068284220D1CB4800F0ACFC5D
     2314:108FD00002A8F7F7CFFD002800D1D4E0C748016808
     2315:108FE0002268D20300D525E12268C54B5F1C2760AB
     2316:108FF0001A4203D12268520300D549E16068284330
     2317:1090000060606068BF4891E0C4488FE0C2488DE06E
     2318:109010000096BA4E7D2130682268CD003A42B84BA6
     2319:109020002FD121685A1C2260194203D121684903BB
     2320:1090300000D5B7E060680199084360606068B34894
     2321:1090400000F072FCAE4B3068216839425CD0316868
     2322:10905000091AA94260D22168394255D03168091AEB
     2323:10906000A94259D2216839424ED03168091AA94221
     2324:1090700052D22168394247D03168091AA942E3D354
     2325:109080004AE03168091AA942D4D221683942C8D0CD
     2326:109090003168091AA942CDD221683942C1D031685C
     2327:1090A000091AA942C6D221683942BAD03168091AD0
     2328:1090B000A942BFD221683942E3D1B2E77D22D20072
     2329:1090C00003685B1A934200D350E723683B4200D108
     2330:1090D00042E703685B1A934200D347E723683B42A9
     2331:1090E00000D139E703685B1A934200D33EE7236857
     2332:1090F0003B4200D130E703685B1A934200D335E767
     2333:1091000023683B42DCD127E721685A1C22601942C0
     2334:1091100002D1216849036BD40098C00761680143FC
     2335:10912000616060687A4800F0FFFB7F4800F0FCFB5C
     2336:1091300009B0F0BD6C48F9E7B2047D23DB00056897
     2337:109140006D1A9D4200D311E72568154200D10DE745
     2338:1091500005686D1A9D4200D308E72568154200D1C5
     2339:1091600004E705686D1A9D4200D3FFE625681542A5
     2340:1091700000D1FBE605686D1A9D4200D3F6E625682E
     2341:109180001542DCD1F2E6604800F0CEFBF7F7ACFB0D
     2342:109190005E4800F0C9FBF7F749FB5D4800F0C4FBEF
     2343:1091A0005C48C3E7009989043268121AAA4200D3C6
     2344:1091B00040E722680A4200D13CE73268121AAA420C
     2345:1091C00000D337E722680A4200D133E73268121A27
     2346:1091D000AA4200D32EE722680A4200D12AE7326869
     2347:1091E000121AAA4200D325E722680A42DCD121E7FD
     2348:1091F000009989043268121AAA428DD222680A4262
     2349:109200008AD03268121AAA4286D222680A4283D0D1
     2350:109210003268121AAA4200D37EE722680A4200D1BD
     2351:109220007AE73268121AAA4200D375E722680A4226
     2352:10923000E0D171E732047D23DB0007687F1A9F428B
     2353:1092400000D3DBE62768174200D1CDE607687F1A16
     2354:109250009F4200D3D2E62768174200D1C4E60768D0
     2355:109260007F1A9F4200D3C9E62768174200D1BBE6A8
     2356:1092700007687F1A9F4200D3C0E627681742DCD1F7
     2357:10928000B2E6C0461020024000604F078CCD0008B7
     2358:10929000B2047D23DB000668761A9E4200D3ADE659
     2359:1092A0002668164200D1A9E60668761A9E4200D3C7
     2360:1092B000A4E62668164200D1A0E60668761A9E4209
     2361:1092C00000D39BE62668164200D197E60668761A18
     2362:1092D0009E4200D392E626681642DCD18EE6C04656
     2363:1092E00023016745AB89EFCD13C800087AC9000890
     2364:1092F0003B2A19087F6E5D4C41CB000824000020FA
     2365:10930000FA83000077CB000870CD0008BCCD0008C0
     2366:10931000A2C9000856CB00088CC9000898CB0008E9
     2367:0C932000ACCD0008B5CB0008D4CD00088F
     2368:10932C000C490868401C08600B480268521C02601B
     2369:10933C00D2087D2A0CD30968084A914208D30849FF
     2370:10934C00CA6D521CCA6500220260886D401C88657B
     2371:10935C007047C04624000020340F0020214E00002E
     2372:04936C00F0000020ED
     2373:10937000F0B583B03748001F0568374A1468206885
     2374:1093800004260190304041424141106C1C230340AF
     2375:1093900037469F40384602952840424242410A43A0
     2376:1093A00030D0009401200226019D2A4632405142CD
     2377:1093B00051419E40029A1642074600D00F46002FA8
     2378:1093C00032D008210D4069426941DA40120700D5C8
     2379:1093D0000846002826D1242000211F4C2154009A41
     2380:1093E00010680E2188431060012001469940194BF6
     2381:1093F0001A680A431A60E06325216054616B0029F2
     2382:109400000ED10FE02068800602D42068B0432060AF
     2383:1094100010490868384308600F48016B002901D0E3
     2384:109420000D48884703B0F0BD2346206880060A4AED
     2385:1094300006D418680A218843186025200121115498
     2386:10944000242017540349086830430860D16A002972
     2387:0C945000E6D1E7E704000240E80D002030
     2388:10945C00F0B58AB098480168C8690A6809924A68E8
     2389:10946C0001220792120706928A68089204074FD0CD
     2390:10947C00069A531C089A134001252A0216462036D8
     2391:10948C00099F3E401E4343D03A4056425641C207C4
     2392:10949C00079A00D03246002A05D10D628822864FE9
     2393:1094AC00BE582E43BE50089A15406A426A41860740
     2394:1094BC00079E00D51646002E08D102220A62882289
     2395:1094CC007D4EB658042737437B4EB7506A426A41EB
     2396:1094DC004507079D04D4002D04D0002C0CD417E0B4
     2397:1094EC001500FAD104220A628822734FBD58022655
     2398:1094FC002E43BE50002C0BD52022099C2240134336
     2399:10950C0006D008220A6288236B4DEC581443EC50A9
     2400:10951C000125EA050492020513D5089A049B1A400A
     2401:10952C00AB06099C23409A180BD0EA020A628422EB
     2402:10953C002023614CA3508022A350604A1575604BC8
     2403:10954C00D554202203460592134003931CD0089A4D
     2404:10955C00069B1A40099B059C2340134314D04522BB
     2405:10956C00D200564B9C588426534FBE59222E30D1D4
     2406:10957C002E02B4422DD21C194E6A2727E655504CA8
     2407:10958C001D559C58641C9C50802306461E403DD0A3
     2408:10959C00089A049C2240099C1C40144336D0474A2C
     2409:1095AC001268D458212C1DD1174656373C88002CF4
     2410:1095BC00146802941FD0146D019424780097029FB4
     2411:1095CC00BC62019C641C1465009C2288521E228083
     2412:1095DC0018E08A69082313438B61802306461E40DA
     2413:1095EC00D6D113E0126814689C43146014684027A9
     2414:1095FC002743176006E022689A43226022684027BE
     2415:10960C0017432760232212012C4CA55402954027A6
     2416:10961C00099C3C4062426241400600D50792079883
     2417:10962C0000280CD10868B8430860234D0598E85011
     2418:10963C00244800220270842022242C502A6788227D
     2419:10964C001D48805800282BD0842022241A4D0790C6
     2420:10965C002C500398002809D0089D039106992940A5
     2421:10966C00099D059805400D4303991BD1002E17D079
     2422:10967C00089D049A1540099A1A402A4310D00A688A
     2423:10968C00BA430A600C4D0598E85007982C502620D8
     2424:10969C000A4900220A5423200001029B0B542A671A
     2425:1096AC000AB0F0BD8869082303438B61002002498E
     2426:1096BC0088500AB0F0BDC046940A0020B8050020BE
     2427:0896CC0031020000DE05002060
     2428:1096D40001204102074A13689B0503D453680B42D7
     2429:1096E40004D17047116053680B42FAD051600249AB
     2430:0C96F400086070470C180240040F0020B2
     2431:10970000F0B583B05D4C2068C5680226294631401B
     2432:109710004A424A410769394631404B424B41134363
     2433:109720002346574A0ED11146FE31016101211977B6
     2434:109730008069800704D05148F8F722F9504A23463F
     2435:109740000020187701240420294601900140484256
     2436:1097500048417907214600D50146032000020290C6
     2437:10976000002910D118681146FC3101611E7780690B
     2438:109770000299084205D041481E46F8F701F9404ACF
     2439:109780003346002018770826294631404842484190
     2440:109790003907214600D5014600290FD11868114626
     2441:1097A000F831016101991977C069800704D0334805
     2442:1097B000F8F7E6F8324A314B00201877102129409B
     2443:1097C00048424841F906214600D50146002910D1FA
     2444:1097D00018681146F03101611E77C069029908428C
     2445:1097E00005D026481E46F8F7CBF8254A3346002018
     2446:1097F00018770121294048424841F907214600D005
     2447:109800000146002903D118681146FF31016180200B
     2448:109810002840414241414122D2011742224600D014
     2449:109820000A46002A02D11968164A0A61414241419A
     2450:10983000F805204600D508460028114A01D11868CD
     2451:10984000026140212940484248417906214600D51D
     2452:109850000146002903D118681146C031016120205A
     2453:10986000054068426841B90601D403B0F0BD040068
     2454:10987000FBD11868E032026103B0F0BD440E002055
     2455:08988000FFFEFFFF7FDFFFFF89
     2456:10988800B0B51E4D2C1F20688006400F411E0329CD
     2457:1098980022D81B487944097949008F442301171AB3
     2458:1098A800296803220A40032A00D016482968490675
     2459:1098B800490F491C01F0A6F829684904490E484394
     2460:1098C8002968490F491C01F09DF80BE07D20000232
     2461:1098D80008E00120C00305E00C3D28688004410F22
     2462:1098E8000848C84008490860226892093C23134088
     2463:1098F800064AD258D0400860B0BDC0460C1002409D
     2464:1099080000127A000024F40020000020C4BE0008E1
     2465:1099180080B50249096802F0E2FD80BD140000200C
     2466:10992800B0B5044608480568204602F09DF902468D
     2467:109938002846214602F000FD401C03D00A20FFF70C
     2468:0C994800E7FFB0BDC043B0BD140000201C
     2469:10995400C20F490089184000034A40428A4101D39A
     2470:0C99640000207047012070470000E0FF69
     2471:109970000122D2079143034A4A40104341424841E1
     2472:089980007047C0460000F07FB3
     2473:10998800074A0A40531E9A41C00F49000818054962
     2474:10999800884201D300207047012010407047C0461C
     2475:0899A8000000F07F0000E0FF69
     2476:1099B00030B50E4B5D1C0C0D2C4011D0AC420FD0BD
     2477:1099C000A2189A4206DD0120C00701400948091883
     2478:1099D000002030BD002A04DD054B1940120511435B
     2479:1099E00030BD0120C0070140002030BDFE0700004F
     2480:0899F000FFFF0F800000F07F73
     2481:1099F80010B54B005B0D084CA34201D0002B02D1DF
     2482:109A08000023136010BD054C1B191360044A114054
     2483:109A1800044A891810BDC046FF07000002FCFFFF7A
     2484:089A2800FFFF0F800000E03F8A
     2485:109A3000F0B587B00025EC43584E0494671C3446BB
     2486:109A400000956C415D0003956D0D554D059577D0E2
     2487:109A50000297C50F06914F0001977F1945000499A1
     2488:109A60004D1BBE416CD3D50F03994D195600029979
     2489:109A70008E1BAC4164D30125EC0706990C4005947C
     2490:109A8000484C0E4626402340141A1C46B44175D259
     2491:109A90002C05019F7F0D0494039505D02546641E77
     2492:109AA0000E4626402E430BE0A64209D2E904344676
     2493:109AB000C50F6600761940007F1E8C423446F7D3EE
     2494:109AC000190D394C214006D0049D6C1E23402B43B8
     2495:109AD0008F4221DC2AE004998B4210D20399C904F9
     2496:109AE000069100211C46D30F6500EB185200491E59
     2497:109AF000069DAC421C46F6D38F420DDC16E00021D9
     2498:109B0000002F09DC12E005463446E80F64002618F1
     2499:109B100068007F1E8F4208DD851A34469C41F2D4CE
     2500:109B200050405E400643F0D10AE00F460546A81AB1
     2501:109B300031469941049C05D455405E402E4303D1E3
     2502:109B4000009818E02846314621420AD1039DEA04D4
     2503:109B5000C30F4C00E31840007F1E11421946F7D096
     2504:109B600001E00B46039D002F11DD791E059A9A181E
     2505:109B7000090551180591059907B0F0BD42405E40B6
     2506:109B8000164300D00591002EF5D10020F3E7EA1B23
     2507:109B900000F0DCFE0B460021E8E7C046FFFFDFFFD8
     2508:0C9BA0000000F87FFFFFFF7FFF070000C0
     2509:109BAC00F0B583B00C462A494B1C220D1A40531EAB
     2510:109BBC008B4242D228498A4206D20020002C014610
     2511:109BCC0039DA284903B0F0BD33318A4202D9214633
     2512:109BDC0003B0F0BD1F495518029021462A4600F0EB
     2513:109BEC009FFE1E4A11400143484248410027002C69
     2514:109BFC0001DA394600E00121014301911849384648
     2515:109C0C002A4600F0ADFE2A4605460E46264002982E
     2516:109C1C000540F843401C1149794100F091FE0A4679
     2517:109C2C003146019C2B187241002C00D11146002C9E
     2518:109C3C0000D11D46284603B0F0BD002A02D10121F7
     2519:109C4C00C9070C402146002AF5D1002003B0F0BD15
     2520:109C5C00FE07000001FCFFFFFF030000FFFF0F00E9
     2521:089C6C000000F0FF0000F0BF52
     2522:109C7400F0B587B00A0D521E494B9A4212D206AA79
     2523:109C8400FFF7B8FE4B4A821A494A0B469341069C99
     2524:109C94001CDA0022494B00F0F9FA641E05940446CC
     2525:109CA4000D461EE0C30F4A00D318440064423D4CE5
     2526:109CB4009C416FD3520D6FD000290A4600DA3B4A0B
     2527:109CC400002900DA0020114607B0F0BD00223A4B0B
     2528:109CD40005460E4600F0DAFA0594044628460D4679
     2529:109CE40031460026F2430496FFF760FE344B00220F
     2530:109CF40000F0CCFA02460B462046294600F00EFC42
     2531:109D040003900F4602460B4602F008FA04460D463D
     2532:109D14002C4E0221304622462B4602F010FC2A4AE1
     2533:109D24002A4B00F0B3FA0290019110360321304619
     2534:109D340022462B4602F02BFC02460B460298019960
     2535:109D440000F0ECFB22462B4602F0E8F9039C224685
     2536:109D54003B4602F0E3F922463B4600F097FA0646FA
     2537:109D64000F46059800F07AFD04460D46184A194B33
     2538:109D740002F0D4F932463B4600F088FA06460F4614
     2539:109D8400154B20462946049A02F0C8F932463B4650
     2540:109D940000F07CFA07B0F0BD0349002007B0F0BD25
     2541:109DA400FE0700000000E0FF0000F0FF0000F87F65
     2542:109DB4009EA0E63FCE3B7F660000F0BF0000E0BF00
     2543:109DC4000000E03FC00000089AB5B312FF0750C07E
     2544:0C9DD400A80C615C10D02BBF0030E63FF3
     2545:109DE000F0B585B05B4A531C0C0D1C40631E9342BA
     2546:109DF00000D393E05B4A121A594A8A4100DAA7E07D
     2547:109E000000235A4A121A584A8A411A4600D281E05F
     2548:109E10000122D2070B469343574A821A554A93416F
     2549:109E200076D3564A564B02900D4602F079F901223C
     2550:109E3000D2072A40534BD31800242246049400F042
     2551:109E400027FA00F06BFC039000F00AFD06460F466F
     2552:109E50004D4B002202F064F9029A2B4600F018FAEA
     2553:109E600004460D46494A4A4B3046394602F058F9F5
     2554:109E700022462B4600F00CFA06460D4602460B46DB
     2555:109E800002F04EF90746434A434B0C46029102F05A
     2556:109E900047F9424A424B00F0FBF93A46234602F0AA
     2557:109EA0003FF9404B049C224600F0F2F932462B4623
     2558:109EB00002F036F905460E46204632492A46334618
     2559:109EC00000F0CAFA01900091374A384B3846029C9C
     2560:109ED000214602F025F9364A364B00F0D9F93A46C8
     2561:109EE000234602F01DF9019A009B00F0D1F90246C9
     2562:109EF0000B462846314600F013FB049A214B00F034
     2563:109F0000C7F9039A521CFFF753FD03460A4601E0C6
     2564:109F1000174A00231846114605B0F0BDC20F4B008A
     2565:109F20009A1843005B420C4B9341EED30122D207B7
     2566:109F30000B469343094A5A40024300D071E7002977
     2567:109F40000A4600DA0022002900DA00200346E1E791
     2568:109F5000024ADEE7FE0700000000E0FF0000F07F9D
     2569:109F6000422E8640EF39FAFE2B2386C0D2BC7ADD22
     2570:109F70000000F03FA19CC73B2342920C3CF92F9E6E
     2571:109F80002C15F73F0000E03F0030E6BFA80C615CF5
     2572:109F900010D02B3F1CDC586FA452F13EE0F6B36F9B
     2573:109FA000E4707C3F0000D03F0938DE6F993F403FAE
     2574:089FB000B35142718E71AC3F08
     2575:109FB800F0B587B01E460B4604460020C743924DB5
     2576:109FC800791C2946414159400294214300D1A9E016
     2577:109FD8007400610D8D4900D112E103970495069232
     2578:109FE8008C4F7A1E05935D006B0D5B1E934273D2F6
     2579:109FF800320D3A40884BD218521E9A426CD30698BA
     2580:10A00800314600F087FB074600F026FC0122049247
     2581:10A01800D407A742059D32D0069A504071400143AB
     2582:10A028002DD1002F019745D0F81747403E1A774F9A
     2583:10A038000024039402980BE04242224006983946D5
     2584:10A0480002F06AF804460F4676082846059D33D084
     2585:10A05800012E039A00D002460694012E6B4B00D0C5
     2586:10A068002B460446294602F057F82A46054605912C
     2587:10A07800304604990840654BDED01346DCE7049669
     2588:10A088000022029E304629462F46134600F022FB46
     2589:10A09800002803D06549002007B0F0BDA74330462B
     2590:10A0A8003946FFF7E3FD069A049B02F035F8FFF7FF
     2591:10A0B80093FEA5E0554F00240020544922463B4614
     2592:10A0C80000F02AFA019A002A00D43946002A00D55D
     2593:10A0D80096E0204607B0F0BD3746029EF20FAA1858
     2594:10A0E80073005B1E4E4B534120D20125069EF20F92
     2595:10A0F800A21873005B1B494B9A411BD2444A059B2B
     2596:10A1080013421BD0474C1A466240029E324332D05B
     2597:10A118001A463F4B5A40324348D1002F5BDA01467A
     2598:10A1280007B0F0BD2046194607B0F0BD3046059986
     2599:10A1380007B0F0BD3046394607B0F0BD30463E4660
     2600:10A148000446394600F0E6FA074600F085FB324639
     2601:10A158004A4023464340134300D057E70021002ECE
     2602:10A16800084600DA2A49FA074AD0EA07059B13404D
     2603:10A17800591807B0F0BD0490002F00DB2448059063
     2604:10A18800069C20463E46394600F0C4FA074600F0D1
     2605:10A1980063FB714060400843059802D1E8070599C0
     2606:10A1A8000818F90700D005900498C0E76740069A98
     2607:10A1B8003A4313D11C4A059B5A40334632431FD0B9
     2608:10A1C800E807059A824300211846039B181A049849
     2609:10A1D8009041084614D30E4907B0F0BDE807059929
     2610:10A1E80081430020039B9A1B049A8A41014607D2A7
     2611:10A1F8000D48059941403046084303D004494AE7D1
     2612:10A2080007B0F0BD014946E7FFFFEF3F0000F03F10
     2613:10A218000000F07FFF07000002F8FFFF0000E0FFEA
     2614:10A22800FFFF1F000000F0FF0000F0BF0000F87FF4
     2615:10A2380070B5040011D0E017214641400D1A1049AD
     2616:10A248000020104E02E008366D0807D0EA07FAD061
     2617:10A258000CCE083E01F060FFF5E70949084E0246BA
     2618:10A2680000200B46314616461D4600F055F9002CD5
     2619:10A2780001D502D570BD3046FCD4294670BDC04614
     2620:08A288000000F03FE8000008AF
     2621:10A29000F0B40125ED070F005F405AD48B4200D186
     2622:10A2A000824205D950404240504059404B405940AD
     2623:10A2B0004E18760DDF187F0D3BD0741C640529D035
     2624:10A2C000F41B352C26D80E0DDB022B43DB0AC9020A
     2625:10A2D0002943C9121700202C1ED2E741E240574003
     2626:10A2E000E3415A40A340E3405A40002480185941BA
     2627:10A2F0000AD3B21C520521D0C207012F62411700B8
     2628:10A300004008CB0718434908013636054208AF41DB
     2629:10A3100060417141F0BC7047203C06D01F00E7410E
     2630:10A32000E3405F400024012A6741C0186141EBD33C
     2631:10A33000DFE7002EEED129400020EBE701363105A2
     2632:10A340000020E7E7E742E5D10020C143090DC90439
     2633:10A35000E0E76B400E00871A9E4104D26E40C01B9E
     2634:10A36000B141D21973414E18DF18AC0AE642E9D266
     2635:10A37000760D7F0D31D0F41B362CCBD8B4460E0DA4
     2636:10A38000DB022B43DB0AC9022943C90A012C32D85C
     2637:10A3900004D1D4075208DF073A435B08EF0A64424E
     2638:10A3A000904199411ED0002239424DD1241940419B
     2639:10A3B00049410124394204D101340018494139424C
     2640:10A3C000FAD06246A24204D9361B013E36058919ED
     2641:10A3D000A0E7F10AC90700209CE736429AD1002085
     2642:10A3E000002197E70200224394D0B842DED2010058
     2643:10A3F00020002024E3D1202C13DD203CE241170073
     2644:10A40000A240E2405740E3415A40A340E3405A4053
     2645:10A41000012FBF410137174300227C4298419141EF
     2646:10A420000CE01700E741E2405740E3415A40A340A7
     2647:10A43000E3405A407C429041994100220F0303D2ED
     2648:10A44000013E241940414941013E36054708AC41CF
     2649:08A4500050417141F0BC70475E
     2650:10A45800F0B40125ED076B40004C204797A2000897
     2651:10A4680030B405004D400124E407254042004B006C
     2652:10A47800120E32D01B0E3CD0FF2A33D0FF2B3FD018
     2653:10A48800D21800022043000A09022143090AC4B273
     2654:10A498004C43000AC3B24B43000A4843210A5B18E5
     2655:10A4A800190A091801D44900013A080A7F3A2ADB37
     2656:10A4B800FE2A0FD2D2051C43240601D001242143D1
     2657:10A4C800C9B280295041802901D140084000284361
     2658:10A4D80030BC7047FF20C005F9E71B0EFF2B0AD0E0
     2659:10A4E8002800F5E7400206D1FF2BF3D1490202D13B
     2660:10A4F800F0E7FF2AF4D17F2000010C300005E7E7E0
     2661:10A508004902F8D1E6E743020132E9D15B1202338E
     2662:08A51800E6D9D805E4E7C046CE
     2663:10A52000F0B40125ED070C005C402C40A446AE0AB7
     2664:10A530004C18DF18F4423DD2F74245D2640D4CD09E
     2665:10A540007F0D3CD0E41BC9022943CF0ADB022B4319
     2666:10A55000DB0A0600B61A9F4104D2013CB6197F41BE
     2667:10A56000B6185F416812800D241838DD0018844247
     2668:10A5700025D8E80C0021B6197F41B61A9F4103D3B4
     2669:10A5800040414941F7D304E0B6185F410018494102
     2670:10A59000F1D32405B6197F41B61A9F4105D337433D
     2671:10A5A000C20717430022012F504161416246114307
     2672:10A5B000F0BC70470CD100280AD1F74208D2002025
     2673:10A5C000C143490D0905F1E7002A01D1F74206D040
     2674:10A5D0000020C143090DC904EAE77F0DF8D000202F
     2675:04A5E0006146E5E704
     2676:10A5E40030B401256D054C00E54215D85C00E54208
     2677:10A5F40012D80C001C436400044314430FD005D24A
     2678:10A6040082428B418041013030BC70479042994175
     2679:10A614008041013030BC7047002030BC70470120BD
     2680:04A6240030BC70478F
     2681:10A6280070B4012676054C005D00E6420CD8EE4277
     2682:10A638000AD825430543154303D0994204D19042D3
     2683:10A6480002D1012070BC7047002070BC7047C04622
     2684:10A6580030B401256D054C00E54215D85C00E54293
     2685:10A6680012D80C001C436400044314430FD005D2D5
     2686:10A67800904299418041013030BC704782428B4101
     2687:10A688008041013030BC7047002030BC7047012049
     2688:04A6980030BC70471B
     2689:10A69C0030B401256D054C00E54215D85C00E5424F
     2690:10A6AC0012D80C001C436400044314430CD005D294
     2691:10A6BC0082428B418041404230BC7047904299416C
     2692:10A6CC008041404230BC7047002030BC7047C046CF
     2693:10A6DC0030B401256D054C00E54215D85C00E5420F
     2694:10A6EC0012D80C001C436400044314430CD005D254
     2695:10A6FC00904299418041404230BC704782428B412C
     2696:10A70C008041404230BC7047002030BC7047C0468E
     2697:10A71C00F4464A1805D200F063F801D5C01740087A
     2698:10A72C00604701235B05D34206D200F059F801D5EE
     2699:10A73C000120C0074042604701D10042F5D0D0173C
     2700:04A74C00400870470A
     2701:10A750004A00520D01239B02D21A01321DD45242EB
     2702:10A760003F321DDD8C46C902430D1943C00201234F
     2703:10A77000DB071943202A02D308000021203AD141E7
     2704:10A78000D04048409140D140484063461B4203D5E9
     2705:10A79000002340428B411900704700200021704780
     2706:10A7A000002801D0012211434B0001225205D3425F
     2707:10A7B00000D959080020C90FC90701D4C043410876
     2708:04A7C0007047C046D8
     2709:10A7C40041000DD2090E7F390AD449421F3105D404
     2710:10A7D40000020122D2071043C8407047C8177047CF
     2711:04A7E400002070479A
     2712:10A7E8004A0010D2520D03231B02FF33D21A0AD497
     2713:10A7F80052421F3209D4400DC90208430123DB0726
     2714:10A808001843D040704700207047D0177047C046A3
     2715:10A818004B001BD25A0D01239B02D21A013215D4C8
     2716:10A8280052423F3215DBC902430D1943C0020123CE
     2717:10A83800DB071943202A02D308000021203AD1411E
     2718:10A84800D04048409140D140484070470020002106
     2719:08A858007047D01701007047A2
     2720:10A86000054B004206D5404200B5984708BC01227E
     2721:0CA87000D207114318470000F9A80008A7
     2722:10A87C000B00034329D0CA0FD200043212023D321E
     2723:10A88C00094203D5002349424042994102D10100BB
     2724:10A89C000020203A0B0C04D1103A0904030C194384
     2725:10A8AC000004094203D4013A00184941FBD58446FF
     2726:10A8BC00C00A4B051843C90A120563465B055B4188
     2727:0CA8CC0002D3012B00235841514170477A
     2728:10A8D8009D2201000AD002D4013A4900FCD5D205D4
     2729:10A8E800080A0906494100D3012950417047C0466A
     2730:10A8F80042221201033A010007D002D4013A00189B
     2731:0CA90800FCD51205C30A400599187047E1
     2732:10A914000B00034305D0042212023D320942014BCD
     2733:08A924001847704799A80008CC
     2734:10A92C00202A07D203009040914052422032D3405B
     2735:10A93C0019437047203A0100914000207047C046EF
     2736:10A94C00202A07D2D0400B00D140524220329340F3
     2737:10A95C0018437047203A0800D04000217047C04689
     2738:10A96C00202A07D2D0400B00114152422032934092
     2739:10A97C0018437047203A08001041C9177047C04669
     2740:10A98C0030B5514343435C18010C130C0D005D436F
     2741:10A99C00641992B2514380B242430D0C090452180F
     2742:10A9AC0065415843010C00048018694130BDC04614
     2743:10A9BC00CA1751408B1A17D0C1174A4094464840C9
     2744:10A9CC00411A48081A0000E052008242FCD90020CB
     2745:10A9DC0000E05208914200D3891A40419A42F8D1C2
     2746:10A9EC0062465040801A704710B500F095F810BDC3
     2747:10A9FC0007B5FFF7DDFF0EBC4243891A00BDC04608
     2748:10AA0C000A0015D00300400800E052008242FCD935
     2749:10AA1C00002000E052089B1A06D340418A42F9D12B
     2750:10AA2C00704752089B18F8D200188A42F9D1704727
     2751:08AA3C0010B500F071F810BD27
     2752:10AA440038B504004D42FFF7DFFF4543611938BDB7
     2753:10AA540070B5CC1760406140001BA141DD176A400E
     2754:10AA64006B40521BAB4100F00BF862406340121B79
     2755:10AA7400A3416C4060406140001BA14170BDC046D1
     2756:10AA8400002B09D1002907D110B51100FFF7D8FF19
     2757:10AA94000A000021002310BD70B400240125ED0735
     2758:10AAA400002B07D1002905D0834203D213000022D2
     2759:10AAB4002C0000250026A419994200D1904212D9F5
     2760:10AAC40092185B4103D2EE076D086408F3E7DE07D2
     2761:10AAD4005B08520892190126F6079B1903E0DE076A
     2762:10AAE4005B0852089219801A994103D364416D415D
     2763:10AAF400F5D30FE024196D410AD2DE075B08520832
     2764:10AB0400921980185941F5D364416D41E7D301E0AE
     2765:10AB14008018594102000B002000290070BC7047C6
     2766:08AB2400002000217047C0462B
     2767:10AB2C00F0B503AF93B06E46F51D2135F41D3934E5
     2768:10AB3C0074613362F261F160306101F07CFDB060F0
     2769:10AB4C00C21D07218A436946B1616946881A706043
     2770:10AB5C008546F41D1D3400212422204601F050F9B5
     2771:10AB6C000B487169F2680A6048600A4828603069CD
     2772:10AB7C002862B06868617068E8602046F169326AE2
     2773:10AB8C0000F01EF8B1698D46FE1F053EB546F0BDBE
     2774:08AB9C0033C60008FFFFFF7F34
     2775:10ABA40083B010B581B0044603A80EC00548006800
     2776:10ABB40003AA0092214601F0B4FB01B010BC02BC10
     2777:08ABC40003B008471400002053
     2778:10ABCC00F0B59FB01192169106460020306001211D
     2779:10ABDC000A020E924A020B928A020192CA02009257
     2780:10ABEC0003220D92920205920A0317924A030692CF
     2781:10ABFC008A0304920391C9030990C04302901496EE
     2782:10AC0C000D460A9102E0304601F02DFB16980178B2
     2783:10AC1C00252906D0002901D100F07BFF401C16909D
     2784:10AC2C00F1E7C01C099E0B9C0746801E007802466B
     2785:10AC3C00203A3E2A00D940E08021C0467A4412795D
     2786:10AC4C0052009744233A3A203A3A3A293A3A2D2B71
     2787:10AC5C003A1F3A3A253A3A3A3A3A3A3A3A3A3A3A78
     2788:10AC6C003A3A3A3A3A3A3A3A3A3A3A3A3A3A3A3A38
     2789:10AC7C003A3A3A3A3A3A3A3A3A3A3A3A3A3A3A3A28
     2790:10AC8C003A3A270010210E43781CCDE74021FAE711
     2791:10AC9C002146F8E71799F6E72946F4E72021F2E771
     2792:10ACAC00119901C91191C10F09010E43C1174840F7
     2793:10ACBC00441A3A46781E007810E07A1E0146303964
     2794:10ACCC00002409290AD80A2161434418303C511C3C
     2795:10ACDC0010780246303A0A2A0A46F4D300232E286A
     2796:10ACEC000AD110782A28374609D15078921C11992C
     2797:10ACFC0008C91191149E13E03746149E14E0521C9F
     2798:10AD0C00014630390929149E0CD80A21594343189D
     2799:10AD1C00303B511C10780246303A0A2A0A46F4D3CA
     2800:10AD2C00002B01D40E990F43169201464C392E2953
     2801:10AD3C0039D849007944898849008F442E00340061
     2802:10AD4C003400340034003400340034003400340057
     2803:10AD5C003400340034003400340034003400340047
     2804:10AD6C003400340034003400340034003400340037
     2805:10AD7C00340034003F0134002E003400390134001B
     2806:10AD8C00340034003400340034003400300034001B
     2807:10AD9C00340034003400340030000220074316998C
     2808:10ADAC000878491C1691782800D92FE7E1178C43B5
     2809:10ADBC00810001A251588F463DBB0008ADAF000881
     2810:10ADCC00ADAF0008ADAF0008ADAF0008ADAF0008E7
     2811:10ADDC00ADAF0008ADAF0008ADAF0008ADAF0008D7
     2812:10ADEC00ADAF0008ADAF0008ADAF0008ADAF0008C7
     2813:10ADFC00ADAF0008ADAF0008ADAF0008ADAF0008B7
     2814:10AE0C00ADAF0008ADAF0008ADAF0008ADAF0008A6
     2815:10AE1C00ADAF0008ADAF0008ADAF0008ADAF000896
     2816:10AE2C00ADAF0008ADAF0008ADAF0008ADAF000886
     2817:10AE3C00ADAF0008ADAF0008ADAF0008ADAF000876
     2818:10AE4C00ADAF0008ADAF0008ADAF0008A9AF00086A
     2819:10AE5C00ADAF0008ADAF0008ADAF0008ADAF000856
     2820:10AE6C00ADAF0008ADAF0008ADAF0008ADAF000846
     2821:10AE7C00ADAF0008ADAF0008ADAF0008ADAF000836
     2822:10AE8C00ADAF0008ADAF0008ADAF0008ADAF000826
     2823:10AE9C00ADAF0008ADAF0008ADAF0008ADAF000816
     2824:10AEAC00ADAF0008ADAF0008ADAF0008ADAF000806
     2825:10AEBC00ADAF0008ADAF0008ADAF0008ADAF0008F6
     2826:10AECC00ADAF0008ADAF0008ADAF00083DB0000855
     2827:10AEDC0089B0000835B00008ADAF0008ADAF000870
     2828:10AEEC00ADAF0008ADAF0008ADAF0008ADAF0008C6
     2829:10AEFC00ADAF0008ADAF0008ADAF0008ADAF0008B6
     2830:10AF0C00ADAF0008ADAF0008ADAF0008ADAF0008A5
     2831:10AF1C00ADAF0008ADAF000845B00008ADAF0008FC
     2832:10AF2C00ADAF0008ADAF0008ADAF0008ADAF000885
     2833:10AF3C00ADAF0008ADAF0008ADAF0008ADAF000875
     2834:10AF4C00ADAF00080FB00008AFAF000841B000086B
     2835:10AF5C008DB0000839B00008ADAF0008AFAF0008E5
     2836:10AF6C00ADAF0008ADAF0008ADAF0008ADAF000845
     2837:10AF7C006BB00008F3AF000831B10008ADAF0008AA
     2838:10AF8C00ADAF000829B10008ADAF000851B1000801
     2839:10AF9C00ADAF0008ADAF000849B00008252132E67E
     2840:10AFAC0034E61E4604990F4300210891394626E0E9
     2841:10AFBC00169908786C280AD1022004E016990878B2
     2842:10AFCC00682808D1082007434878891CEAE6491C00
     2843:10AFDC001691039902E0491C169104210F4378281D
     2844:10AFEC0000D8E3E612E61E460E990F42394601D010
     2845:10AFFC00D14A11403A06D217302313400893119DC1
     2846:10B00C00AAE03D463746119E30781590641E3846AE
     2847:10B01C002946224601F0F1FA38462F46159901F0DF
     2848:10B02C0022F9361D119602E106980743059828E08F
     2849:10B03C0006980743019824E006990F43BF4A7828E5
     2850:10B04C0000D12032119D1E460E990F42394601D077
     2851:10B05C00B94B19403B06DB17134008937CE0119A5F
     2852:10B06C0010683907316800D55FE2BA07016001D575
     2853:10B07C00002141601198001D1190C7E50698074307
     2854:10B08C00009807430E98074200D106230C943946CA
     2855:10B09C00059A1140891A4A424A41002B00D01A469F
     2856:10B0AC001592119CE41D0720844326686568304680
     2857:10B0BC002946FEF757FC08341194002812D00022C0
     2858:10B0CC00304629461346FFF703FB3A4606990A40D9
     2859:10B0DC0000280C9C17D0002A9948159B00D180E0C1
     2860:10B0EC0098487EE030462946FEF72EFC00280C9C42
     2861:10B0FC0000D1A7E006980742934800D093489449A2
     2862:10B10C000F40159B6FE0002A9249159B00D0924985
     2863:10B11C00002A62D09148BA0662D462E0119901C942
     2864:10B12C00119160E00C9438060E990F430F97C017DD
     2865:10B13C00232101400891119808C81190002708207C
     2866:10B14C00079011E10E991E460F4201D07A490F402B
     2867:10B15C003946119D0022089202220A40049B194292
     2868:10B16C000C9406D1002A0DD12B1D00272A461D4612
     2869:10B17C000EE0002A18D104CDD7174B071BD513B2FC
     2870:10B18C001204A3E0EA1D07239A43576815460835B5
     2871:10B19C0013684A071ED408220A4000D0DBB2002AEA
     2872:10B1AC0000D19EE000279CE0ED1D0722954384CD45
     2873:10B1BC0000354B07E3D40B0700D585E01346002F71
     2874:10B1CC0000D486E000225C42BA412D23089323462A
     2875:10B1DC00174686E09BB2002783E06148BA0600D58B
     2876:10B1EC0008465B490F4000285E4E00D006460E987C
     2877:10B1FC00074203D1304600F035FD03E030461946D6
     2878:10B20C0000F084FD05464C480740641B14983946F1
     2879:10B21C00224601F0F2F9002D09D00F97149F3178D6
     2880:10B22C00384601F020F8761C6D1EF8D10F9FF806F9
     2881:10B23C000A9D149E00D4E9E420213046224601F0F8
     2882:10B24C00CEF9E3E430462946FEF798FB002800D1FE
     2883:10B25C000646002800D100253046294601F069F940
     2884:10B26C0004460120002C089001D0C00745401EAABE
     2885:10B27C00304610952946FEF7B9FB1E980D994843A8
     2886:10B28C000A21FFF795FB05461E90002C129601D063
     2887:10B29C006020074300223046109C2146139213462F
     2888:10B2AC00FFF7BCF9002800D023E1681CFEF7BEFFB5
     2889:10B2BC0032462346FFF70CFA002800D10CE11E9809
     2890:10B2CC00411C1E91801CF1E753B21206D71700D512
     2891:10B2DC0078E78A0603D44A0603D5202200E02B2205
     2892:10B2EC0008920E9A114201D0134A11400A46119548
     2893:10B2FC000E990F920A42039900D0314607915838A3
     2894:10B30C00002420280A9A00D997E0C0467844007996
     2895:10B31C0040008744299292929292929292929292A7
     2896:10B32C0047929292924792929292927C2992929206
     2897:10B33C00924792922900C046FFFDFFFF5830000053
     2898:10B34C0053CC00084ECC000868CE000864CE000830
     2899:10B35C00FFFEFFFF5DCC000858CC000859CC00085C
     2900:10B36C005ECC00086CC80008184638434DD00698CF
     2901:10B37C000F990142F64800D0F64819093A07891886
     2902:10B38C0000240A460F211940415C18AB19551109CC
     2903:10B39C003F093B07C91813463B43641C002B13465B
     2904:10B3AC00EFD14AE01846384347D00F981040109020
     2905:10B3BC001EE015940A22002518463946139712935D
     2906:10B3CC002B46FFF759FB04460F460A222B46FFF784
     2907:10B3DC00D7FA2346129C201A3021014318A8159A3B
     2908:10B3EC008154521C0920001B13988541144624D209
     2909:10B3FC0010980028DDD020460D9908400328D8D19C
     2910:10B40C0018A82C210155641CD3E7002415E018461C
     2911:10B41C00384312D0D8087907401801460720184045
     2912:10B42C00303018AA1055C808FF087A0780180A4649
     2913:10B43C003A43641C002A0B46EFD1089DFF2D01D81E
     2914:10B44C00029801E0C448FF300B9F0C9B07990E1B20
     2915:10B45C00F1178E431594A1195A1A002D00D0121809
     2916:10B46C000F99394203D1149801F0C7F800221392B6
     2917:10B47C00290A04D0149C204600F0F5FE02E0002DB1
     2918:10B48C00149C03D02046294600F0EDFE20460F996F
     2919:10B49C00139A01F0B2F830212046324601F09FF8A1
     2920:10B4AC00159F012F0ADB7D1C18A84019801E0178FE
     2921:10B4BC00204600F0D8FE6D1E012DF5D80F98C00661
     2922:10B4CC0026460A9D01D4FFF7A1FB20213046139A92
     2923:10B4DC0001F085F8FFF79AFB1E98FEF7A7FE32469F
     2924:10B4EC002346FFF7D5F8002803D01E98401E1E9067
     2925:10B4FC00F3E73D4605980540089883021E989D4247
     2926:10B50C00159E17D005998D4205D1864212DD042176
     2927:10B51C00C94388420EDD01990F42109D0F9300D153
     2928:10B52C0077E10E2838DD139E73E10170121D119224
     2929:10B53C00FFF76CFB0E9934318842109C079506D1AD
     2930:10B54C0012982146854A864BFEF7E4FF06E04042FE
     2931:10B55C00FEF76CFE129A234600F0DCFD04460E4604
     2932:10B56C0000221346FFF75AF8002813D12046314623
     2933:10B57C00FEF7F8F9002837D0002220463146134652
     2934:10B58C00FFF7A6F83A4606990A40002800D104E1D4
     2935:10B59C000C9CA0E50F9759E0C143711810290E4679
     2936:10B5AC0000DB10263A0600D533E1002900D130E14A
     2937:10B5BC003046FEF73BFE129A2B4600F0ABFD002402
     2938:10B5CC002246684BFEF75EFEFEF7EAFA2246664B11
     2939:10B5DC00FEF728FA22462346FFF720F8002800D170
     2940:10B5EC0014E1761EE4D112E10F9700222046314679
     2941:10B5FC005D4BFFF72BF800281E9F0FD00022204632
     2942:10B60C003146594BFEF786FF04460E460022564B38
     2943:10B61C00FFF71CF87F1C0028F0D11E970022204653
     2944:10B62C003146524BFFF754F800280FD00022204629
     2945:10B63C0031464D4B00F06EFD04460E4600224B4B3E
     2946:10B64C00FFF746F87F1E0028F0D11E970598079942
     2947:10B65C00814202D01598014601E01598411E002840
     2948:10B66C00139100D100210F464842FEF7DFFD029AEC
     2949:10B67C00FEF798F922463346FEF704FE06460D46C1
     2950:10B68C0000221092384C2346FEF7E0FF00280AD027
     2951:10B69C001E98401C1E900022304629462346FEF779
     2952:10B6AC0039FF06460D4612961595002F2CD00099A1
     2953:10B6BC00084680300F9A1040884227D1102F00DBAB
     2954:10B6CC0010273846FEF7B2FD32462B4600F022FD1D
     2955:10B6DC00FFF79CF8024608431098139016D00C46BE
     2956:10B6EC0010461646224A234BFFF74AF94A08C3076D
     2957:10B6FC009A184008C90708181F49081A1F48904192
     2958:10B70C0000D3F0E1139701E01098139080210F986B
     2959:10B71C0006460140139A11430C98801A002901D156
     2960:10B72C00471F00E0871F17981E9C064201D1089DF9
     2961:10B73C004AE0032120461091FFF75AF9881C012595
     2962:10B74C0078440079400087441B2F3B1B2F00C046D8
     2963:10B75C0054CE000844CE0008FFFEFFFFA0C8EB85C6
     2964:10B76C00F3CCE17F0000E03F000024400000F03FFC
     2965:10B77C00CDCCCCCCCCCCCCCC999999999999991914
     2966:10B78C00641E1E94002212981599ED4B00F0C2FC19
     2967:10B79C00129015917F1E022512E0002AE7490C9C9D
     2968:10B7AC00159B00D0B3E4B3E4A41E1E94002212989F
     2969:10B7BC001599E44B00F0AEFC12901591BF1E109D34
     2970:10B7CC001399C817814313917006800F00D07F1E08
     2971:10B7DC001097204600F0FFFE632801DD781E1090C4
     2972:10B7EC000898C0023746874312981599FFF70EF850
     2973:10B7FC0004460E46FFF788F802460B461298159938
     2974:10B80C00FEF724FE15901291109A75E034461E989E
     2975:10B81C00264610387142884200DC0846FEF706FDC9
     2976:10B82C00029AFEF7BFF8129A2B46FEF72BFD05463F
     2977:10B83C000C461E98401CFEF7F9FC15952A4623462B
     2978:10B84C00FEF7CAFE00281E9800D0401C0028139654
     2979:10B85C0014D4112817D3014610391E911021081A3F
     2980:10B86C00FEF7E4FC2A46234600F054FCFEF7CEFF1C
     2981:10B87C0004460E4600201290159017E012940024F6
     2982:10B88C001E94264612E000201E9028462146FEF704
     2983:10B89C00BDFF129404460E46FFF736F802460B46DF
     2984:10B8AC0028461299FEF7D2FD1590129138460F9941
     2985:10B8BC008843A64900250A4608326D1C0B68496866
     2986:10B8CC00E31A33468B411146F6D280213940139A44
     2987:10B8DC0011434B1E0A469A41002901D00021C9434D
     2988:10B8EC007B069B0F00D0D1431E9A891A0C9A139B8E
     2989:10B8FC00D21A51184A1B0746D017114681430B9890
     2990:10B90C0010300F9707420AD1012A08DB0F4620217D
     2991:10B91C00149800F0A8FC7F1EF9D10F9A01E03A466A
     2992:10B92C000F4640201040910603D4002809D0202156
     2993:10B93C0004E0002801D02D2100E02B21149800F008
     2994:10B94C0092FC0F98C0060FD4002F0DD03021149804
     2995:10B95C0000F089FC7F1EF9D106E03020C1B21498AA
     2996:10B96C0000F081FC002D12D06D1EE800764A1118F3
     2997:10B97C0049681258A01A30468841EED33020A41AD8
     2998:10B98C008E41401CA31A33468B41F8D2E6E7109740
     2999:10B99C000F9D2C4600980440149E0BD01E98012835
     3000:10B9AC0008DB401E1E903021304600F05CFC1E98D7
     3001:10B9BC000028F6DC80202840139F384346D02E21E7
     3002:10B9CC00304600F050FC102F3D463E4600DB102563
     3003:10B9DC00E8178543002C01D1284601E01E98281A4F
     3004:10B9EC00129CFEF723FC012E23DB159A234600F054
     3005:10B9FC0091FBFEF70BFF04460E462F4606E0302067
     3006:10BA0C00C1B2149800F02FFC002F12D07F1EF8004A
     3007:10BA1C004D4A111849681258A01A30468841EED385
     3008:10BA2C003020A41A8E41401CA31A33468B41F8D205
     3009:10BA3C00E6E71399481B149E28460F9D06D0441A1E
     3010:10BA4C003021304600F00FFC641CF9D301980542FC
     3011:10BA5C0029460A9D109F30D00698014201D04521FD
     3012:10BA6C0000E06521304600F0FEFB1E98002830D423
     3013:10BA7C002B21304600F0F7FB1E9864280DDB642167
     3014:10BA8C00FEF7BEFF01463031304600F0ECFB1E984D
     3015:10BA9C006421FEF7ADFF08461E910A21FEF788FFD0
     3016:10BAAC0001463031304600F0DEFB1E980A21FEF7CD
     3017:10BABC009FFF3031304600F0D6FB002F01D1FFF74D
     3018:10BACC00A5F82021304600F0CEFB7F1EF9D1FFF700
     3019:10BADC009DF82D21304600F0C6FB1E9840421E906A
     3020:10BAEC006428CCDAD9E7139730460A220023214682
     3021:10BAFC00FEF7C2FF0C4607460A220023FEF7BCFFE6
     3022:10BB0C001398401E139000D100E61A433846ECD02F
     3023:10BB1C00FCE5F068002805D006CE083E914201D223
     3024:10BB2C00099A4254304600F0EBFB30681FB0F0BD70
     3025:10BB3C00304600F0E5FB02981FB0F0BD5DCC00086C
     3026:10BB4C000000244000005940300100083801000872
     3027:10BB5C0009490968091A4A1E9141084A1268121AC1
     3028:10BB6C00531E9A410A4006490968081A411E884129
     3029:10BB7C00104040427047C0461400002018000020BE
     3030:04BB8C001C00002079
     3031:10BB900070B5182343431848C318DD6A1846183097
     3032:10BBA000022D10D0012D08D00024002D21D15E6A75
     3033:10BBB0009D6AB54214D9F34315E05D6A9C6AAC42B4
     3034:10BBC00005D9EB4306E000F0DDFB004670BDED4318
     3035:10BBD00064191B6AE418944200D31446224606E016
     3036:10BBE000F643AD191B6AEB18934202D3144600F0DA
     3037:0CBBF000ACFB204670BDC046EC090020F4
     3038:10BBFC0070B50B4616490C78002C1DD103240C6132
     3039:10BC0C004C61144D8D61144CCC610124A4020C6266
     3040:10BC1C0000248C624C62CC620D66104D4D66102572
     3041:10BC2C008D660C67CC664C670D4D0F266640AE5D7D
     3042:10BC3C000E55641C102CF8D1EFF31084012181F304
     3043:10BC4C0010881946FFF79EFF84F3108870BDC0461C
     3044:10BC5C00EC09002073CC0008910F002091130020F8
     3045:04BC6C0062CC00089E
     3046:10BC7000F0B582B0017800292FD00322014600924E
     3047:10BC800091430D6800220192D4438607F60EB4401A
     3048:10BC9000E4432C431E4D6719A7431E4B1F4222D17C
     3049:10BCA00008310F1F3C6862191E46A643164217D181
     3050:10BCB0000C6862191E46A643164214D14C686219DC
     3051:10BCC0001E46A64316420DD18C6862191E46A64335
     3052:10BCD00010311642E5D0083905E0002002B0F0BD71
     3053:10BCE000394600E0091D2206019A0DD02204120EE9
     3054:10BCF00007D02202120E06D0220E009A04D004228F
     3055:10BD000002E0012200E002228918081A02B0F0BD08
     3056:08BD1000FFFEFEFE8080808032
     3057:10BD1800F0B583B0002200295DD00378002B5AD0FB
     3058:10BD2800032302469A4300240194E4438507ED0E59
     3059:10BD3800AC40E443156825430290044600931C4038
     3060:10BD48006418042C2FD32748274FE9190646AE4319
     3061:10BD58000E4228D15568211F04291ED3EE19034627
     3062:10BD6800AB43334219D1956821460839042916D3C3
     3063:10BD7800EB190646AE431E4211D1D56821460C394F
     3064:10BD880004290ED3EB190646AE431E4209D1103CD6
     3065:10BD980015691032042CD8D205E0121D02E00832D1
     3066:10BDA80000E00C320C46280601990ED02804000E3B
     3067:10BDB8000AD02802000E11D0280E009800D00420C6
     3068:10BDC8000146A14203D203E00121A14200D321464A
     3069:10BDD8000298101A4218104603B0F0BD0221A14281
     3070:0CBDE800F5D2F5E780808080FFFEFEFEB3
     3071:10BDF400002A03D0013A8B5C8354FBD17047C046C0
     3072:10BE040000220B0011001A00002A02D0013A8154CA
     3073:04BE1400FCD17047A6
     3074:10BE1800002A09D0884207D007D2801889185242D0
     3075:10BE28008B5C83540132FBD17047013A8B5C83549D
     3076:04BE3800FBD1704783
     3077:10BE3C0002480068002800D1014870471C0F002000
     3078:04BE4C0000000020D2
     3079:10BE50007F2805D8034A125C0348405C10407047B5
     3080:0CBE6000002070476CCE0008DDCC00080C
     3081:10BE6C007F2805D8034A125C0348405C1040704799
     3082:0CBE7C00002070476CCE0008DDCC0008F0
     3083:10BE8800000000000400000002000000080000009C
     3084:10BE9800010000000200000004000000060000008D
     3085:10BEA800080000000A0000000C000000100000005C
     3086:0CBEB8002000000040000000800000009E
     3087:10BEC400000000000000000000000000000000006E
     3088:10BED400000000000000000000000000000000005E
     3089:10BEE4000100000002000000030000000400000044
     3090:10BEF4000600000007000000080000000900000020
     3091:10BF0400000000000000000000000000000000002D
     3092:10BF14000100000002000000030000000400000013
     3093:0CBF24004ACA000850BF000830BF0008E7
     3094:10BF300051BE000857C6000815C400086DBE0008B1
     3095:10BF400063C6000823C4000847C60008E7C300080A
     3096:10BF50004CCA0008DCCC0008DCCC0008DCCC0008B3
     3097:10BF6000DCCC0008DCCC0008DCCC0008DCCC000811
     3098:10BF7000DCCC0008DCCC0008FFFFFFFFFFFFFFFF69
     3099:10BF8000FFFFFFFFFFFF000010CA00088ECC000873
     3100:10BF900073C80008ABCC0008CAC800087CCC0008F5
     3101:08BFA00085CC0008D1C800089F
     3102:10BFA800034C206804348047FBE7F7F71BFDFEE7E6
     3103:04BFB800ECCE0008C3
     3104:10BFBC000448054988438546044880470448054998
     3105:10BFCC000160EBE70080002007000000E7C00008DC
     3106:08BFDC0008ED00E00000000880
     3107:10BFE400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE725
     3108:10BFF400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE715
     3109:10C00400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE704
     3110:10C01400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7F4
     3111:0CC02400FEE7FEE7FEE7FEE7FEE7FEE7B2
     3112:02C03000704757
     3113:10C0320030B580214158212918D102465632938ABF
     3114:10C04200002B13D0016802E05B1E1C040ED0148882
     3115:10C05200002C0CD0CC692406F6D5046D25788D62AF
     3116:10C06200641C04651488641E1480EDE730BD012051
     3117:10C07200C0058A6882438A600868402202430A60D7
     3118:02C0820030BDCF
     3119:10C0840010B5842141582229016810D102465E323C
     3120:10C094005388496A1940836D19701188491E1180AB
     3121:10C0A400816D491C81651188002905D010BD8869FE
     3122:10C0B400082202438A6110BD0146843109225201DB
     3123:10C0C40003681C6894431C609A680124A2439A6024
     3124:0AC0D4000022C2662020086010BDA3
     3125:02C0DE007047A9
     3126:02C0E000FEE779
     3127:02C0E2007047A5
     3128:02C0E4007047A3
     3129:02C0E6007047A1
     3130:10C0E80008D1002806D1F54204D801D3002A01D18D
     3131:10C0F8006D0D09D10020C143090DC904F0BDF9D166
     3132:10C108001242F7D1640DF5D00020C1434905490812
     3133:10C11800A6E000206146F0BDF0B50127FF070E003C
     3134:10C128005E403E40B446BE0A4C18DD18F442D7D2F1
     3135:10C13800F542E4D2640DECD06D0DEAD06419C90261
     3136:10C148003943460DC0023143DB023B43DB0A10B4DE
     3137:10C158008E4685B297B26F43140C6C433E0CA419FB
     3138:10C16800260C2404BFB227439CB26C43A419190CB3
     3139:10C178006943250CA4B249190D04090C6419000C73
     3140:10C1880095B245433E0C76193743BFB2360C150CB1
     3141:10C198004543AD19A6B2240CAD192E0437432E0C15
     3142:10C1A80036199DB24543AD19ACB22E0C89191D0C38
     3143:10C1B80045436D182E04290C3443704680B295B25D
     3144:10C1C80045433E0C76193743BFB2360C150C454330
     3145:10C1D800AD19A6B2AD19240C2E0437432E0C36190E
     3146:10C1E8009DB24543AD19ACB22E0C89191D0C4543BF
     3147:10C1F8006D182E043443290C75462D0C90B26843F3
     3148:10C208003E0C80190604BFB23E43070CA0B23F188B
     3149:10C21800120C6A43D019020C80B2240CA4189AB2EA
     3150:10C228006A43121914042043120C89181B0C6B431F
     3151:10C23800C91810BC01273D05294203D1B619404150
     3152:10C248004941013CFF077D0D013D641B0BDB6D007F
     3153:10C25800AC4209DA240500254208BE416841614123
     3154:0AC2680066463143F0BD54E74EE78F
     3155:10C2720030B581B06A4611700269002A17D018C819
     3156:10C282000838A3423CD243695C1C4461D1544269E0
     3157:10C29200002A35D081698A4232D1036A002B03D049
     3158:10C2A20001690446984720460021416128E0C2689E
     3159:10C2B200002A09D018C80838A34221D25D1CA54221
     3160:10C2C20000D10021D1541BE08268002A08D018C88E
     3161:10C2D2000838A34214D25D1CA5420ED0C9B20DE0AB
     3162:10C2E200036A002B0CD006C80838914208D269466E
     3163:10C2F200012204469847204602E000219B00D150CB
     3164:0AC302000168491C016001B030BD64
     3165:10C30C0010B54269002A07D00446036A002B01D0FD
     3166:0AC31C00216998470020606110BD00
     3167:10C3260070B514460D460646FFF785FD01463046B4
     3168:0AC336002A462346FEF7F7FB70BD10
     3169:0AC3400080B50068FFF75AFC80BDCD
     3170:10C34A00F0B581B0154604464068A268E768C0198E
     3171:10C35A00D61BB54204D22A46FFF747FD7D1909E0EC
     3172:10C36A000F463246FFF741FDB919AD1B60682A46F0
     3173:0AC37A00FFF73BFDE56001B0F0BDE8
     3174:10C38400F0B583B016460D46C7680021019006E05B
     3175:10C394000299C760361B2D196118002E1ED0029118
     3176:10C3A4000269F943BA4202D95418816802E052186A
     3177:10C3B400816854184268C91B8C4200D30C46B442AD
     3178:10C3C40000D33446D01929462246FFF711FDE71958
     3179:10C3D400019881688F42DBD10027D9E7084603B072
     3180:02C3E400F0BDAA
     3181:10C3E60010B50446002000290DD0002A0BD009788C
     3182:10C3F60048B2002808D4002C00D021600021196022
     3183:0EC406005960411E884110BD0120C04310BD89
     3184:0EC41400014641391A2901D220210843704700
     3185:0EC42200014641391A2901D2202108437047F2
     3186:10C43000010002000400060008000A000C001000C1
     3187:06C4400020004000800016
     3188:10C44600806A816D40220A438265C16D04220A43D7
     3189:04C45600C265704704
     3190:10C45A0010B580214258212A0DD1034656331A8835
     3191:10C46A00002A026808D0016D0C789462491C0165A3
     3192:10C47A001888401E188010BD106888431060106824
     3193:08C48A0040210143116010BDC7
     3194:10C4920010B584214158222901680FD102465E322B
     3195:10C4A20053884C6A1C40836D1C801488641E14805F
     3196:10C4B2009B1C83651288002A05D010BD886908225A
     3197:10C4C20002438A6110BD092252010B6893430B603B
     3198:10C4D2008A6801239A438A600021C1668430202140
     3199:04C4E200016010BD28
     3200:10C4E60010B582B00B4601AC2070012120460A46E9
     3201:10C4F60000F008F8002802D0207802B010BDC04332
     3202:04C5060002B010BDB2
     3203:10C50A00F0B581B01E4615460C4607461846FFF799
     3204:10C51A0020FB0146002000290AD46543A54207D31F
     3205:10C52A00304639462A46FFF706FF2146FEF769FAE2
     3206:04C53A0001B0F0BD9F
     3207:04C53E00C80F70476B
     3208:10C54200F0B581B01C4615460091CA0017183E4648
     3209:10C55200103EB068F1682A46FFF7E1FD0CCEFDF708
     3210:10C5620096FE009A032A0DDB183F561E2A462346E2
     3211:10C57200FFF7D5FD0CCF083FFDF789FE761E083F79
     3212:10C58200012EF3D82A462346FFF7C9FD01B0F0BDBC
     3213:10C59200F0B581B01D4616460346C800022916DBD7
     3214:10C5A20000931F18083F4C1C304629460CCF083F09
     3215:10C5B200FDF76DFE32462B46FFF7B1FD641E083FC4
     3216:10C5C200022CF3D8009B083306460D4600E01B18E8
     3217:10C5D200083B0CCB30462946FDF759FE01B0F0BDB1
     3218:08C5E200C1174840401A7047E0
     3219:10C5EA0070B5012A09DB0C460546561C2846214629
     3220:0CC5FA00FFF73AFE761E012EF8D870BD47
     3221:10C6060070B50446C80610D4880503D53025012A1E
     3222:10C6160003DA70BD2025012A07DB561C2046294671
     3223:0CC62600FFF724FE761E012EF8D870BD30
     3224:10C6320010B50C46436A01212046FFF765FF10BD85
     3225:04C6420040207047DD
     3226:10C64600024601207F2901D9C04370471170704707
     3227:0CC65600014661391A2900D220387047D3
     3228:0CC66200014661391A2900D220387047C7
     3229:0FC66E0049205265666572656E7A3D25660A0041
     3230:0BC67D00547368756E743D25660A005A
     3231:10C688002D2D2D204761696E204472696674204300
     3232:07C69800414C202D2D2D0067
     3233:0FC69F0041637475616C20543D256620430A0089
     3234:10C6AE0041637574616C20493D2566204128776988
     3235:10C6BE0074686F7574206761696E2074656D702083
     3236:10C6CE00647269667420636F7272656374696F6EEB
     3237:03C6DE00290A0026
     3238:10C6E1004B6F7272656B74757266616B746F723DBC
     3239:10C6F1002566205B2031202F2043656C736975739B
     3240:03C701005D0A00CE
     3241:10C704004552524F52204144535F313236305F53C9
     3242:0BC7140065744461746152617465003B
     3243:10C71F004552524F52204144535F313236305F53AE
     3244:0BC72F00657443686F704D6F64650017
     3245:10C73A00454550524F4D20776173206368616E679B
     3246:10C74A00656421205765206E65656420746F2070CA
     3247:10C75A00726573657276652063616C696272617471
     3248:10C76A00696F6E20616E642073657474696E677395
     3249:07C77A0020646174612100DD
     3250:10C78100454550524F4D20464143544F5259205236
     3251:0FC791004553544F52452F5550444154452100B4
     3252:0FC7A0007265616420636F6E6669672E2E2E00CE
     3253:10C7AF00666163746F727920726573746F72652E30
     3254:03C7BF002E2E001B
     3255:10C7C20050524F54454354494F4E3A204F425F52C4
     3256:0BC7D20044505F4C4556454C5F320060
     3257:10C7DD0050524F54454354494F4E3A204F425F52A9
     3258:0BC7ED0044505F4C4556454C5F310046
     3259:10C7F80050524F54454354494F4E3A204F425F528E
     3260:0BC8080044505F4C4556454C5F30002B
     3261:10C81300466C61736820756E6C6F636B2065727212
     3262:03C823006F720031
     3263:10C826004F5554505554535F4C56505F5348554ED0
     3264:10C83600545F554E44455254454D5045524154550A
     3265:03C8460052450058
     3266:10C849004F5554505554535F4F56505F5348554EAA
     3267:10C85900545F554E44455254454D504552415455E7
     3268:03C8690052450035
     3269:07C86C00286E756C6C2900B9
     3270:10C873004A616E756172790046656272756172799B
     3271:10C88300004D6172636800417072696C004D61799B
     3272:10C89300004A756E65004A756C790041756775735A
     3273:10C8A300740053657074656D626572004F63746FD5
     3274:10C8B300626572004E6F76656D62657200446563F2
     3275:07C8C300656D626572000063
     3276:07C8CA00414D00504D00003C
     3277:0FC8D1002561202562202565202554202559004A
     3278:0EC8E00075617274206572726F72200A0D000D
     3279:10C8EE002D2D2D204761696E202043414C202D2D8A
     3280:02C8FE002D000B
     3281:0AC9000054736869703D25660A0053
     3282:10C90A002D2D2D204761696E202043414C20454E34
     3283:06C91A0044452D2D2D0007
     3284:0EC9200064656C746120543D256620430A0056
     3285:0AC92E0052656620493D25660A00A7
     3286:10C938004552524F52204144535F313236305F499D
     3287:0EC948006E7075744D757853656C6563740080
     3288:10C9560046697273742073746172742064657465B9
     3289:06C966006374656421000A
     3290:0EC96C004953454E534F523A20496E697400AC
     3291:10C97A002E2E2E466C61736820756E6C6F636B6524
     3292:02C98A00640047
     3293:10C98C00466C617368206F6220756E6C6F636B20F0
     3294:06C99C006572726F72006B
     3295:0EC9A200466C61736820206C6F636B656400E7
     3296:10C9B0004F5554505554535F4C56505F5348554E45
     3297:10C9C000545F4F56455254454D504552415455526F
     3298:02C9D000450020
     3299:0EC9D2004F5554505554204C5650204F4B009A
     3300:10C9E0004F5554505554535F4F56505F5348554E12
     3301:10C9F000545F4F56455254454D504552415455523F
     3302:02CA00004500EF
     3303:0ECA02004F5554505554204F5650204F4B0066
     3304:10CA100053756E646179004D6F6E64617900547571
     3305:10CA20006573646179005765646E6573646179004C
     3306:10CA30005468757273646179004672696461790043
     3307:0ACA4000536174757264617900009F
     3308:02CA4A004300A7
     3309:02CA4C002E00BA
     3310:10CA4E004672657175656E6379204D656173757299
     3311:09CA5E006564203D2025640A00F6
     3312:10CA6700492028776974686F757420636F6D7065E6
     3313:0DCA77006E736174696F6E293D25660A00BB
     3314:10CA84004144535F313236305F4261747465727968
     3315:10CA940043757272656E744761696E43616C696255
     3316:10CAA400726174696F6E53746172743A20455252A4
     3317:10CAB4004F5220494E2043414C4942524154494F20
     3318:10CAC4004E2C204E4F205245464552454E4345205C
     3319:09CAD40043555252454E54210015
     3320:10CADD004E6F726D616C207374617274207769741E
     3321:10CAED00686F757420454550524F4D206368616ED7
     3322:0DCAFD00676573206465746563746564008B
     3323:10CB0A00454550524F4D2046554C4C2052455354A2
     3324:05CB1A004F524521000F
     3325:10CB1F00454550524F4D2053544F524520434F4E91
     3326:05CB2F0046494721000A
     3327:0DCB34004144533132363020496E6974009F
     3328:10CB41002E2E2E466C617368206F6220756E6C6F9D
     3329:05CB5100636B65640048
     3330:10CB56002E2E2E44697361626C65206C6F636B20A8
     3331:10CB660070726F636573732066696E697368656456
     3332:01CB760000BE
     3333:10CB7700466C617368204F7074696F6E6279746573
     3334:10CB87002070726F6772616D6D206661696C656494
     3335:01CB9700009D
     3336:10CB98002E2E2E466C617368206C6F636B20616C5F
     3337:0DCBA80072656164792061637469766500CF
     3338:10CBB5002E2E2E456E61626C65206C6F636B206551
     3339:05CBC50072726F7200A6
     3340:10CBCA004F5554505554535F4C56505F4348495043
     3341:10CBDA005F4F56455254454D504552415455524562
     3342:01CBEA00004A
     3343:10CBEB004F5554505554535F4C56505F424154541B
     3344:10CBFB004552595F554E444552564F4C544147454B
     3345:01CC0B000028
     3346:10CC0C004F5554505554535F4F56505F43484950FD
     3347:10CC1C005F554E444554454D50455241545552452F
     3348:01CC2C000007
     3349:10CC2D004F5554505554535F4F56505F43484950DC
     3350:10CC3D005F4F56455254454D5045524154555245FE
     3351:01CC4D0000E6
     3352:05CC4E002D494E4600D7
     3353:05CC53002D696E660072
     3354:05CC58002B494E4600CF
     3355:05CC5D002B696E66006A
     3356:10CC620000000000000054545220524547474553EB
     3357:01CC720000C1
     3358:09CC73005465726D696E616C007C
     3359:09CC7C00256D2F25642F25790098
     3360:09CC850025483A254D3A255300DB
     3361:10CC8E0053756E004D6F6E005475650057656400E8
     3362:0DCC9E00546875004672690053617400000F
     3363:10CCAB004A616E00466562004D6172004170720010
     3364:10CCBB004D6179004A756E004A756C0041756700CD
     3365:10CCCB00536570004F6374004E6F760044656300CC
     3366:01CCDB000058
     3367:01CCDC000057
     3368:0DCCDD0000070320041702010857104080D3
     3369:04CCEC00899800081B
     3370:10CCF00056616C7565206E6F742076616C69640096
     3371:10CD00004B6F7272656B74757266616B746F723D96
     3372:04CD100025660A008A
     3373:10CD14002D2D2D204761696E20447269667420436D
     3374:0CCD2400414C20454E4445202D2D2D0093
     3375:10CD30004552524F52204144535F313236305F5397
     3376:10CD40006574496E7465726E616C52656665726574
     3377:04CD50006E636500A9
     3378:0CCD540057726974696E6720534E21000D
     3379:10CD6000554E4B4E4F574E20434F4D4D414E440074
     3380:10CD7000466C617368204F7074696F6E6279746578
     3381:0CCD80002070726F6772616D6D65640059
     3382:10CD8C00537461727420656E61626C6520726561AA
     3383:10CD9C00646F75742070726F74656374696F6E0064
     3384:10CDAC002E2E2E466C61736820756E6C6F636B0053
     3385:10CDBC00466C617368204F7074696F6E627974652C
     3386:08CDCC00206C6F636B656400CD
     3387:10CDD4002E2E2E456E61626C65206C6F636B207025
     3388:10CDE400726F636573732066696E69736865640046
     3389:10CDF4004F5554505554535F4C56505F4F564552FF
     3390:08CE040043555252454E540003
     3391:10CE0C004F5554505554535F4F56505F4F564552E3
     3392:08CE1C0043555252454E5400EB
     3393:10CE24004F5554505554535F4F56505F42415454DC
     3394:10CE34004552595F4F564552564F4C544147450051
     3395:10CE4400303132333435363738394142434445463C
     3396:10CE5400303132333435363738396162636465666C
     3397:04CE64004E414E00ED
     3398:04CE68006E616E0089
     3399:10CE6C00202020202020202020682828282820204E
     3400:10CE7C0020202020202020202020202020202020A6
     3401:10CE8C00481010101010101010101010101010105E
     3402:10CE9C0084848484848484848484101010101010FE
     3403:10CEAC001081818181818101010101010101010157
     3404:10CEBC00010101010101010101010110101010100B
     3405:10CECC001082828282828202020202020202020228
     3406:10CEDC0002020202020202020202021010101020D0
     3407:10CEEC0061CF0008240000205D0F000061CF000816
     3408:10CEFC00820F00200300000061CF0008860F002085
     3409:10CF0C000300000061CF00088A0F0020030000001E
     3410:10CF1C0061CF00088E0F00201304000073CF0008AF
     3411:10CF2C00000000203CCF000824000000B3BF000824
     3412:10CF3C0024BF000824BF000824BF000824BF000839
     3413:10CF4C0024BF0008100F0020140F0020180F002021
     3414:04CF5C000024F400B9
     3415:10CF6000206861680834002200E042540139FCD591
     3416:02CF7000704708
     3417:10CF720020686168A2680C3401E08B5C8354013A3A
     3418:04CF8200FBD5704724
    33273419:020000040801F1
    3328 :04C7FC00A86081535D
    3329 :040000050800B075CA
     3420:04C7FC007A463F85B5
     3421:040000050800BFBD73
    33303422:00000001FF
  • trunk/firmware/Release125A/firmware.htm

    r6 r26  
    7373  </tr>
    7474  <tr>
    75     <td align="left"><code>adc.o</code></td>
    76     <td align="right"><code>656</code></td>
    77     <td align="right"><code></code></td>
    78     <td align="right"><code></code></td>
    79     <td align="right"><code>192</code></td>
    80   </tr>
    81   <tr>
    82     <td align="left"><code>ads1260.o</code></td>
    83     <td align="right"><code>5 328</code></td>
    84     <td align="right"><code>510</code></td>
    85     <td align="right"><code></code></td>
    86     <td align="right"><code>48</code></td>
    87   </tr>
    88   <tr>
    89     <td align="left"><code>ah_counter.o</code></td>
    90     <td align="right"><code>964</code></td>
    91     <td align="right"><code></code></td>
    92     <td align="right"><code></code></td>
    93     <td align="right"><code>24</code></td>
    94   </tr>
    95   <tr>
    96     <td align="left"><code>battery_voltage.o</code></td>
    97     <td align="right"><code>248</code></td>
    98     <td align="right"><code></code></td>
    99     <td align="right"><code></code></td>
    100     <td align="right"><code>8</code></td>
    101   </tr>
    102   <tr>
    103     <td align="left"><code>dma.o</code></td>
    104     <td align="right"><code>44</code></td>
    105     <td align="right"><code></code></td>
    106     <td align="right"><code></code></td>
    107     <td align="right"><code></code></td>
    108   </tr>
    109   <tr>
    110     <td align="left"><code>eeprom.o</code></td>
    111     <td align="right"><code>3 396</code></td>
    112     <td align="right"><code>223</code></td>
    113     <td align="right"><code></code></td>
    114     <td align="right"><code>440</code></td>
    115   </tr>
    116   <tr>
    117     <td align="left"><code>efficiency.o</code></td>
    118     <td align="right"><code>80</code></td>
    119     <td align="right"><code></code></td>
    120     <td align="right"><code></code></td>
    121     <td align="right"><code></code></td>
    122   </tr>
    123   <tr>
    124     <td align="left"><code>esr.o</code></td>
    125     <td align="right"><code>1 188</code></td>
    126     <td align="right"><code></code></td>
    127     <td align="right"><code></code></td>
    128     <td align="right"><code>520</code></td>
    129   </tr>
    130   <tr>
    131     <td align="left"><code>fast_current.o</code></td>
    132     <td align="right"><code>108</code></td>
    133     <td align="right"><code></code></td>
    134     <td align="right"><code></code></td>
    135     <td align="right"><code>4</code></td>
    136   </tr>
    137   <tr>
    138     <td align="left"><code>gpio.o</code></td>
    139     <td align="right"><code>244</code></td>
    140     <td align="right"><code></code></td>
    141     <td align="right"><code></code></td>
    142     <td align="right"><code></code></td>
    143   </tr>
    144   <tr>
    145     <td align="left"><code>hsi16 _calibration.o</code></td>
    146     <td align="right"><code>644</code></td>
    147     <td align="right"><code>22</code></td>
    148     <td align="right"><code></code></td>
    149     <td align="right"><code>129</code></td>
    150   </tr>
    151   <tr>
    152     <td align="left"><code>hsi16.o</code></td>
    153     <td align="right"><code>572</code></td>
    154     <td align="right"><code>41</code></td>
    155     <td align="right"><code></code></td>
    156     <td align="right"><code>612</code></td>
    157   </tr>
    158   <tr>
    159     <td align="left"><code>main.o</code></td>
    160     <td align="right"><code>1 946</code></td>
    161     <td align="right"><code>500</code></td>
    162     <td align="right"><code></code></td>
    163     <td align="right"><code>640</code></td>
    164   </tr>
    165   <tr>
    166     <td align="left"><code>modbus.o</code></td>
    167     <td align="right"><code>2 560</code></td>
    168     <td align="right"><code>14</code></td>
    169     <td align="right"><code></code></td>
    170     <td align="right"><code></code></td>
    171   </tr>
    172   <tr>
    173     <td align="left"><code>outputs.o</code></td>
    174     <td align="right"><code>704</code></td>
    175     <td align="right"><code>378</code></td>
    176     <td align="right"><code></code></td>
    177     <td align="right"><code>4</code></td>
    178   </tr>
    179   <tr>
    180     <td align="left"><code>ref_voltage.o</code></td>
    181     <td align="right"><code>68</code></td>
    182     <td align="right"><code></code></td>
    183     <td align="right"><code></code></td>
    184     <td align="right"><code>4</code></td>
    185   </tr>
    186   <tr>
    187     <td align="left"><code>rtc.o</code></td>
    188     <td align="right"><code>180</code></td>
    189     <td align="right"><code></code></td>
    190     <td align="right"><code></code></td>
    191     <td align="right"><code>44</code></td>
     75    <td align="left"><code>firmware_lto.o</code></td>
     76    <td align="right"><code>39 072</code></td>
     77    <td align="right"><code>1 844</code></td>
     78    <td align="right"><code>4</code></td>
     79    <td align="right"><code>3 761</code></td>
    19280  </tr>
    19381  <tr>
     
    19987  </tr>
    20088  <tr>
    201     <td align="left"><code>self_discharge.o</code></td>
    202     <td align="right"><code>280</code></td>
    203     <td align="right"><code></code></td>
    204     <td align="right"><code></code></td>
    205     <td align="right"><code>16</code></td>
    206   </tr>
    207   <tr>
    208     <td align="left"><code>shunt_temperature.o</code></td>
    209     <td align="right"><code>84</code></td>
    210     <td align="right"><code></code></td>
    211     <td align="right"><code></code></td>
    212     <td align="right"><code></code></td>
    213   </tr>
    214   <tr>
    215     <td align="left"><code>shunt_voltage.o</code></td>
    216     <td align="right"><code>52</code></td>
    217     <td align="right"><code></code></td>
    218     <td align="right"><code></code></td>
    219     <td align="right"><code></code></td>
    220   </tr>
    221   <tr>
    222     <td align="left"><code>spi.o</code></td>
    223     <td align="right"><code>204</code></td>
    224     <td align="right"><code></code></td>
    225     <td align="right"><code></code></td>
    226     <td align="right"><code>100</code></td>
    227   </tr>
    228   <tr>
    22989    <td align="left"><code>STM32G07x_Vectors.o</code></td>
    23090    <td align="right"><code>268</code></td>
     
    23292    <td align="right"><code></code></td>
    23393    <td align="right"><code></code></td>
    234   </tr>
    235   <tr>
    236     <td align="left"><code>stm32g0xx_hal.o</code></td>
    237     <td align="right"><code>188</code></td>
    238     <td align="right"><code></code></td>
    239     <td align="right"><code>5</code></td>
    240     <td align="right"><code>4</code></td>
    241   </tr>
    242   <tr>
    243     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    244     <td align="right"><code>1 916</code></td>
    245     <td align="right"><code></code></td>
    246     <td align="right"><code></code></td>
    247     <td align="right"><code></code></td>
    248   </tr>
    249   <tr>
    250     <td align="left"><code>stm32g0xx_hal_adc_ex.o</code></td>
    251     <td align="right"><code>1 196</code></td>
    252     <td align="right"><code></code></td>
    253     <td align="right"><code></code></td>
    254     <td align="right"><code></code></td>
    255   </tr>
    256   <tr>
    257     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    258     <td align="right"><code>164</code></td>
    259     <td align="right"><code></code></td>
    260     <td align="right"><code></code></td>
    261     <td align="right"><code></code></td>
    262   </tr>
    263   <tr>
    264     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    265     <td align="right"><code>714</code></td>
    266     <td align="right"><code></code></td>
    267     <td align="right"><code></code></td>
    268     <td align="right"><code></code></td>
    269   </tr>
    270   <tr>
    271     <td align="left"><code>stm32g0xx_hal_crc_ex.o</code></td>
    272     <td align="right"><code>114</code></td>
    273     <td align="right"><code></code></td>
    274     <td align="right"><code></code></td>
    275     <td align="right"><code></code></td>
    276   </tr>
    277   <tr>
    278     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    279     <td align="right"><code>668</code></td>
    280     <td align="right"><code></code></td>
    281     <td align="right"><code></code></td>
    282     <td align="right"><code></code></td>
    283   </tr>
    284   <tr>
    285     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    286     <td align="right"><code>948</code></td>
    287     <td align="right"><code></code></td>
    288     <td align="right"><code></code></td>
    289     <td align="right"><code>28</code></td>
    290   </tr>
    291   <tr>
    292     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    293     <td align="right"><code>512</code></td>
    294     <td align="right"><code></code></td>
    295     <td align="right"><code></code></td>
    296     <td align="right"><code></code></td>
    297   </tr>
    298   <tr>
    299     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    300     <td align="right"><code>492</code></td>
    301     <td align="right"><code></code></td>
    302     <td align="right"><code></code></td>
    303     <td align="right"><code></code></td>
    304   </tr>
    305   <tr>
    306     <td align="left"><code>stm32g0xx_hal_msp.o</code></td>
    307     <td align="right"><code>44</code></td>
    308     <td align="right"><code></code></td>
    309     <td align="right"><code></code></td>
    310     <td align="right"><code></code></td>
    311   </tr>
    312   <tr>
    313     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    314     <td align="right"><code>40</code></td>
    315     <td align="right"><code></code></td>
    316     <td align="right"><code></code></td>
    317     <td align="right"><code></code></td>
    318   </tr>
    319   <tr>
    320     <td align="left"><code>stm32g0xx_hal_pwr_ex.o</code></td>
    321     <td align="right"><code>132</code></td>
    322     <td align="right"><code></code></td>
    323     <td align="right"><code></code></td>
    324     <td align="right"><code></code></td>
    325   </tr>
    326   <tr>
    327     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    328     <td align="right"><code>1 780</code></td>
    329     <td align="right"><code></code></td>
    330     <td align="right"><code></code></td>
    331     <td align="right"><code></code></td>
    332   </tr>
    333   <tr>
    334     <td align="left"><code>stm32g0xx_hal_rcc_ex.o</code></td>
    335     <td align="right"><code>376</code></td>
    336     <td align="right"><code></code></td>
    337     <td align="right"><code></code></td>
    338     <td align="right"><code></code></td>
    339   </tr>
    340   <tr>
    341     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    342     <td align="right"><code>978</code></td>
    343     <td align="right"><code></code></td>
    344     <td align="right"><code></code></td>
    345     <td align="right"><code></code></td>
    346   </tr>
    347   <tr>
    348     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    349     <td align="right"><code>1 544</code></td>
    350     <td align="right"><code></code></td>
    351     <td align="right"><code></code></td>
    352     <td align="right"><code></code></td>
    353   </tr>
    354   <tr>
    355     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    356     <td align="right"><code>1 820</code></td>
    357     <td align="right"><code>32</code></td>
    358     <td align="right"><code></code></td>
    359     <td align="right"><code></code></td>
    360   </tr>
    361   <tr>
    362     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    363     <td align="right"><code>82</code></td>
    364     <td align="right"><code></code></td>
    365     <td align="right"><code></code></td>
    366     <td align="right"><code></code></td>
    367   </tr>
    368   <tr>
    369     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    370     <td align="right"><code>2 128</code></td>
    371     <td align="right"><code>82</code></td>
    372     <td align="right"><code></code></td>
    373     <td align="right"><code></code></td>
    374   </tr>
    375   <tr>
    376     <td align="left"><code>stm32g0xx_hal_uart_ex.o</code></td>
    377     <td align="right"><code>54</code></td>
    378     <td align="right"><code></code></td>
    379     <td align="right"><code></code></td>
    380     <td align="right"><code></code></td>
    381   </tr>
    382   <tr>
    383     <td align="left"><code>stm32g0xx_it.o</code></td>
    384     <td align="right"><code>132</code></td>
    385     <td align="right"><code></code></td>
    386     <td align="right"><code></code></td>
    387     <td align="right"><code>4</code></td>
    38894  </tr>
    38995  <tr>
     
    395101  </tr>
    396102  <tr>
    397     <td align="left"><code>sysdata.o</code></td>
    398     <td align="right"><code>112</code></td>
    399     <td align="right"><code></code></td>
    400     <td align="right"><code></code></td>
    401     <td align="right"><code>952</code></td>
    402   </tr>
    403   <tr>
    404     <td align="left"><code>system_stm32g0xx.o</code></td>
    405     <td align="right"><code>146</code></td>
    406     <td align="right"><code>96</code></td>
    407     <td align="right"><code>4</code></td>
    408     <td align="right"><code></code></td>
    409   </tr>
    410   <tr>
    411     <td align="left"><code>usart.o</code></td>
    412     <td align="right"><code>140</code></td>
    413     <td align="right"><code></code></td>
    414     <td align="right"><code></code></td>
    415     <td align="right"><code>140</code></td>
    416   </tr>
    417   <tr>
    418     <td align="left"><code>wh_counter.o</code></td>
    419     <td align="right"><code>996</code></td>
    420     <td align="right"><code></code></td>
    421     <td align="right"><code></code></td>
    422     <td align="right"><code>16</code></td>
    423   </tr>
    424   <tr>
    425     <td align="left"><code>Subtotal (50 objects)</code></td>
    426     <td align="right"><code>37 294</code></td>
    427     <td align="right"><code>1 898</code></td>
    428     <td align="right"><code>9</code></td>
    429     <td align="right"><code>3 929</code></td>
     103    <td align="left"><code>Subtotal (4 objects)</code></td>
     104    <td align="right"><code>39 400</code></td>
     105    <td align="right"><code>1 844</code></td>
     106    <td align="right"><code>4</code></td>
     107    <td align="right"><code>3 761</code></td>
    430108  </tr>
    431109  <tr>
    432110    <td align="left"><code>libc_v6m_t_le_eabi.a</code></td>
    433     <td align="right"><code>9 468</code></td>
     111    <td align="right"><code>9 720</code></td>
    434112    <td align="right"><code>339</code></td>
    435113    <td align="right"><code></code></td>
     
    466144  <tr>
    467145    <td align="left"><code>Subtotal (5 archives)</code></td>
    468     <td align="right"><code>10 602</code></td>
     146    <td align="right"><code>10 854</code></td>
    469147    <td align="right"><code>906</code></td>
    470148    <td align="right"><code>32</code></td>
     
    474152    <td align="left"><code>Linker created (shared data, fills, blocks):</code></td>
    475153    <td align="right"><code></code></td>
    476     <td align="right"><code>80</code></td>
     154    <td align="right"><code>120</code></td>
    477155    <td align="right"><code></code></td>
    478156    <td align="right"><code>2 560</code></td>
     
    480158  <tr>
    481159    <td align="left"><code>Total:</code></td>
    482     <td align="right"><code>47 896</code></td>
    483     <td align="right"><code>2 884</code></td>
    484     <td align="right"><code>41</code></td>
    485     <td align="right"><code>7 713</code></td>
     160    <td align="right"><code>50 254</code></td>
     161    <td align="right"><code>2 870</code></td>
     162    <td align="right"><code>36</code></td>
     163    <td align="right"><code>7 545</code></td>
    486164  </tr>
    487165</table>
     
    511189  <tr>
    512190    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    513     <td align="right"><code>1 834</code></td>
     191    <td align="right"><code>2 086</code></td>
    514192    <td align="right"><code></code></td>
    515193    <td align="right"><code></code></td>
     
    595273  <tr>
    596274    <td align="left"><code>Subtotal (14 members from 5 archives)</code></td>
    597     <td align="right"><code>10 602</code></td>
     275    <td align="right"><code>10 854</code></td>
    598276    <td align="right"><code>906</code></td>
    599277    <td align="right"><code>32</code></td>
     
    601279  </tr>
    602280  <tr>
    603     <td align="left"><code>Objects (50 files)</code></td>
    604     <td align="right"><code>37 294</code></td>
    605     <td align="right"><code>1 898</code></td>
    606     <td align="right"><code>9</code></td>
    607     <td align="right"><code>3 929</code></td>
     281    <td align="left"><code>Objects (4 files)</code></td>
     282    <td align="right"><code>39 400</code></td>
     283    <td align="right"><code>1 844</code></td>
     284    <td align="right"><code>4</code></td>
     285    <td align="right"><code>3 761</code></td>
    608286  </tr>
    609287  <tr>
    610288    <td align="left"><code>Linker created (shared data, fills, blocks):</code></td>
    611289    <td align="right"><code></code></td>
    612     <td align="right"><code>80</code></td>
     290    <td align="right"><code>120</code></td>
    613291    <td align="right"><code></code></td>
    614292    <td align="right"><code>2 560</code></td>
     
    616294  <tr>
    617295    <td align="left"><code>Total:</code></td>
    618     <td align="right"><code>47 896</code></td>
    619     <td align="right"><code>2 884</code></td>
    620     <td align="right"><code>41</code></td>
    621     <td align="right"><code>7 713</code></td>
     296    <td align="right"><code>50 254</code></td>
     297    <td align="right"><code>2 870</code></td>
     298    <td align="right"><code>36</code></td>
     299    <td align="right"><code>7 545</code></td>
    622300  </tr>
    623301</table>
     
    634312    <td align="left"><code>Initialization table</code></td>
    635313    <td align="right"><code></code></td>
    636     <td align="right"><code>76</code></td>
     314    <td align="right"><code>116</code></td>
    637315    <td align="right"><code></code></td>
    638316    <td align="right"><code></code></td>
     
    662340    <td align="left"><code>Subtotal (linker created):</code></td>
    663341    <td align="right"><code></code></td>
    664     <td align="right"><code>80</code></td>
     342    <td align="right"><code>120</code></td>
    665343    <td align="right"><code></code></td>
    666344    <td align="right"><code>2 560</code></td>
    667345  </tr>
    668346  <tr>
    669     <td align="left"><code>Objects (50 files)</code></td>
    670     <td align="right"><code>37 294</code></td>
    671     <td align="right"><code>1 898</code></td>
    672     <td align="right"><code>9</code></td>
    673     <td align="right"><code>3 929</code></td>
     347    <td align="left"><code>Objects (4 files)</code></td>
     348    <td align="right"><code>39 400</code></td>
     349    <td align="right"><code>1 844</code></td>
     350    <td align="right"><code>4</code></td>
     351    <td align="right"><code>3 761</code></td>
    674352  </tr>
    675353  <tr>
    676354    <td align="left"><code>Archives (5 files)</code></td>
    677     <td align="right"><code>10 602</code></td>
     355    <td align="right"><code>10 854</code></td>
    678356    <td align="right"><code>906</code></td>
    679357    <td align="right"><code>32</code></td>
     
    682360  <tr>
    683361    <td align="left"><code>Total:</code></td>
    684     <td align="right"><code>47 896</code></td>
    685     <td align="right"><code>2 884</code></td>
    686     <td align="right"><code>41</code></td>
    687     <td align="right"><code>7 713</code></td>
     362    <td align="right"><code>50 254</code></td>
     363    <td align="right"><code>2 870</code></td>
     364    <td align="right"><code>36</code></td>
     365    <td align="right"><code>7 545</code></td>
    688366  </tr>
    689367</table>
     
    737415  </tr>
    738416  <tr>
    739     <td align="left"><code>080001d0-080001f7</code></td>
    740     <td align="left"><code>HAL_Init</code></td>
    741     <td align="right"><code>40</code></td>
    742     <td align="right"><code>4</code></td>
    743     <td align="left"><code>Code</code></td>
    744     <td align="left"><code>RX</code></td>
    745     <td align="left"><code>stm32g0xx_hal.o</code></td>
    746   </tr>
    747   <tr>
    748     <td align="left"><code>080001f8-08000243</code></td>
    749     <td align="left"><code>HAL_InitTick</code></td>
    750     <td align="right"><code>76</code></td>
    751     <td align="right"><code>4</code></td>
    752     <td align="left"><code>Code</code></td>
    753     <td align="left"><code>RX</code></td>
    754     <td align="left"><code>stm32g0xx_hal.o</code></td>
    755   </tr>
    756   <tr>
    757     <td align="left"><code>08000244-0800025b</code></td>
    758     <td align="left"><code>HAL_IncTick</code></td>
    759     <td align="right"><code>24</code></td>
    760     <td align="right"><code>4</code></td>
    761     <td align="left"><code>Code</code></td>
    762     <td align="left"><code>RX</code></td>
    763     <td align="left"><code>stm32g0xx_hal.o</code></td>
    764   </tr>
    765   <tr>
    766     <td align="left"><code>0800025c-08000267</code></td>
    767     <td align="left"><code>HAL_GetTick</code></td>
    768     <td align="right"><code>12</code></td>
    769     <td align="right"><code>4</code></td>
    770     <td align="left"><code>Code</code></td>
    771     <td align="left"><code>RX</code></td>
    772     <td align="left"><code>stm32g0xx_hal.o</code></td>
    773   </tr>
    774   <tr>
    775     <td align="left"><code>08000268-0800028b</code></td>
    776     <td align="left"><code>HAL_Delay</code></td>
    777     <td align="right"><code>36</code></td>
    778     <td align="right"><code>4</code></td>
    779     <td align="left"><code>Code</code></td>
    780     <td align="left"><code>RX</code></td>
    781     <td align="left"><code>stm32g0xx_hal.o</code></td>
    782   </tr>
    783   <tr>
    784     <td align="left"><code>0800028c-080004cf</code></td>
    785     <td align="left"><code>HAL_ADC_Init</code></td>
    786     <td align="right"><code>580</code></td>
    787     <td align="right"><code>4</code></td>
    788     <td align="left"><code>Code</code></td>
    789     <td align="left"><code>RX</code></td>
    790     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    791   </tr>
    792   <tr>
    793     <td align="left"><code>080004d0-08000537</code></td>
    794     <td align="left"><code>ADC_Disable</code></td>
    795     <td align="right"><code>104</code></td>
    796     <td align="right"><code>4</code></td>
    797     <td align="left"><code>Code</code></td>
    798     <td align="left"><code>RX</code></td>
    799     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    800   </tr>
    801   <tr>
    802     <td align="left"><code>08000538-08000613</code></td>
    803     <td align="left"><code>ADC_Enable</code></td>
    804     <td align="right"><code>220</code></td>
    805     <td align="right"><code>4</code></td>
    806     <td align="left"><code>Code</code></td>
    807     <td align="left"><code>RX</code></td>
    808     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    809   </tr>
    810   <tr>
    811     <td align="left"><code>08000614-080006c7</code></td>
    812     <td align="left"><code>HAL_ADC_Start_DMA</code></td>
    813     <td align="right"><code>180</code></td>
    814     <td align="right"><code>4</code></td>
    815     <td align="left"><code>Code</code></td>
    816     <td align="left"><code>RX</code></td>
    817     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    818   </tr>
    819   <tr>
    820     <td align="left"><code>080006c8-0800095b</code></td>
     417    <td align="left"><code>080001d0-08000243</code></td>
     418    <td align="left"><code>ADC_DMAConvCplt</code></td>
     419    <td align="right"><code>116</code></td>
     420    <td align="right"><code>4</code></td>
     421    <td align="left"><code>Code</code></td>
     422    <td align="left"><code>RX</code></td>
     423    <td align="left"><code>firmware_lto.o</code></td>
     424  </tr>
     425  <tr>
     426    <td align="left"><code>08000244-080004df</code></td>
    821427    <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
    822     <td align="right"><code>660</code></td>
    823     <td align="right"><code>4</code></td>
    824     <td align="left"><code>Code</code></td>
    825     <td align="left"><code>RX</code></td>
    826     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    827   </tr>
    828   <tr>
    829     <td align="left"><code>0800095c-08000e07</code></td>
    830     <td align="left"><code>HAL_ADCEx_Calibration_Start</code></td>
    831     <td align="right"><code>1 196</code></td>
    832     <td align="right"><code>4</code></td>
    833     <td align="left"><code>Code</code></td>
    834     <td align="left"><code>RX</code></td>
    835     <td align="left"><code>stm32g0xx_hal_adc_ex.o</code></td>
    836   </tr>
    837   <tr>
    838     <td align="left"><code>08000e08-08000e3f</code></td>
    839     <td align="left"><code>HAL_NVIC_SetPriority</code></td>
    840     <td align="right"><code>56</code></td>
    841     <td align="right"><code>4</code></td>
    842     <td align="left"><code>Code</code></td>
    843     <td align="left"><code>RX</code></td>
    844     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    845   </tr>
    846   <tr>
    847     <td align="left"><code>08000e40-08000e57</code></td>
    848     <td align="left"><code>HAL_NVIC_EnableIRQ</code></td>
    849     <td align="right"><code>24</code></td>
    850     <td align="right"><code>4</code></td>
    851     <td align="left"><code>Code</code></td>
    852     <td align="left"><code>RX</code></td>
    853     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    854   </tr>
    855   <tr>
    856     <td align="left"><code>08000e58-08000e77</code></td>
    857     <td align="left"><code>HAL_NVIC_DisableIRQ</code></td>
    858     <td align="right"><code>32</code></td>
    859     <td align="right"><code>4</code></td>
    860     <td align="left"><code>Code</code></td>
    861     <td align="left"><code>RX</code></td>
    862     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    863   </tr>
    864   <tr>
    865     <td align="left"><code>08000e78-08000eab</code></td>
    866     <td align="left"><code>HAL_SYSTICK_Config</code></td>
    867     <td align="right"><code>52</code></td>
    868     <td align="right"><code>4</code></td>
    869     <td align="left"><code>Code</code></td>
    870     <td align="left"><code>RX</code></td>
    871     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    872   </tr>
    873   <tr>
    874     <td align="left"><code>08000eac-08000f23</code></td>
    875     <td align="left"><code>HAL_CRC_Init</code></td>
    876     <td align="right"><code>120</code></td>
    877     <td align="right"><code>4</code></td>
    878     <td align="left"><code>Code</code></td>
    879     <td align="left"><code>RX</code></td>
    880     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    881   </tr>
    882   <tr>
    883     <td align="left"><code>08000f24-0800100f</code></td>
    884     <td align="left"><code>HAL_DMA_Init</code></td>
    885     <td align="right"><code>236</code></td>
    886     <td align="right"><code>4</code></td>
    887     <td align="left"><code>Code</code></td>
    888     <td align="left"><code>RX</code></td>
    889     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    890   </tr>
    891   <tr>
    892     <td align="left"><code>08001010-080010db</code></td>
    893     <td align="left"><code>HAL_DMA_Start_IT</code></td>
    894     <td align="right"><code>204</code></td>
    895     <td align="right"><code>4</code></td>
    896     <td align="left"><code>Code</code></td>
    897     <td align="left"><code>RX</code></td>
    898     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    899   </tr>
    900   <tr>
    901     <td align="left"><code>080010dc-080011bf</code></td>
    902     <td align="left"><code>HAL_DMA_IRQHandler</code></td>
    903     <td align="right"><code>228</code></td>
    904     <td align="right"><code>4</code></td>
    905     <td align="left"><code>Code</code></td>
    906     <td align="left"><code>RX</code></td>
    907     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    908   </tr>
    909   <tr>
    910     <td align="left"><code>080011c0-0800136f</code></td>
     428    <td align="right"><code>668</code></td>
     429    <td align="right"><code>4</code></td>
     430    <td align="left"><code>Code</code></td>
     431    <td align="left"><code>RX</code></td>
     432    <td align="left"><code>firmware_lto.o</code></td>
     433  </tr>
     434  <tr>
     435    <td align="left"><code>080004e0-08000687</code></td>
     436    <td align="left"><code>HAL_CRC_Calculate</code></td>
     437    <td align="right"><code>424</code></td>
     438    <td align="right"><code>4</code></td>
     439    <td align="left"><code>Code</code></td>
     440    <td align="left"><code>RX</code></td>
     441    <td align="left"><code>firmware_lto.o</code></td>
     442  </tr>
     443  <tr>
     444    <td align="left"><code>08000688-0800082b</code></td>
    911445    <td align="left"><code>HAL_FLASH_Program</code></td>
    912     <td align="right"><code>432</code></td>
    913     <td align="right"><code>4</code></td>
    914     <td align="left"><code>Code</code></td>
    915     <td align="left"><code>RX</code></td>
    916     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    917   </tr>
    918   <tr>
    919     <td align="left"><code>08001370-08001423</code></td>
    920     <td align="left"><code>FLASH_WaitForLastOperation</code></td>
    921     <td align="right"><code>180</code></td>
    922     <td align="right"><code>4</code></td>
    923     <td align="left"><code>Code</code></td>
    924     <td align="left"><code>RX</code></td>
    925     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    926   </tr>
    927   <tr>
    928     <td align="left"><code>08001424-0800144b</code></td>
    929     <td align="left"><code>HAL_FLASH_Unlock</code></td>
    930     <td align="right"><code>40</code></td>
    931     <td align="right"><code>4</code></td>
    932     <td align="left"><code>Code</code></td>
    933     <td align="left"><code>RX</code></td>
    934     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    935   </tr>
    936   <tr>
    937     <td align="left"><code>0800144c-080014cb</code></td>
     446    <td align="right"><code>420</code></td>
     447    <td align="right"><code>4</code></td>
     448    <td align="left"><code>Code</code></td>
     449    <td align="left"><code>RX</code></td>
     450    <td align="left"><code>firmware_lto.o</code></td>
     451  </tr>
     452  <tr>
     453    <td align="left"><code>0800082c-080008e7</code></td>
    938454    <td align="left"><code>HAL_FLASH_Lock</code></td>
    939     <td align="right"><code>128</code></td>
    940     <td align="right"><code>4</code></td>
    941     <td align="left"><code>Code</code></td>
    942     <td align="left"><code>RX</code></td>
    943     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    944   </tr>
    945   <tr>
    946     <td align="left"><code>080014cc-080014f3</code></td>
    947     <td align="left"><code>HAL_FLASH_OB_Unlock</code></td>
    948     <td align="right"><code>40</code></td>
    949     <td align="right"><code>4</code></td>
    950     <td align="left"><code>Code</code></td>
    951     <td align="left"><code>RX</code></td>
    952     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    953   </tr>
    954   <tr>
    955     <td align="left"><code>080014f4-08001573</code></td>
     455    <td align="right"><code>188</code></td>
     456    <td align="right"><code>4</code></td>
     457    <td align="left"><code>Code</code></td>
     458    <td align="left"><code>RX</code></td>
     459    <td align="left"><code>firmware_lto.o</code></td>
     460  </tr>
     461  <tr>
     462    <td align="left"><code>080008e8-080009a3</code></td>
    956463    <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
    957     <td align="right"><code>128</code></td>
    958     <td align="right"><code>4</code></td>
    959     <td align="left"><code>Code</code></td>
    960     <td align="left"><code>RX</code></td>
    961     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    962   </tr>
    963   <tr>
    964     <td align="left"><code>08001574-0800163b</code></td>
     464    <td align="right"><code>188</code></td>
     465    <td align="right"><code>4</code></td>
     466    <td align="left"><code>Code</code></td>
     467    <td align="left"><code>RX</code></td>
     468    <td align="left"><code>firmware_lto.o</code></td>
     469  </tr>
     470  <tr>
     471    <td align="left"><code>080009a4-08000b73</code></td>
    965472    <td align="left"><code>HAL_FLASHEx_Erase</code></td>
    966     <td align="right"><code>200</code></td>
    967     <td align="right"><code>4</code></td>
    968     <td align="left"><code>Code</code></td>
    969     <td align="left"><code>RX</code></td>
    970     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    971   </tr>
    972   <tr>
    973     <td align="left"><code>0800163c-08001723</code></td>
     473    <td align="right"><code>464</code></td>
     474    <td align="right"><code>4</code></td>
     475    <td align="left"><code>Code</code></td>
     476    <td align="left"><code>RX</code></td>
     477    <td align="left"><code>firmware_lto.o</code></td>
     478  </tr>
     479  <tr>
     480    <td align="left"><code>08000b74-08000d93</code></td>
    974481    <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
    975     <td align="right"><code>232</code></td>
    976     <td align="right"><code>4</code></td>
    977     <td align="left"><code>Code</code></td>
    978     <td align="left"><code>RX</code></td>
    979     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    980   </tr>
    981   <tr>
    982     <td align="left"><code>08001724-08001773</code></td>
    983     <td align="left"><code>HAL_FLASHEx_OBGetConfig</code></td>
    984     <td align="right"><code>80</code></td>
    985     <td align="right"><code>4</code></td>
    986     <td align="left"><code>Code</code></td>
    987     <td align="left"><code>RX</code></td>
    988     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    989   </tr>
    990   <tr>
    991     <td align="left"><code>08001774-0800190b</code></td>
     482    <td align="right"><code>544</code></td>
     483    <td align="right"><code>4</code></td>
     484    <td align="left"><code>Code</code></td>
     485    <td align="left"><code>RX</code></td>
     486    <td align="left"><code>firmware_lto.o</code></td>
     487  </tr>
     488  <tr>
     489    <td align="left"><code>08000d94-08000f33</code></td>
    992490    <td align="left"><code>HAL_GPIO_Init</code></td>
    993     <td align="right"><code>408</code></td>
    994     <td align="right"><code>4</code></td>
    995     <td align="left"><code>Code</code></td>
    996     <td align="left"><code>RX</code></td>
    997     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    998   </tr>
    999   <tr>
    1000     <td align="left"><code>0800190c-08001933</code></td>
    1001     <td align="left"><code>HAL_GPIO_EXTI_IRQHandler</code></td>
    1002     <td align="right"><code>40</code></td>
    1003     <td align="right"><code>4</code></td>
    1004     <td align="left"><code>Code</code></td>
    1005     <td align="left"><code>RX</code></td>
    1006     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    1007   </tr>
    1008   <tr>
    1009     <td align="left"><code>08001934-08001947</code></td>
    1010     <td align="left"><code>HAL_PWR_EnableBkUpAccess</code></td>
    1011     <td align="right"><code>20</code></td>
    1012     <td align="right"><code>4</code></td>
    1013     <td align="left"><code>Code</code></td>
    1014     <td align="left"><code>RX</code></td>
    1015     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    1016   </tr>
    1017   <tr>
    1018     <td align="left"><code>08001948-0800195b</code></td>
    1019     <td align="left"><code>HAL_PWR_DisableBkUpAccess</code></td>
    1020     <td align="right"><code>20</code></td>
    1021     <td align="right"><code>4</code></td>
    1022     <td align="left"><code>Code</code></td>
    1023     <td align="left"><code>RX</code></td>
    1024     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    1025   </tr>
    1026   <tr>
    1027     <td align="left"><code>0800195c-080019df</code></td>
    1028     <td align="left"><code>HAL_PWREx_ControlVoltageScaling</code></td>
    1029     <td align="right"><code>132</code></td>
    1030     <td align="right"><code>4</code></td>
    1031     <td align="left"><code>Code</code></td>
    1032     <td align="left"><code>RX</code></td>
    1033     <td align="left"><code>stm32g0xx_hal_pwr_ex.o</code></td>
    1034   </tr>
    1035   <tr>
    1036     <td align="left"><code>080019e0-08001e23</code></td>
    1037     <td align="left"><code>HAL_RCC_OscConfig</code></td>
    1038     <td align="right"><code>1 092</code></td>
    1039     <td align="right"><code>4</code></td>
    1040     <td align="left"><code>Code</code></td>
    1041     <td align="left"><code>RX</code></td>
    1042     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    1043   </tr>
    1044   <tr>
    1045     <td align="left"><code>08001e24-08002023</code></td>
    1046     <td align="left"><code>HAL_RCC_ClockConfig</code></td>
    1047     <td align="right"><code>512</code></td>
    1048     <td align="right"><code>4</code></td>
    1049     <td align="left"><code>Code</code></td>
    1050     <td align="left"><code>RX</code></td>
    1051     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    1052   </tr>
    1053   <tr>
    1054     <td align="left"><code>08002024-080020ab</code></td>
    1055     <td align="left"><code>HAL_RCC_GetSysClockFreq</code></td>
    1056     <td align="right"><code>136</code></td>
    1057     <td align="right"><code>4</code></td>
    1058     <td align="left"><code>Code</code></td>
    1059     <td align="left"><code>RX</code></td>
    1060     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    1061   </tr>
    1062   <tr>
    1063     <td align="left"><code>080020ac-080020d3</code></td>
    1064     <td align="left"><code>HAL_RCC_GetPCLK1Freq</code></td>
    1065     <td align="right"><code>40</code></td>
    1066     <td align="right"><code>4</code></td>
    1067     <td align="left"><code>Code</code></td>
    1068     <td align="left"><code>RX</code></td>
    1069     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    1070   </tr>
    1071   <tr>
    1072     <td align="left"><code>080020d4-0800224b</code></td>
    1073     <td align="left"><code>HAL_RCCEx_PeriphCLKConfig</code></td>
    1074     <td align="right"><code>376</code></td>
    1075     <td align="right"><code>4</code></td>
    1076     <td align="left"><code>Code</code></td>
    1077     <td align="left"><code>RX</code></td>
    1078     <td align="left"><code>stm32g0xx_hal_rcc_ex.o</code></td>
    1079   </tr>
    1080   <tr>
    1081     <td align="left"><code>0800224c-08002317</code></td>
    1082     <td align="left"><code>HAL_RTC_Init</code></td>
    1083     <td align="right"><code>204</code></td>
    1084     <td align="right"><code>4</code></td>
    1085     <td align="left"><code>Code</code></td>
    1086     <td align="left"><code>RX</code></td>
    1087     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    1088   </tr>
    1089   <tr>
    1090     <td align="left"><code>08002318-080023af</code></td>
    1091     <td align="left"><code>RTC_ExitInitMode</code></td>
    1092     <td align="right"><code>152</code></td>
    1093     <td align="right"><code>4</code></td>
    1094     <td align="left"><code>Code</code></td>
    1095     <td align="left"><code>RX</code></td>
    1096     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    1097   </tr>
    1098   <tr>
    1099     <td align="left"><code>080023b0-080024f7</code></td>
    1100     <td align="left"><code>HAL_RTC_SetTime</code></td>
    1101     <td align="right"><code>328</code></td>
    1102     <td align="right"><code>4</code></td>
    1103     <td align="left"><code>Code</code></td>
    1104     <td align="left"><code>RX</code></td>
    1105     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    1106   </tr>
    1107   <tr>
    1108     <td align="left"><code>080024f8-080025f3</code></td>
    1109     <td align="left"><code>HAL_SPI_Init</code></td>
    1110     <td align="right"><code>252</code></td>
    1111     <td align="right"><code>4</code></td>
    1112     <td align="left"><code>Code</code></td>
    1113     <td align="left"><code>RX</code></td>
    1114     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    1115   </tr>
    1116   <tr>
    1117     <td align="left"><code>080025f4-080028cb</code></td>
     491    <td align="right"><code>416</code></td>
     492    <td align="right"><code>4</code></td>
     493    <td align="left"><code>Code</code></td>
     494    <td align="left"><code>RX</code></td>
     495    <td align="left"><code>firmware_lto.o</code></td>
     496  </tr>
     497  <tr>
     498    <td align="left"><code>08000f34-08001027</code></td>
     499    <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
     500    <td align="right"><code>244</code></td>
     501    <td align="right"><code>4</code></td>
     502    <td align="left"><code>Code</code></td>
     503    <td align="left"><code>RX</code></td>
     504    <td align="left"><code>firmware_lto.o</code></td>
     505  </tr>
     506  <tr>
     507    <td align="left"><code>08001028-080010cb</code></td>
     508    <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
     509    <td align="right"><code>164</code></td>
     510    <td align="right"><code>4</code></td>
     511    <td align="left"><code>Code</code></td>
     512    <td align="left"><code>RX</code></td>
     513    <td align="left"><code>firmware_lto.o</code></td>
     514  </tr>
     515  <tr>
     516    <td align="left"><code>080010cc-08001353</code></td>
    1118517    <td align="left"><code>HAL_SPI_TransmitReceive</code></td>
    1119     <td align="right"><code>728</code></td>
    1120     <td align="right"><code>4</code></td>
    1121     <td align="left"><code>Code</code></td>
    1122     <td align="left"><code>RX</code></td>
    1123     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    1124   </tr>
    1125   <tr>
    1126     <td align="left"><code>080028cc-08002a2f</code></td>
    1127     <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
    1128     <td align="right"><code>356</code></td>
    1129     <td align="right"><code>4</code></td>
    1130     <td align="left"><code>Code</code></td>
    1131     <td align="left"><code>RX</code></td>
    1132     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    1133   </tr>
    1134   <tr>
    1135     <td align="left"><code>08002a30-08002aff</code></td>
    1136     <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
    1137     <td align="right"><code>208</code></td>
    1138     <td align="right"><code>4</code></td>
    1139     <td align="left"><code>Code</code></td>
    1140     <td align="left"><code>RX</code></td>
    1141     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    1142   </tr>
    1143   <tr>
    1144     <td align="left"><code>08002b00-08002bf7</code></td>
    1145     <td align="left"><code>HAL_TIM_IC_Init</code></td>
    1146     <td align="right"><code>248</code></td>
    1147     <td align="right"><code>4</code></td>
    1148     <td align="left"><code>Code</code></td>
    1149     <td align="left"><code>RX</code></td>
    1150     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1151   </tr>
    1152   <tr>
    1153     <td align="left"><code>08002bf8-08002c4f</code></td>
    1154     <td align="left"><code>HAL_TIM_IC_DeInit</code></td>
    1155     <td align="right"><code>88</code></td>
    1156     <td align="right"><code>4</code></td>
    1157     <td align="left"><code>Code</code></td>
    1158     <td align="left"><code>RX</code></td>
    1159     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1160   </tr>
    1161   <tr>
    1162     <td align="left"><code>08002c50-08002dc7</code></td>
    1163     <td align="left"><code>HAL_TIM_IC_Start_IT</code></td>
    1164     <td align="right"><code>376</code></td>
    1165     <td align="right"><code>4</code></td>
    1166     <td align="left"><code>Code</code></td>
    1167     <td align="left"><code>RX</code></td>
    1168     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1169   </tr>
    1170   <tr>
    1171     <td align="left"><code>08002dc8-08002e7f</code></td>
    1172     <td align="left"><code>HAL_TIM_IC_Stop_IT</code></td>
    1173     <td align="right"><code>184</code></td>
    1174     <td align="right"><code>4</code></td>
    1175     <td align="left"><code>Code</code></td>
    1176     <td align="left"><code>RX</code></td>
    1177     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1178   </tr>
    1179   <tr>
    1180     <td align="left"><code>08002e80-08003053</code></td>
    1181     <td align="left"><code>HAL_TIM_IRQHandler</code></td>
    1182     <td align="right"><code>468</code></td>
    1183     <td align="right"><code>4</code></td>
    1184     <td align="left"><code>Code</code></td>
    1185     <td align="left"><code>RX</code></td>
    1186     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1187   </tr>
    1188   <tr>
    1189     <td align="left"><code>08003054-080031d7</code></td>
    1190     <td align="left"><code>HAL_TIM_IC_ConfigChannel</code></td>
    1191     <td align="right"><code>388</code></td>
    1192     <td align="right"><code>4</code></td>
    1193     <td align="left"><code>Code</code></td>
    1194     <td align="left"><code>RX</code></td>
    1195     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1196   </tr>
    1197   <tr>
    1198     <td align="left"><code>080031d8-0800320f</code></td>
    1199     <td align="left"><code>HAL_TIM_ReadCapturedValue</code></td>
    1200     <td align="right"><code>56</code></td>
    1201     <td align="right"><code>4</code></td>
    1202     <td align="left"><code>Code</code></td>
    1203     <td align="left"><code>RX</code></td>
    1204     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    1205   </tr>
    1206   <tr>
    1207     <td align="left"><code>08003210-0800325b</code></td>
    1208     <td align="left"><code>HAL_TIMEx_TISelection</code></td>
    1209     <td align="right"><code>76</code></td>
    1210     <td align="right"><code>4</code></td>
    1211     <td align="left"><code>Code</code></td>
    1212     <td align="left"><code>RX</code></td>
    1213     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    1214   </tr>
    1215   <tr>
    1216     <td align="left"><code>0800325c-0800345b</code></td>
    1217     <td align="left"><code>UART_SetConfig</code></td>
    1218     <td align="right"><code>512</code></td>
    1219     <td align="right"><code>4</code></td>
    1220     <td align="left"><code>Code</code></td>
    1221     <td align="left"><code>RX</code></td>
    1222     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1223   </tr>
    1224   <tr>
    1225     <td align="left"><code>0800345c-080034ef</code></td>
    1226     <td align="left"><code>UART_CheckIdleState</code></td>
    1227     <td align="right"><code>148</code></td>
    1228     <td align="right"><code>4</code></td>
    1229     <td align="left"><code>Code</code></td>
    1230     <td align="left"><code>RX</code></td>
    1231     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1232   </tr>
    1233   <tr>
    1234     <td align="left"><code>080034f0-0800359f</code></td>
    1235     <td align="left"><code>HAL_UART_Transmit_IT</code></td>
    1236     <td align="right"><code>176</code></td>
    1237     <td align="right"><code>4</code></td>
    1238     <td align="left"><code>Code</code></td>
    1239     <td align="left"><code>RX</code></td>
    1240     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1241   </tr>
    1242   <tr>
    1243     <td align="left"><code>080035a0-080035fb</code></td>
     518    <td align="right"><code>648</code></td>
     519    <td align="right"><code>4</code></td>
     520    <td align="left"><code>Code</code></td>
     521    <td align="left"><code>RX</code></td>
     522    <td align="left"><code>firmware_lto.o</code></td>
     523  </tr>
     524  <tr>
     525    <td align="left"><code>08001354-080013af</code></td>
    1244526    <td align="left"><code>UART_TxISR_16BIT_FIFOEN</code></td>
    1245527    <td align="right"><code>92</code></td>
     
    1247529    <td align="left"><code>Code</code></td>
    1248530    <td align="left"><code>RX</code></td>
    1249     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1250   </tr>
    1251   <tr>
    1252     <td align="left"><code>080035fc-0800363b</code></td>
     531    <td align="left"><code>firmware_lto.o</code></td>
     532  </tr>
     533  <tr>
     534    <td align="left"><code>080013b0-080013ef</code></td>
    1253535    <td align="left"><code>UART_TxISR_16BIT</code></td>
    1254536    <td align="right"><code>64</code></td>
     
    1256538    <td align="left"><code>Code</code></td>
    1257539    <td align="left"><code>RX</code></td>
    1258     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1259   </tr>
    1260   <tr>
    1261     <td align="left"><code>0800363c-0800374f</code></td>
    1262     <td align="left"><code>HAL_UART_Receive_IT</code></td>
    1263     <td align="right"><code>276</code></td>
    1264     <td align="right"><code>4</code></td>
    1265     <td align="left"><code>Code</code></td>
    1266     <td align="left"><code>RX</code></td>
    1267     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1268   </tr>
    1269   <tr>
    1270     <td align="left"><code>08003750-080037ef</code></td>
     540    <td align="left"><code>firmware_lto.o</code></td>
     541  </tr>
     542  <tr>
     543    <td align="left"><code>080013f0-08001627</code></td>
     544    <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
     545    <td align="right"><code>568</code></td>
     546    <td align="right"><code>4</code></td>
     547    <td align="left"><code>Code</code></td>
     548    <td align="left"><code>RX</code></td>
     549    <td align="left"><code>firmware_lto.o</code></td>
     550  </tr>
     551  <tr>
     552    <td align="left"><code>08001628-0800182b</code></td>
    1271553    <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
    1272     <td align="right"><code>160</code></td>
    1273     <td align="right"><code>4</code></td>
    1274     <td align="left"><code>Code</code></td>
    1275     <td align="left"><code>RX</code></td>
    1276     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1277   </tr>
    1278   <tr>
    1279     <td align="left"><code>080037f0-08003893</code></td>
    1280     <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
    1281     <td align="right"><code>164</code></td>
    1282     <td align="right"><code>4</code></td>
    1283     <td align="left"><code>Code</code></td>
    1284     <td align="left"><code>RX</code></td>
    1285     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    1286   </tr>
    1287   <tr>
    1288     <td align="left"><code>08003894-08003b17</code></td>
    1289     <td align="left"><code>orderTrimmingValues</code></td>
    1290     <td align="right"><code>644</code></td>
    1291     <td align="right"><code>4</code></td>
    1292     <td align="left"><code>Code</code></td>
    1293     <td align="left"><code>RX</code></td>
    1294     <td align="left"><code>hsi16 _calibration.o</code></td>
    1295   </tr>
    1296   <tr>
    1297     <td align="left"><code>08003b18-08003b2b</code></td>
    1298     <td align="left"><code>HSI16_MeasurementInit</code></td>
    1299     <td align="right"><code>20</code></td>
    1300     <td align="right"><code>4</code></td>
    1301     <td align="left"><code>Code</code></td>
    1302     <td align="left"><code>RX</code></td>
    1303     <td align="left"><code>hsi16.o</code></td>
    1304   </tr>
    1305   <tr>
    1306     <td align="left"><code>08003b2c-08003c1b</code></td>
    1307     <td align="left"><code>HSI16_GetCurve</code></td>
    1308     <td align="right"><code>240</code></td>
    1309     <td align="right"><code>4</code></td>
    1310     <td align="left"><code>Code</code></td>
    1311     <td align="left"><code>RX</code></td>
    1312     <td align="left"><code>hsi16.o</code></td>
    1313   </tr>
    1314   <tr>
    1315     <td align="left"><code>08003c1c-08003ca7</code></td>
     554    <td align="right"><code>516</code></td>
     555    <td align="right"><code>4</code></td>
     556    <td align="left"><code>Code</code></td>
     557    <td align="left"><code>RX</code></td>
     558    <td align="left"><code>firmware_lto.o</code></td>
     559  </tr>
     560  <tr>
     561    <td align="left"><code>0800182c-0800197f</code></td>
    1316562    <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
    1317     <td align="right"><code>140</code></td>
    1318     <td align="right"><code>4</code></td>
    1319     <td align="left"><code>Code</code></td>
    1320     <td align="left"><code>RX</code></td>
    1321     <td align="left"><code>hsi16.o</code></td>
    1322   </tr>
    1323   <tr>
    1324     <td align="left"><code>08003ca8-08003d53</code></td>
     563    <td align="right"><code>340</code></td>
     564    <td align="right"><code>4</code></td>
     565    <td align="left"><code>Code</code></td>
     566    <td align="left"><code>RX</code></td>
     567    <td align="left"><code>firmware_lto.o</code></td>
     568  </tr>
     569  <tr>
     570    <td align="left"><code>08001980-08001a67</code></td>
    1325571    <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
    1326     <td align="right"><code>172</code></td>
    1327     <td align="right"><code>4</code></td>
    1328     <td align="left"><code>Code</code></td>
    1329     <td align="left"><code>RX</code></td>
    1330     <td align="left"><code>hsi16.o</code></td>
    1331   </tr>
    1332   <tr>
    1333     <td align="left"><code>08003d54-08003e77</code></td>
    1334     <td align="left"><code>mbUartInit</code></td>
    1335     <td align="right"><code>292</code></td>
    1336     <td align="right"><code>4</code></td>
    1337     <td align="left"><code>Code</code></td>
    1338     <td align="left"><code>RX</code></td>
    1339     <td align="left"><code>modbus.o</code></td>
    1340   </tr>
    1341   <tr>
    1342     <td align="left"><code>08003e78-080040df</code></td>
    1343     <td align="left"><code>MODBUS_UART_IRQHandler</code></td>
    1344     <td align="right"><code>616</code></td>
    1345     <td align="right"><code>4</code></td>
    1346     <td align="left"><code>Code</code></td>
    1347     <td align="left"><code>RX</code></td>
    1348     <td align="left"><code>modbus.o</code></td>
    1349   </tr>
    1350   <tr>
    1351     <td align="left"><code>080040e0-080042d3</code></td>
    1352     <td align="left"><code>mbSlaveCheckModbusRtuQuery</code></td>
    1353     <td align="right"><code>500</code></td>
    1354     <td align="right"><code>4</code></td>
    1355     <td align="left"><code>Code</code></td>
    1356     <td align="left"><code>RX</code></td>
    1357     <td align="left"><code>modbus.o</code></td>
    1358   </tr>
    1359   <tr>
    1360     <td align="left"><code>080042d4-080044cb</code></td>
    1361     <td align="left"><code>mbSlaveProcessRtuQuery</code></td>
    1362     <td align="right"><code>504</code></td>
    1363     <td align="right"><code>4</code></td>
    1364     <td align="left"><code>Code</code></td>
    1365     <td align="left"><code>RX</code></td>
    1366     <td align="left"><code>modbus.o</code></td>
    1367   </tr>
    1368   <tr>
    1369     <td align="left"><code>080044cc-0800470b</code></td>
    1370     <td align="left"><code>mbSlaveProcessPdu</code></td>
    1371     <td align="right"><code>576</code></td>
    1372     <td align="right"><code>4</code></td>
    1373     <td align="left"><code>Code</code></td>
    1374     <td align="left"><code>RX</code></td>
    1375     <td align="left"><code>modbus.o</code></td>
    1376   </tr>
    1377   <tr>
    1378     <td align="left"><code>0800470c-0800485f</code></td>
    1379     <td align="left"><code>MX_ADC1_Init</code></td>
    1380     <td align="right"><code>340</code></td>
    1381     <td align="right"><code>4</code></td>
    1382     <td align="left"><code>Code</code></td>
    1383     <td align="left"><code>RX</code></td>
    1384     <td align="left"><code>adc.o</code></td>
    1385   </tr>
    1386   <tr>
    1387     <td align="left"><code>08004860-0800499b</code></td>
    1388     <td align="left"><code>HAL_ADC_MspInit</code></td>
    1389     <td align="right"><code>316</code></td>
    1390     <td align="right"><code>4</code></td>
    1391     <td align="left"><code>Code</code></td>
    1392     <td align="left"><code>RX</code></td>
    1393     <td align="left"><code>adc.o</code></td>
    1394   </tr>
    1395   <tr>
    1396     <td align="left"><code>0800499c-08004a5b</code></td>
    1397     <td align="left"><code>ADS_1260_SetDataRate</code></td>
    1398     <td align="right"><code>192</code></td>
    1399     <td align="right"><code>4</code></td>
    1400     <td align="left"><code>Code</code></td>
    1401     <td align="left"><code>RX</code></td>
    1402     <td align="left"><code>ads1260.o</code></td>
    1403   </tr>
    1404   <tr>
    1405     <td align="left"><code>08004a5c-08004a8b</code></td>
    1406     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCalibrationStart</code></td>
    1407     <td align="right"><code>48</code></td>
    1408     <td align="right"><code>4</code></td>
    1409     <td align="left"><code>Code</code></td>
    1410     <td align="left"><code>RX</code></td>
    1411     <td align="left"><code>ads1260.o</code></td>
    1412   </tr>
    1413   <tr>
    1414     <td align="left"><code>08004a8c-08004abf</code></td>
    1415     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCommonModeErrorComepensationStart</code></td>
    1416     <td align="right"><code>52</code></td>
    1417     <td align="right"><code>4</code></td>
    1418     <td align="left"><code>Code</code></td>
    1419     <td align="left"><code>RX</code></td>
    1420     <td align="left"><code>ads1260.o</code></td>
    1421   </tr>
    1422   <tr>
    1423     <td align="left"><code>08004ac0-08004af7</code></td>
    1424     <td align="left"><code>ADS_1260_BatteryCurrentOffsetTemperatureErrorComepensationStart</code></td>
    1425     <td align="right"><code>56</code></td>
    1426     <td align="right"><code>4</code></td>
    1427     <td align="left"><code>Code</code></td>
    1428     <td align="left"><code>RX</code></td>
    1429     <td align="left"><code>ads1260.o</code></td>
    1430   </tr>
    1431   <tr>
    1432     <td align="left"><code>08004af8-08004bfb</code></td>
    1433     <td align="left"><code>ADS_1260_BatteryCurrentGainCalibrationStart</code></td>
    1434     <td align="right"><code>260</code></td>
    1435     <td align="right"><code>4</code></td>
    1436     <td align="left"><code>Code</code></td>
    1437     <td align="left"><code>RX</code></td>
    1438     <td align="left"><code>ads1260.o</code></td>
    1439   </tr>
    1440   <tr>
    1441     <td align="left"><code>08004bfc-08004d23</code></td>
    1442     <td align="left"><code>ADS_1260_BatteryCurrentGainTemperatureCalibrationShuntStart</code></td>
    1443     <td align="right"><code>296</code></td>
    1444     <td align="right"><code>4</code></td>
    1445     <td align="left"><code>Code</code></td>
    1446     <td align="left"><code>RX</code></td>
    1447     <td align="left"><code>ads1260.o</code></td>
    1448   </tr>
    1449   <tr>
    1450     <td align="left"><code>08004d24-08005b93</code></td>
     572    <td align="right"><code>232</code></td>
     573    <td align="right"><code>4</code></td>
     574    <td align="left"><code>Code</code></td>
     575    <td align="left"><code>RX</code></td>
     576    <td align="left"><code>firmware_lto.o</code></td>
     577  </tr>
     578  <tr>
     579    <td align="left"><code>08001a68-080027b7</code></td>
    1451580    <td align="left"><code>ADS1260_init</code></td>
    1452     <td align="right"><code>3 696</code></td>
    1453     <td align="right"><code>4</code></td>
    1454     <td align="left"><code>Code</code></td>
    1455     <td align="left"><code>RX</code></td>
    1456     <td align="left"><code>ads1260.o</code></td>
    1457   </tr>
    1458   <tr>
    1459     <td align="left"><code>08005b94-08005e63</code></td>
    1460     <td align="left"><code>ADS1260_ReadConversion</code></td>
    1461     <td align="right"><code>720</code></td>
    1462     <td align="right"><code>4</code></td>
    1463     <td align="left"><code>Code</code></td>
    1464     <td align="left"><code>RX</code></td>
    1465     <td align="left"><code>ads1260.o</code></td>
    1466   </tr>
    1467   <tr>
    1468     <td align="left"><code>08005e64-08005e83</code></td>
    1469     <td align="left"><code>AH_COUNTER_Init</code></td>
    1470     <td align="right"><code>32</code></td>
    1471     <td align="right"><code>4</code></td>
    1472     <td align="left"><code>Code</code></td>
    1473     <td align="left"><code>RX</code></td>
    1474     <td align="left"><code>ah_counter.o</code></td>
    1475   </tr>
    1476   <tr>
    1477     <td align="left"><code>08005e84-08006227</code></td>
    1478     <td align="left"><code>AH_COUNTER_Exec</code></td>
    1479     <td align="right"><code>932</code></td>
    1480     <td align="right"><code>4</code></td>
    1481     <td align="left"><code>Code</code></td>
    1482     <td align="left"><code>RX</code></td>
    1483     <td align="left"><code>ah_counter.o</code></td>
    1484   </tr>
    1485   <tr>
    1486     <td align="left"><code>08006228-0800631f</code></td>
    1487     <td align="left"><code>BATTERY_VOLTAGE_Exec</code></td>
    1488     <td align="right"><code>248</code></td>
    1489     <td align="right"><code>4</code></td>
    1490     <td align="left"><code>Code</code></td>
    1491     <td align="left"><code>RX</code></td>
    1492     <td align="left"><code>battery_voltage.o</code></td>
    1493   </tr>
    1494   <tr>
    1495     <td align="left"><code>08006320-0800634b</code></td>
    1496     <td align="left"><code>MX_DMA_Init</code></td>
     581    <td align="right"><code>3 408</code></td>
     582    <td align="right"><code>4</code></td>
     583    <td align="left"><code>Code</code></td>
     584    <td align="left"><code>RX</code></td>
     585    <td align="left"><code>firmware_lto.o</code></td>
     586  </tr>
     587  <tr>
     588    <td align="left"><code>080027b8-08002aff</code></td>
     589    <td align="left"><code>EEPROM_fullRestore</code></td>
     590    <td align="right"><code>840</code></td>
     591    <td align="right"><code>4</code></td>
     592    <td align="left"><code>Code</code></td>
     593    <td align="left"><code>RX</code></td>
     594    <td align="left"><code>firmware_lto.o</code></td>
     595  </tr>
     596  <tr>
     597    <td align="left"><code>08002b00-08002e87</code></td>
     598    <td align="left"><code>EEPROM_readConfig</code></td>
     599    <td align="right"><code>904</code></td>
     600    <td align="right"><code>4</code></td>
     601    <td align="left"><code>Code</code></td>
     602    <td align="left"><code>RX</code></td>
     603    <td align="left"><code>firmware_lto.o</code></td>
     604  </tr>
     605  <tr>
     606    <td align="left"><code>08002e88-080035e7</code></td>
     607    <td align="left"><code>EEPROM_factoryRestore</code></td>
     608    <td align="right"><code>1 888</code></td>
     609    <td align="right"><code>4</code></td>
     610    <td align="left"><code>Code</code></td>
     611    <td align="left"><code>RX</code></td>
     612    <td align="left"><code>firmware_lto.o</code></td>
     613  </tr>
     614  <tr>
     615    <td align="left"><code>080035e8-080039eb</code></td>
     616    <td align="left"><code>EEPROM_storeConfig</code></td>
     617    <td align="right"><code>1 028</code></td>
     618    <td align="right"><code>4</code></td>
     619    <td align="left"><code>Code</code></td>
     620    <td align="left"><code>RX</code></td>
     621    <td align="left"><code>firmware_lto.o</code></td>
     622  </tr>
     623  <tr>
     624    <td align="left"><code>080039ec-08008eaf</code></td>
     625    <td align="left"><code>main</code></td>
     626    <td align="right"><code>21 700</code></td>
     627    <td align="right"><code>4</code></td>
     628    <td align="left"><code>Code</code></td>
     629    <td align="left"><code>RX</code></td>
     630    <td align="left"><code>firmware_lto.o</code></td>
     631  </tr>
     632  <tr>
     633    <td align="left"><code>08008eb0-0800932b</code></td>
     634    <td align="left"><code>SetFlashReadProtection</code></td>
     635    <td align="right"><code>1 148</code></td>
     636    <td align="right"><code>4</code></td>
     637    <td align="left"><code>Code</code></td>
     638    <td align="left"><code>RX</code></td>
     639    <td align="left"><code>firmware_lto.o</code></td>
     640  </tr>
     641  <tr>
     642    <td align="left"><code>0800932c-0800936f</code></td>
     643    <td align="left"><code>SysTick_Handler</code></td>
     644    <td align="right"><code>68</code></td>
     645    <td align="right"><code>4</code></td>
     646    <td align="left"><code>Code</code></td>
     647    <td align="left"><code>RX</code></td>
     648    <td align="left"><code>firmware_lto.o</code></td>
     649  </tr>
     650  <tr>
     651    <td align="left"><code>08009370-0800945b</code></td>
     652    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
     653    <td align="right"><code>236</code></td>
     654    <td align="right"><code>4</code></td>
     655    <td align="left"><code>Code</code></td>
     656    <td align="left"><code>RX</code></td>
     657    <td align="left"><code>firmware_lto.o</code></td>
     658  </tr>
     659  <tr>
     660    <td align="left"><code>0800945c-080096d3</code></td>
     661    <td align="left"><code>USART1_IRQHandler</code></td>
     662    <td align="right"><code>632</code></td>
     663    <td align="right"><code>4</code></td>
     664    <td align="left"><code>Code</code></td>
     665    <td align="left"><code>RX</code></td>
     666    <td align="left"><code>firmware_lto.o</code></td>
     667  </tr>
     668  <tr>
     669    <td align="left"><code>080096d4-080096ff</code></td>
     670    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    1497671    <td align="right"><code>44</code></td>
    1498672    <td align="right"><code>4</code></td>
    1499673    <td align="left"><code>Code</code></td>
    1500674    <td align="left"><code>RX</code></td>
    1501     <td align="left"><code>dma.o</code></td>
    1502   </tr>
    1503   <tr>
    1504     <td align="left"><code>0800634c-080063a3</code></td>
    1505     <td align="left"><code>EEPROM_isFirstStart</code></td>
    1506     <td align="right"><code>88</code></td>
    1507     <td align="right"><code>4</code></td>
    1508     <td align="left"><code>Code</code></td>
    1509     <td align="left"><code>RX</code></td>
    1510     <td align="left"><code>eeprom.o</code></td>
    1511   </tr>
    1512   <tr>
    1513     <td align="left"><code>080063a4-08006553</code></td>
    1514     <td align="left"><code>EEPROM_fullRestore</code></td>
    1515     <td align="right"><code>432</code></td>
    1516     <td align="right"><code>4</code></td>
    1517     <td align="left"><code>Code</code></td>
    1518     <td align="left"><code>RX</code></td>
    1519     <td align="left"><code>eeprom.o</code></td>
    1520   </tr>
    1521   <tr>
    1522     <td align="left"><code>08006554-08006897</code></td>
    1523     <td align="left"><code>EEPROM_readConfig</code></td>
    1524     <td align="right"><code>836</code></td>
    1525     <td align="right"><code>4</code></td>
    1526     <td align="left"><code>Code</code></td>
    1527     <td align="left"><code>RX</code></td>
    1528     <td align="left"><code>eeprom.o</code></td>
    1529   </tr>
    1530   <tr>
    1531     <td align="left"><code>08006898-08006e67</code></td>
    1532     <td align="left"><code>EEPROM_factoryRestore</code></td>
    1533     <td align="right"><code>1 488</code></td>
    1534     <td align="right"><code>4</code></td>
    1535     <td align="left"><code>Code</code></td>
    1536     <td align="left"><code>RX</code></td>
    1537     <td align="left"><code>eeprom.o</code></td>
    1538   </tr>
    1539   <tr>
    1540     <td align="left"><code>08006e68-0800708f</code></td>
    1541     <td align="left"><code>EEPROM_storeConfig</code></td>
    1542     <td align="right"><code>552</code></td>
    1543     <td align="right"><code>4</code></td>
    1544     <td align="left"><code>Code</code></td>
    1545     <td align="left"><code>RX</code></td>
    1546     <td align="left"><code>eeprom.o</code></td>
    1547   </tr>
    1548   <tr>
    1549     <td align="left"><code>08007090-080070df</code></td>
    1550     <td align="left"><code>EFFICIENCY_Exec</code></td>
    1551     <td align="right"><code>80</code></td>
    1552     <td align="right"><code>4</code></td>
    1553     <td align="left"><code>Code</code></td>
    1554     <td align="left"><code>RX</code></td>
    1555     <td align="left"><code>efficiency.o</code></td>
    1556   </tr>
    1557   <tr>
    1558     <td align="left"><code>080070e0-0800732f</code></td>
    1559     <td align="left"><code>ESR_Exec</code></td>
    1560     <td align="right"><code>592</code></td>
    1561     <td align="right"><code>4</code></td>
    1562     <td align="left"><code>Code</code></td>
    1563     <td align="left"><code>RX</code></td>
    1564     <td align="left"><code>esr.o</code></td>
    1565   </tr>
    1566   <tr>
    1567     <td align="left"><code>08007330-08007583</code></td>
    1568     <td align="left"><code>ESR_FAST_Exec</code></td>
    1569     <td align="right"><code>596</code></td>
    1570     <td align="right"><code>4</code></td>
    1571     <td align="left"><code>Code</code></td>
    1572     <td align="left"><code>RX</code></td>
    1573     <td align="left"><code>esr.o</code></td>
    1574   </tr>
    1575   <tr>
    1576     <td align="left"><code>08007584-080075ef</code></td>
    1577     <td align="left"><code>FAST_CURRENT_Exec</code></td>
    1578     <td align="right"><code>108</code></td>
    1579     <td align="right"><code>4</code></td>
    1580     <td align="left"><code>Code</code></td>
    1581     <td align="left"><code>RX</code></td>
    1582     <td align="left"><code>fast_current.o</code></td>
    1583   </tr>
    1584   <tr>
    1585     <td align="left"><code>080075f0-080076cf</code></td>
    1586     <td align="left"><code>MX_GPIO_Init</code></td>
    1587     <td align="right"><code>224</code></td>
    1588     <td align="right"><code>4</code></td>
    1589     <td align="left"><code>Code</code></td>
    1590     <td align="left"><code>RX</code></td>
    1591     <td align="left"><code>gpio.o</code></td>
    1592   </tr>
    1593   <tr>
    1594     <td align="left"><code>080076d0-080076e3</code></td>
    1595     <td align="left"><code>HAL_GPIO_EXTI_Falling_Callback</code></td>
    1596     <td align="right"><code>20</code></td>
    1597     <td align="right"><code>4</code></td>
    1598     <td align="left"><code>Code</code></td>
    1599     <td align="left"><code>RX</code></td>
    1600     <td align="left"><code>gpio.o</code></td>
    1601   </tr>
    1602   <tr>
    1603     <td align="left"><code>080076e4-08007d27</code></td>
    1604     <td align="left"><code>main</code></td>
    1605     <td align="right"><code>1 604</code></td>
    1606     <td align="right"><code>4</code></td>
    1607     <td align="left"><code>Code</code></td>
    1608     <td align="left"><code>RX</code></td>
    1609     <td align="left"><code>main.o</code></td>
    1610   </tr>
    1611   <tr>
    1612     <td align="left"><code>08007d28-08007e6f</code></td>
    1613     <td align="left"><code>SetFlashReadProtection</code></td>
    1614     <td align="right"><code>328</code></td>
    1615     <td align="right"><code>4</code></td>
    1616     <td align="left"><code>Code</code></td>
    1617     <td align="left"><code>RX</code></td>
    1618     <td align="left"><code>main.o</code></td>
    1619   </tr>
    1620   <tr>
    1621     <td align="left"><code>08007e70-08007e7b</code></td>
    1622     <td align="left"><code>HAL_ADC_ConvCpltCallback</code></td>
    1623     <td align="right"><code>12</code></td>
    1624     <td align="right"><code>4</code></td>
    1625     <td align="left"><code>Code</code></td>
    1626     <td align="left"><code>RX</code></td>
    1627     <td align="left"><code>main.o</code></td>
    1628   </tr>
    1629   <tr>
    1630     <td align="left"><code>08007e7c-08007e8b</code></td>
    1631     <td align="left"><code>OUTPUTS_Init</code></td>
    1632     <td align="right"><code>16</code></td>
    1633     <td align="right"><code>4</code></td>
    1634     <td align="left"><code>Code</code></td>
    1635     <td align="left"><code>RX</code></td>
    1636     <td align="left"><code>outputs.o</code></td>
    1637   </tr>
    1638   <tr>
    1639     <td align="left"><code>08007e8c-08007fe3</code></td>
    1640     <td align="left"><code>OUTPUTS_CheckLVP</code></td>
    1641     <td align="right"><code>344</code></td>
    1642     <td align="right"><code>4</code></td>
    1643     <td align="left"><code>Code</code></td>
    1644     <td align="left"><code>RX</code></td>
    1645     <td align="left"><code>outputs.o</code></td>
    1646   </tr>
    1647   <tr>
    1648     <td align="left"><code>08007fe4-0800813b</code></td>
    1649     <td align="left"><code>OUTPUTS_CheckOVP</code></td>
    1650     <td align="right"><code>344</code></td>
    1651     <td align="right"><code>4</code></td>
    1652     <td align="left"><code>Code</code></td>
    1653     <td align="left"><code>RX</code></td>
    1654     <td align="left"><code>outputs.o</code></td>
    1655   </tr>
    1656   <tr>
    1657     <td align="left"><code>0800813c-0800817f</code></td>
    1658     <td align="left"><code>REF_VOLTAGE_Exec</code></td>
    1659     <td align="right"><code>68</code></td>
    1660     <td align="right"><code>4</code></td>
    1661     <td align="left"><code>Code</code></td>
    1662     <td align="left"><code>RX</code></td>
    1663     <td align="left"><code>ref_voltage.o</code></td>
    1664   </tr>
    1665   <tr>
    1666     <td align="left"><code>08008180-080081fb</code></td>
    1667     <td align="left"><code>MX_RTC_Init</code></td>
    1668     <td align="right"><code>124</code></td>
    1669     <td align="right"><code>4</code></td>
    1670     <td align="left"><code>Code</code></td>
    1671     <td align="left"><code>RX</code></td>
    1672     <td align="left"><code>rtc.o</code></td>
    1673   </tr>
    1674   <tr>
    1675     <td align="left"><code>080081fc-08008233</code></td>
    1676     <td align="left"><code>HAL_RTC_MspInit</code></td>
    1677     <td align="right"><code>56</code></td>
    1678     <td align="right"><code>4</code></td>
    1679     <td align="left"><code>Code</code></td>
    1680     <td align="left"><code>RX</code></td>
    1681     <td align="left"><code>rtc.o</code></td>
    1682   </tr>
    1683   <tr>
    1684     <td align="left"><code>08008234-0800834b</code></td>
    1685     <td align="left"><code>SELF_DISCHARGE_Exec</code></td>
    1686     <td align="right"><code>280</code></td>
    1687     <td align="right"><code>4</code></td>
    1688     <td align="left"><code>Code</code></td>
    1689     <td align="left"><code>RX</code></td>
    1690     <td align="left"><code>self_discharge.o</code></td>
    1691   </tr>
    1692   <tr>
    1693     <td align="left"><code>0800834c-0800839f</code></td>
    1694     <td align="left"><code>SHUNT_TEMPERATURE_Exec</code></td>
    1695     <td align="right"><code>84</code></td>
    1696     <td align="right"><code>4</code></td>
    1697     <td align="left"><code>Code</code></td>
    1698     <td align="left"><code>RX</code></td>
    1699     <td align="left"><code>shunt_temperature.o</code></td>
    1700   </tr>
    1701   <tr>
    1702     <td align="left"><code>080083a0-080083d3</code></td>
    1703     <td align="left"><code>SHUNT_VOLTAGE_Exec</code></td>
    1704     <td align="right"><code>52</code></td>
    1705     <td align="right"><code>4</code></td>
    1706     <td align="left"><code>Code</code></td>
    1707     <td align="left"><code>RX</code></td>
    1708     <td align="left"><code>shunt_voltage.o</code></td>
    1709   </tr>
    1710   <tr>
    1711     <td align="left"><code>080083d4-0800841b</code></td>
    1712     <td align="left"><code>MX_SPI1_Init</code></td>
    1713     <td align="right"><code>72</code></td>
    1714     <td align="right"><code>4</code></td>
    1715     <td align="left"><code>Code</code></td>
    1716     <td align="left"><code>RX</code></td>
    1717     <td align="left"><code>spi.o</code></td>
    1718   </tr>
    1719   <tr>
    1720     <td align="left"><code>0800841c-0800849f</code></td>
    1721     <td align="left"><code>HAL_SPI_MspInit</code></td>
    1722     <td align="right"><code>132</code></td>
    1723     <td align="right"><code>4</code></td>
    1724     <td align="left"><code>Code</code></td>
    1725     <td align="left"><code>RX</code></td>
    1726     <td align="left"><code>spi.o</code></td>
    1727   </tr>
    1728   <tr>
    1729     <td align="left"><code>080084a0-080084cb</code></td>
    1730     <td align="left"><code>HAL_MspInit</code></td>
    1731     <td align="right"><code>44</code></td>
    1732     <td align="right"><code>4</code></td>
    1733     <td align="left"><code>Code</code></td>
    1734     <td align="left"><code>RX</code></td>
    1735     <td align="left"><code>stm32g0xx_hal_msp.o</code></td>
    1736   </tr>
    1737   <tr>
    1738     <td align="left"><code>080084cc-0800850b</code></td>
    1739     <td align="left"><code>SysTick_Handler</code></td>
    1740     <td align="right"><code>64</code></td>
    1741     <td align="right"><code>4</code></td>
    1742     <td align="left"><code>Code</code></td>
    1743     <td align="left"><code>RX</code></td>
    1744     <td align="left"><code>stm32g0xx_it.o</code></td>
    1745   </tr>
    1746   <tr>
    1747     <td align="left"><code>0800850c-0800851b</code></td>
    1748     <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    1749     <td align="right"><code>16</code></td>
    1750     <td align="right"><code>4</code></td>
    1751     <td align="left"><code>Code</code></td>
    1752     <td align="left"><code>RX</code></td>
    1753     <td align="left"><code>stm32g0xx_it.o</code></td>
    1754   </tr>
    1755   <tr>
    1756     <td align="left"><code>0800851c-0800852b</code></td>
    1757     <td align="left"><code>USART1_IRQHandler</code></td>
    1758     <td align="right"><code>16</code></td>
    1759     <td align="right"><code>4</code></td>
    1760     <td align="left"><code>Code</code></td>
    1761     <td align="left"><code>RX</code></td>
    1762     <td align="left"><code>stm32g0xx_it.o</code></td>
    1763   </tr>
    1764   <tr>
    1765     <td align="left"><code>0800852c-0800853b</code></td>
     675    <td align="left"><code>firmware_lto.o</code></td>
     676  </tr>
     677  <tr>
     678    <td align="left"><code>08009700-08009887</code></td>
    1766679    <td align="left"><code>TIM16_IRQHandler</code></td>
    1767     <td align="right"><code>16</code></td>
    1768     <td align="right"><code>4</code></td>
    1769     <td align="left"><code>Code</code></td>
    1770     <td align="left"><code>RX</code></td>
    1771     <td align="left"><code>stm32g0xx_it.o</code></td>
    1772   </tr>
    1773   <tr>
    1774     <td align="left"><code>0800853c-080085ab</code></td>
    1775     <td align="left"><code>SYS_DATA_Init</code></td>
    1776     <td align="right"><code>112</code></td>
    1777     <td align="right"><code>4</code></td>
    1778     <td align="left"><code>Code</code></td>
    1779     <td align="left"><code>RX</code></td>
    1780     <td align="left"><code>sysdata.o</code></td>
    1781   </tr>
    1782   <tr>
    1783     <td align="left"><code>080085ac-0800863b</code></td>
     680    <td align="right"><code>392</code></td>
     681    <td align="right"><code>4</code></td>
     682    <td align="left"><code>Code</code></td>
     683    <td align="left"><code>RX</code></td>
     684    <td align="left"><code>firmware_lto.o</code></td>
     685  </tr>
     686  <tr>
     687    <td align="left"><code>08009888-08009917</code></td>
    1784688    <td align="left"><code>SystemCoreClockUpdate</code></td>
    1785689    <td align="right"><code>144</code></td>
     
    1787691    <td align="left"><code>Code</code></td>
    1788692    <td align="left"><code>RX</code></td>
    1789     <td align="left"><code>system_stm32g0xx.o</code></td>
    1790   </tr>
    1791   <tr>
    1792     <td align="left"><code>0800863c-080086c7</code></td>
    1793     <td align="left"><code>HAL_UART_MspInit</code></td>
    1794     <td align="right"><code>140</code></td>
    1795     <td align="right"><code>4</code></td>
    1796     <td align="left"><code>Code</code></td>
    1797     <td align="left"><code>RX</code></td>
    1798     <td align="left"><code>usart.o</code></td>
    1799   </tr>
    1800   <tr>
    1801     <td align="left"><code>080086c8-080086e7</code></td>
    1802     <td align="left"><code>WH_COUNTER_Init</code></td>
    1803     <td align="right"><code>32</code></td>
    1804     <td align="right"><code>4</code></td>
    1805     <td align="left"><code>Code</code></td>
    1806     <td align="left"><code>RX</code></td>
    1807     <td align="left"><code>wh_counter.o</code></td>
    1808   </tr>
    1809   <tr>
    1810     <td align="left"><code>080086e8-08008897</code></td>
    1811     <td align="left"><code>WH_COUNTER_Exec</code></td>
    1812     <td align="right"><code>432</code></td>
    1813     <td align="right"><code>4</code></td>
    1814     <td align="left"><code>Code</code></td>
    1815     <td align="left"><code>RX</code></td>
    1816     <td align="left"><code>wh_counter.o</code></td>
    1817   </tr>
    1818   <tr>
    1819     <td align="left"><code>08008898-0800890b</code></td>
    1820     <td align="left"><code>WH_COUNTER_SetDetectedEnergy</code></td>
    1821     <td align="right"><code>116</code></td>
    1822     <td align="right"><code>4</code></td>
    1823     <td align="left"><code>Code</code></td>
    1824     <td align="left"><code>RX</code></td>
    1825     <td align="left"><code>wh_counter.o</code></td>
    1826   </tr>
    1827   <tr>
    1828     <td align="left"><code>0800890c-0800895f</code></td>
    1829     <td align="left"><code>WH_COUNTER_GetSoCManual</code></td>
    1830     <td align="right"><code>84</code></td>
    1831     <td align="right"><code>4</code></td>
    1832     <td align="left"><code>Code</code></td>
    1833     <td align="left"><code>RX</code></td>
    1834     <td align="left"><code>wh_counter.o</code></td>
    1835   </tr>
    1836   <tr>
    1837     <td align="left"><code>08008960-080089cf</code></td>
    1838     <td align="left"><code>WH_COUNTER_GetSoCAuto</code></td>
    1839     <td align="right"><code>112</code></td>
    1840     <td align="right"><code>4</code></td>
    1841     <td align="left"><code>Code</code></td>
    1842     <td align="left"><code>RX</code></td>
    1843     <td align="left"><code>wh_counter.o</code></td>
    1844   </tr>
    1845   <tr>
    1846     <td align="left"><code>080089d0-08008a5b</code></td>
    1847     <td align="left"><code>WH_COUNTER_GetSoCAutoTemp</code></td>
    1848     <td align="right"><code>140</code></td>
    1849     <td align="right"><code>4</code></td>
    1850     <td align="left"><code>Code</code></td>
    1851     <td align="left"><code>RX</code></td>
    1852     <td align="left"><code>wh_counter.o</code></td>
    1853   </tr>
    1854   <tr>
    1855     <td align="left"><code>08008a5c-08008aab</code></td>
    1856     <td align="left"><code>WH_COUNTER_SetToMax</code></td>
    1857     <td align="right"><code>80</code></td>
    1858     <td align="right"><code>4</code></td>
    1859     <td align="left"><code>Code</code></td>
    1860     <td align="left"><code>RX</code></td>
    1861     <td align="left"><code>wh_counter.o</code></td>
    1862   </tr>
    1863   <tr>
    1864     <td align="left"><code>08008aac-08008abb</code></td>
     693    <td align="left"><code>firmware_lto.o</code></td>
     694  </tr>
     695  <tr>
     696    <td align="left"><code>08009918-08009927</code></td>
    1865697    <td align="left"><code>putchar</code></td>
    1866698    <td align="right"><code>16</code></td>
     
    1871703  </tr>
    1872704  <tr>
    1873     <td align="left"><code>08008abc-08008ae7</code></td>
     705    <td align="left"><code>08009928-08009953</code></td>
    1874706    <td align="left"><code>puts</code></td>
    1875707    <td align="right"><code>44</code></td>
     
    1880712  </tr>
    1881713  <tr>
    1882     <td align="left"><code>08008ae8-08008b03</code></td>
     714    <td align="left"><code>08009954-0800996f</code></td>
    1883715    <td align="left"><code>__SEGGER_RTL_float64_isnan</code></td>
    1884716    <td align="right"><code>28</code></td>
     
    1889721  </tr>
    1890722  <tr>
    1891     <td align="left"><code>08008b04-08008b1b</code></td>
     723    <td align="left"><code>08009970-08009987</code></td>
    1892724    <td align="left"><code>__SEGGER_RTL_float64_isinf</code></td>
    1893725    <td align="right"><code>24</code></td>
     
    1898730  </tr>
    1899731  <tr>
    1900     <td align="left"><code>08008b1c-08008b43</code></td>
     732    <td align="left"><code>08009988-080099af</code></td>
    1901733    <td align="left"><code>__SEGGER_RTL_float64_isnormal</code></td>
    1902734    <td align="right"><code>40</code></td>
     
    1907739  </tr>
    1908740  <tr>
    1909     <td align="left"><code>08008b44-08008b8b</code></td>
     741    <td align="left"><code>080099b0-080099f7</code></td>
    1910742    <td align="left"><code>ldexp</code></td>
    1911743    <td align="right"><code>72</code></td>
     
    1916748  </tr>
    1917749  <tr>
    1918     <td align="left"><code>08008b8c-08008bc3</code></td>
     750    <td align="left"><code>080099f8-08009a2f</code></td>
    1919751    <td align="left"><code>frexp</code></td>
    1920752    <td align="right"><code>56</code></td>
     
    1925757  </tr>
    1926758  <tr>
    1927     <td align="left"><code>08008bc4-08008d3f</code></td>
     759    <td align="left"><code>08009a30-08009bab</code></td>
    1928760    <td align="left"><code>fmod</code></td>
    1929761    <td align="right"><code>380</code></td>
     
    1934766  </tr>
    1935767  <tr>
    1936     <td align="left"><code>08008d40-08008e07</code></td>
     768    <td align="left"><code>08009bac-08009c73</code></td>
    1937769    <td align="left"><code>floor</code></td>
    1938770    <td align="right"><code>200</code></td>
     
    1943775  </tr>
    1944776  <tr>
    1945     <td align="left"><code>08008e08-08008f73</code></td>
     777    <td align="left"><code>08009c74-08009ddf</code></td>
    1946778    <td align="left"><code>log</code></td>
    1947779    <td align="right"><code>364</code></td>
     
    1952784  </tr>
    1953785  <tr>
    1954     <td align="left"><code>08008f74-0800914b</code></td>
     786    <td align="left"><code>08009de0-08009fb7</code></td>
    1955787    <td align="left"><code>exp</code></td>
    1956788    <td align="right"><code>472</code></td>
     
    1961793  </tr>
    1962794  <tr>
    1963     <td align="left"><code>0800914c-080093cb</code></td>
     795    <td align="left"><code>08009fb8-0800a237</code></td>
    1964796    <td align="left"><code>pow</code></td>
    1965797    <td align="right"><code>640</code></td>
     
    1970802  </tr>
    1971803  <tr>
    1972     <td align="left"><code>080093cc-08009423</code></td>
     804    <td align="left"><code>0800a238-0800a28f</code></td>
    1973805    <td align="left"><code>__SEGGER_RTL_pow10</code></td>
    1974806    <td align="right"><code>88</code></td>
     
    1979811  </tr>
    1980812  <tr>
    1981     <td align="left"><code>08009424-080095eb</code></td>
     813    <td align="left"><code>0800a290-0800a457</code></td>
    1982814    <td align="left"><code>__aeabi_dadd</code></td>
    1983815    <td align="right"><code>456</code></td>
     
    1988820  </tr>
    1989821  <tr>
    1990     <td align="left"><code>080095ec-080095fb</code></td>
     822    <td align="left"><code>0800a458-0800a467</code></td>
    1991823    <td align="left"><code>__aeabi_dsub</code></td>
    1992824    <td align="right"><code>16</code></td>
     
    1997829  </tr>
    1998830  <tr>
    1999     <td align="left"><code>080095fc-080096bf</code></td>
     831    <td align="left"><code>0800a468-0800a51f</code></td>
     832    <td align="left"><code>__aeabi_fmul</code></td>
     833    <td align="right"><code>184</code></td>
     834    <td align="right"><code>4</code></td>
     835    <td align="left"><code>Code</code></td>
     836    <td align="left"><code>RX</code></td>
     837    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     838  </tr>
     839  <tr>
     840    <td align="left"><code>0800a520-0800a5e3</code></td>
    2000841    <td align="left"><code>__aeabi_ddiv</code></td>
    2001842    <td align="right"><code>196</code></td>
     
    2006847  </tr>
    2007848  <tr>
    2008     <td align="left"><code>080096c0-08009703</code></td>
     849    <td align="left"><code>0800a5e4-0800a627</code></td>
    2009850    <td align="left"><code>__aeabi_dcmple</code></td>
    2010851    <td align="right"><code>68</code></td>
     
    2015856  </tr>
    2016857  <tr>
    2017     <td align="left"><code>08009704-08009733</code></td>
     858    <td align="left"><code>0800a628-0800a657</code></td>
    2018859    <td align="left"><code>__aeabi_dcmpeq</code></td>
    2019860    <td align="right"><code>48</code></td>
     
    2024865  </tr>
    2025866  <tr>
    2026     <td align="left"><code>08009734-08009777</code></td>
     867    <td align="left"><code>0800a658-0800a69b</code></td>
    2027868    <td align="left"><code>__aeabi_dcmpge</code></td>
    2028869    <td align="right"><code>68</code></td>
     
    2033874  </tr>
    2034875  <tr>
    2035     <td align="left"><code>08009778-080097b7</code></td>
     876    <td align="left"><code>0800a69c-0800a6db</code></td>
    2036877    <td align="left"><code>__aeabi_dcmpgt</code></td>
    2037878    <td align="right"><code>64</code></td>
     
    2042883  </tr>
    2043884  <tr>
    2044     <td align="left"><code>080097b8-080097f7</code></td>
     885    <td align="left"><code>0800a6dc-0800a71b</code></td>
    2045886    <td align="left"><code>__aeabi_dcmplt</code></td>
    2046887    <td align="right"><code>64</code></td>
     
    2051892  </tr>
    2052893  <tr>
    2053     <td align="left"><code>080097f8-0800982b</code></td>
     894    <td align="left"><code>0800a71c-0800a74f</code></td>
    2054895    <td align="left"><code>__aeabi_d2iz</code></td>
    2055896    <td align="right"><code>52</code></td>
     
    2060901  </tr>
    2061902  <tr>
    2062     <td align="left"><code>0800982c-0800989f</code></td>
     903    <td align="left"><code>0800a750-0800a7c3</code></td>
    2063904    <td align="left"><code>__aeabi_d2lz</code></td>
    2064905    <td align="right"><code>116</code></td>
     
    2069910  </tr>
    2070911  <tr>
    2071     <td align="left"><code>080098a0-080098cf</code></td>
     912    <td align="left"><code>0800a7c4-0800a7e7</code></td>
     913    <td align="left"><code>__aeabi_f2uiz</code></td>
     914    <td align="right"><code>36</code></td>
     915    <td align="right"><code>4</code></td>
     916    <td align="left"><code>Code</code></td>
     917    <td align="left"><code>RX</code></td>
     918    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     919  </tr>
     920  <tr>
     921    <td align="left"><code>0800a7e8-0800a817</code></td>
    2072922    <td align="left"><code>__aeabi_d2uiz</code></td>
    2073923    <td align="right"><code>48</code></td>
     
    2078928  </tr>
    2079929  <tr>
    2080     <td align="left"><code>080098d0-08009917</code></td>
     930    <td align="left"><code>0800a818-0800a85f</code></td>
    2081931    <td align="left"><code>__aeabi_d2ulz</code></td>
    2082932    <td align="right"><code>72</code></td>
     
    2087937  </tr>
    2088938  <tr>
    2089     <td align="left"><code>08009918-08009933</code></td>
     939    <td align="left"><code>0800a860-0800a87b</code></td>
    2090940    <td align="left"><code>__aeabi_i2d</code></td>
    2091941    <td align="right"><code>28</code></td>
     
    2096946  </tr>
    2097947  <tr>
    2098     <td align="left"><code>08009934-0800998f</code></td>
     948    <td align="left"><code>0800a87c-0800a8d7</code></td>
    2099949    <td align="left"><code>__aeabi_l2d</code></td>
    2100950    <td align="right"><code>92</code></td>
     
    2105955  </tr>
    2106956  <tr>
    2107     <td align="left"><code>08009990-080099ab</code></td>
     957    <td align="left"><code>0800a8d8-0800a8f7</code></td>
     958    <td align="left"><code>__aeabi_ui2f</code></td>
     959    <td align="right"><code>32</code></td>
     960    <td align="right"><code>4</code></td>
     961    <td align="left"><code>Code</code></td>
     962    <td align="left"><code>RX</code></td>
     963    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     964  </tr>
     965  <tr>
     966    <td align="left"><code>0800a8f8-0800a913</code></td>
    2108967    <td align="left"><code>__aeabi_ui2d</code></td>
    2109968    <td align="right"><code>28</code></td>
     
    2114973  </tr>
    2115974  <tr>
    2116     <td align="left"><code>080099ac-080099c3</code></td>
     975    <td align="left"><code>0800a914-0800a92b</code></td>
    2117976    <td align="left"><code>__aeabi_ul2d</code></td>
    2118977    <td align="right"><code>24</code></td>
     
    2123982  </tr>
    2124983  <tr>
    2125     <td align="left"><code>080099c4-080099e3</code></td>
     984    <td align="left"><code>0800a92c-0800a94b</code></td>
    2126985    <td align="left"><code>__aeabi_llsl</code></td>
    2127986    <td align="right"><code>32</code></td>
     
    2132991  </tr>
    2133992  <tr>
    2134     <td align="left"><code>080099e4-08009a03</code></td>
     993    <td align="left"><code>0800a94c-0800a96b</code></td>
    2135994    <td align="left"><code>__aeabi_llsr</code></td>
    2136995    <td align="right"><code>32</code></td>
     
    21411000  </tr>
    21421001  <tr>
    2143     <td align="left"><code>08009a04-08009a23</code></td>
     1002    <td align="left"><code>0800a96c-0800a98b</code></td>
    21441003    <td align="left"><code>__aeabi_lasr</code></td>
    21451004    <td align="right"><code>32</code></td>
     
    21501009  </tr>
    21511010  <tr>
    2152     <td align="left"><code>08009a24-08009a53</code></td>
     1011    <td align="left"><code>0800a98c-0800a9bb</code></td>
    21531012    <td align="left"><code>__aeabi_lmul</code></td>
    21541013    <td align="right"><code>48</code></td>
     
    21591018  </tr>
    21601019  <tr>
    2161     <td align="left"><code>08009a54-08009a93</code></td>
     1020    <td align="left"><code>0800a9bc-0800a9fb</code></td>
    21621021    <td align="left"><code>__aeabi_idiv</code></td>
    21631022    <td align="right"><code>64</code></td>
     
    21681027  </tr>
    21691028  <tr>
    2170     <td align="left"><code>08009a94-08009aa3</code></td>
     1029    <td align="left"><code>0800a9fc-0800aa0b</code></td>
    21711030    <td align="left"><code>__aeabi_idivmod</code></td>
    21721031    <td align="right"><code>16</code></td>
     
    21771036  </tr>
    21781037  <tr>
    2179     <td align="left"><code>08009aa4-08009adb</code></td>
     1038    <td align="left"><code>0800aa0c-0800aa43</code></td>
    21801039    <td align="left"><code>__aeabi_uidiv</code></td>
    21811040    <td align="right"><code>56</code></td>
     
    21861045  </tr>
    21871046  <tr>
    2188     <td align="left"><code>08009adc-08009aeb</code></td>
     1047    <td align="left"><code>0800aa44-0800aa53</code></td>
    21891048    <td align="left"><code>__aeabi_uidivmod</code></td>
    21901049    <td align="right"><code>16</code></td>
     
    21951054  </tr>
    21961055  <tr>
    2197     <td align="left"><code>08009aec-08009b1b</code></td>
     1056    <td align="left"><code>0800aa54-0800aa83</code></td>
    21981057    <td align="left"><code>__aeabi_ldivmod</code></td>
    21991058    <td align="right"><code>48</code></td>
     
    22041063  </tr>
    22051064  <tr>
    2206     <td align="left"><code>08009b1c-08009bbb</code></td>
     1065    <td align="left"><code>0800aa84-0800ab23</code></td>
    22071066    <td align="left"><code>__aeabi_uldivmod</code></td>
    22081067    <td align="right"><code>160</code></td>
     
    22131072  </tr>
    22141073  <tr>
    2215     <td align="left"><code>08009bbc-08009bc3</code></td>
     1074    <td align="left"><code>0800ab24-0800ab2b</code></td>
    22161075    <td align="left"><code>__aeabi_idiv0</code></td>
    22171076    <td align="right"><code>8</code></td>
     
    22221081  </tr>
    22231082  <tr>
    2224     <td align="left"><code>08009bc4-08009c3b</code></td>
     1083    <td align="left"><code>0800ab2c-0800aba3</code></td>
    22251084    <td align="left"><code>vfprintf_l</code></td>
    22261085    <td align="right"><code>120</code></td>
     
    22311090  </tr>
    22321091  <tr>
    2233     <td align="left"><code>08009c3c-08009c63</code></td>
     1092    <td align="left"><code>0800aba4-0800abcb</code></td>
    22341093    <td align="left"><code>printf</code></td>
    22351094    <td align="right"><code>40</code></td>
     
    22401099  </tr>
    22411100  <tr>
    2242     <td align="left"><code>08009c64-0800abf3</code></td>
     1101    <td align="left"><code>0800abcc-0800bb5b</code></td>
    22431102    <td align="left"><code>__SEGGER_RTL_vfprintf_float_long</code></td>
    22441103    <td align="right"><code>3 984</code></td>
     
    22491108  </tr>
    22501109  <tr>
    2251     <td align="left"><code>0800abf4-0800ac27</code></td>
     1110    <td align="left"><code>0800bb5c-0800bb8f</code></td>
    22521111    <td align="left"><code>__SEGGER_RTL_X_file_stat</code></td>
    22531112    <td align="right"><code>52</code></td>
     
    22581117  </tr>
    22591118  <tr>
    2260     <td align="left"><code>0800ac28-0800ac93</code></td>
     1119    <td align="left"><code>0800bb90-0800bbfb</code></td>
    22611120    <td align="left"><code>SEGGER_RTT_WriteNoLock</code></td>
    22621121    <td align="right"><code>108</code></td>
     
    22671126  </tr>
    22681127  <tr>
    2269     <td align="left"><code>0800ac94-0800ad07</code></td>
     1128    <td align="left"><code>0800bbfc-0800bc6f</code></td>
    22701129    <td align="left"><code>SEGGER_RTT_Write</code></td>
    22711130    <td align="right"><code>116</code></td>
     
    22761135  </tr>
    22771136  <tr>
    2278     <td align="left"><code>0800ad08-0800adaf</code></td>
     1137    <td align="left"><code>0800bc70-0800bd17</code></td>
    22791138    <td align="left"><code>strlen</code></td>
    22801139    <td align="right"><code>168</code></td>
     
    22851144  </tr>
    22861145  <tr>
    2287     <td align="left"><code>0800adb0-0800ae8b</code></td>
     1146    <td align="left"><code>0800bd18-0800bdf3</code></td>
    22881147    <td align="left"><code>strnlen</code></td>
    22891148    <td align="right"><code>220</code></td>
     
    22941153  </tr>
    22951154  <tr>
    2296     <td align="left"><code>0800ae8c-0800ae9b</code></td>
     1155    <td align="left"><code>0800bdf4-0800be03</code></td>
    22971156    <td align="left"><code>memcpy</code></td>
    22981157    <td align="right"><code>16</code></td>
     
    23031162  </tr>
    23041163  <tr>
    2305     <td align="left"><code>0800ae9c-0800aeaf</code></td>
     1164    <td align="left"><code>0800be04-0800be17</code></td>
    23061165    <td align="left"><code>__aeabi_memclr</code></td>
    23071166    <td align="right"><code>20</code></td>
     
    23121171  </tr>
    23131172  <tr>
    2314     <td align="left"><code>0800aeb0-0800aed3</code></td>
     1173    <td align="left"><code>0800be18-0800be3b</code></td>
    23151174    <td align="left"><code>__aeabi_memmove</code></td>
    23161175    <td align="right"><code>36</code></td>
     
    23211180  </tr>
    23221181  <tr>
    2323     <td align="left"><code>0800aed4-0800aee7</code></td>
     1182    <td align="left"><code>0800be3c-0800be4f</code></td>
    23241183    <td align="left"><code>__SEGGER_RTL_current_locale</code></td>
    23251184    <td align="right"><code>20</code></td>
     
    23301189  </tr>
    23311190  <tr>
    2332     <td align="left"><code>0800aee8-0800af03</code></td>
     1191    <td align="left"><code>0800be50-0800be6b</code></td>
    23331192    <td align="left"><code>__SEGGER_RTL_ascii_isctype</code></td>
    23341193    <td align="right"><code>28</code></td>
     
    23391198  </tr>
    23401199  <tr>
    2341     <td align="left"><code>0800af04-0800af1f</code></td>
     1200    <td align="left"><code>0800be6c-0800be87</code></td>
    23421201    <td align="left"><code>__SEGGER_RTL_ascii_iswctype</code></td>
    23431202    <td align="right"><code>28</code></td>
     
    23481207  </tr>
    23491208  <tr>
    2350     <td align="left"><code>0800af20-0800af2f</code></td>
    2351     <td align="left"><code>[.rodata..Lswitch.table.HAL_TIM_IC_Start_IT]</code></td>
    2352     <td align="right"><code>16</code></td>
    2353     <td align="right"><code>4</code></td>
    2354     <td align="left"><code>Cnst</code></td>
    2355     <td align="left"><code>RO</code></td>
    2356     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2357   </tr>
    2358   <tr>
    2359     <td align="left"><code>0800af30-0800af3f</code></td>
    2360     <td align="left"><code>[.rodata..Lswitch.table.HAL_TIM_IC_Stop_IT]</code></td>
    2361     <td align="right"><code>16</code></td>
    2362     <td align="right"><code>4</code></td>
    2363     <td align="left"><code>Cnst</code></td>
    2364     <td align="left"><code>RO</code></td>
    2365     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2366   </tr>
    2367   <tr>
    2368     <td align="left"><code>0800af40-0800af4f</code></td>
     1209    <td align="left"><code>0800be88-0800be97</code></td>
    23691210    <td align="left"><code>[.rodata..Lswitch.table.UART_SetConfig.1]</code></td>
    23701211    <td align="right"><code>16</code></td>
     
    23721213    <td align="left"><code>Cnst</code></td>
    23731214    <td align="left"><code>RO</code></td>
    2374     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2375   </tr>
    2376   <tr>
    2377     <td align="left"><code>0800af50-0800af7b</code></td>
     1215    <td align="left"><code>firmware_lto.o</code></td>
     1216  </tr>
     1217  <tr>
     1218    <td align="left"><code>0800be98-0800bec3</code></td>
    23781219    <td align="left"><code>[.rodata..Lswitch.table.UART_SetConfig.8]</code></td>
    23791220    <td align="right"><code>44</code></td>
     
    23811222    <td align="left"><code>Cnst</code></td>
    23821223    <td align="left"><code>RO</code></td>
    2383     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2384   </tr>
    2385   <tr>
    2386     <td align="left"><code>0800af7c-0800afbb</code></td>
     1224    <td align="left"><code>firmware_lto.o</code></td>
     1225  </tr>
     1226  <tr>
     1227    <td align="left"><code>0800bec4-0800bf03</code></td>
    23871228    <td align="left"><code>AHBPrescTable</code></td>
    23881229    <td align="right"><code>64</code></td>
     
    23901231    <td align="left"><code>Cnst</code></td>
    23911232    <td align="left"><code>RO</code></td>
    2392     <td align="left"><code>system_stm32g0xx.o</code></td>
    2393   </tr>
    2394   <tr>
    2395     <td align="left"><code>0800afbc-0800afdb</code></td>
     1233    <td align="left"><code>firmware_lto.o</code></td>
     1234  </tr>
     1235  <tr>
     1236    <td align="left"><code>0800bf04-0800bf23</code></td>
    23961237    <td align="left"><code>APBPrescTable</code></td>
    23971238    <td align="right"><code>32</code></td>
     
    23991240    <td align="left"><code>Cnst</code></td>
    24001241    <td align="left"><code>RO</code></td>
    2401     <td align="left"><code>system_stm32g0xx.o</code></td>
    2402   </tr>
    2403   <tr>
    2404     <td align="left"><code>0800afdc-0800afe7</code></td>
     1242    <td align="left"><code>firmware_lto.o</code></td>
     1243  </tr>
     1244  <tr>
     1245    <td align="left"><code>0800bf24-0800bf2f</code></td>
    24051246    <td align="left"><code>__SEGGER_RTL_c_locale</code></td>
    24061247    <td align="right"><code>12</code></td>
     
    24111252  </tr>
    24121253  <tr>
    2413     <td align="left"><code>0800afe8-0800b007</code></td>
     1254    <td align="left"><code>0800bf30-0800bf4f</code></td>
    24141255    <td align="left"><code>__SEGGER_RTL_codeset_ascii</code></td>
    24151256    <td align="right"><code>32</code></td>
     
    24201261  </tr>
    24211262  <tr>
    2422     <td align="left"><code>0800b008-0800b05f</code></td>
     1263    <td align="left"><code>0800bf50-0800bfa7</code></td>
    24231264    <td align="left"><code>__SEGGER_RTL_c_locale_data</code></td>
    24241265    <td align="right"><code>88</code></td>
     
    24291270  </tr>
    24301271  <tr>
    2431     <td align="left"><code>0800b060-0800b073</code></td>
     1272    <td align="left"><code>0800bfa8-0800bfbb</code></td>
    24321273    <td align="left"><code>_start</code></td>
    24331274    <td align="right"><code>20</code></td>
     
    24381279  </tr>
    24391280  <tr>
    2440     <td align="left"><code>0800b074-0800b09b</code></td>
     1281    <td align="left"><code>0800bfbc-0800bfe3</code></td>
    24411282    <td align="left"><code>Reset_Handler</code></td>
    24421283    <td align="right"><code>40</code></td>
     
    24471288  </tr>
    24481289  <tr>
    2449     <td align="left"><code>0800b09c-0800b0e7</code></td>
     1290    <td align="left"><code>0800bfe4-0800c02f</code></td>
    24501291    <td align="left"><code>NMI_Handler</code></td>
    24511292    <td align="right"><code>76</code></td>
     
    24561297  </tr>
    24571298  <tr>
    2458     <td align="left"><code>0800b0e8-0800b159</code></td>
    2459     <td align="left"><code>HAL_CRCEx_Polynomial_Set</code></td>
    2460     <td align="right"><code>114</code></td>
    2461     <td align="right"><code>4</code></td>
    2462     <td align="left"><code>Code</code></td>
    2463     <td align="left"><code>RX</code></td>
    2464     <td align="left"><code>stm32g0xx_hal_crc_ex.o</code></td>
    2465   </tr>
    2466   <tr>
    2467     <td align="left"><code>0800b15a-0800b163</code></td>
     1299    <td align="left"><code>0800c030-0800c031</code></td>
    24681300    <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
    2469     <td align="right"><code>10</code></td>
    2470     <td align="right"><code>2</code></td>
    2471     <td align="left"><code>Code</code></td>
    2472     <td align="left"><code>RX</code></td>
    2473     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    2474   </tr>
    2475   <tr>
    2476     <td align="left"><code>0800b164-0800b17d</code></td>
    2477     <td align="left"><code>ADC_DMAError</code></td>
    2478     <td align="right"><code>26</code></td>
    2479     <td align="right"><code>2</code></td>
    2480     <td align="left"><code>Code</code></td>
    2481     <td align="left"><code>RX</code></td>
    2482     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    2483   </tr>
    2484   <tr>
    2485     <td align="left"><code>0800b17e-0800b17f</code></td>
    2486     <td align="left"><code>HAL_ADC_ErrorCallback</code></td>
    2487     <td align="right"><code>2</code></td>
    2488     <td align="right"><code>2</code></td>
    2489     <td align="left"><code>Code</code></td>
    2490     <td align="left"><code>RX</code></td>
    2491     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    2492   </tr>
    2493   <tr>
    2494     <td align="left"><code>0800b180-0800b181</code></td>
    2495     <td align="left"><code>HAL_ADC_ConvHalfCpltCallback</code></td>
    2496     <td align="right"><code>2</code></td>
    2497     <td align="right"><code>2</code></td>
    2498     <td align="left"><code>Code</code></td>
    2499     <td align="left"><code>RX</code></td>
    2500     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    2501   </tr>
    2502   <tr>
    2503     <td align="left"><code>0800b182-0800b183</code></td>
    2504     <td align="left"><code>HAL_CRC_MspInit</code></td>
    2505     <td align="right"><code>2</code></td>
    2506     <td align="right"><code>2</code></td>
    2507     <td align="left"><code>Code</code></td>
    2508     <td align="left"><code>RX</code></td>
    2509     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    2510   </tr>
    2511   <tr>
    2512     <td align="left"><code>0800b184-0800b18d</code></td>
    2513     <td align="left"><code>HAL_GPIO_ReadPin</code></td>
    2514     <td align="right"><code>10</code></td>
    2515     <td align="right"><code>2</code></td>
    2516     <td align="left"><code>Code</code></td>
    2517     <td align="left"><code>RX</code></td>
    2518     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    2519   </tr>
    2520   <tr>
    2521     <td align="left"><code>0800b18e-0800b18f</code></td>
    2522     <td align="left"><code>HAL_GPIO_EXTI_Rising_Callback</code></td>
    2523     <td align="right"><code>2</code></td>
    2524     <td align="right"><code>2</code></td>
    2525     <td align="left"><code>Code</code></td>
    2526     <td align="left"><code>RX</code></td>
    2527     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    2528   </tr>
    2529   <tr>
    2530     <td align="left"><code>0800b190-0800b2b5</code></td>
    2531     <td align="left"><code>HAL_RTC_SetDate</code></td>
    2532     <td align="right"><code>294</code></td>
    2533     <td align="right"><code>2</code></td>
    2534     <td align="left"><code>Code</code></td>
    2535     <td align="left"><code>RX</code></td>
    2536     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    2537   </tr>
    2538   <tr>
    2539     <td align="left"><code>0800b2b6-0800b2b7</code></td>
    2540     <td align="left"><code>HAL_TIM_IC_MspInit</code></td>
    2541     <td align="right"><code>2</code></td>
    2542     <td align="right"><code>2</code></td>
    2543     <td align="left"><code>Code</code></td>
    2544     <td align="left"><code>RX</code></td>
    2545     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2546   </tr>
    2547   <tr>
    2548     <td align="left"><code>0800b2b8-0800b2b9</code></td>
    2549     <td align="left"><code>HAL_TIM_IC_MspDeInit</code></td>
    2550     <td align="right"><code>2</code></td>
    2551     <td align="right"><code>2</code></td>
    2552     <td align="left"><code>Code</code></td>
    2553     <td align="left"><code>RX</code></td>
    2554     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2555   </tr>
    2556   <tr>
    2557     <td align="left"><code>0800b2ba-0800b2bb</code></td>
    2558     <td align="left"><code>HAL_TIM_OC_DelayElapsedCallback</code></td>
    2559     <td align="right"><code>2</code></td>
    2560     <td align="right"><code>2</code></td>
    2561     <td align="left"><code>Code</code></td>
    2562     <td align="left"><code>RX</code></td>
    2563     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2564   </tr>
    2565   <tr>
    2566     <td align="left"><code>0800b2bc-0800b2bd</code></td>
    2567     <td align="left"><code>HAL_TIM_PWM_PulseFinishedCallback</code></td>
    2568     <td align="right"><code>2</code></td>
    2569     <td align="right"><code>2</code></td>
    2570     <td align="left"><code>Code</code></td>
    2571     <td align="left"><code>RX</code></td>
    2572     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2573   </tr>
    2574   <tr>
    2575     <td align="left"><code>0800b2be-0800b2bf</code></td>
    2576     <td align="left"><code>HAL_TIM_PeriodElapsedCallback</code></td>
    2577     <td align="right"><code>2</code></td>
    2578     <td align="right"><code>2</code></td>
    2579     <td align="left"><code>Code</code></td>
    2580     <td align="left"><code>RX</code></td>
    2581     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2582   </tr>
    2583   <tr>
    2584     <td align="left"><code>0800b2c0-0800b2c1</code></td>
    2585     <td align="left"><code>HAL_TIM_TriggerCallback</code></td>
    2586     <td align="right"><code>2</code></td>
    2587     <td align="right"><code>2</code></td>
    2588     <td align="left"><code>Code</code></td>
    2589     <td align="left"><code>RX</code></td>
    2590     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    2591   </tr>
    2592   <tr>
    2593     <td align="left"><code>0800b2c2-0800b2c3</code></td>
    2594     <td align="left"><code>HAL_TIMEx_CommutCallback</code></td>
    2595     <td align="right"><code>2</code></td>
    2596     <td align="right"><code>2</code></td>
    2597     <td align="left"><code>Code</code></td>
    2598     <td align="left"><code>RX</code></td>
    2599     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    2600   </tr>
    2601   <tr>
    2602     <td align="left"><code>0800b2c4-0800b2c5</code></td>
    2603     <td align="left"><code>HAL_TIMEx_BreakCallback</code></td>
    2604     <td align="right"><code>2</code></td>
    2605     <td align="right"><code>2</code></td>
    2606     <td align="left"><code>Code</code></td>
    2607     <td align="left"><code>RX</code></td>
    2608     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    2609   </tr>
    2610   <tr>
    2611     <td align="left"><code>0800b2c6-0800b2c7</code></td>
    2612     <td align="left"><code>HAL_TIMEx_Break2Callback</code></td>
    2613     <td align="right"><code>2</code></td>
    2614     <td align="right"><code>2</code></td>
    2615     <td align="left"><code>Code</code></td>
    2616     <td align="left"><code>RX</code></td>
    2617     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    2618   </tr>
    2619   <tr>
    2620     <td align="left"><code>0800b2c8-0800b399</code></td>
    2621     <td align="left"><code>UART_AdvFeatureConfig</code></td>
    2622     <td align="right"><code>210</code></td>
    2623     <td align="right"><code>2</code></td>
    2624     <td align="left"><code>Code</code></td>
    2625     <td align="left"><code>RX</code></td>
    2626     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2627   </tr>
    2628   <tr>
    2629     <td align="left"><code>0800b39a-0800b3eb</code></td>
     1301    <td align="right"><code>2</code></td>
     1302    <td align="right"><code>2</code></td>
     1303    <td align="left"><code>Code</code></td>
     1304    <td align="left"><code>RX</code></td>
     1305    <td align="left"><code>firmware_lto.o</code></td>
     1306  </tr>
     1307  <tr>
     1308    <td align="left"><code>0800c032-0800c083</code></td>
    26301309    <td align="left"><code>UART_TxISR_8BIT_FIFOEN</code></td>
    26311310    <td align="right"><code>82</code></td>
     
    26331312    <td align="left"><code>Code</code></td>
    26341313    <td align="left"><code>RX</code></td>
    2635     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2636   </tr>
    2637   <tr>
    2638     <td align="left"><code>0800b3ec-0800b445</code></td>
    2639     <td align="left"><code>UART_RxISR_16BIT</code></td>
     1314    <td align="left"><code>firmware_lto.o</code></td>
     1315  </tr>
     1316  <tr>
     1317    <td align="left"><code>0800c084-0800c0dd</code></td>
     1318    <td align="left"><code>UART_RxISR_8BIT</code></td>
    26401319    <td align="right"><code>90</code></td>
    26411320    <td align="right"><code>2</code></td>
    26421321    <td align="left"><code>Code</code></td>
    26431322    <td align="left"><code>RX</code></td>
    2644     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2645   </tr>
    2646   <tr>
    2647     <td align="left"><code>0800b446-0800b4a3</code></td>
    2648     <td align="left"><code>UART_RxISR_8BIT</code></td>
    2649     <td align="right"><code>94</code></td>
    2650     <td align="right"><code>2</code></td>
    2651     <td align="left"><code>Code</code></td>
    2652     <td align="left"><code>RX</code></td>
    2653     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2654   </tr>
    2655   <tr>
    2656     <td align="left"><code>0800b4a4-0800b4a5</code></td>
    2657     <td align="left"><code>HAL_UART_TxCpltCallback</code></td>
    2658     <td align="right"><code>2</code></td>
    2659     <td align="right"><code>2</code></td>
    2660     <td align="left"><code>Code</code></td>
    2661     <td align="left"><code>RX</code></td>
    2662     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2663   </tr>
    2664   <tr>
    2665     <td align="left"><code>0800b4a6-0800b4a7</code></td>
    2666     <td align="left"><code>HAL_UART_RxCpltCallback</code></td>
    2667     <td align="right"><code>2</code></td>
    2668     <td align="right"><code>2</code></td>
    2669     <td align="left"><code>Code</code></td>
    2670     <td align="left"><code>RX</code></td>
    2671     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2672   </tr>
    2673   <tr>
    2674     <td align="left"><code>0800b4a8-0800b4dd</code></td>
    2675     <td align="left"><code>HAL_UARTEx_DisableFifoMode</code></td>
    2676     <td align="right"><code>54</code></td>
    2677     <td align="right"><code>2</code></td>
    2678     <td align="left"><code>Code</code></td>
    2679     <td align="left"><code>RX</code></td>
    2680     <td align="left"><code>stm32g0xx_hal_uart_ex.o</code></td>
    2681   </tr>
    2682   <tr>
    2683     <td align="left"><code>0800b4de-0800b4df</code></td>
    2684     <td align="left"><code>Error_Handler</code></td>
    2685     <td align="right"><code>2</code></td>
    2686     <td align="right"><code>2</code></td>
    2687     <td align="left"><code>Code</code></td>
    2688     <td align="left"><code>RX</code></td>
    2689     <td align="left"><code>main.o</code></td>
    2690   </tr>
    2691   <tr>
    2692     <td align="left"><code>0800b4e0-0800b4e1</code></td>
     1323    <td align="left"><code>firmware_lto.o</code></td>
     1324  </tr>
     1325  <tr>
     1326    <td align="left"><code>0800c0de-0800c0df</code></td>
    26931327    <td align="left"><code>NMI_Handler</code></td>
    26941328    <td align="right"><code>2</code></td>
     
    26961330    <td align="left"><code>Code</code></td>
    26971331    <td align="left"><code>RX</code></td>
    2698     <td align="left"><code>stm32g0xx_it.o</code></td>
    2699   </tr>
    2700   <tr>
    2701     <td align="left"><code>0800b4e2-0800b4e3</code></td>
     1332    <td align="left"><code>firmware_lto.o</code></td>
     1333  </tr>
     1334  <tr>
     1335    <td align="left"><code>0800c0e0-0800c0e1</code></td>
    27021336    <td align="left"><code>HardFault_Handler</code></td>
    27031337    <td align="right"><code>2</code></td>
     
    27051339    <td align="left"><code>Code</code></td>
    27061340    <td align="left"><code>RX</code></td>
    2707     <td align="left"><code>stm32g0xx_it.o</code></td>
    2708   </tr>
    2709   <tr>
    2710     <td align="left"><code>0800b4e4-0800b4e5</code></td>
     1341    <td align="left"><code>firmware_lto.o</code></td>
     1342  </tr>
     1343  <tr>
     1344    <td align="left"><code>0800c0e2-0800c0e3</code></td>
    27111345    <td align="left"><code>SVC_Handler</code></td>
    27121346    <td align="right"><code>2</code></td>
     
    27141348    <td align="left"><code>Code</code></td>
    27151349    <td align="left"><code>RX</code></td>
    2716     <td align="left"><code>stm32g0xx_it.o</code></td>
    2717   </tr>
    2718   <tr>
    2719     <td align="left"><code>0800b4e6-0800b4e7</code></td>
     1350    <td align="left"><code>firmware_lto.o</code></td>
     1351  </tr>
     1352  <tr>
     1353    <td align="left"><code>0800c0e4-0800c0e5</code></td>
    27201354    <td align="left"><code>PendSV_Handler</code></td>
    27211355    <td align="right"><code>2</code></td>
     
    27231357    <td align="left"><code>Code</code></td>
    27241358    <td align="left"><code>RX</code></td>
    2725     <td align="left"><code>stm32g0xx_it.o</code></td>
    2726   </tr>
    2727   <tr>
    2728     <td align="left"><code>0800b4e8-0800b4e9</code></td>
     1359    <td align="left"><code>firmware_lto.o</code></td>
     1360  </tr>
     1361  <tr>
     1362    <td align="left"><code>0800c0e6-0800c0e7</code></td>
    27291363    <td align="left"><code>SystemInit</code></td>
    27301364    <td align="right"><code>2</code></td>
     
    27321366    <td align="left"><code>Code</code></td>
    27331367    <td align="left"><code>RX</code></td>
    2734     <td align="left"><code>system_stm32g0xx.o</code></td>
    2735   </tr>
    2736   <tr>
    2737     <td align="left"><code>0800b4ea-0800b673</code></td>
     1368    <td align="left"><code>firmware_lto.o</code></td>
     1369  </tr>
     1370  <tr>
     1371    <td align="left"><code>0800c0e8-0800c271</code></td>
    27381372    <td align="left"><code>__aeabi_dmul_aux</code></td>
    27391373    <td align="right"><code>394</code></td>
     
    27441378  </tr>
    27451379  <tr>
    2746     <td align="left"><code>0800b674-0800b70d</code></td>
     1380    <td align="left"><code>0800c272-0800c30b</code></td>
    27471381    <td align="left"><code>__SEGGER_RTL_putc</code></td>
    27481382    <td align="right"><code>154</code></td>
     
    27531387  </tr>
    27541388  <tr>
    2755     <td align="left"><code>0800b70e-0800b727</code></td>
     1389    <td align="left"><code>0800c30c-0800c325</code></td>
    27561390    <td align="left"><code>__SEGGER_RTL_prin_flush</code></td>
    27571391    <td align="right"><code>26</code></td>
     
    27621396  </tr>
    27631397  <tr>
    2764     <td align="left"><code>0800b728-0800b741</code></td>
     1398    <td align="left"><code>0800c326-0800c33f</code></td>
    27651399    <td align="left"><code>vfprintf</code></td>
    27661400    <td align="right"><code>26</code></td>
     
    27711405  </tr>
    27721406  <tr>
    2773     <td align="left"><code>0800b742-0800b74b</code></td>
     1407    <td align="left"><code>0800c340-0800c349</code></td>
    27741408    <td align="left"><code>__SEGGER_RTL_X_file_write</code></td>
    27751409    <td align="right"><code>10</code></td>
     
    27801414  </tr>
    27811415  <tr>
    2782     <td align="left"><code>0800b74c-0800b785</code></td>
     1416    <td align="left"><code>0800c34a-0800c383</code></td>
    27831417    <td align="left"><code>_WriteNoCheck</code></td>
    27841418    <td align="right"><code>58</code></td>
     
    27891423  </tr>
    27901424  <tr>
    2791     <td align="left"><code>0800b786-0800b7e7</code></td>
     1425    <td align="left"><code>0800c384-0800c3e5</code></td>
    27921426    <td align="left"><code>_WriteBlocking</code></td>
    27931427    <td align="right"><code>98</code></td>
     
    27981432  </tr>
    27991433  <tr>
    2800     <td align="left"><code>0800b7e8-0800b815</code></td>
     1434    <td align="left"><code>0800c3e6-0800c413</code></td>
    28011435    <td align="left"><code>__SEGGER_RTL_ascii_mbtowc</code></td>
    28021436    <td align="right"><code>46</code></td>
     
    28071441  </tr>
    28081442  <tr>
    2809     <td align="left"><code>0800b816-0800b823</code></td>
     1443    <td align="left"><code>0800c414-0800c421</code></td>
    28101444    <td align="left"><code>__SEGGER_RTL_ascii_tolower</code></td>
    28111445    <td align="right"><code>14</code></td>
     
    28161450  </tr>
    28171451  <tr>
    2818     <td align="left"><code>0800b824-0800b831</code></td>
     1452    <td align="left"><code>0800c422-0800c42f</code></td>
    28191453    <td align="left"><code>__SEGGER_RTL_ascii_towlower</code></td>
    28201454    <td align="right"><code>14</code></td>
     
    28251459  </tr>
    28261460  <tr>
    2827     <td align="left"><code>0800b832-0800b847</code></td>
     1461    <td align="left"><code>0800c430-0800c445</code></td>
    28281462    <td align="left"><code>[.rodata..Lswitch.table.UART_SetConfig.9]</code></td>
    28291463    <td align="right"><code>22</code></td>
     
    28311465    <td align="left"><code>Cnst</code></td>
    28321466    <td align="left"><code>RO</code></td>
    2833     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2834   </tr>
    2835   <tr>
    2836     <td align="left"><code>0800b848-0800b8cb</code></td>
    2837     <td align="left"><code>ADC_DMAConvCplt</code></td>
    2838     <td align="right"><code>132</code></td>
    2839     <td align="right"><code>2</code></td>
    2840     <td align="left"><code>Code</code></td>
    2841     <td align="left"><code>RX</code></td>
    2842     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    2843   </tr>
    2844   <tr>
    2845     <td align="left"><code>0800b8cc-0800bb1b</code></td>
    2846     <td align="left"><code>HAL_CRC_Calculate</code></td>
    2847     <td align="right"><code>592</code></td>
    2848     <td align="right"><code>2</code></td>
    2849     <td align="left"><code>Code</code></td>
    2850     <td align="left"><code>RX</code></td>
    2851     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    2852   </tr>
    2853   <tr>
    2854     <td align="left"><code>0800bb1c-0800bb2b</code></td>
    2855     <td align="left"><code>HAL_GPIO_WritePin</code></td>
    2856     <td align="right"><code>16</code></td>
    2857     <td align="right"><code>2</code></td>
    2858     <td align="left"><code>Code</code></td>
    2859     <td align="left"><code>RX</code></td>
    2860     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    2861   </tr>
    2862   <tr>
    2863     <td align="left"><code>0800bb2c-0800bb3b</code></td>
    2864     <td align="left"><code>HAL_GPIO_TogglePin</code></td>
    2865     <td align="right"><code>16</code></td>
    2866     <td align="right"><code>2</code></td>
    2867     <td align="left"><code>Code</code></td>
    2868     <td align="left"><code>RX</code></td>
    2869     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    2870   </tr>
    2871   <tr>
    2872     <td align="left"><code>0800bb3c-0800bb73</code></td>
     1467    <td align="left"><code>firmware_lto.o</code></td>
     1468  </tr>
     1469  <tr>
     1470    <td align="left"><code>0800c446-0800c459</code></td>
     1471    <td align="left"><code>ADC_DMAError</code></td>
     1472    <td align="right"><code>20</code></td>
     1473    <td align="right"><code>2</code></td>
     1474    <td align="left"><code>Code</code></td>
     1475    <td align="left"><code>RX</code></td>
     1476    <td align="left"><code>firmware_lto.o</code></td>
     1477  </tr>
     1478  <tr>
     1479    <td align="left"><code>0800c45a-0800c491</code></td>
    28731480    <td align="left"><code>UART_TxISR_8BIT</code></td>
    28741481    <td align="right"><code>56</code></td>
     
    28761483    <td align="left"><code>Code</code></td>
    28771484    <td align="left"><code>RX</code></td>
    2878     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    2879   </tr>
    2880   <tr>
    2881     <td align="left"><code>0800bb74-0800bbb7</code></td>
    2882     <td align="left"><code>mbInit</code></td>
    2883     <td align="right"><code>68</code></td>
    2884     <td align="right"><code>2</code></td>
    2885     <td align="left"><code>Code</code></td>
    2886     <td align="left"><code>RX</code></td>
    2887     <td align="left"><code>modbus.o</code></td>
    2888   </tr>
    2889   <tr>
    2890     <td align="left"><code>0800bbb8-0800bbbb</code></td>
    2891     <td align="left"><code>mbGetFrameComplete</code></td>
    2892     <td align="right"><code>4</code></td>
    2893     <td align="right"><code>2</code></td>
    2894     <td align="left"><code>Code</code></td>
    2895     <td align="left"><code>RX</code></td>
    2896     <td align="left"><code>modbus.o</code></td>
    2897   </tr>
    2898   <tr>
    2899     <td align="left"><code>0800bbbc-0800bbc3</code></td>
    2900     <td align="left"><code>ADS1260_ConversionFinished</code></td>
    2901     <td align="right"><code>8</code></td>
    2902     <td align="right"><code>2</code></td>
    2903     <td align="left"><code>Code</code></td>
    2904     <td align="left"><code>RX</code></td>
    2905     <td align="left"><code>ads1260.o</code></td>
    2906   </tr>
    2907   <tr>
    2908     <td align="left"><code>0800bbc4-0800bbcf</code></td>
    2909     <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    2910     <td align="right"><code>12</code></td>
    2911     <td align="right"><code>2</code></td>
    2912     <td align="left"><code>Code</code></td>
    2913     <td align="left"><code>RX</code></td>
    2914     <td align="left"><code>stm32g0xx_it.o</code></td>
    2915   </tr>
    2916   <tr>
    2917     <td align="left"><code>0800bbd0-0800bbf3</code></td>
     1485    <td align="left"><code>firmware_lto.o</code></td>
     1486  </tr>
     1487  <tr>
     1488    <td align="left"><code>0800c492-0800c4e5</code></td>
     1489    <td align="left"><code>UART_RxISR_16BIT</code></td>
     1490    <td align="right"><code>84</code></td>
     1491    <td align="right"><code>2</code></td>
     1492    <td align="left"><code>Code</code></td>
     1493    <td align="left"><code>RX</code></td>
     1494    <td align="left"><code>firmware_lto.o</code></td>
     1495  </tr>
     1496  <tr>
     1497    <td align="left"><code>0800c4e6-0800c509</code></td>
    29181498    <td align="left"><code>fputc</code></td>
    29191499    <td align="right"><code>36</code></td>
     
    29241504  </tr>
    29251505  <tr>
    2926     <td align="left"><code>0800bbf4-0800bc27</code></td>
     1506    <td align="left"><code>0800c50a-0800c53d</code></td>
    29271507    <td align="left"><code>fwrite</code></td>
    29281508    <td align="right"><code>52</code></td>
     
    29331513  </tr>
    29341514  <tr>
    2935     <td align="left"><code>0800bc28-0800bc2b</code></td>
     1515    <td align="left"><code>0800c53e-0800c541</code></td>
    29361516    <td align="left"><code>__SEGGER_RTL_float64_signbit</code></td>
    29371517    <td align="right"><code>4</code></td>
     
    29421522  </tr>
    29431523  <tr>
    2944     <td align="left"><code>0800bc2c-0800bc7b</code></td>
     1524    <td align="left"><code>0800c542-0800c591</code></td>
    29451525    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalP</code></td>
    29461526    <td align="right"><code>80</code></td>
     
    29511531  </tr>
    29521532  <tr>
    2953     <td align="left"><code>0800bc7c-0800bccb</code></td>
     1533    <td align="left"><code>0800c592-0800c5e1</code></td>
    29541534    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalQ</code></td>
    29551535    <td align="right"><code>80</code></td>
     
    29601540  </tr>
    29611541  <tr>
    2962     <td align="left"><code>0800bccc-0800bcd3</code></td>
     1542    <td align="left"><code>0800c5e2-0800c5e9</code></td>
    29631543    <td align="left"><code>abs</code></td>
    29641544    <td align="right"><code>8</code></td>
     
    29691549  </tr>
    29701550  <tr>
    2971     <td align="left"><code>0800bcd4-0800bcef</code></td>
     1551    <td align="left"><code>0800c5ea-0800c605</code></td>
    29721552    <td align="left"><code>__SEGGER_RTL_print_padding</code></td>
    29731553    <td align="right"><code>28</code></td>
     
    29781558  </tr>
    29791559  <tr>
    2980     <td align="left"><code>0800bcf0-0800bd1b</code></td>
     1560    <td align="left"><code>0800c606-0800c631</code></td>
    29811561    <td align="left"><code>__SEGGER_RTL_pre_padding</code></td>
    29821562    <td align="right"><code>44</code></td>
     
    29871567  </tr>
    29881568  <tr>
    2989     <td align="left"><code>0800bd1c-0800bd2b</code></td>
     1569    <td align="left"><code>0800c632-0800c641</code></td>
    29901570    <td align="left"><code>__SEGGER_RTL_stream_write</code></td>
    29911571    <td align="right"><code>16</code></td>
     
    29961576  </tr>
    29971577  <tr>
    2998     <td align="left"><code>0800bd2c-0800bd2f</code></td>
     1578    <td align="left"><code>0800c642-0800c645</code></td>
    29991579    <td align="left"><code>__SEGGER_RTL_X_file_bufsize</code></td>
    30001580    <td align="right"><code>4</code></td>
     
    30051585  </tr>
    30061586  <tr>
    3007     <td align="left"><code>0800bd30-0800bd3f</code></td>
     1587    <td align="left"><code>0800c646-0800c655</code></td>
    30081588    <td align="left"><code>__SEGGER_RTL_ascii_wctomb</code></td>
    30091589    <td align="right"><code>16</code></td>
     
    30141594  </tr>
    30151595  <tr>
    3016     <td align="left"><code>0800bd40-0800bd4b</code></td>
     1596    <td align="left"><code>0800c656-0800c661</code></td>
    30171597    <td align="left"><code>__SEGGER_RTL_ascii_toupper</code></td>
    30181598    <td align="right"><code>12</code></td>
     
    30231603  </tr>
    30241604  <tr>
    3025     <td align="left"><code>0800bd4c-0800bd57</code></td>
     1605    <td align="left"><code>0800c662-0800c66d</code></td>
    30261606    <td align="left"><code>__SEGGER_RTL_ascii_towupper</code></td>
    30271607    <td align="right"><code>12</code></td>
     
    30321612  </tr>
    30331613  <tr>
    3034     <td align="left"><code>0800bd58-0800bd66</code></td>
    3035     <td align="left"><code>[.rodata..L.str.5]</code></td>
     1614    <td align="left"><code>0800c66e-0800c67c</code></td>
     1615    <td align="left"><code>[.rodata..L.str.5.56]</code></td>
    30361616    <td align="right"><code>15</code></td>
    30371617    <td align="right"><code>1</code></td>
    30381618    <td align="left"><code>Cnst</code></td>
    30391619    <td align="left"><code>RO</code></td>
    3040     <td align="left"><code>ads1260.o</code></td>
    3041   </tr>
    3042   <tr>
    3043     <td align="left"><code>0800bd67-0800bd71</code></td>
     1620    <td align="left"><code>firmware_lto.o</code></td>
     1621  </tr>
     1622  <tr>
     1623    <td align="left"><code>0800c67d-0800c687</code></td>
    30441624    <td align="left"><code>[.rodata..L.str.6]</code></td>
    30451625    <td align="right"><code>11</code></td>
     
    30471627    <td align="left"><code>Cnst</code></td>
    30481628    <td align="left"><code>RO</code></td>
    3049     <td align="left"><code>ads1260.o</code></td>
    3050   </tr>
    3051   <tr>
    3052     <td align="left"><code>0800bd72-0800bd88</code></td>
     1629    <td align="left"><code>firmware_lto.o</code></td>
     1630  </tr>
     1631  <tr>
     1632    <td align="left"><code>0800c688-0800c69e</code></td>
    30531633    <td align="left"><code>[.rodata..L.str.10]</code></td>
    30541634    <td align="right"><code>23</code></td>
     
    30561636    <td align="left"><code>Cnst</code></td>
    30571637    <td align="left"><code>RO</code></td>
    3058     <td align="left"><code>ads1260.o</code></td>
    3059   </tr>
    3060   <tr>
    3061     <td align="left"><code>0800bd89-0800bd97</code></td>
     1638    <td align="left"><code>firmware_lto.o</code></td>
     1639  </tr>
     1640  <tr>
     1641    <td align="left"><code>0800c69f-0800c6ad</code></td>
    30621642    <td align="left"><code>[.rodata..L.str.11]</code></td>
    30631643    <td align="right"><code>15</code></td>
     
    30651645    <td align="left"><code>Cnst</code></td>
    30661646    <td align="left"><code>RO</code></td>
    3067     <td align="left"><code>ads1260.o</code></td>
    3068   </tr>
    3069   <tr>
    3070     <td align="left"><code>0800bd98-0800bdca</code></td>
     1647    <td align="left"><code>firmware_lto.o</code></td>
     1648  </tr>
     1649  <tr>
     1650    <td align="left"><code>0800c6ae-0800c6e0</code></td>
    30711651    <td align="left"><code>[.rodata..L.str.13]</code></td>
    30721652    <td align="right"><code>51</code></td>
     
    30741654    <td align="left"><code>Cnst</code></td>
    30751655    <td align="left"><code>RO</code></td>
    3076     <td align="left"><code>ads1260.o</code></td>
    3077   </tr>
    3078   <tr>
    3079     <td align="left"><code>0800bdcb-0800bded</code></td>
     1656    <td align="left"><code>firmware_lto.o</code></td>
     1657  </tr>
     1658  <tr>
     1659    <td align="left"><code>0800c6e1-0800c703</code></td>
    30801660    <td align="left"><code>[.rodata..L.str.15]</code></td>
    30811661    <td align="right"><code>35</code></td>
     
    30831663    <td align="left"><code>Cnst</code></td>
    30841664    <td align="left"><code>RO</code></td>
    3085     <td align="left"><code>ads1260.o</code></td>
    3086   </tr>
    3087   <tr>
    3088     <td align="left"><code>0800bdee-0800be08</code></td>
    3089     <td align="left"><code>[.rodata..Lstr]</code></td>
     1665    <td align="left"><code>firmware_lto.o</code></td>
     1666  </tr>
     1667  <tr>
     1668    <td align="left"><code>0800c704-0800c71e</code></td>
     1669    <td align="left"><code>[.rodata..Lstr.54]</code></td>
    30901670    <td align="right"><code>27</code></td>
    30911671    <td align="right"><code>1</code></td>
    30921672    <td align="left"><code>Cnst</code></td>
    30931673    <td align="left"><code>RO</code></td>
    3094     <td align="left"><code>ads1260.o</code></td>
    3095   </tr>
    3096   <tr>
    3097     <td align="left"><code>0800be09-0800be23</code></td>
     1674    <td align="left"><code>firmware_lto.o</code></td>
     1675  </tr>
     1676  <tr>
     1677    <td align="left"><code>0800c71f-0800c739</code></td>
    30981678    <td align="left"><code>[.rodata..Lstr.26]</code></td>
    30991679    <td align="right"><code>27</code></td>
     
    31011681    <td align="left"><code>Cnst</code></td>
    31021682    <td align="left"><code>RO</code></td>
    3103     <td align="left"><code>ads1260.o</code></td>
    3104   </tr>
    3105   <tr>
    3106     <td align="left"><code>0800be24-0800be6a</code></td>
    3107     <td align="left"><code>[.rodata..Lstr]</code></td>
     1683    <td align="left"><code>firmware_lto.o</code></td>
     1684  </tr>
     1685  <tr>
     1686    <td align="left"><code>0800c73a-0800c780</code></td>
     1687    <td align="left"><code>[.rodata..Lstr.57]</code></td>
    31081688    <td align="right"><code>71</code></td>
    31091689    <td align="right"><code>1</code></td>
    31101690    <td align="left"><code>Cnst</code></td>
    31111691    <td align="left"><code>RO</code></td>
    3112     <td align="left"><code>eeprom.o</code></td>
    3113   </tr>
    3114   <tr>
    3115     <td align="left"><code>0800be6b-0800be89</code></td>
     1692    <td align="left"><code>firmware_lto.o</code></td>
     1693  </tr>
     1694  <tr>
     1695    <td align="left"><code>0800c781-0800c79f</code></td>
    31161696    <td align="left"><code>[.rodata..Lstr.10]</code></td>
    31171697    <td align="right"><code>31</code></td>
     
    31191699    <td align="left"><code>Cnst</code></td>
    31201700    <td align="left"><code>RO</code></td>
    3121     <td align="left"><code>eeprom.o</code></td>
    3122   </tr>
    3123   <tr>
    3124     <td align="left"><code>0800be8a-0800be98</code></td>
     1701    <td align="left"><code>firmware_lto.o</code></td>
     1702  </tr>
     1703  <tr>
     1704    <td align="left"><code>0800c7a0-0800c7ae</code></td>
    31251705    <td align="left"><code>[.rodata..Lstr.22]</code></td>
    31261706    <td align="right"><code>15</code></td>
     
    31281708    <td align="left"><code>Cnst</code></td>
    31291709    <td align="left"><code>RO</code></td>
    3130     <td align="left"><code>main.o</code></td>
    3131   </tr>
    3132   <tr>
    3133     <td align="left"><code>0800be99-0800beab</code></td>
    3134     <td align="left"><code>[.rodata..Lstr.23]</code></td>
     1710    <td align="left"><code>firmware_lto.o</code></td>
     1711  </tr>
     1712  <tr>
     1713    <td align="left"><code>0800c7af-0800c7c1</code></td>
     1714    <td align="left"><code>[.rodata..Lstr.23.69]</code></td>
    31351715    <td align="right"><code>19</code></td>
    31361716    <td align="right"><code>1</code></td>
    31371717    <td align="left"><code>Cnst</code></td>
    31381718    <td align="left"><code>RO</code></td>
    3139     <td align="left"><code>main.o</code></td>
    3140   </tr>
    3141   <tr>
    3142     <td align="left"><code>0800beac-0800bec6</code></td>
    3143     <td align="left"><code>[.rodata..Lstr.26]</code></td>
     1719    <td align="left"><code>firmware_lto.o</code></td>
     1720  </tr>
     1721  <tr>
     1722    <td align="left"><code>0800c7c2-0800c7dc</code></td>
     1723    <td align="left"><code>[.rodata..Lstr.26.67]</code></td>
    31441724    <td align="right"><code>27</code></td>
    31451725    <td align="right"><code>1</code></td>
    31461726    <td align="left"><code>Cnst</code></td>
    31471727    <td align="left"><code>RO</code></td>
    3148     <td align="left"><code>main.o</code></td>
    3149   </tr>
    3150   <tr>
    3151     <td align="left"><code>0800bec7-0800bee1</code></td>
    3152     <td align="left"><code>[.rodata..Lstr.27]</code></td>
     1728    <td align="left"><code>firmware_lto.o</code></td>
     1729  </tr>
     1730  <tr>
     1731    <td align="left"><code>0800c7dd-0800c7f7</code></td>
     1732    <td align="left"><code>[.rodata..Lstr.27.66]</code></td>
    31531733    <td align="right"><code>27</code></td>
    31541734    <td align="right"><code>1</code></td>
    31551735    <td align="left"><code>Cnst</code></td>
    31561736    <td align="left"><code>RO</code></td>
    3157     <td align="left"><code>main.o</code></td>
    3158   </tr>
    3159   <tr>
    3160     <td align="left"><code>0800bee2-0800befc</code></td>
     1737    <td align="left"><code>firmware_lto.o</code></td>
     1738  </tr>
     1739  <tr>
     1740    <td align="left"><code>0800c7f8-0800c812</code></td>
    31611741    <td align="left"><code>[.rodata..Lstr.28]</code></td>
    31621742    <td align="right"><code>27</code></td>
     
    31641744    <td align="left"><code>Cnst</code></td>
    31651745    <td align="left"><code>RO</code></td>
    3166     <td align="left"><code>main.o</code></td>
    3167   </tr>
    3168   <tr>
    3169     <td align="left"><code>0800befd-0800bf0f</code></td>
     1746    <td align="left"><code>firmware_lto.o</code></td>
     1747  </tr>
     1748  <tr>
     1749    <td align="left"><code>0800c813-0800c825</code></td>
    31701750    <td align="left"><code>[.rodata..Lstr.47]</code></td>
    31711751    <td align="right"><code>19</code></td>
     
    31731753    <td align="left"><code>Cnst</code></td>
    31741754    <td align="left"><code>RO</code></td>
    3175     <td align="left"><code>main.o</code></td>
    3176   </tr>
    3177   <tr>
    3178     <td align="left"><code>0800bf10-0800bf32</code></td>
     1755    <td align="left"><code>firmware_lto.o</code></td>
     1756  </tr>
     1757  <tr>
     1758    <td align="left"><code>0800c826-0800c848</code></td>
    31791759    <td align="left"><code>[.rodata..Lstr.13]</code></td>
    31801760    <td align="right"><code>35</code></td>
     
    31821762    <td align="left"><code>Cnst</code></td>
    31831763    <td align="left"><code>RO</code></td>
    3184     <td align="left"><code>outputs.o</code></td>
    3185   </tr>
    3186   <tr>
    3187     <td align="left"><code>0800bf33-0800bf55</code></td>
     1764    <td align="left"><code>firmware_lto.o</code></td>
     1765  </tr>
     1766  <tr>
     1767    <td align="left"><code>0800c849-0800c86b</code></td>
    31881768    <td align="left"><code>[.rodata..Lstr.20]</code></td>
    31891769    <td align="right"><code>35</code></td>
     
    31911771    <td align="left"><code>Cnst</code></td>
    31921772    <td align="left"><code>RO</code></td>
    3193     <td align="left"><code>outputs.o</code></td>
    3194   </tr>
    3195   <tr>
    3196     <td align="left"><code>0800bf56-0800bf5c</code></td>
     1773    <td align="left"><code>firmware_lto.o</code></td>
     1774  </tr>
     1775  <tr>
     1776    <td align="left"><code>0800c86c-0800c872</code></td>
    31971777    <td align="left"><code>[.rodata.libc..L.str]</code></td>
    31981778    <td align="right"><code>7</code></td>
     
    32031783  </tr>
    32041784  <tr>
    3205     <td align="left"><code>0800bf5d-0800bfb3</code></td>
     1785    <td align="left"><code>0800c873-0800c8c9</code></td>
    32061786    <td align="left"><code>__SEGGER_RTL_c_locale_month_names</code></td>
    32071787    <td align="right"><code>87</code></td>
     
    32121792  </tr>
    32131793  <tr>
    3214     <td align="left"><code>0800bfb4-0800bfba</code></td>
     1794    <td align="left"><code>0800c8ca-0800c8d0</code></td>
    32151795    <td align="left"><code>__SEGGER_RTL_c_locale_am_pm_indicator</code></td>
    32161796    <td align="right"><code>7</code></td>
     
    32211801  </tr>
    32221802  <tr>
    3223     <td align="left"><code>0800bfbb-0800bfc9</code></td>
     1803    <td align="left"><code>0800c8d1-0800c8df</code></td>
    32241804    <td align="left"><code>__SEGGER_RTL_c_locale_date_time_format</code></td>
    32251805    <td align="right"><code>15</code></td>
     
    32301810  </tr>
    32311811  <tr>
    3232     <td align="left"><code>0800bfca-0800bfdf</code></td>
    3233     <td align="left"><code>[.rodata..Lstr]</code></td>
    3234     <td align="right"><code>22</code></td>
     1812    <td align="left"><code>0800c8e0-0800c8ed</code></td>
     1813    <td align="left"><code>[.rodata..L.str.49]</code></td>
     1814    <td align="right"><code>14</code></td>
    32351815    <td align="right"><code>1</code></td>
    32361816    <td align="left"><code>Cnst</code></td>
    32371817    <td align="left"><code>RO</code></td>
    3238     <td align="left"><code>hsi16 _calibration.o</code></td>
    3239   </tr>
    3240   <tr>
    3241     <td align="left"><code>0800bfe0-0800bfed</code></td>
    3242     <td align="left"><code>[.rodata..L.str]</code></td>
    3243     <td align="right"><code>14</code></td>
    3244     <td align="right"><code>1</code></td>
    3245     <td align="left"><code>Cnst</code></td>
    3246     <td align="left"><code>RO</code></td>
    3247     <td align="left"><code>modbus.o</code></td>
    3248   </tr>
    3249   <tr>
    3250     <td align="left"><code>0800bfee-0800bfff</code></td>
     1818    <td align="left"><code>firmware_lto.o</code></td>
     1819  </tr>
     1820  <tr>
     1821    <td align="left"><code>0800c8ee-0800c8ff</code></td>
    32511822    <td align="left"><code>[.rodata..L.str.2]</code></td>
    32521823    <td align="right"><code>18</code></td>
     
    32541825    <td align="left"><code>Cnst</code></td>
    32551826    <td align="left"><code>RO</code></td>
    3256     <td align="left"><code>ads1260.o</code></td>
    3257   </tr>
    3258   <tr>
    3259     <td align="left"><code>0800c000-0800c009</code></td>
     1827    <td align="left"><code>firmware_lto.o</code></td>
     1828  </tr>
     1829  <tr>
     1830    <td align="left"><code>0800c900-0800c909</code></td>
    32601831    <td align="left"><code>[.rodata..L.str.7]</code></td>
    32611832    <td align="right"><code>10</code></td>
     
    32631834    <td align="left"><code>Cnst</code></td>
    32641835    <td align="left"><code>RO</code></td>
    3265     <td align="left"><code>ads1260.o</code></td>
    3266   </tr>
    3267   <tr>
    3268     <td align="left"><code>0800c00a-0800c01f</code></td>
     1836    <td align="left"><code>firmware_lto.o</code></td>
     1837  </tr>
     1838  <tr>
     1839    <td align="left"><code>0800c90a-0800c91f</code></td>
    32691840    <td align="left"><code>[.rodata..L.str.9]</code></td>
    32701841    <td align="right"><code>22</code></td>
     
    32721843    <td align="left"><code>Cnst</code></td>
    32731844    <td align="left"><code>RO</code></td>
    3274     <td align="left"><code>ads1260.o</code></td>
    3275   </tr>
    3276   <tr>
    3277     <td align="left"><code>0800c020-0800c02d</code></td>
     1845    <td align="left"><code>firmware_lto.o</code></td>
     1846  </tr>
     1847  <tr>
     1848    <td align="left"><code>0800c920-0800c92d</code></td>
    32781849    <td align="left"><code>[.rodata..L.str.12]</code></td>
    32791850    <td align="right"><code>14</code></td>
     
    32811852    <td align="left"><code>Cnst</code></td>
    32821853    <td align="left"><code>RO</code></td>
    3283     <td align="left"><code>ads1260.o</code></td>
    3284   </tr>
    3285   <tr>
    3286     <td align="left"><code>0800c02e-0800c037</code></td>
     1854    <td align="left"><code>firmware_lto.o</code></td>
     1855  </tr>
     1856  <tr>
     1857    <td align="left"><code>0800c92e-0800c937</code></td>
    32871858    <td align="left"><code>[.rodata..L.str.14]</code></td>
    32881859    <td align="right"><code>10</code></td>
     
    32901861    <td align="left"><code>Cnst</code></td>
    32911862    <td align="left"><code>RO</code></td>
    3292     <td align="left"><code>ads1260.o</code></td>
    3293   </tr>
    3294   <tr>
    3295     <td align="left"><code>0800c038-0800c055</code></td>
     1863    <td align="left"><code>firmware_lto.o</code></td>
     1864  </tr>
     1865  <tr>
     1866    <td align="left"><code>0800c938-0800c955</code></td>
    32961867    <td align="left"><code>[.rodata..Lstr.27]</code></td>
    32971868    <td align="right"><code>30</code></td>
     
    32991870    <td align="left"><code>Cnst</code></td>
    33001871    <td align="left"><code>RO</code></td>
    3301     <td align="left"><code>ads1260.o</code></td>
    3302   </tr>
    3303   <tr>
    3304     <td align="left"><code>0800c056-0800c06b</code></td>
     1872    <td align="left"><code>firmware_lto.o</code></td>
     1873  </tr>
     1874  <tr>
     1875    <td align="left"><code>0800c956-0800c96b</code></td>
    33051876    <td align="left"><code>[.rodata..Lstr.8]</code></td>
    33061877    <td align="right"><code>22</code></td>
     
    33081879    <td align="left"><code>Cnst</code></td>
    33091880    <td align="left"><code>RO</code></td>
    3310     <td align="left"><code>eeprom.o</code></td>
    3311   </tr>
    3312   <tr>
    3313     <td align="left"><code>0800c06c-0800c079</code></td>
    3314     <td align="left"><code>[.rodata..Lstr]</code></td>
     1881    <td align="left"><code>firmware_lto.o</code></td>
     1882  </tr>
     1883  <tr>
     1884    <td align="left"><code>0800c96c-0800c979</code></td>
     1885    <td align="left"><code>[.rodata..Lstr.68]</code></td>
    33151886    <td align="right"><code>14</code></td>
    33161887    <td align="right"><code>1</code></td>
    33171888    <td align="left"><code>Cnst</code></td>
    33181889    <td align="left"><code>RO</code></td>
    3319     <td align="left"><code>main.o</code></td>
    3320   </tr>
    3321   <tr>
    3322     <td align="left"><code>0800c07a-0800c08b</code></td>
     1890    <td align="left"><code>firmware_lto.o</code></td>
     1891  </tr>
     1892  <tr>
     1893    <td align="left"><code>0800c97a-0800c98b</code></td>
    33231894    <td align="left"><code>[.rodata..Lstr.29]</code></td>
    33241895    <td align="right"><code>18</code></td>
     
    33261897    <td align="left"><code>Cnst</code></td>
    33271898    <td align="left"><code>RO</code></td>
    3328     <td align="left"><code>main.o</code></td>
    3329   </tr>
    3330   <tr>
    3331     <td align="left"><code>0800c08c-0800c0a1</code></td>
     1899    <td align="left"><code>firmware_lto.o</code></td>
     1900  </tr>
     1901  <tr>
     1902    <td align="left"><code>0800c98c-0800c9a1</code></td>
    33321903    <td align="left"><code>[.rodata..Lstr.48]</code></td>
    33331904    <td align="right"><code>22</code></td>
     
    33351906    <td align="left"><code>Cnst</code></td>
    33361907    <td align="left"><code>RO</code></td>
    3337     <td align="left"><code>main.o</code></td>
    3338   </tr>
    3339   <tr>
    3340     <td align="left"><code>0800c0a2-0800c0af</code></td>
     1908    <td align="left"><code>firmware_lto.o</code></td>
     1909  </tr>
     1910  <tr>
     1911    <td align="left"><code>0800c9a2-0800c9af</code></td>
    33411912    <td align="left"><code>[.rodata..Lstr.51]</code></td>
    33421913    <td align="right"><code>14</code></td>
     
    33441915    <td align="left"><code>Cnst</code></td>
    33451916    <td align="left"><code>RO</code></td>
    3346     <td align="left"><code>main.o</code></td>
    3347   </tr>
    3348   <tr>
    3349     <td align="left"><code>0800c0b0-0800c0d1</code></td>
     1917    <td align="left"><code>firmware_lto.o</code></td>
     1918  </tr>
     1919  <tr>
     1920    <td align="left"><code>0800c9b0-0800c9d1</code></td>
    33501921    <td align="left"><code>[.rodata..Lstr.15]</code></td>
    33511922    <td align="right"><code>34</code></td>
     
    33531924    <td align="left"><code>Cnst</code></td>
    33541925    <td align="left"><code>RO</code></td>
    3355     <td align="left"><code>outputs.o</code></td>
    3356   </tr>
    3357   <tr>
    3358     <td align="left"><code>0800c0d2-0800c0df</code></td>
     1926    <td align="left"><code>firmware_lto.o</code></td>
     1927  </tr>
     1928  <tr>
     1929    <td align="left"><code>0800c9d2-0800c9df</code></td>
    33591930    <td align="left"><code>[.rodata..Lstr.18]</code></td>
    33601931    <td align="right"><code>14</code></td>
     
    33621933    <td align="left"><code>Cnst</code></td>
    33631934    <td align="left"><code>RO</code></td>
    3364     <td align="left"><code>outputs.o</code></td>
    3365   </tr>
    3366   <tr>
    3367     <td align="left"><code>0800c0e0-0800c101</code></td>
    3368     <td align="left"><code>[.rodata..Lstr.22]</code></td>
     1935    <td align="left"><code>firmware_lto.o</code></td>
     1936  </tr>
     1937  <tr>
     1938    <td align="left"><code>0800c9e0-0800ca01</code></td>
     1939    <td align="left"><code>[.rodata..Lstr.22.84]</code></td>
    33691940    <td align="right"><code>34</code></td>
    33701941    <td align="right"><code>1</code></td>
    33711942    <td align="left"><code>Cnst</code></td>
    33721943    <td align="left"><code>RO</code></td>
    3373     <td align="left"><code>outputs.o</code></td>
    3374   </tr>
    3375   <tr>
    3376     <td align="left"><code>0800c102-0800c10f</code></td>
    3377     <td align="left"><code>[.rodata..Lstr.25]</code></td>
     1944    <td align="left"><code>firmware_lto.o</code></td>
     1945  </tr>
     1946  <tr>
     1947    <td align="left"><code>0800ca02-0800ca0f</code></td>
     1948    <td align="left"><code>[.rodata..Lstr.25.85]</code></td>
    33781949    <td align="right"><code>14</code></td>
    33791950    <td align="right"><code>1</code></td>
    33801951    <td align="left"><code>Cnst</code></td>
    33811952    <td align="left"><code>RO</code></td>
    3382     <td align="left"><code>outputs.o</code></td>
    3383   </tr>
    3384   <tr>
    3385     <td align="left"><code>0800c110-0800c149</code></td>
     1953    <td align="left"><code>firmware_lto.o</code></td>
     1954  </tr>
     1955  <tr>
     1956    <td align="left"><code>0800ca10-0800ca49</code></td>
    33861957    <td align="left"><code>__SEGGER_RTL_c_locale_day_names</code></td>
    33871958    <td align="right"><code>58</code></td>
     
    33921963  </tr>
    33931964  <tr>
    3394     <td align="left"><code>0800c14a-0800c14b</code></td>
     1965    <td align="left"><code>0800ca4a-0800ca4b</code></td>
    33951966    <td align="left"><code>[.rodata.libc..L.str]</code></td>
    33961967    <td align="right"><code>2</code></td>
     
    34011972  </tr>
    34021973  <tr>
    3403     <td align="left"><code>0800c14c-0800c14d</code></td>
     1974    <td align="left"><code>0800ca4c-0800ca4d</code></td>
    34041975    <td align="left"><code>__SEGGER_RTL_data_utf8_period</code></td>
    34051976    <td align="right"><code>2</code></td>
     
    34101981  </tr>
    34111982  <tr>
    3412     <td align="left"><code>0800c14e-0800c166</code></td>
     1983    <td align="left"><code>0800ca4e-0800ca66</code></td>
    34131984    <td align="left"><code>[.rodata..L.str.3]</code></td>
    34141985    <td align="right"><code>25</code></td>
     
    34161987    <td align="left"><code>Cnst</code></td>
    34171988    <td align="left"><code>RO</code></td>
    3418     <td align="left"><code>hsi16.o</code></td>
    3419   </tr>
    3420   <tr>
    3421     <td align="left"><code>0800c167-0800c183</code></td>
    3422     <td align="left"><code>[.rodata..L.str.4]</code></td>
     1989    <td align="left"><code>firmware_lto.o</code></td>
     1990  </tr>
     1991  <tr>
     1992    <td align="left"><code>0800ca67-0800ca83</code></td>
     1993    <td align="left"><code>[.rodata..L.str.4.55]</code></td>
    34231994    <td align="right"><code>29</code></td>
    34241995    <td align="right"><code>1</code></td>
    34251996    <td align="left"><code>Cnst</code></td>
    34261997    <td align="left"><code>RO</code></td>
    3427     <td align="left"><code>ads1260.o</code></td>
    3428   </tr>
    3429   <tr>
    3430     <td align="left"><code>0800c184-0800c1dc</code></td>
     1998    <td align="left"><code>firmware_lto.o</code></td>
     1999  </tr>
     2000  <tr>
     2001    <td align="left"><code>0800ca84-0800cadc</code></td>
    34312002    <td align="left"><code>[.rodata..Lstr.24]</code></td>
    34322003    <td align="right"><code>89</code></td>
     
    34342005    <td align="left"><code>Cnst</code></td>
    34352006    <td align="left"><code>RO</code></td>
    3436     <td align="left"><code>ads1260.o</code></td>
    3437   </tr>
    3438   <tr>
    3439     <td align="left"><code>0800c1dd-0800c209</code></td>
     2007    <td align="left"><code>firmware_lto.o</code></td>
     2008  </tr>
     2009  <tr>
     2010    <td align="left"><code>0800cadd-0800cb09</code></td>
    34402011    <td align="left"><code>[.rodata..Lstr.7]</code></td>
    34412012    <td align="right"><code>45</code></td>
     
    34432014    <td align="left"><code>Cnst</code></td>
    34442015    <td align="left"><code>RO</code></td>
    3445     <td align="left"><code>eeprom.o</code></td>
    3446   </tr>
    3447   <tr>
    3448     <td align="left"><code>0800c20a-0800c21e</code></td>
     2016    <td align="left"><code>firmware_lto.o</code></td>
     2017  </tr>
     2018  <tr>
     2019    <td align="left"><code>0800cb0a-0800cb1e</code></td>
    34492020    <td align="left"><code>[.rodata..Lstr.9]</code></td>
    34502021    <td align="right"><code>21</code></td>
     
    34522023    <td align="left"><code>Cnst</code></td>
    34532024    <td align="left"><code>RO</code></td>
    3454     <td align="left"><code>eeprom.o</code></td>
    3455   </tr>
    3456   <tr>
    3457     <td align="left"><code>0800c21f-0800c233</code></td>
     2025    <td align="left"><code>firmware_lto.o</code></td>
     2026  </tr>
     2027  <tr>
     2028    <td align="left"><code>0800cb1f-0800cb33</code></td>
    34582029    <td align="left"><code>[.rodata..Lstr.11]</code></td>
    34592030    <td align="right"><code>21</code></td>
     
    34612032    <td align="left"><code>Cnst</code></td>
    34622033    <td align="left"><code>RO</code></td>
    3463     <td align="left"><code>eeprom.o</code></td>
    3464   </tr>
    3465   <tr>
    3466     <td align="left"><code>0800c234-0800c240</code></td>
    3467     <td align="left"><code>[.rodata..Lstr.24]</code></td>
     2034    <td align="left"><code>firmware_lto.o</code></td>
     2035  </tr>
     2036  <tr>
     2037    <td align="left"><code>0800cb34-0800cb40</code></td>
     2038    <td align="left"><code>[.rodata..Lstr.24.70]</code></td>
    34682039    <td align="right"><code>13</code></td>
    34692040    <td align="right"><code>1</code></td>
    34702041    <td align="left"><code>Cnst</code></td>
    34712042    <td align="left"><code>RO</code></td>
    3472     <td align="left"><code>main.o</code></td>
    3473   </tr>
    3474   <tr>
    3475     <td align="left"><code>0800c241-0800c255</code></td>
     2043    <td align="left"><code>firmware_lto.o</code></td>
     2044  </tr>
     2045  <tr>
     2046    <td align="left"><code>0800cb41-0800cb55</code></td>
    34762047    <td align="left"><code>[.rodata..Lstr.30]</code></td>
    34772048    <td align="right"><code>21</code></td>
     
    34792050    <td align="left"><code>Cnst</code></td>
    34802051    <td align="left"><code>RO</code></td>
    3481     <td align="left"><code>main.o</code></td>
    3482   </tr>
    3483   <tr>
    3484     <td align="left"><code>0800c256-0800c276</code></td>
     2052    <td align="left"><code>firmware_lto.o</code></td>
     2053  </tr>
     2054  <tr>
     2055    <td align="left"><code>0800cb56-0800cb76</code></td>
    34852056    <td align="left"><code>[.rodata..Lstr.34]</code></td>
    34862057    <td align="right"><code>33</code></td>
     
    34882059    <td align="left"><code>Cnst</code></td>
    34892060    <td align="left"><code>RO</code></td>
    3490     <td align="left"><code>main.o</code></td>
    3491   </tr>
    3492   <tr>
    3493     <td align="left"><code>0800c277-0800c297</code></td>
     2061    <td align="left"><code>firmware_lto.o</code></td>
     2062  </tr>
     2063  <tr>
     2064    <td align="left"><code>0800cb77-0800cb97</code></td>
    34942065    <td align="left"><code>[.rodata..Lstr.35]</code></td>
    34952066    <td align="right"><code>33</code></td>
     
    34972068    <td align="left"><code>Cnst</code></td>
    34982069    <td align="left"><code>RO</code></td>
    3499     <td align="left"><code>main.o</code></td>
    3500   </tr>
    3501   <tr>
    3502     <td align="left"><code>0800c298-0800c2b4</code></td>
     2070    <td align="left"><code>firmware_lto.o</code></td>
     2071  </tr>
     2072  <tr>
     2073    <td align="left"><code>0800cb98-0800cbb4</code></td>
    35032074    <td align="left"><code>[.rodata..Lstr.39]</code></td>
    35042075    <td align="right"><code>29</code></td>
     
    35062077    <td align="left"><code>Cnst</code></td>
    35072078    <td align="left"><code>RO</code></td>
    3508     <td align="left"><code>main.o</code></td>
    3509   </tr>
    3510   <tr>
    3511     <td align="left"><code>0800c2b5-0800c2c9</code></td>
     2079    <td align="left"><code>firmware_lto.o</code></td>
     2080  </tr>
     2081  <tr>
     2082    <td align="left"><code>0800cbb5-0800cbc9</code></td>
    35122083    <td align="left"><code>[.rodata..Lstr.53]</code></td>
    35132084    <td align="right"><code>21</code></td>
     
    35152086    <td align="left"><code>Cnst</code></td>
    35162087    <td align="left"><code>RO</code></td>
    3517     <td align="left"><code>main.o</code></td>
    3518   </tr>
    3519   <tr>
    3520     <td align="left"><code>0800c2ca-0800c2ea</code></td>
     2088    <td align="left"><code>firmware_lto.o</code></td>
     2089  </tr>
     2090  <tr>
     2091    <td align="left"><code>0800cbca-0800cbea</code></td>
    35212092    <td align="left"><code>[.rodata..Lstr.14]</code></td>
    35222093    <td align="right"><code>33</code></td>
     
    35242095    <td align="left"><code>Cnst</code></td>
    35252096    <td align="left"><code>RO</code></td>
    3526     <td align="left"><code>outputs.o</code></td>
    3527   </tr>
    3528   <tr>
    3529     <td align="left"><code>0800c2eb-0800c30b</code></td>
     2097    <td align="left"><code>firmware_lto.o</code></td>
     2098  </tr>
     2099  <tr>
     2100    <td align="left"><code>0800cbeb-0800cc0b</code></td>
    35302101    <td align="left"><code>[.rodata..Lstr.17]</code></td>
    35312102    <td align="right"><code>33</code></td>
     
    35332104    <td align="left"><code>Cnst</code></td>
    35342105    <td align="left"><code>RO</code></td>
    3535     <td align="left"><code>outputs.o</code></td>
    3536   </tr>
    3537   <tr>
    3538     <td align="left"><code>0800c30c-0800c32c</code></td>
     2106    <td align="left"><code>firmware_lto.o</code></td>
     2107  </tr>
     2108  <tr>
     2109    <td align="left"><code>0800cc0c-0800cc2c</code></td>
    35392110    <td align="left"><code>[.rodata..Lstr.19]</code></td>
    35402111    <td align="right"><code>33</code></td>
     
    35422113    <td align="left"><code>Cnst</code></td>
    35432114    <td align="left"><code>RO</code></td>
    3544     <td align="left"><code>outputs.o</code></td>
    3545   </tr>
    3546   <tr>
    3547     <td align="left"><code>0800c32d-0800c34d</code></td>
     2115    <td align="left"><code>firmware_lto.o</code></td>
     2116  </tr>
     2117  <tr>
     2118    <td align="left"><code>0800cc2d-0800cc4d</code></td>
    35482119    <td align="left"><code>[.rodata..Lstr.21]</code></td>
    35492120    <td align="right"><code>33</code></td>
     
    35512122    <td align="left"><code>Cnst</code></td>
    35522123    <td align="left"><code>RO</code></td>
    3553     <td align="left"><code>outputs.o</code></td>
    3554   </tr>
    3555   <tr>
    3556     <td align="left"><code>0800c34e-0800c352</code></td>
     2124    <td align="left"><code>firmware_lto.o</code></td>
     2125  </tr>
     2126  <tr>
     2127    <td align="left"><code>0800cc4e-0800cc52</code></td>
    35572128    <td align="left"><code>[.rodata.libc..L.str.1]</code></td>
    35582129    <td align="right"><code>5</code></td>
     
    35632134  </tr>
    35642135  <tr>
    3565     <td align="left"><code>0800c353-0800c357</code></td>
     2136    <td align="left"><code>0800cc53-0800cc57</code></td>
    35662137    <td align="left"><code>[.rodata.libc..L.str.2]</code></td>
    35672138    <td align="right"><code>5</code></td>
     
    35722143  </tr>
    35732144  <tr>
    3574     <td align="left"><code>0800c358-0800c35c</code></td>
     2145    <td align="left"><code>0800cc58-0800cc5c</code></td>
    35752146    <td align="left"><code>[.rodata.libc..L.str.3]</code></td>
    35762147    <td align="right"><code>5</code></td>
     
    35812152  </tr>
    35822153  <tr>
    3583     <td align="left"><code>0800c35d-0800c361</code></td>
     2154    <td align="left"><code>0800cc5d-0800cc61</code></td>
    35842155    <td align="left"><code>[.rodata.libc..L.str.4]</code></td>
    35852156    <td align="right"><code>5</code></td>
     
    35902161  </tr>
    35912162  <tr>
    3592     <td align="left"><code>0800c362-0800c372</code></td>
     2163    <td align="left"><code>0800cc62-0800cc72</code></td>
    35932164    <td align="left"><code>_DoInit._aInitStr</code></td>
    35942165    <td align="right"><code>17</code></td>
     
    35992170  </tr>
    36002171  <tr>
    3601     <td align="left"><code>0800c373-0800c37b</code></td>
     2172    <td align="left"><code>0800cc73-0800cc7b</code></td>
    36022173    <td align="left"><code>[.rodata.libc..L.str]</code></td>
    36032174    <td align="right"><code>9</code></td>
     
    36082179  </tr>
    36092180  <tr>
    3610     <td align="left"><code>0800c37c-0800c384</code></td>
     2181    <td align="left"><code>0800cc7c-0800cc84</code></td>
    36112182    <td align="left"><code>__SEGGER_RTL_c_locale_date_format</code></td>
    36122183    <td align="right"><code>9</code></td>
     
    36172188  </tr>
    36182189  <tr>
    3619     <td align="left"><code>0800c385-0800c38d</code></td>
     2190    <td align="left"><code>0800cc85-0800cc8d</code></td>
    36202191    <td align="left"><code>__SEGGER_RTL_c_locale_time_format</code></td>
    36212192    <td align="right"><code>9</code></td>
     
    36262197  </tr>
    36272198  <tr>
    3628     <td align="left"><code>0800c38e-0800c3aa</code></td>
     2199    <td align="left"><code>0800cc8e-0800ccaa</code></td>
    36292200    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_day_names</code></td>
    36302201    <td align="right"><code>29</code></td>
     
    36352206  </tr>
    36362207  <tr>
    3637     <td align="left"><code>0800c3ab-0800c3db</code></td>
     2208    <td align="left"><code>0800ccab-0800ccdb</code></td>
    36382209    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_month_names</code></td>
    36392210    <td align="right"><code>49</code></td>
     
    36442215  </tr>
    36452216  <tr>
    3646     <td align="left"><code>0800c3dc-0800c3dc</code></td>
     2217    <td align="left"><code>0800ccdc-0800ccdc</code></td>
    36472218    <td align="left"><code>__SEGGER_RTL_data_empty_string</code></td>
    36482219    <td align="right"><code>1</code></td>
     
    36532224  </tr>
    36542225  <tr>
    3655     <td align="left"><code>0800c3dd-0800c3e9</code></td>
     2226    <td align="left"><code>0800ccdd-0800cce9</code></td>
    36562227    <td align="left"><code>__SEGGER_RTL_ascii_ctype_mask</code></td>
    36572228    <td align="right"><code>13</code></td>
     
    36622233  </tr>
    36632234  <tr>
    3664     <td align="left"><code>0800c3ea-0800c3eb</code></td>
     2235    <td align="left"><code>0800ccea-0800cceb</code></td>
    36652236    <td align="left" style="color: red;"><code>( UNUSED .=.+2 )</code></td>
    36662237    <td align="right"><code>2</code></td>
     
    36712242  </tr>
    36722243  <tr>
    3673     <td align="left"><code>0800c3ec-0800c3ef</code></td>
     2244    <td align="left"><code>0800ccec-0800ccef</code></td>
    36742245    <td align="left"><code>[.init_array]</code></td>
    36752246    <td align="right"><code>4</code></td>
     
    36802251  </tr>
    36812252  <tr>
    3682     <td align="left"><code>0800c3f0-0800c3ff</code></td>
     2253    <td align="left"><code>0800ccf0-0800ccff</code></td>
    36832254    <td align="left"><code>[.rodata..Lstr.6]</code></td>
    36842255    <td align="right"><code>16</code></td>
     
    36862257    <td align="left"><code>Cnst</code></td>
    36872258    <td align="left"><code>RO</code></td>
    3688     <td align="left"><code>hsi16.o</code></td>
    3689   </tr>
    3690   <tr>
    3691     <td align="left"><code>0800c400-0800c413</code></td>
     2259    <td align="left"><code>firmware_lto.o</code></td>
     2260  </tr>
     2261  <tr>
     2262    <td align="left"><code>0800cd00-0800cd13</code></td>
    36922263    <td align="left"><code>[.rodata..L.str.8]</code></td>
    36932264    <td align="right"><code>20</code></td>
     
    36952266    <td align="left"><code>Cnst</code></td>
    36962267    <td align="left"><code>RO</code></td>
    3697     <td align="left"><code>ads1260.o</code></td>
    3698   </tr>
    3699   <tr>
    3700     <td align="left"><code>0800c414-0800c42f</code></td>
     2268    <td align="left"><code>firmware_lto.o</code></td>
     2269  </tr>
     2270  <tr>
     2271    <td align="left"><code>0800cd14-0800cd2f</code></td>
    37012272    <td align="left"><code>[.rodata..L.str.16]</code></td>
    37022273    <td align="right"><code>28</code></td>
     
    37042275    <td align="left"><code>Cnst</code></td>
    37052276    <td align="left"><code>RO</code></td>
    3706     <td align="left"><code>ads1260.o</code></td>
    3707   </tr>
    3708   <tr>
    3709     <td align="left"><code>0800c430-0800c453</code></td>
     2277    <td align="left"><code>firmware_lto.o</code></td>
     2278  </tr>
     2279  <tr>
     2280    <td align="left"><code>0800cd30-0800cd53</code></td>
    37102281    <td align="left"><code>[.rodata..Lstr.25]</code></td>
    37112282    <td align="right"><code>36</code></td>
     
    37132284    <td align="left"><code>Cnst</code></td>
    37142285    <td align="left"><code>RO</code></td>
    3715     <td align="left"><code>ads1260.o</code></td>
    3716   </tr>
    3717   <tr>
    3718     <td align="left"><code>0800c454-0800c45f</code></td>
     2286    <td align="left"><code>firmware_lto.o</code></td>
     2287  </tr>
     2288  <tr>
     2289    <td align="left"><code>0800cd54-0800cd5f</code></td>
    37192290    <td align="left"><code>[.rodata..Lstr.12]</code></td>
    37202291    <td align="right"><code>12</code></td>
     
    37222293    <td align="left"><code>Cnst</code></td>
    37232294    <td align="left"><code>RO</code></td>
    3724     <td align="left"><code>eeprom.o</code></td>
    3725   </tr>
    3726   <tr>
    3727     <td align="left"><code>0800c460-0800c46f</code></td>
    3728     <td align="left"><code>[.rodata..Lstr.25]</code></td>
     2295    <td align="left"><code>firmware_lto.o</code></td>
     2296  </tr>
     2297  <tr>
     2298    <td align="left"><code>0800cd60-0800cd6f</code></td>
     2299    <td align="left"><code>[.rodata..Lstr.25.71]</code></td>
    37292300    <td align="right"><code>16</code></td>
    37302301    <td align="right"><code>1</code></td>
    37312302    <td align="left"><code>Cnst</code></td>
    37322303    <td align="left"><code>RO</code></td>
    3733     <td align="left"><code>main.o</code></td>
    3734   </tr>
    3735   <tr>
    3736     <td align="left"><code>0800c470-0800c48b</code></td>
     2304    <td align="left"><code>firmware_lto.o</code></td>
     2305  </tr>
     2306  <tr>
     2307    <td align="left"><code>0800cd70-0800cd8b</code></td>
    37372308    <td align="left"><code>[.rodata..Lstr.31]</code></td>
    37382309    <td align="right"><code>28</code></td>
     
    37402311    <td align="left"><code>Cnst</code></td>
    37412312    <td align="left"><code>RO</code></td>
    3742     <td align="left"><code>main.o</code></td>
    3743   </tr>
    3744   <tr>
    3745     <td align="left"><code>0800c48c-0800c4ab</code></td>
     2313    <td align="left"><code>firmware_lto.o</code></td>
     2314  </tr>
     2315  <tr>
     2316    <td align="left"><code>0800cd8c-0800cdab</code></td>
    37462317    <td align="left"><code>[.rodata..Lstr.38]</code></td>
    37472318    <td align="right"><code>32</code></td>
     
    37492320    <td align="left"><code>Cnst</code></td>
    37502321    <td align="left"><code>RO</code></td>
    3751     <td align="left"><code>main.o</code></td>
    3752   </tr>
    3753   <tr>
    3754     <td align="left"><code>0800c4ac-0800c4bb</code></td>
     2322    <td align="left"><code>firmware_lto.o</code></td>
     2323  </tr>
     2324  <tr>
     2325    <td align="left"><code>0800cdac-0800cdbb</code></td>
    37552326    <td align="left"><code>[.rodata..Lstr.49]</code></td>
    37562327    <td align="right"><code>16</code></td>
     
    37582329    <td align="left"><code>Cnst</code></td>
    37592330    <td align="left"><code>RO</code></td>
    3760     <td align="left"><code>main.o</code></td>
    3761   </tr>
    3762   <tr>
    3763     <td align="left"><code>0800c4bc-0800c4d3</code></td>
     2331    <td align="left"><code>firmware_lto.o</code></td>
     2332  </tr>
     2333  <tr>
     2334    <td align="left"><code>0800cdbc-0800cdd3</code></td>
    37642335    <td align="left"><code>[.rodata..Lstr.50]</code></td>
    37652336    <td align="right"><code>24</code></td>
     
    37672338    <td align="left"><code>Cnst</code></td>
    37682339    <td align="left"><code>RO</code></td>
    3769     <td align="left"><code>main.o</code></td>
    3770   </tr>
    3771   <tr>
    3772     <td align="left"><code>0800c4d4-0800c4f3</code></td>
     2340    <td align="left"><code>firmware_lto.o</code></td>
     2341  </tr>
     2342  <tr>
     2343    <td align="left"><code>0800cdd4-0800cdf3</code></td>
    37732344    <td align="left"><code>[.rodata..Lstr.52]</code></td>
    37742345    <td align="right"><code>32</code></td>
     
    37762347    <td align="left"><code>Cnst</code></td>
    37772348    <td align="left"><code>RO</code></td>
    3778     <td align="left"><code>main.o</code></td>
    3779   </tr>
    3780   <tr>
    3781     <td align="left"><code>0800c4f4-0800c50b</code></td>
     2349    <td align="left"><code>firmware_lto.o</code></td>
     2350  </tr>
     2351  <tr>
     2352    <td align="left"><code>0800cdf4-0800ce0b</code></td>
    37822353    <td align="left"><code>[.rodata..Lstr.16]</code></td>
    37832354    <td align="right"><code>24</code></td>
     
    37852356    <td align="left"><code>Cnst</code></td>
    37862357    <td align="left"><code>RO</code></td>
    3787     <td align="left"><code>outputs.o</code></td>
    3788   </tr>
    3789   <tr>
    3790     <td align="left"><code>0800c50c-0800c523</code></td>
    3791     <td align="left"><code>[.rodata..Lstr.23]</code></td>
     2358    <td align="left"><code>firmware_lto.o</code></td>
     2359  </tr>
     2360  <tr>
     2361    <td align="left"><code>0800ce0c-0800ce23</code></td>
     2362    <td align="left"><code>[.rodata..Lstr.23.83]</code></td>
    37922363    <td align="right"><code>24</code></td>
    37932364    <td align="right"><code>1</code></td>
    37942365    <td align="left"><code>Cnst</code></td>
    37952366    <td align="left"><code>RO</code></td>
    3796     <td align="left"><code>outputs.o</code></td>
    3797   </tr>
    3798   <tr>
    3799     <td align="left"><code>0800c524-0800c543</code></td>
    3800     <td align="left"><code>[.rodata..Lstr.24]</code></td>
     2367    <td align="left"><code>firmware_lto.o</code></td>
     2368  </tr>
     2369  <tr>
     2370    <td align="left"><code>0800ce24-0800ce43</code></td>
     2371    <td align="left"><code>[.rodata..Lstr.24.82]</code></td>
    38012372    <td align="right"><code>32</code></td>
    38022373    <td align="right"><code>1</code></td>
    38032374    <td align="left"><code>Cnst</code></td>
    38042375    <td align="left"><code>RO</code></td>
    3805     <td align="left"><code>outputs.o</code></td>
    3806   </tr>
    3807   <tr>
    3808     <td align="left"><code>0800c544-0800c553</code></td>
     2376    <td align="left"><code>firmware_lto.o</code></td>
     2377  </tr>
     2378  <tr>
     2379    <td align="left"><code>0800ce44-0800ce53</code></td>
    38092380    <td align="left"><code>__SEGGER_RTL_hex_uc</code></td>
    38102381    <td align="right"><code>16</code></td>
     
    38152386  </tr>
    38162387  <tr>
    3817     <td align="left"><code>0800c554-0800c563</code></td>
     2388    <td align="left"><code>0800ce54-0800ce63</code></td>
    38182389    <td align="left"><code>__SEGGER_RTL_hex_lc</code></td>
    38192390    <td align="right"><code>16</code></td>
     
    38242395  </tr>
    38252396  <tr>
    3826     <td align="left"><code>0800c564-0800c567</code></td>
     2397    <td align="left"><code>0800ce64-0800ce67</code></td>
    38272398    <td align="left"><code>[.rodata.libc..L.str.5]</code></td>
    38282399    <td align="right"><code>4</code></td>
     
    38332404  </tr>
    38342405  <tr>
    3835     <td align="left"><code>0800c568-0800c56b</code></td>
     2406    <td align="left"><code>0800ce68-0800ce6b</code></td>
    38362407    <td align="left"><code>[.rodata.libc..L.str.6]</code></td>
    38372408    <td align="right"><code>4</code></td>
     
    38422413  </tr>
    38432414  <tr>
    3844     <td align="left"><code>0800c56c-0800c5eb</code></td>
     2415    <td align="left"><code>0800ce6c-0800ceeb</code></td>
    38452416    <td align="left"><code>__SEGGER_RTL_ascii_ctype_map</code></td>
    38462417    <td align="right"><code>128</code></td>
     
    38512422  </tr>
    38522423  <tr>
    3853     <td align="left"><code>0800c5ec-0800c60b</code></td>
     2424    <td align="left"><code>0800ceec-0800cf3b</code></td>
    38542425    <td align="left"><code>__SEGGER_init_table__</code></td>
    3855     <td align="right"><code>32</code></td>
     2426    <td align="right"><code>80</code></td>
    38562427    <td align="right"><code>4</code></td>
    38572428    <td align="left"><code>Cnst</code></td>
     
    38602431  </tr>
    38612432  <tr>
    3862     <td align="left"><code>0800c60c-0800c637</code></td>
     2433    <td align="left"><code>0800cf3c-0800cf5f</code></td>
    38632434    <td align="left"><code>__SEGGER_init_data__</code></td>
    3864     <td align="right"><code>44</code></td>
     2435    <td align="right"><code>36</code></td>
    38652436    <td align="right"><code>4</code></td>
    38662437    <td align="left"><code>Cnst</code></td>
     
    38692440  </tr>
    38702441  <tr>
    3871     <td align="left"><code>0800c638-0800c649</code></td>
     2442    <td align="left"><code>0800cf60-0800cf71</code></td>
    38722443    <td align="left"><code>__SEGGER_init_zero</code></td>
    38732444    <td align="right"><code>18</code></td>
     
    38782449  </tr>
    38792450  <tr>
    3880     <td align="left"><code>0800c64a-0800c65d</code></td>
     2451    <td align="left"><code>0800cf72-0800cf85</code></td>
    38812452    <td align="left"><code>__SEGGER_init_copy</code></td>
    38822453    <td align="right"><code>20</code></td>
     
    38872458  </tr>
    38882459  <tr>
    3889     <td align="left"><code>0800c65e-0801c7fb</code></td>
    3890     <td align="left" style="color: red;"><code>( UNUSED .=.+65950 )</code></td>
    3891     <td align="right"><code>65 950</code></td>
     2460    <td align="left"><code>0800cf86-0801c7fb</code></td>
     2461    <td align="left" style="color: red;"><code>( UNUSED .=.+63606 )</code></td>
     2462    <td align="right"><code>63 606</code></td>
    38922463    <td align="right"><code>-</code></td>
    38932464    <td align="left"><code>----</code></td>
     
    39152486  <tr>
    39162487    <td align="left"><code>20000014-20000017</code></td>
    3917     <td align="left"><code>uwTickPrio</code></td>
    3918     <td align="right"><code>4</code></td>
    3919     <td align="right"><code>4</code></td>
    3920     <td align="left"><code>Init</code></td>
    3921     <td align="left"><code>RW</code></td>
    3922     <td align="left"><code>stm32g0xx_hal.o</code></td>
    3923   </tr>
    3924   <tr>
    3925     <td align="left"><code>20000018-2000001b</code></td>
    39262488    <td align="left"><code>stdout</code></td>
    39272489    <td align="right"><code>4</code></td>
     
    39322494  </tr>
    39332495  <tr>
    3934     <td align="left"><code>2000001c-2000001f</code></td>
     2496    <td align="left"><code>20000018-2000001b</code></td>
    39352497    <td align="left"><code>stdin</code></td>
    39362498    <td align="right"><code>4</code></td>
     
    39412503  </tr>
    39422504  <tr>
    3943     <td align="left"><code>20000020-20000023</code></td>
     2505    <td align="left"><code>2000001c-2000001f</code></td>
    39442506    <td align="left"><code>stderr</code></td>
    39452507    <td align="right"><code>4</code></td>
     
    39502512  </tr>
    39512513  <tr>
    3952     <td align="left"><code>20000024-20000027</code></td>
     2514    <td align="left"><code>20000020-20000023</code></td>
    39532515    <td align="left"><code>SystemCoreClock</code></td>
    39542516    <td align="right"><code>4</code></td>
     
    39562518    <td align="left"><code>Init</code></td>
    39572519    <td align="left"><code>RW</code></td>
    3958     <td align="left"><code>system_stm32g0xx.o</code></td>
    3959   </tr>
    3960   <tr>
    3961     <td align="left"><code>20000028-20000028</code></td>
    3962     <td align="left"><code>uwTickFreq</code></td>
    3963     <td align="right"><code>1</code></td>
    3964     <td align="right"><code>1</code></td>
    3965     <td align="left"><code>Init</code></td>
    3966     <td align="left"><code>RW</code></td>
    3967     <td align="left"><code>stm32g0xx_hal.o</code></td>
    3968   </tr>
    3969   <tr>
    3970     <td align="left"><code>20000029-20000029</code></td>
    3971     <td align="left"><code>selectTrimingValue</code></td>
    3972     <td align="right"><code>1</code></td>
    3973     <td align="right"><code>1</code></td>
     2520    <td align="left"><code>firmware_lto.o</code></td>
     2521  </tr>
     2522  <tr>
     2523    <td align="left"><code>20000024-20000027</code></td>
     2524    <td align="left"><code>uwTick</code></td>
     2525    <td align="right"><code>4</code></td>
     2526    <td align="right"><code>4</code></td>
    39742527    <td align="left"><code>Zero</code></td>
    39752528    <td align="left"><code>ZI</code></td>
    3976     <td align="left"><code>hsi16 _calibration.o</code></td>
    3977   </tr>
    3978   <tr>
    3979     <td align="left"><code>2000002a-2000002b</code></td>
    3980     <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
    3981     <td align="right"><code>2</code></td>
    3982     <td align="right"><code>2</code></td>
    3983     <td align="left"><code>Zero</code></td>
    3984     <td align="left"><code>ZI</code></td>
    3985     <td align="left"><code>outputs.o</code></td>
    3986   </tr>
    3987   <tr>
    3988     <td align="left"><code>2000002c-2000002f</code></td>
    3989     <td align="left"><code>uwTick</code></td>
    3990     <td align="right"><code>4</code></td>
    3991     <td align="right"><code>4</code></td>
    3992     <td align="left"><code>Zero</code></td>
    3993     <td align="left"><code>ZI</code></td>
    3994     <td align="left"><code>stm32g0xx_hal.o</code></td>
    3995   </tr>
    3996   <tr>
    3997     <td align="left"><code>20000030-200003e7</code></td>
     2529    <td align="left"><code>firmware_lto.o</code></td>
     2530  </tr>
     2531  <tr>
     2532    <td align="left"><code>20000028-200003df</code></td>
    39982533    <td align="left"><code>sys_data</code></td>
    39992534    <td align="right"><code>952</code></td>
     
    40012536    <td align="left"><code>Zero</code></td>
    40022537    <td align="left"><code>ZI</code></td>
    4003     <td align="left"><code>sysdata.o</code></td>
    4004   </tr>
    4005   <tr>
    4006     <td align="left"><code>200003e8-200004bf</code></td>
     2538    <td align="left"><code>firmware_lto.o</code></td>
     2539  </tr>
     2540  <tr>
     2541    <td align="left"><code>200003e0-200004b7</code></td>
    40072542    <td align="left"><code>eepromData</code></td>
    40082543    <td align="right"><code>216</code></td>
     
    40102545    <td align="left"><code>Zero</code></td>
    40112546    <td align="left"><code>ZI</code></td>
    4012     <td align="left"><code>eeprom.o</code></td>
    4013   </tr>
    4014   <tr>
    4015     <td align="left"><code>200004c0-2000058f</code></td>
     2547    <td align="left"><code>firmware_lto.o</code></td>
     2548  </tr>
     2549  <tr>
     2550    <td align="left"><code>200004b8-20000587</code></td>
    40162551    <td align="left"><code>eepromOldData</code></td>
    40172552    <td align="right"><code>208</code></td>
     
    40192554    <td align="left"><code>Zero</code></td>
    40202555    <td align="left"><code>ZI</code></td>
    4021     <td align="left"><code>eeprom.o</code></td>
    4022   </tr>
    4023   <tr>
    4024     <td align="left"><code>20000590-20000597</code></td>
     2556    <td align="left"><code>firmware_lto.o</code></td>
     2557  </tr>
     2558  <tr>
     2559    <td align="left"><code>20000588-2000058f</code></td>
    40252560    <td align="left"><code>currentWithGainCorrection</code></td>
    40262561    <td align="right"><code>8</code></td>
     
    40282563    <td align="left"><code>Zero</code></td>
    40292564    <td align="left"><code>ZI</code></td>
    4030     <td align="left"><code>ads1260.o</code></td>
    4031   </tr>
    4032   <tr>
    4033     <td align="left"><code>20000598-2000059f</code></td>
    4034     <td align="left"><code>currentWithGainAndGainShuntTempCorrection</code></td>
    4035     <td align="right"><code>8</code></td>
    4036     <td align="right"><code>8</code></td>
    4037     <td align="left"><code>Zero</code></td>
    4038     <td align="left"><code>ZI</code></td>
    4039     <td align="left"><code>ads1260.o</code></td>
    4040   </tr>
    4041   <tr>
    4042     <td align="left"><code>200005a0-200005a7</code></td>
     2565    <td align="left"><code>firmware_lto.o</code></td>
     2566  </tr>
     2567  <tr>
     2568    <td align="left"><code>20000590-20000597</code></td>
    40432569    <td align="left"><code>current</code></td>
    40442570    <td align="right"><code>8</code></td>
     
    40462572    <td align="left"><code>Zero</code></td>
    40472573    <td align="left"><code>ZI</code></td>
    4048     <td align="left"><code>ads1260.o</code></td>
    4049   </tr>
    4050   <tr>
    4051     <td align="left"><code>200005a8-200005af</code></td>
     2574    <td align="left"><code>firmware_lto.o</code></td>
     2575  </tr>
     2576  <tr>
     2577    <td align="left"><code>20000598-2000059f</code></td>
    40522578    <td align="left"><code>WH_COUNTER_Exec.totalDischarge</code></td>
    40532579    <td align="right"><code>8</code></td>
     
    40552581    <td align="left"><code>Zero</code></td>
    40562582    <td align="left"><code>ZI</code></td>
    4057     <td align="left"><code>wh_counter.o</code></td>
    4058   </tr>
    4059   <tr>
    4060     <td align="left"><code>200005b0-200005b7</code></td>
     2583    <td align="left"><code>firmware_lto.o</code></td>
     2584  </tr>
     2585  <tr>
     2586    <td align="left"><code>200005a0-200005a7</code></td>
    40612587    <td align="left"><code>WH_COUNTER_Exec.totalCharge</code></td>
    40622588    <td align="right"><code>8</code></td>
     
    40642590    <td align="left"><code>Zero</code></td>
    40652591    <td align="left"><code>ZI</code></td>
    4066     <td align="left"><code>wh_counter.o</code></td>
    4067   </tr>
    4068   <tr>
    4069     <td align="left"><code>200005b8-200005bf</code></td>
     2592    <td align="left"><code>firmware_lto.o</code></td>
     2593  </tr>
     2594  <tr>
     2595    <td align="left"><code>200005a8-200005af</code></td>
    40702596    <td align="left"><code>AH_COUNTER_Exec.totalDischarge</code></td>
    40712597    <td align="right"><code>8</code></td>
     
    40732599    <td align="left"><code>Zero</code></td>
    40742600    <td align="left"><code>ZI</code></td>
    4075     <td align="left"><code>ah_counter.o</code></td>
    4076   </tr>
    4077   <tr>
    4078     <td align="left"><code>200005c0-200005c7</code></td>
     2601    <td align="left"><code>firmware_lto.o</code></td>
     2602  </tr>
     2603  <tr>
     2604    <td align="left"><code>200005b0-200005b7</code></td>
    40792605    <td align="left"><code>AH_COUNTER_Exec.totalCharge</code></td>
    40802606    <td align="right"><code>8</code></td>
     
    40822608    <td align="left"><code>Zero</code></td>
    40832609    <td align="left"><code>ZI</code></td>
    4084     <td align="left"><code>ah_counter.o</code></td>
    4085   </tr>
    4086   <tr>
    4087     <td align="left"><code>200005c8-200007fb</code></td>
     2610    <td align="left"><code>firmware_lto.o</code></td>
     2611  </tr>
     2612  <tr>
     2613    <td align="left"><code>200005b8-200007eb</code></td>
    40882614    <td align="left"><code>modbusData</code></td>
    40892615    <td align="right"><code>564</code></td>
     
    40912617    <td align="left"><code>Zero</code></td>
    40922618    <td align="left"><code>ZI</code></td>
    4093     <td align="left"><code>main.o</code></td>
    4094   </tr>
    4095   <tr>
    4096     <td align="left"><code>200007fc-200009fb</code></td>
     2619    <td align="left"><code>firmware_lto.o</code></td>
     2620  </tr>
     2621  <tr>
     2622    <td align="left"><code>200007ec-200009eb</code></td>
    40972623    <td align="left"><code>aFrequenceChangeTable</code></td>
    40982624    <td align="right"><code>512</code></td>
     
    41002626    <td align="left"><code>Zero</code></td>
    41012627    <td align="left"><code>ZI</code></td>
    4102     <td align="left"><code>hsi16.o</code></td>
    4103   </tr>
    4104   <tr>
    4105     <td align="left"><code>200009fc-20000aa3</code></td>
     2628    <td align="left"><code>firmware_lto.o</code></td>
     2629  </tr>
     2630  <tr>
     2631    <td align="left"><code>200009ec-20000a93</code></td>
    41062632    <td align="left"><code>_SEGGER_RTT</code></td>
    41072633    <td align="right"><code>168</code></td>
     
    41122638  </tr>
    41132639  <tr>
    4114     <td align="left"><code>20000aa4-20000b2f</code></td>
     2640    <td align="left"><code>20000a94-20000b1f</code></td>
    41152641    <td align="left"><code>huart1</code></td>
    41162642    <td align="right"><code>140</code></td>
     
    41182644    <td align="left"><code>Zero</code></td>
    41192645    <td align="left"><code>ZI</code></td>
    4120     <td align="left"><code>usart.o</code></td>
    4121   </tr>
    4122   <tr>
    4123     <td align="left"><code>20000b30-20000baf</code></td>
     2646    <td align="left"><code>firmware_lto.o</code></td>
     2647  </tr>
     2648  <tr>
     2649    <td align="left"><code>20000b20-20000b9f</code></td>
    41242650    <td align="left"><code>voltage_buffer_fast</code></td>
    41252651    <td align="right"><code>128</code></td>
     
    41272653    <td align="left"><code>Zero</code></td>
    41282654    <td align="left"><code>ZI</code></td>
    4129     <td align="left"><code>esr.o</code></td>
    4130   </tr>
    4131   <tr>
    4132     <td align="left"><code>20000bb0-20000c2f</code></td>
     2655    <td align="left"><code>firmware_lto.o</code></td>
     2656  </tr>
     2657  <tr>
     2658    <td align="left"><code>20000ba0-20000c1f</code></td>
    41332659    <td align="left"><code>voltage_buffer</code></td>
    41342660    <td align="right"><code>128</code></td>
     
    41362662    <td align="left"><code>Zero</code></td>
    41372663    <td align="left"><code>ZI</code></td>
    4138     <td align="left"><code>esr.o</code></td>
    4139   </tr>
    4140   <tr>
    4141     <td align="left"><code>20000c30-20000caf</code></td>
     2664    <td align="left"><code>firmware_lto.o</code></td>
     2665  </tr>
     2666  <tr>
     2667    <td align="left"><code>20000c20-20000c9f</code></td>
    41422668    <td align="left"><code>current_buffer_fast</code></td>
    41432669    <td align="right"><code>128</code></td>
     
    41452671    <td align="left"><code>Zero</code></td>
    41462672    <td align="left"><code>ZI</code></td>
    4147     <td align="left"><code>esr.o</code></td>
    4148   </tr>
    4149   <tr>
    4150     <td align="left"><code>20000cb0-20000d2f</code></td>
     2673    <td align="left"><code>firmware_lto.o</code></td>
     2674  </tr>
     2675  <tr>
     2676    <td align="left"><code>20000ca0-20000d1f</code></td>
    41512677    <td align="left"><code>current_buffer</code></td>
    41522678    <td align="right"><code>128</code></td>
     
    41542680    <td align="left"><code>Zero</code></td>
    41552681    <td align="left"><code>ZI</code></td>
    4156     <td align="left"><code>esr.o</code></td>
    4157   </tr>
    4158   <tr>
    4159     <td align="left"><code>20000d30-20000d93</code></td>
     2682    <td align="left"><code>firmware_lto.o</code></td>
     2683  </tr>
     2684  <tr>
     2685    <td align="left"><code>20000d20-20000d83</code></td>
    41602686    <td align="left"><code>hspi1</code></td>
    41612687    <td align="right"><code>100</code></td>
     
    41632689    <td align="left"><code>Zero</code></td>
    41642690    <td align="left"><code>ZI</code></td>
    4165     <td align="left"><code>spi.o</code></td>
    4166   </tr>
    4167   <tr>
    4168     <td align="left"><code>20000d94-20000df7</code></td>
     2691    <td align="left"><code>firmware_lto.o</code></td>
     2692  </tr>
     2693  <tr>
     2694    <td align="left"><code>20000d84-20000de7</code></td>
    41692695    <td align="left"><code>hadc1</code></td>
    41702696    <td align="right"><code>100</code></td>
     
    41722698    <td align="left"><code>Zero</code></td>
    41732699    <td align="left"><code>ZI</code></td>
    4174     <td align="left"><code>adc.o</code></td>
    4175   </tr>
    4176   <tr>
    4177     <td align="left"><code>20000df8-20000e53</code></td>
     2700    <td align="left"><code>firmware_lto.o</code></td>
     2701  </tr>
     2702  <tr>
     2703    <td align="left"><code>20000de8-20000e43</code></td>
    41782704    <td align="left"><code>hdma_adc1</code></td>
    41792705    <td align="right"><code>92</code></td>
     
    41812707    <td align="left"><code>Zero</code></td>
    41822708    <td align="left"><code>ZI</code></td>
    4183     <td align="left"><code>adc.o</code></td>
    4184   </tr>
    4185   <tr>
    4186     <td align="left"><code>20000e54-20000e9f</code></td>
     2709    <td align="left"><code>firmware_lto.o</code></td>
     2710  </tr>
     2711  <tr>
     2712    <td align="left"><code>20000e44-20000e8f</code></td>
    41872713    <td align="left"><code>TimHandle</code></td>
    41882714    <td align="right"><code>76</code></td>
     
    41902716    <td align="left"><code>Zero</code></td>
    41912717    <td align="left"><code>ZI</code></td>
    4192     <td align="left"><code>hsi16.o</code></td>
    4193   </tr>
    4194   <tr>
    4195     <td align="left"><code>20000ea0-20000ecb</code></td>
     2718    <td align="left"><code>firmware_lto.o</code></td>
     2719  </tr>
     2720  <tr>
     2721    <td align="left"><code>20000e90-20000ebb</code></td>
    41962722    <td align="left"><code>hrtc</code></td>
    41972723    <td align="right"><code>44</code></td>
     
    41992725    <td align="left"><code>Zero</code></td>
    42002726    <td align="left"><code>ZI</code></td>
    4201     <td align="left"><code>rtc.o</code></td>
    4202   </tr>
    4203   <tr>
    4204     <td align="left"><code>20000ecc-20000eef</code></td>
     2727    <td align="left"><code>firmware_lto.o</code></td>
     2728  </tr>
     2729  <tr>
     2730    <td align="left"><code>20000ebc-20000edf</code></td>
    42052731    <td align="left"><code>hcrc</code></td>
    42062732    <td align="right"><code>36</code></td>
     
    42082734    <td align="left"><code>Zero</code></td>
    42092735    <td align="left"><code>ZI</code></td>
    4210     <td align="left"><code>main.o</code></td>
    4211   </tr>
    4212   <tr>
    4213     <td align="left"><code>20000ef0-20000f0f</code></td>
     2736    <td align="left"><code>firmware_lto.o</code></td>
     2737  </tr>
     2738  <tr>
     2739    <td align="left"><code>20000ee0-20000f03</code></td>
    42142740    <td align="left"><code>adcData</code></td>
    4215     <td align="right"><code>32</code></td>
     2741    <td align="right"><code>36</code></td>
    42162742    <td align="right"><code>4</code></td>
    42172743    <td align="left"><code>Zero</code></td>
    42182744    <td align="left"><code>ZI</code></td>
    4219     <td align="left"><code>main.o</code></td>
    4220   </tr>
    4221   <tr>
    4222     <td align="left"><code>20000f10-20000f2b</code></td>
    4223     <td align="left"><code>pFlash</code></td>
    4224     <td align="right"><code>28</code></td>
     2745    <td align="left"><code>firmware_lto.o</code></td>
     2746  </tr>
     2747  <tr>
     2748    <td align="left"><code>20000f04-20000f07</code></td>
     2749    <td align="left"><code>newCurrentValue</code></td>
     2750    <td align="right"><code>4</code></td>
    42252751    <td align="right"><code>4</code></td>
    42262752    <td align="left"><code>Zero</code></td>
    42272753    <td align="left"><code>ZI</code></td>
    4228     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    4229   </tr>
    4230   <tr>
    4231     <td align="left"><code>20000f2c-20000f3b</code></td>
    4232     <td align="left"><code>EraseInitStruct</code></td>
    4233     <td align="right"><code>16</code></td>
     2754    <td align="left"><code>firmware_lto.o</code></td>
     2755  </tr>
     2756  <tr>
     2757    <td align="left"><code>20000f08-20000f0b</code></td>
     2758    <td align="left"><code>newADC</code></td>
     2759    <td align="right"><code>4</code></td>
    42342760    <td align="right"><code>4</code></td>
    42352761    <td align="left"><code>Zero</code></td>
    42362762    <td align="left"><code>ZI</code></td>
    4237     <td align="left"><code>eeprom.o</code></td>
    4238   </tr>
    4239   <tr>
    4240     <td align="left"><code>20000f3c-20000f3f</code></td>
    4241     <td align="left"><code>startMeasurement</code></td>
     2763    <td align="left"><code>firmware_lto.o</code></td>
     2764  </tr>
     2765  <tr>
     2766    <td align="left"><code>20000f0c-20000f0f</code></td>
     2767    <td align="left"><code>loopCounter</code></td>
    42422768    <td align="right"><code>4</code></td>
    42432769    <td align="right"><code>4</code></td>
    42442770    <td align="left"><code>Zero</code></td>
    42452771    <td align="left"><code>ZI</code></td>
    4246     <td align="left"><code>ah_counter.o</code></td>
    4247   </tr>
    4248   <tr>
    4249     <td align="left"><code>20000f40-20000f43</code></td>
    4250     <td align="left"><code>newCurrentValue</code></td>
    4251     <td align="right"><code>4</code></td>
    4252     <td align="right"><code>4</code></td>
    4253     <td align="left"><code>Zero</code></td>
    4254     <td align="left"><code>ZI</code></td>
    4255     <td align="left"><code>ads1260.o</code></td>
    4256   </tr>
    4257   <tr>
    4258     <td align="left"><code>20000f44-20000f47</code></td>
    4259     <td align="left"><code>newADC</code></td>
    4260     <td align="right"><code>4</code></td>
    4261     <td align="right"><code>4</code></td>
    4262     <td align="left"><code>Zero</code></td>
    4263     <td align="left"><code>ZI</code></td>
    4264     <td align="left"><code>main.o</code></td>
    4265   </tr>
    4266   <tr>
    4267     <td align="left"><code>20000f48-20000f4b</code></td>
    4268     <td align="left"><code>loopCounter</code></td>
    4269     <td align="right"><code>4</code></td>
    4270     <td align="right"><code>4</code></td>
    4271     <td align="left"><code>Zero</code></td>
    4272     <td align="left"><code>ZI</code></td>
    4273     <td align="left"><code>hsi16.o</code></td>
    4274   </tr>
    4275   <tr>
    4276     <td align="left"><code>20000f4c-20000f4f</code></td>
     2772    <td align="left"><code>firmware_lto.o</code></td>
     2773  </tr>
     2774  <tr>
     2775    <td align="left"><code>20000f10-20000f13</code></td>
    42772776    <td align="left"><code>__SEGGER_RTL_stdout_file</code></td>
    42782777    <td align="right"><code>4</code></td>
     
    42832782  </tr>
    42842783  <tr>
    4285     <td align="left"><code>20000f50-20000f53</code></td>
     2784    <td align="left"><code>20000f14-20000f17</code></td>
    42862785    <td align="left"><code>__SEGGER_RTL_stdin_file</code></td>
    42872786    <td align="right"><code>4</code></td>
     
    42922791  </tr>
    42932792  <tr>
    4294     <td align="left"><code>20000f54-20000f57</code></td>
     2793    <td align="left"><code>20000f18-20000f1b</code></td>
    42952794    <td align="left"><code>__SEGGER_RTL_stderr_file</code></td>
    42962795    <td align="right"><code>4</code></td>
     
    43012800  </tr>
    43022801  <tr>
    4303     <td align="left"><code>20000f58-20000f5b</code></td>
     2802    <td align="left"><code>20000f1c-20000f1f</code></td>
    43042803    <td align="left"><code>__SEGGER_RTL_locale_ptr</code></td>
    43052804    <td align="right"><code>4</code></td>
     
    43102809  </tr>
    43112810  <tr>
     2811    <td align="left"><code>20000f20-20000f23</code></td>
     2812    <td align="left"><code>frequencyMW</code></td>
     2813    <td align="right"><code>4</code></td>
     2814    <td align="right"><code>4</code></td>
     2815    <td align="left"><code>Zero</code></td>
     2816    <td align="left"><code>ZI</code></td>
     2817    <td align="left"><code>firmware_lto.o</code></td>
     2818  </tr>
     2819  <tr>
     2820    <td align="left"><code>20000f24-20000f27</code></td>
     2821    <td align="left"><code>calTemperatureSensorDiff</code></td>
     2822    <td align="right"><code>4</code></td>
     2823    <td align="right"><code>4</code></td>
     2824    <td align="left"><code>Zero</code></td>
     2825    <td align="left"><code>ZI</code></td>
     2826    <td align="left"><code>firmware_lto.o</code></td>
     2827  </tr>
     2828  <tr>
     2829    <td align="left"><code>20000f28-20000f2b</code></td>
     2830    <td align="left"><code>calTemperatureSensor30Value</code></td>
     2831    <td align="right"><code>4</code></td>
     2832    <td align="right"><code>4</code></td>
     2833    <td align="left"><code>Zero</code></td>
     2834    <td align="left"><code>ZI</code></td>
     2835    <td align="left"><code>firmware_lto.o</code></td>
     2836  </tr>
     2837  <tr>
     2838    <td align="left"><code>20000f2c-20000f2f</code></td>
     2839    <td align="left"><code>avgValWithOffsetCompensation</code></td>
     2840    <td align="right"><code>4</code></td>
     2841    <td align="right"><code>4</code></td>
     2842    <td align="left"><code>Zero</code></td>
     2843    <td align="left"><code>ZI</code></td>
     2844    <td align="left"><code>firmware_lto.o</code></td>
     2845  </tr>
     2846  <tr>
     2847    <td align="left"><code>20000f30-20000f33</code></td>
     2848    <td align="left"><code>avgValWithOffsetCommonModeOffsetCorrection</code></td>
     2849    <td align="right"><code>4</code></td>
     2850    <td align="right"><code>4</code></td>
     2851    <td align="left"><code>Zero</code></td>
     2852    <td align="left"><code>ZI</code></td>
     2853    <td align="left"><code>firmware_lto.o</code></td>
     2854  </tr>
     2855  <tr>
     2856    <td align="left"><code>20000f34-20000f37</code></td>
     2857    <td align="left"><code>SysTick_Handler.ms</code></td>
     2858    <td align="right"><code>4</code></td>
     2859    <td align="right"><code>4</code></td>
     2860    <td align="left"><code>Zero</code></td>
     2861    <td align="left"><code>ZI</code></td>
     2862    <td align="left"><code>firmware_lto.o</code></td>
     2863  </tr>
     2864  <tr>
     2865    <td align="left"><code>20000f38-20000f3b</code></td>
     2866    <td align="left"><code>SaveCounter.last_days</code></td>
     2867    <td align="right"><code>4</code></td>
     2868    <td align="right"><code>4</code></td>
     2869    <td align="left"><code>Zero</code></td>
     2870    <td align="left"><code>ZI</code></td>
     2871    <td align="left"><code>firmware_lto.o</code></td>
     2872  </tr>
     2873  <tr>
     2874    <td align="left"><code>20000f3c-20000f3f</code></td>
     2875    <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
     2876    <td align="right"><code>4</code></td>
     2877    <td align="right"><code>4</code></td>
     2878    <td align="left"><code>Zero</code></td>
     2879    <td align="left"><code>ZI</code></td>
     2880    <td align="left"><code>firmware_lto.o</code></td>
     2881  </tr>
     2882  <tr>
     2883    <td align="left"><code>20000f40-20000f43</code></td>
     2884    <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
     2885    <td align="right"><code>4</code></td>
     2886    <td align="right"><code>4</code></td>
     2887    <td align="left"><code>Zero</code></td>
     2888    <td align="left"><code>ZI</code></td>
     2889    <td align="left"><code>firmware_lto.o</code></td>
     2890  </tr>
     2891  <tr>
     2892    <td align="left"><code>20000f44-20000f47</code></td>
     2893    <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
     2894    <td align="right"><code>4</code></td>
     2895    <td align="right"><code>4</code></td>
     2896    <td align="left"><code>Zero</code></td>
     2897    <td align="left"><code>ZI</code></td>
     2898    <td align="left"><code>firmware_lto.o</code></td>
     2899  </tr>
     2900  <tr>
     2901    <td align="left"><code>20000f48-20000f4b</code></td>
     2902    <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
     2903    <td align="right"><code>4</code></td>
     2904    <td align="right"><code>4</code></td>
     2905    <td align="left"><code>Zero</code></td>
     2906    <td align="left"><code>ZI</code></td>
     2907    <td align="left"><code>firmware_lto.o</code></td>
     2908  </tr>
     2909  <tr>
     2910    <td align="left"><code>20000f4c-20000f4f</code></td>
     2911    <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
     2912    <td align="right"><code>4</code></td>
     2913    <td align="right"><code>4</code></td>
     2914    <td align="left"><code>Zero</code></td>
     2915    <td align="left"><code>ZI</code></td>
     2916    <td align="left"><code>firmware_lto.o</code></td>
     2917  </tr>
     2918  <tr>
     2919    <td align="left"><code>20000f50-20000f53</code></td>
     2920    <td align="left"><code>IC1ReadValue2</code></td>
     2921    <td align="right"><code>4</code></td>
     2922    <td align="right"><code>4</code></td>
     2923    <td align="left"><code>Zero</code></td>
     2924    <td align="left"><code>ZI</code></td>
     2925    <td align="left"><code>firmware_lto.o</code></td>
     2926  </tr>
     2927  <tr>
     2928    <td align="left"><code>20000f54-20000f57</code></td>
     2929    <td align="left"><code>IC1ReadValue1</code></td>
     2930    <td align="right"><code>4</code></td>
     2931    <td align="right"><code>4</code></td>
     2932    <td align="left"><code>Zero</code></td>
     2933    <td align="left"><code>ZI</code></td>
     2934    <td align="left"><code>firmware_lto.o</code></td>
     2935  </tr>
     2936  <tr>
     2937    <td align="left"><code>20000f58-20000f5b</code></td>
     2938    <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
     2939    <td align="right"><code>4</code></td>
     2940    <td align="right"><code>4</code></td>
     2941    <td align="left"><code>Zero</code></td>
     2942    <td align="left"><code>ZI</code></td>
     2943    <td align="left"><code>firmware_lto.o</code></td>
     2944  </tr>
     2945  <tr>
    43122946    <td align="left"><code>20000f5c-20000f5f</code></td>
    4313     <td align="left"><code>frequencyMW</code></td>
     2947    <td align="left"><code>EraseInitStruct.2</code></td>
    43142948    <td align="right"><code>4</code></td>
    43152949    <td align="right"><code>4</code></td>
    43162950    <td align="left"><code>Zero</code></td>
    43172951    <td align="left"><code>ZI</code></td>
    4318     <td align="left"><code>hsi16.o</code></td>
     2952    <td align="left"><code>firmware_lto.o</code></td>
    43192953  </tr>
    43202954  <tr>
    43212955    <td align="left"><code>20000f60-20000f63</code></td>
    4322     <td align="left"><code>avgValWithOffsetCompensation</code></td>
     2956    <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
    43232957    <td align="right"><code>4</code></td>
    43242958    <td align="right"><code>4</code></td>
    43252959    <td align="left"><code>Zero</code></td>
    43262960    <td align="left"><code>ZI</code></td>
    4327     <td align="left"><code>ads1260.o</code></td>
     2961    <td align="left"><code>firmware_lto.o</code></td>
    43282962  </tr>
    43292963  <tr>
    43302964    <td align="left"><code>20000f64-20000f67</code></td>
    4331     <td align="left"><code>avgValWithOffsetCommonModeOffsetTemperatureCorrection</code></td>
     2965    <td align="left"><code>ESR_Exec.last_refresh</code></td>
    43322966    <td align="right"><code>4</code></td>
    43332967    <td align="right"><code>4</code></td>
    43342968    <td align="left"><code>Zero</code></td>
    43352969    <td align="left"><code>ZI</code></td>
    4336     <td align="left"><code>ads1260.o</code></td>
     2970    <td align="left"><code>firmware_lto.o</code></td>
    43372971  </tr>
    43382972  <tr>
    43392973    <td align="left"><code>20000f68-20000f6b</code></td>
    4340     <td align="left"><code>avgValWithOffsetCommonModeOffsetCorrection</code></td>
     2974    <td align="left"><code>CaptureState</code></td>
    43412975    <td align="right"><code>4</code></td>
    43422976    <td align="right"><code>4</code></td>
    43432977    <td align="left"><code>Zero</code></td>
    43442978    <td align="left"><code>ZI</code></td>
    4345     <td align="left"><code>ads1260.o</code></td>
     2979    <td align="left"><code>firmware_lto.o</code></td>
    43462980  </tr>
    43472981  <tr>
    43482982    <td align="left"><code>20000f6c-20000f6f</code></td>
    4349     <td align="left"><code>SysTick_Handler.ms</code></td>
     2983    <td align="left"><code>Capture</code></td>
    43502984    <td align="right"><code>4</code></td>
    43512985    <td align="right"><code>4</code></td>
    43522986    <td align="left"><code>Zero</code></td>
    43532987    <td align="left"><code>ZI</code></td>
    4354     <td align="left"><code>stm32g0xx_it.o</code></td>
     2988    <td align="left"><code>firmware_lto.o</code></td>
    43552989  </tr>
    43562990  <tr>
    43572991    <td align="left"><code>20000f70-20000f73</code></td>
    4358     <td align="left"><code>SaveCounter.last_days</code></td>
     2992    <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
    43592993    <td align="right"><code>4</code></td>
    43602994    <td align="right"><code>4</code></td>
    43612995    <td align="left"><code>Zero</code></td>
    43622996    <td align="left"><code>ZI</code></td>
    4363     <td align="left"><code>main.o</code></td>
     2997    <td align="left"><code>firmware_lto.o</code></td>
    43642998  </tr>
    43652999  <tr>
    43663000    <td align="left"><code>20000f74-20000f77</code></td>
    4367     <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
     3001    <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
    43683002    <td align="right"><code>4</code></td>
    43693003    <td align="right"><code>4</code></td>
    43703004    <td align="left"><code>Zero</code></td>
    43713005    <td align="left"><code>ZI</code></td>
    4372     <td align="left"><code>self_discharge.o</code></td>
     3006    <td align="left"><code>firmware_lto.o</code></td>
    43733007  </tr>
    43743008  <tr>
    43753009    <td align="left"><code>20000f78-20000f7b</code></td>
    4376     <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
     3010    <td align="left"><code>ADS1260_ProcessCurrent.meas_counter</code></td>
    43773011    <td align="right"><code>4</code></td>
    43783012    <td align="right"><code>4</code></td>
    43793013    <td align="left"><code>Zero</code></td>
    43803014    <td align="left"><code>ZI</code></td>
    4381     <td align="left"><code>self_discharge.o</code></td>
     3015    <td align="left"><code>firmware_lto.o</code></td>
    43823016  </tr>
    43833017  <tr>
    43843018    <td align="left"><code>20000f7c-20000f7f</code></td>
    4385     <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
     3019    <td align="left"><code>ADS1260_ProcessCurrent.avgsum</code></td>
    43863020    <td align="right"><code>4</code></td>
    43873021    <td align="right"><code>4</code></td>
    43883022    <td align="left"><code>Zero</code></td>
    43893023    <td align="left"><code>ZI</code></td>
    4390     <td align="left"><code>self_discharge.o</code></td>
    4391   </tr>
    4392   <tr>
    4393     <td align="left"><code>20000f80-20000f83</code></td>
    4394     <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
    4395     <td align="right"><code>4</code></td>
     3024    <td align="left"><code>firmware_lto.o</code></td>
     3025  </tr>
     3026  <tr>
     3027    <td align="left"><code>20000f80-20000f80</code></td>
     3028    <td align="left"><code>uwTickPrio</code></td>
     3029    <td align="right"><code>1</code></td>
    43963030    <td align="right"><code>4</code></td>
    43973031    <td align="left"><code>Zero</code></td>
    43983032    <td align="left"><code>ZI</code></td>
    4399     <td align="left"><code>self_discharge.o</code></td>
    4400   </tr>
    4401   <tr>
    4402     <td align="left"><code>20000f84-20000f87</code></td>
    4403     <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
    4404     <td align="right"><code>4</code></td>
    4405     <td align="right"><code>4</code></td>
    4406     <td align="left"><code>Zero</code></td>
    4407     <td align="left"><code>ZI</code></td>
    4408     <td align="left"><code>ref_voltage.o</code></td>
    4409   </tr>
    4410   <tr>
    4411     <td align="left"><code>20000f88-20000f8b</code></td>
    4412     <td align="left"><code>IC1ReadValue2</code></td>
    4413     <td align="right"><code>4</code></td>
    4414     <td align="right"><code>4</code></td>
    4415     <td align="left"><code>Zero</code></td>
    4416     <td align="left"><code>ZI</code></td>
    4417     <td align="left"><code>hsi16.o</code></td>
    4418   </tr>
    4419   <tr>
    4420     <td align="left"><code>20000f8c-20000f8f</code></td>
    4421     <td align="left"><code>IC1ReadValue1</code></td>
    4422     <td align="right"><code>4</code></td>
    4423     <td align="right"><code>4</code></td>
    4424     <td align="left"><code>Zero</code></td>
    4425     <td align="left"><code>ZI</code></td>
    4426     <td align="left"><code>hsi16.o</code></td>
    4427   </tr>
    4428   <tr>
    4429     <td align="left"><code>20000f90-20000f93</code></td>
    4430     <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
    4431     <td align="right"><code>4</code></td>
    4432     <td align="right"><code>4</code></td>
    4433     <td align="left"><code>Zero</code></td>
    4434     <td align="left"><code>ZI</code></td>
    4435     <td align="left"><code>fast_current.o</code></td>
    4436   </tr>
    4437   <tr>
    4438     <td align="left"><code>20000f94-20000f97</code></td>
    4439     <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
    4440     <td align="right"><code>4</code></td>
    4441     <td align="right"><code>4</code></td>
    4442     <td align="left"><code>Zero</code></td>
    4443     <td align="left"><code>ZI</code></td>
    4444     <td align="left"><code>esr.o</code></td>
    4445   </tr>
    4446   <tr>
    4447     <td align="left"><code>20000f98-20000f9b</code></td>
    4448     <td align="left"><code>ESR_Exec.last_refresh</code></td>
    4449     <td align="right"><code>4</code></td>
    4450     <td align="right"><code>4</code></td>
    4451     <td align="left"><code>Zero</code></td>
    4452     <td align="left"><code>ZI</code></td>
    4453     <td align="left"><code>esr.o</code></td>
    4454   </tr>
    4455   <tr>
    4456     <td align="left"><code>20000f9c-20000f9f</code></td>
    4457     <td align="left"><code>CaptureState</code></td>
    4458     <td align="right"><code>4</code></td>
    4459     <td align="right"><code>4</code></td>
    4460     <td align="left"><code>Zero</code></td>
    4461     <td align="left"><code>ZI</code></td>
    4462     <td align="left"><code>hsi16.o</code></td>
    4463   </tr>
    4464   <tr>
    4465     <td align="left"><code>20000fa0-20000fa3</code></td>
    4466     <td align="left"><code>Capture</code></td>
    4467     <td align="right"><code>4</code></td>
    4468     <td align="right"><code>4</code></td>
    4469     <td align="left"><code>Zero</code></td>
    4470     <td align="left"><code>ZI</code></td>
    4471     <td align="left"><code>hsi16.o</code></td>
    4472   </tr>
    4473   <tr>
    4474     <td align="left"><code>20000fa4-20000fa7</code></td>
    4475     <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
    4476     <td align="right"><code>4</code></td>
    4477     <td align="right"><code>4</code></td>
    4478     <td align="left"><code>Zero</code></td>
    4479     <td align="left"><code>ZI</code></td>
    4480     <td align="left"><code>battery_voltage.o</code></td>
    4481   </tr>
    4482   <tr>
    4483     <td align="left"><code>20000fa8-20000fab</code></td>
    4484     <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
    4485     <td align="right"><code>4</code></td>
    4486     <td align="right"><code>4</code></td>
    4487     <td align="left"><code>Zero</code></td>
    4488     <td align="left"><code>ZI</code></td>
    4489     <td align="left"><code>battery_voltage.o</code></td>
    4490   </tr>
    4491   <tr>
    4492     <td align="left"><code>20000fac-20000faf</code></td>
    4493     <td align="left"><code>ADS1260_ProcessCurrent.meas_counter</code></td>
    4494     <td align="right"><code>4</code></td>
    4495     <td align="right"><code>4</code></td>
    4496     <td align="left"><code>Zero</code></td>
    4497     <td align="left"><code>ZI</code></td>
    4498     <td align="left"><code>ads1260.o</code></td>
    4499   </tr>
    4500   <tr>
    4501     <td align="left"><code>20000fb0-20000fb3</code></td>
    4502     <td align="left"><code>ADS1260_ProcessCurrent.avgsum</code></td>
    4503     <td align="right"><code>4</code></td>
    4504     <td align="right"><code>4</code></td>
    4505     <td align="left"><code>Zero</code></td>
    4506     <td align="left"><code>ZI</code></td>
    4507     <td align="left"><code>ads1260.o</code></td>
    4508   </tr>
    4509   <tr>
    4510     <td align="left"><code>20000fb4-20000fb5</code></td>
    4511     <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
    4512     <td align="right"><code>2</code></td>
    4513     <td align="right"><code>2</code></td>
    4514     <td align="left"><code>Zero</code></td>
    4515     <td align="left"><code>ZI</code></td>
    4516     <td align="left"><code>outputs.o</code></td>
    4517   </tr>
    4518   <tr>
    4519     <td align="left"><code>20000fb6-20000fb7</code></td>
    4520     <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
    4521     <td align="right"><code>2</code></td>
    4522     <td align="right"><code>2</code></td>
    4523     <td align="left"><code>Zero</code></td>
    4524     <td align="left"><code>ZI</code></td>
    4525     <td align="left"><code>ah_counter.o</code></td>
    4526   </tr>
    4527   <tr>
    4528     <td align="left"><code>20000fb8-20000fb9</code></td>
    4529     <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
    4530     <td align="right"><code>2</code></td>
    4531     <td align="right"><code>2</code></td>
    4532     <td align="left"><code>Zero</code></td>
    4533     <td align="left"><code>ZI</code></td>
    4534     <td align="left"><code>ah_counter.o</code></td>
    4535   </tr>
    4536   <tr>
    4537     <td align="left"><code>20000fba-200013b9</code></td>
    4538     <td align="left"><code>_acUpBuffer</code></td>
    4539     <td align="right"><code>1 024</code></td>
    4540     <td align="right"><code>1</code></td>
    4541     <td align="left"><code>Zero</code></td>
    4542     <td align="left"><code>ZI</code></td>
    4543     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    4544   </tr>
    4545   <tr>
    4546     <td align="left"><code>200013ba-20001439</code></td>
    4547     <td align="left"><code>trimmingValueOrder</code></td>
    4548     <td align="right"><code>128</code></td>
    4549     <td align="right"><code>1</code></td>
    4550     <td align="left"><code>Zero</code></td>
    4551     <td align="left"><code>ZI</code></td>
    4552     <td align="left"><code>hsi16 _calibration.o</code></td>
    4553   </tr>
    4554   <tr>
    4555     <td align="left"><code>2000143a-20001449</code></td>
    4556     <td align="left"><code>_acDownBuffer</code></td>
    4557     <td align="right"><code>16</code></td>
    4558     <td align="right"><code>1</code></td>
    4559     <td align="left"><code>Zero</code></td>
    4560     <td align="left"><code>ZI</code></td>
    4561     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    4562   </tr>
    4563   <tr>
    4564     <td align="left"><code>2000144a-2000144f</code></td>
    4565     <td align="left" style="color: red;"><code>( UNUSED .=.+6 )</code></td>
    4566     <td align="right"><code>6</code></td>
     3033    <td align="left"><code>firmware_lto.o</code></td>
     3034  </tr>
     3035  <tr>
     3036    <td align="left"><code>20000f81-20000f81</code></td>
     3037    <td align="left" style="color: red;"><code>( ALIGN .=.+1 )</code></td>
     3038    <td align="right"><code>1</code></td>
    45673039    <td align="right"><code>-</code></td>
    45683040    <td align="left"><code>----</code></td>
     
    45713043  </tr>
    45723044  <tr>
    4573     <td align="left"><code>20001450-20001a4f</code></td>
     3045    <td align="left"><code>20000f82-20000f83</code></td>
     3046    <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
     3047    <td align="right"><code>2</code></td>
     3048    <td align="right"><code>2</code></td>
     3049    <td align="left"><code>Zero</code></td>
     3050    <td align="left"><code>ZI</code></td>
     3051    <td align="left"><code>firmware_lto.o</code></td>
     3052  </tr>
     3053  <tr>
     3054    <td align="left"><code>20000f84-20000f84</code></td>
     3055    <td align="left"><code>startMeasurement</code></td>
     3056    <td align="right"><code>1</code></td>
     3057    <td align="right"><code>4</code></td>
     3058    <td align="left"><code>Zero</code></td>
     3059    <td align="left"><code>ZI</code></td>
     3060    <td align="left"><code>firmware_lto.o</code></td>
     3061  </tr>
     3062  <tr>
     3063    <td align="left"><code>20000f85-20000f85</code></td>
     3064    <td align="left" style="color: red;"><code>( ALIGN .=.+1 )</code></td>
     3065    <td align="right"><code>1</code></td>
     3066    <td align="right"><code>-</code></td>
     3067    <td align="left"><code>----</code></td>
     3068    <td align="left"><code>-</code></td>
     3069    <td align="left"><code>-</code></td>
     3070  </tr>
     3071  <tr>
     3072    <td align="left"><code>20000f86-20000f87</code></td>
     3073    <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
     3074    <td align="right"><code>2</code></td>
     3075    <td align="right"><code>2</code></td>
     3076    <td align="left"><code>Zero</code></td>
     3077    <td align="left"><code>ZI</code></td>
     3078    <td align="left"><code>firmware_lto.o</code></td>
     3079  </tr>
     3080  <tr>
     3081    <td align="left"><code>20000f88-20000f88</code></td>
     3082    <td align="left"><code>pFlash.0</code></td>
     3083    <td align="right"><code>1</code></td>
     3084    <td align="right"><code>4</code></td>
     3085    <td align="left"><code>Zero</code></td>
     3086    <td align="left"><code>ZI</code></td>
     3087    <td align="left"><code>firmware_lto.o</code></td>
     3088  </tr>
     3089  <tr>
     3090    <td align="left"><code>20000f89-20000f89</code></td>
     3091    <td align="left" style="color: red;"><code>( ALIGN .=.+1 )</code></td>
     3092    <td align="right"><code>1</code></td>
     3093    <td align="right"><code>-</code></td>
     3094    <td align="left"><code>----</code></td>
     3095    <td align="left"><code>-</code></td>
     3096    <td align="left"><code>-</code></td>
     3097  </tr>
     3098  <tr>
     3099    <td align="left"><code>20000f8a-20000f8b</code></td>
     3100    <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
     3101    <td align="right"><code>2</code></td>
     3102    <td align="right"><code>2</code></td>
     3103    <td align="left"><code>Zero</code></td>
     3104    <td align="left"><code>ZI</code></td>
     3105    <td align="left"><code>firmware_lto.o</code></td>
     3106  </tr>
     3107  <tr>
     3108    <td align="left"><code>20000f8c-20000f8c</code></td>
     3109    <td align="left"><code>EraseInitStruct.3</code></td>
     3110    <td align="right"><code>1</code></td>
     3111    <td align="right"><code>4</code></td>
     3112    <td align="left"><code>Zero</code></td>
     3113    <td align="left"><code>ZI</code></td>
     3114    <td align="left"><code>firmware_lto.o</code></td>
     3115  </tr>
     3116  <tr>
     3117    <td align="left"><code>20000f8d-20000f8d</code></td>
     3118    <td align="left" style="color: red;"><code>( ALIGN .=.+1 )</code></td>
     3119    <td align="right"><code>1</code></td>
     3120    <td align="right"><code>-</code></td>
     3121    <td align="left"><code>----</code></td>
     3122    <td align="left"><code>-</code></td>
     3123    <td align="left"><code>-</code></td>
     3124  </tr>
     3125  <tr>
     3126    <td align="left"><code>20000f8e-20000f8f</code></td>
     3127    <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
     3128    <td align="right"><code>2</code></td>
     3129    <td align="right"><code>2</code></td>
     3130    <td align="left"><code>Zero</code></td>
     3131    <td align="left"><code>ZI</code></td>
     3132    <td align="left"><code>firmware_lto.o</code></td>
     3133  </tr>
     3134  <tr>
     3135    <td align="left"><code>20000f90-20000f90</code></td>
     3136    <td align="left"><code>EraseInitStruct.0</code></td>
     3137    <td align="right"><code>1</code></td>
     3138    <td align="right"><code>4</code></td>
     3139    <td align="left"><code>Zero</code></td>
     3140    <td align="left"><code>ZI</code></td>
     3141    <td align="left"><code>firmware_lto.o</code></td>
     3142  </tr>
     3143  <tr>
     3144    <td align="left"><code>20000f91-20001390</code></td>
     3145    <td align="left"><code>_acUpBuffer</code></td>
     3146    <td align="right"><code>1 024</code></td>
     3147    <td align="right"><code>1</code></td>
     3148    <td align="left"><code>Zero</code></td>
     3149    <td align="left"><code>ZI</code></td>
     3150    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3151  </tr>
     3152  <tr>
     3153    <td align="left"><code>20001391-200013a0</code></td>
     3154    <td align="left"><code>_acDownBuffer</code></td>
     3155    <td align="right"><code>16</code></td>
     3156    <td align="right"><code>1</code></td>
     3157    <td align="left"><code>Zero</code></td>
     3158    <td align="left"><code>ZI</code></td>
     3159    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3160  </tr>
     3161  <tr>
     3162    <td align="left"><code>200013a1-200013a7</code></td>
     3163    <td align="left" style="color: red;"><code>( UNUSED .=.+7 )</code></td>
     3164    <td align="right"><code>7</code></td>
     3165    <td align="right"><code>-</code></td>
     3166    <td align="left"><code>----</code></td>
     3167    <td align="left"><code>-</code></td>
     3168    <td align="left"><code>-</code></td>
     3169  </tr>
     3170  <tr>
     3171    <td align="left"><code>200013a8-200019a7</code></td>
    45743172    <td align="left"><code>[.bss.block.heap]</code></td>
    45753173    <td align="right"><code>1 536</code></td>
     
    45803178  </tr>
    45813179  <tr>
    4582     <td align="left"><code>20001a50-20007bff</code></td>
    4583     <td align="left" style="color: red;"><code>( UNUSED .=.+25008 )</code></td>
    4584     <td align="right"><code>25 008</code></td>
     3180    <td align="left"><code>200019a8-20007bff</code></td>
     3181    <td align="left" style="color: red;"><code>( UNUSED .=.+25176 )</code></td>
     3182    <td align="right"><code>25 176</code></td>
    45853183    <td align="right"><code>-</code></td>
    45863184    <td align="left"><code>----</code></td>
     
    46123210  <tr>
    46133211    <td align="left"><code>ADC_COMP_IRQHandler</code></td>
    4614     <td align="right"><code>0x0800B0C1</code></td>
     3212    <td align="right"><code>0x0800C009</code></td>
    46153213    <td align="right"><code></code></td>
    46163214    <td align="right"><code>4</code></td>
     
    46213219  <tr>
    46223220    <td align="left"><code>ADC_DMAConvCplt</code></td>
    4623     <td align="right"><code>0x0800B849</code></td>
    4624     <td align="right"><code>132</code></td>
    4625     <td align="right"><code>2</code></td>
    4626     <td align="left"><code>Code</code></td>
    4627     <td align="left"><code>Lc</code></td>
    4628     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
     3221    <td align="right"><code>0x080001D1</code></td>
     3222    <td align="right"><code>116</code></td>
     3223    <td align="right"><code>4</code></td>
     3224    <td align="left"><code>Code</code></td>
     3225    <td align="left"><code>Lc</code></td>
     3226    <td align="left"><code>firmware_lto.o</code></td>
    46293227  </tr>
    46303228  <tr>
    46313229    <td align="left"><code>ADC_DMAError</code></td>
    4632     <td align="right"><code>0x0800B165</code></td>
     3230    <td align="right"><code>0x0800C447</code></td>
     3231    <td align="right"><code>20</code></td>
     3232    <td align="right"><code>2</code></td>
     3233    <td align="left"><code>Code</code></td>
     3234    <td align="left"><code>Lc</code></td>
     3235    <td align="left"><code>firmware_lto.o</code></td>
     3236  </tr>
     3237  <tr>
     3238    <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
     3239    <td align="right"><code>0x0800C031</code></td>
     3240    <td align="right"><code>2</code></td>
     3241    <td align="right"><code>2</code></td>
     3242    <td align="left"><code>Code</code></td>
     3243    <td align="left"><code>Lc</code></td>
     3244    <td align="left"><code>firmware_lto.o</code></td>
     3245  </tr>
     3246  <tr>
     3247    <td align="left"><code>ADS1260_init</code></td>
     3248    <td align="right"><code>0x08001A69</code></td>
     3249    <td align="right"><code>3 408</code></td>
     3250    <td align="right"><code>4</code></td>
     3251    <td align="left"><code>Code</code></td>
     3252    <td align="left"><code>Lc</code></td>
     3253    <td align="left"><code>firmware_lto.o</code></td>
     3254  </tr>
     3255  <tr>
     3256    <td align="left"><code>AES_RNG_IRQHandler</code></td>
     3257    <td align="right"><code>0x0800C02F</code></td>
     3258    <td align="right"><code></code></td>
     3259    <td align="right"><code>4</code></td>
     3260    <td align="left"><code>Code</code></td>
     3261    <td align="left"><code>Wk</code></td>
     3262    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3263  </tr>
     3264  <tr>
     3265    <td align="left"><code>CEC_IRQHandler</code></td>
     3266    <td align="right"><code>0x0800C02D</code></td>
     3267    <td align="right"><code></code></td>
     3268    <td align="right"><code>4</code></td>
     3269    <td align="left"><code>Code</code></td>
     3270    <td align="left"><code>Wk</code></td>
     3271    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3272  </tr>
     3273  <tr>
     3274    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
     3275    <td align="right"><code>0x08009371</code></td>
     3276    <td align="right"><code>236</code></td>
     3277    <td align="right"><code>4</code></td>
     3278    <td align="left"><code>Code</code></td>
     3279    <td align="left"><code>Gb</code></td>
     3280    <td align="left"><code>firmware_lto.o</code></td>
     3281  </tr>
     3282  <tr>
     3283    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
     3284    <td align="right"><code>0x0800C003</code></td>
     3285    <td align="right"><code></code></td>
     3286    <td align="right"><code>4</code></td>
     3287    <td align="left"><code>Code</code></td>
     3288    <td align="left"><code>Wk</code></td>
     3289    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3290  </tr>
     3291  <tr>
     3292    <td align="left"><code>DMA_Channel2_3_IRQHandler</code></td>
     3293    <td align="right"><code>0x0800C005</code></td>
     3294    <td align="right"><code></code></td>
     3295    <td align="right"><code>4</code></td>
     3296    <td align="left"><code>Code</code></td>
     3297    <td align="left"><code>Wk</code></td>
     3298    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3299  </tr>
     3300  <tr>
     3301    <td align="left"><code>DMA_Channel4_5_6_7_IRQHandler</code></td>
     3302    <td align="right"><code>0x0800C007</code></td>
     3303    <td align="right"><code></code></td>
     3304    <td align="right"><code>4</code></td>
     3305    <td align="left"><code>Code</code></td>
     3306    <td align="left"><code>Wk</code></td>
     3307    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3308  </tr>
     3309  <tr>
     3310    <td align="left"><code>Dummy_Handler</code></td>
     3311    <td align="right"><code>0x0800BFEF</code></td>
     3312    <td align="right"><code></code></td>
     3313    <td align="right"><code>4</code></td>
     3314    <td align="left"><code>Code</code></td>
     3315    <td align="left"><code>Lc</code></td>
     3316    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3317  </tr>
     3318  <tr>
     3319    <td align="left"><code>EEPROM_factoryRestore</code></td>
     3320    <td align="right"><code>0x08002E89</code></td>
     3321    <td align="right"><code>1 888</code></td>
     3322    <td align="right"><code>4</code></td>
     3323    <td align="left"><code>Code</code></td>
     3324    <td align="left"><code>Lc</code></td>
     3325    <td align="left"><code>firmware_lto.o</code></td>
     3326  </tr>
     3327  <tr>
     3328    <td align="left"><code>EEPROM_fullRestore</code></td>
     3329    <td align="right"><code>0x080027B9</code></td>
     3330    <td align="right"><code>840</code></td>
     3331    <td align="right"><code>4</code></td>
     3332    <td align="left"><code>Code</code></td>
     3333    <td align="left"><code>Lc</code></td>
     3334    <td align="left"><code>firmware_lto.o</code></td>
     3335  </tr>
     3336  <tr>
     3337    <td align="left"><code>EEPROM_readConfig</code></td>
     3338    <td align="right"><code>0x08002B01</code></td>
     3339    <td align="right"><code>904</code></td>
     3340    <td align="right"><code>4</code></td>
     3341    <td align="left"><code>Code</code></td>
     3342    <td align="left"><code>Lc</code></td>
     3343    <td align="left"><code>firmware_lto.o</code></td>
     3344  </tr>
     3345  <tr>
     3346    <td align="left"><code>EEPROM_storeConfig</code></td>
     3347    <td align="right"><code>0x080035E9</code></td>
     3348    <td align="right"><code>1 028</code></td>
     3349    <td align="right"><code>4</code></td>
     3350    <td align="left"><code>Code</code></td>
     3351    <td align="left"><code>Lc</code></td>
     3352    <td align="left"><code>firmware_lto.o</code></td>
     3353  </tr>
     3354  <tr>
     3355    <td align="left"><code>EXTI0_1_IRQHandler</code></td>
     3356    <td align="right"><code>0x0800BFFB</code></td>
     3357    <td align="right"><code></code></td>
     3358    <td align="right"><code>4</code></td>
     3359    <td align="left"><code>Code</code></td>
     3360    <td align="left"><code>Wk</code></td>
     3361    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3362  </tr>
     3363  <tr>
     3364    <td align="left"><code>EXTI2_3_IRQHandler</code></td>
     3365    <td align="right"><code>0x0800BFFD</code></td>
     3366    <td align="right"><code></code></td>
     3367    <td align="right"><code>4</code></td>
     3368    <td align="left"><code>Code</code></td>
     3369    <td align="left"><code>Wk</code></td>
     3370    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3371  </tr>
     3372  <tr>
     3373    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
     3374    <td align="right"><code>0x080096D5</code></td>
     3375    <td align="right"><code>44</code></td>
     3376    <td align="right"><code>4</code></td>
     3377    <td align="left"><code>Code</code></td>
     3378    <td align="left"><code>Gb</code></td>
     3379    <td align="left"><code>firmware_lto.o</code></td>
     3380  </tr>
     3381  <tr>
     3382    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
     3383    <td align="right"><code>0x0800BFFF</code></td>
     3384    <td align="right"><code></code></td>
     3385    <td align="right"><code>4</code></td>
     3386    <td align="left"><code>Code</code></td>
     3387    <td align="left"><code>Wk</code></td>
     3388    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3389  </tr>
     3390  <tr>
     3391    <td align="left"><code>FLASH_IRQHandler</code></td>
     3392    <td align="right"><code>0x0800BFF7</code></td>
     3393    <td align="right"><code></code></td>
     3394    <td align="right"><code>4</code></td>
     3395    <td align="left"><code>Code</code></td>
     3396    <td align="left"><code>Wk</code></td>
     3397    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3398  </tr>
     3399  <tr>
     3400    <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
     3401    <td align="right"><code>0x08000245</code></td>
     3402    <td align="right"><code>668</code></td>
     3403    <td align="right"><code>4</code></td>
     3404    <td align="left"><code>Code</code></td>
     3405    <td align="left"><code>Lc</code></td>
     3406    <td align="left"><code>firmware_lto.o</code></td>
     3407  </tr>
     3408  <tr>
     3409    <td align="left"><code>HAL_CRC_Calculate</code></td>
     3410    <td align="right"><code>0x080004E1</code></td>
     3411    <td align="right"><code>424</code></td>
     3412    <td align="right"><code>4</code></td>
     3413    <td align="left"><code>Code</code></td>
     3414    <td align="left"><code>Lc</code></td>
     3415    <td align="left"><code>firmware_lto.o</code></td>
     3416  </tr>
     3417  <tr>
     3418    <td align="left"><code>HAL_FLASHEx_Erase</code></td>
     3419    <td align="right"><code>0x080009A5</code></td>
     3420    <td align="right"><code>464</code></td>
     3421    <td align="right"><code>4</code></td>
     3422    <td align="left"><code>Code</code></td>
     3423    <td align="left"><code>Lc</code></td>
     3424    <td align="left"><code>firmware_lto.o</code></td>
     3425  </tr>
     3426  <tr>
     3427    <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
     3428    <td align="right"><code>0x08000B75</code></td>
     3429    <td align="right"><code>544</code></td>
     3430    <td align="right"><code>4</code></td>
     3431    <td align="left"><code>Code</code></td>
     3432    <td align="left"><code>Lc</code></td>
     3433    <td align="left"><code>firmware_lto.o</code></td>
     3434  </tr>
     3435  <tr>
     3436    <td align="left"><code>HAL_FLASH_Lock</code></td>
     3437    <td align="right"><code>0x0800082D</code></td>
     3438    <td align="right"><code>188</code></td>
     3439    <td align="right"><code>4</code></td>
     3440    <td align="left"><code>Code</code></td>
     3441    <td align="left"><code>Lc</code></td>
     3442    <td align="left"><code>firmware_lto.o</code></td>
     3443  </tr>
     3444  <tr>
     3445    <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
     3446    <td align="right"><code>0x080008E9</code></td>
     3447    <td align="right"><code>188</code></td>
     3448    <td align="right"><code>4</code></td>
     3449    <td align="left"><code>Code</code></td>
     3450    <td align="left"><code>Lc</code></td>
     3451    <td align="left"><code>firmware_lto.o</code></td>
     3452  </tr>
     3453  <tr>
     3454    <td align="left"><code>HAL_FLASH_Program</code></td>
     3455    <td align="right"><code>0x08000689</code></td>
     3456    <td align="right"><code>420</code></td>
     3457    <td align="right"><code>4</code></td>
     3458    <td align="left"><code>Code</code></td>
     3459    <td align="left"><code>Lc</code></td>
     3460    <td align="left"><code>firmware_lto.o</code></td>
     3461  </tr>
     3462  <tr>
     3463    <td align="left"><code>HAL_GPIO_Init</code></td>
     3464    <td align="right"><code>0x08000D95</code></td>
     3465    <td align="right"><code>416</code></td>
     3466    <td align="right"><code>4</code></td>
     3467    <td align="left"><code>Code</code></td>
     3468    <td align="left"><code>Lc</code></td>
     3469    <td align="left"><code>firmware_lto.o</code></td>
     3470  </tr>
     3471  <tr>
     3472    <td align="left"><code>HAL_SPI_TransmitReceive</code></td>
     3473    <td align="right"><code>0x080010CD</code></td>
     3474    <td align="right"><code>648</code></td>
     3475    <td align="right"><code>4</code></td>
     3476    <td align="left"><code>Code</code></td>
     3477    <td align="left"><code>Lc</code></td>
     3478    <td align="left"><code>firmware_lto.o</code></td>
     3479  </tr>
     3480  <tr>
     3481    <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
     3482    <td align="right"><code>0x08001981</code></td>
     3483    <td align="right"><code>232</code></td>
     3484    <td align="right"><code>4</code></td>
     3485    <td align="left"><code>Code</code></td>
     3486    <td align="left"><code>Lc</code></td>
     3487    <td align="left"><code>firmware_lto.o</code></td>
     3488  </tr>
     3489  <tr>
     3490    <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
     3491    <td align="right"><code>0x0800182D</code></td>
     3492    <td align="right"><code>340</code></td>
     3493    <td align="right"><code>4</code></td>
     3494    <td align="left"><code>Code</code></td>
     3495    <td align="left"><code>Lc</code></td>
     3496    <td align="left"><code>firmware_lto.o</code></td>
     3497  </tr>
     3498  <tr>
     3499    <td align="left"><code>HardFault_Handler</code></td>
     3500    <td align="right"><code>0x0800BFE7</code></td>
     3501    <td align="right"><code></code></td>
     3502    <td align="right"><code>4</code></td>
     3503    <td align="left"><code>Code</code></td>
     3504    <td align="left"><code>Wk</code></td>
     3505    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3506  </tr>
     3507  <tr>
     3508    <td align="left"><code>HardFault_Handler</code></td>
     3509    <td align="right"><code>0x0800C0E1</code></td>
     3510    <td align="right"><code>2</code></td>
     3511    <td align="right"><code>2</code></td>
     3512    <td align="left"><code>Code</code></td>
     3513    <td align="left"><code>Gb</code></td>
     3514    <td align="left"><code>firmware_lto.o</code></td>
     3515  </tr>
     3516  <tr>
     3517    <td align="left"><code>I2C1_IRQHandler</code></td>
     3518    <td align="right"><code>0x0800C01F</code></td>
     3519    <td align="right"><code></code></td>
     3520    <td align="right"><code>4</code></td>
     3521    <td align="left"><code>Code</code></td>
     3522    <td align="left"><code>Wk</code></td>
     3523    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3524  </tr>
     3525  <tr>
     3526    <td align="left"><code>I2C2_IRQHandler</code></td>
     3527    <td align="right"><code>0x0800C021</code></td>
     3528    <td align="right"><code></code></td>
     3529    <td align="right"><code>4</code></td>
     3530    <td align="left"><code>Code</code></td>
     3531    <td align="left"><code>Wk</code></td>
     3532    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3533  </tr>
     3534  <tr>
     3535    <td align="left"><code>NMI_Handler</code></td>
     3536    <td align="right"><code>0x0800BFE5</code></td>
     3537    <td align="right"><code></code></td>
     3538    <td align="right"><code>4</code></td>
     3539    <td align="left"><code>Code</code></td>
     3540    <td align="left"><code>Wk</code></td>
     3541    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3542  </tr>
     3543  <tr>
     3544    <td align="left"><code>NMI_Handler</code></td>
     3545    <td align="right"><code>0x0800C0DF</code></td>
     3546    <td align="right"><code>2</code></td>
     3547    <td align="right"><code>2</code></td>
     3548    <td align="left"><code>Code</code></td>
     3549    <td align="left"><code>Gb</code></td>
     3550    <td align="left"><code>firmware_lto.o</code></td>
     3551  </tr>
     3552  <tr>
     3553    <td align="left"><code>PVD_IRQHandler</code></td>
     3554    <td align="right"><code>0x0800BFF3</code></td>
     3555    <td align="right"><code></code></td>
     3556    <td align="right"><code>4</code></td>
     3557    <td align="left"><code>Code</code></td>
     3558    <td align="left"><code>Wk</code></td>
     3559    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3560  </tr>
     3561  <tr>
     3562    <td align="left"><code>PendSV_Handler</code></td>
     3563    <td align="right"><code>0x0800BFEB</code></td>
     3564    <td align="right"><code></code></td>
     3565    <td align="right"><code>4</code></td>
     3566    <td align="left"><code>Code</code></td>
     3567    <td align="left"><code>Wk</code></td>
     3568    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3569  </tr>
     3570  <tr>
     3571    <td align="left"><code>PendSV_Handler</code></td>
     3572    <td align="right"><code>0x0800C0E5</code></td>
     3573    <td align="right"><code>2</code></td>
     3574    <td align="right"><code>2</code></td>
     3575    <td align="left"><code>Code</code></td>
     3576    <td align="left"><code>Gb</code></td>
     3577    <td align="left"><code>firmware_lto.o</code></td>
     3578  </tr>
     3579  <tr>
     3580    <td align="left"><code>RCC_IRQHandler</code></td>
     3581    <td align="right"><code>0x0800BFF9</code></td>
     3582    <td align="right"><code></code></td>
     3583    <td align="right"><code>4</code></td>
     3584    <td align="left"><code>Code</code></td>
     3585    <td align="left"><code>Wk</code></td>
     3586    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3587  </tr>
     3588  <tr>
     3589    <td align="left"><code>RTC_STAMP_IRQHandler</code></td>
     3590    <td align="right"><code>0x0800BFF5</code></td>
     3591    <td align="right"><code></code></td>
     3592    <td align="right"><code>4</code></td>
     3593    <td align="left"><code>Code</code></td>
     3594    <td align="left"><code>Wk</code></td>
     3595    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3596  </tr>
     3597  <tr>
     3598    <td align="left"><code>Reset_Handler</code></td>
     3599    <td align="right"><code>0x0800BFBD</code></td>
     3600    <td align="right"><code></code></td>
     3601    <td align="right"><code>4</code></td>
     3602    <td align="left"><code>Code</code></td>
     3603    <td align="left"><code>Gb</code></td>
     3604    <td align="left"><code>STM32G0xx_Startup.o</code></td>
     3605  </tr>
     3606  <tr>
     3607    <td align="left"><code>SEGGER_RTT_Write</code></td>
     3608    <td align="right"><code>0x0800BBFD</code></td>
     3609    <td align="right"><code>116</code></td>
     3610    <td align="right"><code>4</code></td>
     3611    <td align="left"><code>Code</code></td>
     3612    <td align="left"><code>Gb</code></td>
     3613    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3614  </tr>
     3615  <tr>
     3616    <td align="left"><code>SEGGER_RTT_WriteNoLock</code></td>
     3617    <td align="right"><code>0x0800BB91</code></td>
     3618    <td align="right"><code>108</code></td>
     3619    <td align="right"><code>4</code></td>
     3620    <td align="left"><code>Code</code></td>
     3621    <td align="left"><code>Gb</code></td>
     3622    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3623  </tr>
     3624  <tr>
     3625    <td align="left"><code>SPI1_IRQHandler</code></td>
     3626    <td align="right"><code>0x0800C023</code></td>
     3627    <td align="right"><code></code></td>
     3628    <td align="right"><code>4</code></td>
     3629    <td align="left"><code>Code</code></td>
     3630    <td align="left"><code>Wk</code></td>
     3631    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3632  </tr>
     3633  <tr>
     3634    <td align="left"><code>SPI2_IRQHandler</code></td>
     3635    <td align="right"><code>0x0800C025</code></td>
     3636    <td align="right"><code></code></td>
     3637    <td align="right"><code>4</code></td>
     3638    <td align="left"><code>Code</code></td>
     3639    <td align="left"><code>Wk</code></td>
     3640    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3641  </tr>
     3642  <tr>
     3643    <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
     3644    <td align="right"><code>0x08000F35</code></td>
     3645    <td align="right"><code>244</code></td>
     3646    <td align="right"><code>4</code></td>
     3647    <td align="left"><code>Code</code></td>
     3648    <td align="left"><code>Lc</code></td>
     3649    <td align="left"><code>firmware_lto.o</code></td>
     3650  </tr>
     3651  <tr>
     3652    <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
     3653    <td align="right"><code>0x08001029</code></td>
     3654    <td align="right"><code>164</code></td>
     3655    <td align="right"><code>4</code></td>
     3656    <td align="left"><code>Code</code></td>
     3657    <td align="left"><code>Lc</code></td>
     3658    <td align="left"><code>firmware_lto.o</code></td>
     3659  </tr>
     3660  <tr>
     3661    <td align="left"><code>SVC_Handler</code></td>
     3662    <td align="right"><code>0x0800BFE9</code></td>
     3663    <td align="right"><code></code></td>
     3664    <td align="right"><code>4</code></td>
     3665    <td align="left"><code>Code</code></td>
     3666    <td align="left"><code>Wk</code></td>
     3667    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3668  </tr>
     3669  <tr>
     3670    <td align="left"><code>SVC_Handler</code></td>
     3671    <td align="right"><code>0x0800C0E3</code></td>
     3672    <td align="right"><code>2</code></td>
     3673    <td align="right"><code>2</code></td>
     3674    <td align="left"><code>Code</code></td>
     3675    <td align="left"><code>Gb</code></td>
     3676    <td align="left"><code>firmware_lto.o</code></td>
     3677  </tr>
     3678  <tr>
     3679    <td align="left"><code>SetFlashReadProtection</code></td>
     3680    <td align="right"><code>0x08008EB1</code></td>
     3681    <td align="right"><code>1 148</code></td>
     3682    <td align="right"><code>4</code></td>
     3683    <td align="left"><code>Code</code></td>
     3684    <td align="left"><code>Lc</code></td>
     3685    <td align="left"><code>firmware_lto.o</code></td>
     3686  </tr>
     3687  <tr>
     3688    <td align="left"><code>SysTick_Handler</code></td>
     3689    <td align="right"><code>0x0800932D</code></td>
     3690    <td align="right"><code>68</code></td>
     3691    <td align="right"><code>4</code></td>
     3692    <td align="left"><code>Code</code></td>
     3693    <td align="left"><code>Gb</code></td>
     3694    <td align="left"><code>firmware_lto.o</code></td>
     3695  </tr>
     3696  <tr>
     3697    <td align="left"><code>SysTick_Handler</code></td>
     3698    <td align="right"><code>0x0800BFED</code></td>
     3699    <td align="right"><code></code></td>
     3700    <td align="right"><code>4</code></td>
     3701    <td align="left"><code>Code</code></td>
     3702    <td align="left"><code>Wk</code></td>
     3703    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3704  </tr>
     3705  <tr>
     3706    <td align="left"><code>SystemCoreClockUpdate</code></td>
     3707    <td align="right"><code>0x08009889</code></td>
     3708    <td align="right"><code>144</code></td>
     3709    <td align="right"><code>4</code></td>
     3710    <td align="left"><code>Code</code></td>
     3711    <td align="left"><code>Gb</code></td>
     3712    <td align="left"><code>firmware_lto.o</code></td>
     3713  </tr>
     3714  <tr>
     3715    <td align="left"><code>SystemInit</code></td>
     3716    <td align="right"><code>0x0800C0E7</code></td>
     3717    <td align="right"><code>2</code></td>
     3718    <td align="right"><code>2</code></td>
     3719    <td align="left"><code>Code</code></td>
     3720    <td align="left"><code>Gb</code></td>
     3721    <td align="left"><code>firmware_lto.o</code></td>
     3722  </tr>
     3723  <tr>
     3724    <td align="left"><code>TIM14_IRQHandler</code></td>
     3725    <td align="right"><code>0x0800C017</code></td>
     3726    <td align="right"><code></code></td>
     3727    <td align="right"><code>4</code></td>
     3728    <td align="left"><code>Code</code></td>
     3729    <td align="left"><code>Wk</code></td>
     3730    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3731  </tr>
     3732  <tr>
     3733    <td align="left"><code>TIM15_IRQHandler</code></td>
     3734    <td align="right"><code>0x0800C019</code></td>
     3735    <td align="right"><code></code></td>
     3736    <td align="right"><code>4</code></td>
     3737    <td align="left"><code>Code</code></td>
     3738    <td align="left"><code>Wk</code></td>
     3739    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3740  </tr>
     3741  <tr>
     3742    <td align="left"><code>TIM16_IRQHandler</code></td>
     3743    <td align="right"><code>0x08009701</code></td>
     3744    <td align="right"><code>392</code></td>
     3745    <td align="right"><code>4</code></td>
     3746    <td align="left"><code>Code</code></td>
     3747    <td align="left"><code>Gb</code></td>
     3748    <td align="left"><code>firmware_lto.o</code></td>
     3749  </tr>
     3750  <tr>
     3751    <td align="left"><code>TIM16_IRQHandler</code></td>
     3752    <td align="right"><code>0x0800C01B</code></td>
     3753    <td align="right"><code></code></td>
     3754    <td align="right"><code>4</code></td>
     3755    <td align="left"><code>Code</code></td>
     3756    <td align="left"><code>Wk</code></td>
     3757    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3758  </tr>
     3759  <tr>
     3760    <td align="left"><code>TIM17_IRQHandler</code></td>
     3761    <td align="right"><code>0x0800C01D</code></td>
     3762    <td align="right"><code></code></td>
     3763    <td align="right"><code>4</code></td>
     3764    <td align="left"><code>Code</code></td>
     3765    <td align="left"><code>Wk</code></td>
     3766    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3767  </tr>
     3768  <tr>
     3769    <td align="left"><code>TIM1_BRK_UP_TRG_COMP_IRQHandler</code></td>
     3770    <td align="right"><code>0x0800C00B</code></td>
     3771    <td align="right"><code></code></td>
     3772    <td align="right"><code>4</code></td>
     3773    <td align="left"><code>Code</code></td>
     3774    <td align="left"><code>Wk</code></td>
     3775    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3776  </tr>
     3777  <tr>
     3778    <td align="left"><code>TIM1_CC_IRQHandler</code></td>
     3779    <td align="right"><code>0x0800C00D</code></td>
     3780    <td align="right"><code></code></td>
     3781    <td align="right"><code>4</code></td>
     3782    <td align="left"><code>Code</code></td>
     3783    <td align="left"><code>Wk</code></td>
     3784    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3785  </tr>
     3786  <tr>
     3787    <td align="left"><code>TIM2_IRQHandler</code></td>
     3788    <td align="right"><code>0x0800C00F</code></td>
     3789    <td align="right"><code></code></td>
     3790    <td align="right"><code>4</code></td>
     3791    <td align="left"><code>Code</code></td>
     3792    <td align="left"><code>Wk</code></td>
     3793    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3794  </tr>
     3795  <tr>
     3796    <td align="left"><code>TIM3_IRQHandler</code></td>
     3797    <td align="right"><code>0x0800C011</code></td>
     3798    <td align="right"><code></code></td>
     3799    <td align="right"><code>4</code></td>
     3800    <td align="left"><code>Code</code></td>
     3801    <td align="left"><code>Wk</code></td>
     3802    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3803  </tr>
     3804  <tr>
     3805    <td align="left"><code>TIM6_DAC_LPTIM1_IRQHandler</code></td>
     3806    <td align="right"><code>0x0800C013</code></td>
     3807    <td align="right"><code></code></td>
     3808    <td align="right"><code>4</code></td>
     3809    <td align="left"><code>Code</code></td>
     3810    <td align="left"><code>Wk</code></td>
     3811    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3812  </tr>
     3813  <tr>
     3814    <td align="left"><code>TIM7_LPTIM2_IRQHandler</code></td>
     3815    <td align="right"><code>0x0800C015</code></td>
     3816    <td align="right"><code></code></td>
     3817    <td align="right"><code>4</code></td>
     3818    <td align="left"><code>Code</code></td>
     3819    <td align="left"><code>Wk</code></td>
     3820    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3821  </tr>
     3822  <tr>
     3823    <td align="left"><code>UART_RxISR_16BIT</code></td>
     3824    <td align="right"><code>0x0800C493</code></td>
     3825    <td align="right"><code>84</code></td>
     3826    <td align="right"><code>2</code></td>
     3827    <td align="left"><code>Code</code></td>
     3828    <td align="left"><code>Lc</code></td>
     3829    <td align="left"><code>firmware_lto.o</code></td>
     3830  </tr>
     3831  <tr>
     3832    <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
     3833    <td align="right"><code>0x08001629</code></td>
     3834    <td align="right"><code>516</code></td>
     3835    <td align="right"><code>4</code></td>
     3836    <td align="left"><code>Code</code></td>
     3837    <td align="left"><code>Lc</code></td>
     3838    <td align="left"><code>firmware_lto.o</code></td>
     3839  </tr>
     3840  <tr>
     3841    <td align="left"><code>UART_RxISR_8BIT</code></td>
     3842    <td align="right"><code>0x0800C085</code></td>
     3843    <td align="right"><code>90</code></td>
     3844    <td align="right"><code>2</code></td>
     3845    <td align="left"><code>Code</code></td>
     3846    <td align="left"><code>Lc</code></td>
     3847    <td align="left"><code>firmware_lto.o</code></td>
     3848  </tr>
     3849  <tr>
     3850    <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
     3851    <td align="right"><code>0x080013F1</code></td>
     3852    <td align="right"><code>568</code></td>
     3853    <td align="right"><code>4</code></td>
     3854    <td align="left"><code>Code</code></td>
     3855    <td align="left"><code>Lc</code></td>
     3856    <td align="left"><code>firmware_lto.o</code></td>
     3857  </tr>
     3858  <tr>
     3859    <td align="left"><code>UART_TxISR_16BIT</code></td>
     3860    <td align="right"><code>0x080013B1</code></td>
     3861    <td align="right"><code>64</code></td>
     3862    <td align="right"><code>4</code></td>
     3863    <td align="left"><code>Code</code></td>
     3864    <td align="left"><code>Lc</code></td>
     3865    <td align="left"><code>firmware_lto.o</code></td>
     3866  </tr>
     3867  <tr>
     3868    <td align="left"><code>UART_TxISR_16BIT_FIFOEN</code></td>
     3869    <td align="right"><code>0x08001355</code></td>
     3870    <td align="right"><code>92</code></td>
     3871    <td align="right"><code>4</code></td>
     3872    <td align="left"><code>Code</code></td>
     3873    <td align="left"><code>Lc</code></td>
     3874    <td align="left"><code>firmware_lto.o</code></td>
     3875  </tr>
     3876  <tr>
     3877    <td align="left"><code>UART_TxISR_8BIT</code></td>
     3878    <td align="right"><code>0x0800C45B</code></td>
     3879    <td align="right"><code>56</code></td>
     3880    <td align="right"><code>2</code></td>
     3881    <td align="left"><code>Code</code></td>
     3882    <td align="left"><code>Lc</code></td>
     3883    <td align="left"><code>firmware_lto.o</code></td>
     3884  </tr>
     3885  <tr>
     3886    <td align="left"><code>UART_TxISR_8BIT_FIFOEN</code></td>
     3887    <td align="right"><code>0x0800C033</code></td>
     3888    <td align="right"><code>82</code></td>
     3889    <td align="right"><code>2</code></td>
     3890    <td align="left"><code>Code</code></td>
     3891    <td align="left"><code>Lc</code></td>
     3892    <td align="left"><code>firmware_lto.o</code></td>
     3893  </tr>
     3894  <tr>
     3895    <td align="left"><code>UCPD1_UCPD2_IRQHandler</code></td>
     3896    <td align="right"><code>0x0800C001</code></td>
     3897    <td align="right"><code></code></td>
     3898    <td align="right"><code>4</code></td>
     3899    <td align="left"><code>Code</code></td>
     3900    <td align="left"><code>Wk</code></td>
     3901    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3902  </tr>
     3903  <tr>
     3904    <td align="left"><code>USART1_IRQHandler</code></td>
     3905    <td align="right"><code>0x0800945D</code></td>
     3906    <td align="right"><code>632</code></td>
     3907    <td align="right"><code>4</code></td>
     3908    <td align="left"><code>Code</code></td>
     3909    <td align="left"><code>Gb</code></td>
     3910    <td align="left"><code>firmware_lto.o</code></td>
     3911  </tr>
     3912  <tr>
     3913    <td align="left"><code>USART1_IRQHandler</code></td>
     3914    <td align="right"><code>0x0800C027</code></td>
     3915    <td align="right"><code></code></td>
     3916    <td align="right"><code>4</code></td>
     3917    <td align="left"><code>Code</code></td>
     3918    <td align="left"><code>Wk</code></td>
     3919    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3920  </tr>
     3921  <tr>
     3922    <td align="left"><code>USART2_IRQHandler</code></td>
     3923    <td align="right"><code>0x0800C029</code></td>
     3924    <td align="right"><code></code></td>
     3925    <td align="right"><code>4</code></td>
     3926    <td align="left"><code>Code</code></td>
     3927    <td align="left"><code>Wk</code></td>
     3928    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3929  </tr>
     3930  <tr>
     3931    <td align="left"><code>USART3_USART4_LPUART1_IRQHandler</code></td>
     3932    <td align="right"><code>0x0800C02B</code></td>
     3933    <td align="right"><code></code></td>
     3934    <td align="right"><code>4</code></td>
     3935    <td align="left"><code>Code</code></td>
     3936    <td align="left"><code>Wk</code></td>
     3937    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3938  </tr>
     3939  <tr>
     3940    <td align="left"><code>WWDG_IRQHandler</code></td>
     3941    <td align="right"><code>0x0800BFF1</code></td>
     3942    <td align="right"><code></code></td>
     3943    <td align="right"><code>4</code></td>
     3944    <td align="left"><code>Code</code></td>
     3945    <td align="left"><code>Wk</code></td>
     3946    <td align="left"><code>STM32G07x_Vectors.o</code></td>
     3947  </tr>
     3948  <tr>
     3949    <td align="left"><code>_WriteBlocking</code></td>
     3950    <td align="right"><code>0x0800C385</code></td>
     3951    <td align="right"><code>98</code></td>
     3952    <td align="right"><code>2</code></td>
     3953    <td align="left"><code>Code</code></td>
     3954    <td align="left"><code>Lc</code></td>
     3955    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3956  </tr>
     3957  <tr>
     3958    <td align="left"><code>_WriteNoCheck</code></td>
     3959    <td align="right"><code>0x0800C34B</code></td>
     3960    <td align="right"><code>58</code></td>
     3961    <td align="right"><code>2</code></td>
     3962    <td align="left"><code>Code</code></td>
     3963    <td align="left"><code>Lc</code></td>
     3964    <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3965  </tr>
     3966  <tr>
     3967    <td align="left"><code>__SEGGER_RTL_X_file_bufsize</code></td>
     3968    <td align="right"><code>0x0800C643</code></td>
     3969    <td align="right"><code>4</code></td>
     3970    <td align="right"><code>2</code></td>
     3971    <td align="left"><code>Code</code></td>
     3972    <td align="left"><code>Gb</code></td>
     3973    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3974  </tr>
     3975  <tr>
     3976    <td align="left"><code>__SEGGER_RTL_X_file_stat</code></td>
     3977    <td align="right"><code>0x0800BB5D</code></td>
     3978    <td align="right"><code>52</code></td>
     3979    <td align="right"><code>4</code></td>
     3980    <td align="left"><code>Code</code></td>
     3981    <td align="left"><code>Gb</code></td>
     3982    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3983  </tr>
     3984  <tr>
     3985    <td align="left"><code>__SEGGER_RTL_X_file_write</code></td>
     3986    <td align="right"><code>0x0800C341</code></td>
     3987    <td align="right"><code>10</code></td>
     3988    <td align="right"><code>2</code></td>
     3989    <td align="left"><code>Code</code></td>
     3990    <td align="left"><code>Gb</code></td>
     3991    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     3992  </tr>
     3993  <tr>
     3994    <td align="left"><code>__SEGGER_RTL_ascii_isctype</code></td>
     3995    <td align="right"><code>0x0800BE51</code></td>
     3996    <td align="right"><code>28</code></td>
     3997    <td align="right"><code>4</code></td>
     3998    <td align="left"><code>Code</code></td>
     3999    <td align="left"><code>Lc</code></td>
     4000    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4001  </tr>
     4002  <tr>
     4003    <td align="left"><code>__SEGGER_RTL_ascii_iswctype</code></td>
     4004    <td align="right"><code>0x0800BE6D</code></td>
     4005    <td align="right"><code>28</code></td>
     4006    <td align="right"><code>4</code></td>
     4007    <td align="left"><code>Code</code></td>
     4008    <td align="left"><code>Lc</code></td>
     4009    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4010  </tr>
     4011  <tr>
     4012    <td align="left"><code>__SEGGER_RTL_ascii_mbtowc</code></td>
     4013    <td align="right"><code>0x0800C3E7</code></td>
     4014    <td align="right"><code>46</code></td>
     4015    <td align="right"><code>2</code></td>
     4016    <td align="left"><code>Code</code></td>
     4017    <td align="left"><code>Gb</code></td>
     4018    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4019  </tr>
     4020  <tr>
     4021    <td align="left"><code>__SEGGER_RTL_ascii_tolower</code></td>
     4022    <td align="right"><code>0x0800C415</code></td>
     4023    <td align="right"><code>14</code></td>
     4024    <td align="right"><code>2</code></td>
     4025    <td align="left"><code>Code</code></td>
     4026    <td align="left"><code>Lc</code></td>
     4027    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4028  </tr>
     4029  <tr>
     4030    <td align="left"><code>__SEGGER_RTL_ascii_toupper</code></td>
     4031    <td align="right"><code>0x0800C657</code></td>
     4032    <td align="right"><code>12</code></td>
     4033    <td align="right"><code>2</code></td>
     4034    <td align="left"><code>Code</code></td>
     4035    <td align="left"><code>Lc</code></td>
     4036    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4037  </tr>
     4038  <tr>
     4039    <td align="left"><code>__SEGGER_RTL_ascii_towlower</code></td>
     4040    <td align="right"><code>0x0800C423</code></td>
     4041    <td align="right"><code>14</code></td>
     4042    <td align="right"><code>2</code></td>
     4043    <td align="left"><code>Code</code></td>
     4044    <td align="left"><code>Lc</code></td>
     4045    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4046  </tr>
     4047  <tr>
     4048    <td align="left"><code>__SEGGER_RTL_ascii_towupper</code></td>
     4049    <td align="right"><code>0x0800C663</code></td>
     4050    <td align="right"><code>12</code></td>
     4051    <td align="right"><code>2</code></td>
     4052    <td align="left"><code>Code</code></td>
     4053    <td align="left"><code>Lc</code></td>
     4054    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4055  </tr>
     4056  <tr>
     4057    <td align="left"><code>__SEGGER_RTL_ascii_wctomb</code></td>
     4058    <td align="right"><code>0x0800C647</code></td>
     4059    <td align="right"><code>16</code></td>
     4060    <td align="right"><code>2</code></td>
     4061    <td align="left"><code>Code</code></td>
     4062    <td align="left"><code>Gb</code></td>
     4063    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4064  </tr>
     4065  <tr>
     4066    <td align="left"><code>__SEGGER_RTL_current_locale</code></td>
     4067    <td align="right"><code>0x0800BE3D</code></td>
     4068    <td align="right"><code>20</code></td>
     4069    <td align="right"><code>4</code></td>
     4070    <td align="left"><code>Code</code></td>
     4071    <td align="left"><code>Gb</code></td>
     4072    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     4073  </tr>
     4074  <tr>
     4075    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalP</code></td>
     4076    <td align="right"><code>0x0800C543</code></td>
     4077    <td align="right"><code>80</code></td>
     4078    <td align="right"><code>2</code></td>
     4079    <td align="left"><code>Code</code></td>
     4080    <td align="left"><code>Lc</code></td>
     4081    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4082  </tr>
     4083  <tr>
     4084    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalQ</code></td>
     4085    <td align="right"><code>0x0800C593</code></td>
     4086    <td align="right"><code>80</code></td>
     4087    <td align="right"><code>2</code></td>
     4088    <td align="left"><code>Code</code></td>
     4089    <td align="left"><code>Lc</code></td>
     4090    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4091  </tr>
     4092  <tr>
     4093    <td align="left"><code>__SEGGER_RTL_float64_isinf</code></td>
     4094    <td align="right"><code>0x08009971</code></td>
     4095    <td align="right"><code>24</code></td>
     4096    <td align="right"><code>4</code></td>
     4097    <td align="left"><code>Code</code></td>
     4098    <td align="left"><code>Wk</code></td>
     4099    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4100  </tr>
     4101  <tr>
     4102    <td align="left"><code>__SEGGER_RTL_float64_isnan</code></td>
     4103    <td align="right"><code>0x08009955</code></td>
     4104    <td align="right"><code>28</code></td>
     4105    <td align="right"><code>4</code></td>
     4106    <td align="left"><code>Code</code></td>
     4107    <td align="left"><code>Wk</code></td>
     4108    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4109  </tr>
     4110  <tr>
     4111    <td align="left"><code>__SEGGER_RTL_float64_isnormal</code></td>
     4112    <td align="right"><code>0x08009989</code></td>
     4113    <td align="right"><code>40</code></td>
     4114    <td align="right"><code>4</code></td>
     4115    <td align="left"><code>Code</code></td>
     4116    <td align="left"><code>Wk</code></td>
     4117    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4118  </tr>
     4119  <tr>
     4120    <td align="left"><code>__SEGGER_RTL_float64_signbit</code></td>
     4121    <td align="right"><code>0x0800C53F</code></td>
     4122    <td align="right"><code>4</code></td>
     4123    <td align="right"><code>2</code></td>
     4124    <td align="left"><code>Code</code></td>
     4125    <td align="left"><code>Wk</code></td>
     4126    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4127  </tr>
     4128  <tr>
     4129    <td align="left"><code>__SEGGER_RTL_pow10</code></td>
     4130    <td align="right"><code>0x0800A239</code></td>
     4131    <td align="right"><code>88</code></td>
     4132    <td align="right"><code>4</code></td>
     4133    <td align="left"><code>Code</code></td>
     4134    <td align="left"><code>Gb</code></td>
     4135    <td align="left"><code>utilops.o (libc_v6m_t_le_eabi.a)</code></td>
     4136  </tr>
     4137  <tr>
     4138    <td align="left"><code>__SEGGER_RTL_pre_padding</code></td>
     4139    <td align="right"><code>0x0800C607</code></td>
     4140    <td align="right"><code>44</code></td>
     4141    <td align="right"><code>2</code></td>
     4142    <td align="left"><code>Code</code></td>
     4143    <td align="left"><code>Gb</code></td>
     4144    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4145  </tr>
     4146  <tr>
     4147    <td align="left"><code>__SEGGER_RTL_prin_flush</code></td>
     4148    <td align="right"><code>0x0800C30D</code></td>
    46334149    <td align="right"><code>26</code></td>
    46344150    <td align="right"><code>2</code></td>
    46354151    <td align="left"><code>Code</code></td>
    4636     <td align="left"><code>Lc</code></td>
    4637     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    4638   </tr>
    4639   <tr>
    4640     <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
    4641     <td align="right"><code>0x0800B15B</code></td>
    4642     <td align="right"><code>10</code></td>
    4643     <td align="right"><code>2</code></td>
    4644     <td align="left"><code>Code</code></td>
    4645     <td align="left"><code>Lc</code></td>
    4646     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    4647   </tr>
    4648   <tr>
    4649     <td align="left"><code>ADC_Disable</code></td>
    4650     <td align="right"><code>0x080004D1</code></td>
    4651     <td align="right"><code>104</code></td>
    4652     <td align="right"><code>4</code></td>
    4653     <td align="left"><code>Code</code></td>
    4654     <td align="left"><code>Gb</code></td>
    4655     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    4656   </tr>
    4657   <tr>
    4658     <td align="left"><code>ADC_Enable</code></td>
    4659     <td align="right"><code>0x08000539</code></td>
     4152    <td align="left"><code>Gb</code></td>
     4153    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4154  </tr>
     4155  <tr>
     4156    <td align="left"><code>__SEGGER_RTL_print_padding</code></td>
     4157    <td align="right"><code>0x0800C5EB</code></td>
     4158    <td align="right"><code>28</code></td>
     4159    <td align="right"><code>2</code></td>
     4160    <td align="left"><code>Code</code></td>
     4161    <td align="left"><code>Gb</code></td>
     4162    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4163  </tr>
     4164  <tr>
     4165    <td align="left"><code>__SEGGER_RTL_putc</code></td>
     4166    <td align="right"><code>0x0800C273</code></td>
     4167    <td align="right"><code>154</code></td>
     4168    <td align="right"><code>2</code></td>
     4169    <td align="left"><code>Code</code></td>
     4170    <td align="left"><code>Gb</code></td>
     4171    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4172  </tr>
     4173  <tr>
     4174    <td align="left"><code>__SEGGER_RTL_stream_write</code></td>
     4175    <td align="right"><code>0x0800C633</code></td>
     4176    <td align="right"><code>16</code></td>
     4177    <td align="right"><code>2</code></td>
     4178    <td align="left"><code>Code</code></td>
     4179    <td align="left"><code>Lc</code></td>
     4180    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4181  </tr>
     4182  <tr>
     4183    <td align="left"><code>__SEGGER_RTL_vfprintf</code></td>
     4184    <td align="right"><code>0x0800ABCD</code></td>
     4185    <td align="right"><code>3 984</code></td>
     4186    <td align="right"><code>4</code></td>
     4187    <td align="left"><code>Code</code></td>
     4188    <td align="left"><code>Gb</code></td>
     4189    <td align="left"><code>__SEGGER_RTL_vfprintf_float_long.o (libc_v6m_t_le_eabi.a)</code></td>
     4190  </tr>
     4191  <tr>
     4192    <td align="left"><code>__SEGGER_RTL_vfprintf_float_long</code></td>
     4193    <td align="right"><code>0x0800ABCD</code></td>
     4194    <td align="right"><code>3 984</code></td>
     4195    <td align="right"><code>4</code></td>
     4196    <td align="left"><code>Code</code></td>
     4197    <td align="left"><code>Gb</code></td>
     4198    <td align="left"><code>__SEGGER_RTL_vfprintf_float_long.o (libc_v6m_t_le_eabi.a)</code></td>
     4199  </tr>
     4200  <tr>
     4201    <td align="left"><code>__SEGGER_init_copy</code></td>
     4202    <td align="right"><code>0x0800CF73</code></td>
     4203    <td align="right"><code>20</code></td>
     4204    <td align="right"><code>2</code></td>
     4205    <td align="left"><code>Code</code></td>
     4206    <td align="left"><code>Wk</code></td>
     4207    <td align="left"><code>SEGGER_crtinit.o (SEGGER_crtinit_v6m_t_le_eabi.a)</code></td>
     4208  </tr>
     4209  <tr>
     4210    <td align="left"><code>__SEGGER_init_done</code></td>
     4211    <td align="right"><code>0x0800BFB3</code></td>
     4212    <td align="right"><code></code></td>
     4213    <td align="right"><code>4</code></td>
     4214    <td align="left"><code>Code</code></td>
     4215    <td align="left"><code>Gb</code></td>
     4216    <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
     4217  </tr>
     4218  <tr>
     4219    <td align="left"><code>__SEGGER_init_zero</code></td>
     4220    <td align="right"><code>0x0800CF61</code></td>
     4221    <td align="right"><code>18</code></td>
     4222    <td align="right"><code>2</code></td>
     4223    <td align="left"><code>Code</code></td>
     4224    <td align="left"><code>Wk</code></td>
     4225    <td align="left"><code>SEGGER_crtinit.o (SEGGER_crtinit_v6m_t_le_eabi.a)</code></td>
     4226  </tr>
     4227  <tr>
     4228    <td align="left"><code>__aeabi_d2iz</code></td>
     4229    <td align="right"><code>0x0800A71D</code></td>
     4230    <td align="right"><code>52</code></td>
     4231    <td align="right"><code>4</code></td>
     4232    <td align="left"><code>Code</code></td>
     4233    <td align="left"><code>Wk</code></td>
     4234    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4235  </tr>
     4236  <tr>
     4237    <td align="left"><code>__aeabi_d2lz</code></td>
     4238    <td align="right"><code>0x0800A751</code></td>
     4239    <td align="right"><code>114</code></td>
     4240    <td align="right"><code>4</code></td>
     4241    <td align="left"><code>Code</code></td>
     4242    <td align="left"><code>Wk</code></td>
     4243    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4244  </tr>
     4245  <tr>
     4246    <td align="left"><code>__aeabi_d2uiz</code></td>
     4247    <td align="right"><code>0x0800A7E9</code></td>
     4248    <td align="right"><code>46</code></td>
     4249    <td align="right"><code>4</code></td>
     4250    <td align="left"><code>Code</code></td>
     4251    <td align="left"><code>Wk</code></td>
     4252    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4253  </tr>
     4254  <tr>
     4255    <td align="left"><code>__aeabi_d2ulz</code></td>
     4256    <td align="right"><code>0x0800A819</code></td>
     4257    <td align="right"><code>72</code></td>
     4258    <td align="right"><code>4</code></td>
     4259    <td align="left"><code>Code</code></td>
     4260    <td align="left"><code>Wk</code></td>
     4261    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4262  </tr>
     4263  <tr>
     4264    <td align="left"><code>__aeabi_dadd</code></td>
     4265    <td align="right"><code>0x0800A291</code></td>
     4266    <td align="right"><code>456</code></td>
     4267    <td align="right"><code>4</code></td>
     4268    <td align="left"><code>Code</code></td>
     4269    <td align="left"><code>Wk</code></td>
     4270    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4271  </tr>
     4272  <tr>
     4273    <td align="left"><code>__aeabi_dcmpeq</code></td>
     4274    <td align="right"><code>0x0800A629</code></td>
     4275    <td align="right"><code>46</code></td>
     4276    <td align="right"><code>4</code></td>
     4277    <td align="left"><code>Code</code></td>
     4278    <td align="left"><code>Wk</code></td>
     4279    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4280  </tr>
     4281  <tr>
     4282    <td align="left"><code>__aeabi_dcmpge</code></td>
     4283    <td align="right"><code>0x0800A659</code></td>
     4284    <td align="right"><code>68</code></td>
     4285    <td align="right"><code>4</code></td>
     4286    <td align="left"><code>Code</code></td>
     4287    <td align="left"><code>Wk</code></td>
     4288    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4289  </tr>
     4290  <tr>
     4291    <td align="left"><code>__aeabi_dcmpgt</code></td>
     4292    <td align="right"><code>0x0800A69D</code></td>
     4293    <td align="right"><code>62</code></td>
     4294    <td align="right"><code>4</code></td>
     4295    <td align="left"><code>Code</code></td>
     4296    <td align="left"><code>Wk</code></td>
     4297    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4298  </tr>
     4299  <tr>
     4300    <td align="left"><code>__aeabi_dcmple</code></td>
     4301    <td align="right"><code>0x0800A5E5</code></td>
     4302    <td align="right"><code>68</code></td>
     4303    <td align="right"><code>4</code></td>
     4304    <td align="left"><code>Code</code></td>
     4305    <td align="left"><code>Wk</code></td>
     4306    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4307  </tr>
     4308  <tr>
     4309    <td align="left"><code>__aeabi_dcmplt</code></td>
     4310    <td align="right"><code>0x0800A6DD</code></td>
     4311    <td align="right"><code>62</code></td>
     4312    <td align="right"><code>4</code></td>
     4313    <td align="left"><code>Code</code></td>
     4314    <td align="left"><code>Wk</code></td>
     4315    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4316  </tr>
     4317  <tr>
     4318    <td align="left"><code>__aeabi_ddiv</code></td>
     4319    <td align="right"><code>0x0800A521</code></td>
     4320    <td align="right"><code>196</code></td>
     4321    <td align="right"><code>4</code></td>
     4322    <td align="left"><code>Code</code></td>
     4323    <td align="left"><code>Wk</code></td>
     4324    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4325  </tr>
     4326  <tr>
     4327    <td align="left"><code>__aeabi_dmul</code></td>
     4328    <td align="right"><code>0x0800C121</code></td>
     4329    <td align="right"><code></code></td>
     4330    <td align="right"><code>2</code></td>
     4331    <td align="left"><code>Code</code></td>
     4332    <td align="left"><code>Wk</code></td>
     4333    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4334  </tr>
     4335  <tr>
     4336    <td align="left"><code>__aeabi_dmul_aux</code></td>
     4337    <td align="right"><code>0x0800C0E9</code></td>
     4338    <td align="right"><code>394</code></td>
     4339    <td align="right"><code>2</code></td>
     4340    <td align="left"><code>Code</code></td>
     4341    <td align="left"><code>Lc</code></td>
     4342    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4343  </tr>
     4344  <tr>
     4345    <td align="left"><code>__aeabi_dsub</code></td>
     4346    <td align="right"><code>0x0800A459</code></td>
     4347    <td align="right"><code>12</code></td>
     4348    <td align="right"><code>4</code></td>
     4349    <td align="left"><code>Code</code></td>
     4350    <td align="left"><code>Wk</code></td>
     4351    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4352  </tr>
     4353  <tr>
     4354    <td align="left"><code>__aeabi_f2uiz</code></td>
     4355    <td align="right"><code>0x0800A7C5</code></td>
     4356    <td align="right"><code>36</code></td>
     4357    <td align="right"><code>4</code></td>
     4358    <td align="left"><code>Code</code></td>
     4359    <td align="left"><code>Wk</code></td>
     4360    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4361  </tr>
     4362  <tr>
     4363    <td align="left"><code>__aeabi_fmul</code></td>
     4364    <td align="right"><code>0x0800A469</code></td>
     4365    <td align="right"><code>182</code></td>
     4366    <td align="right"><code>4</code></td>
     4367    <td align="left"><code>Code</code></td>
     4368    <td align="left"><code>Wk</code></td>
     4369    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4370  </tr>
     4371  <tr>
     4372    <td align="left"><code>__aeabi_i2d</code></td>
     4373    <td align="right"><code>0x0800A861</code></td>
     4374    <td align="right"><code>22</code></td>
     4375    <td align="right"><code>4</code></td>
     4376    <td align="left"><code>Code</code></td>
     4377    <td align="left"><code>Wk</code></td>
     4378    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4379  </tr>
     4380  <tr>
     4381    <td align="left"><code>__aeabi_idiv</code></td>
     4382    <td align="right"><code>0x0800A9BD</code></td>
     4383    <td align="right"><code>64</code></td>
     4384    <td align="right"><code>4</code></td>
     4385    <td align="left"><code>Code</code></td>
     4386    <td align="left"><code>Wk</code></td>
     4387    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4388  </tr>
     4389  <tr>
     4390    <td align="left"><code>__aeabi_idiv0</code></td>
     4391    <td align="right"><code>0x0800AB25</code></td>
     4392    <td align="right"><code>6</code></td>
     4393    <td align="right"><code>4</code></td>
     4394    <td align="left"><code>Code</code></td>
     4395    <td align="left"><code>Wk</code></td>
     4396    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4397  </tr>
     4398  <tr>
     4399    <td align="left"><code>__aeabi_idivmod</code></td>
     4400    <td align="right"><code>0x0800A9FD</code></td>
     4401    <td align="right"><code>14</code></td>
     4402    <td align="right"><code>4</code></td>
     4403    <td align="left"><code>Code</code></td>
     4404    <td align="left"><code>Wk</code></td>
     4405    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4406  </tr>
     4407  <tr>
     4408    <td align="left"><code>__aeabi_l2d</code></td>
     4409    <td align="right"><code>0x0800A87D</code></td>
     4410    <td align="right"><code>92</code></td>
     4411    <td align="right"><code>4</code></td>
     4412    <td align="left"><code>Code</code></td>
     4413    <td align="left"><code>Wk</code></td>
     4414    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4415  </tr>
     4416  <tr>
     4417    <td align="left"><code>__aeabi_lasr</code></td>
     4418    <td align="right"><code>0x0800A96D</code></td>
     4419    <td align="right"><code>30</code></td>
     4420    <td align="right"><code>4</code></td>
     4421    <td align="left"><code>Code</code></td>
     4422    <td align="left"><code>Wk</code></td>
     4423    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4424  </tr>
     4425  <tr>
     4426    <td align="left"><code>__aeabi_ldivmod</code></td>
     4427    <td align="right"><code>0x0800AA55</code></td>
     4428    <td align="right"><code>46</code></td>
     4429    <td align="right"><code>4</code></td>
     4430    <td align="left"><code>Code</code></td>
     4431    <td align="left"><code>Wk</code></td>
     4432    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4433  </tr>
     4434  <tr>
     4435    <td align="left"><code>__aeabi_llsl</code></td>
     4436    <td align="right"><code>0x0800A92D</code></td>
     4437    <td align="right"><code>30</code></td>
     4438    <td align="right"><code>4</code></td>
     4439    <td align="left"><code>Code</code></td>
     4440    <td align="left"><code>Wk</code></td>
     4441    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4442  </tr>
     4443  <tr>
     4444    <td align="left"><code>__aeabi_llsr</code></td>
     4445    <td align="right"><code>0x0800A94D</code></td>
     4446    <td align="right"><code>30</code></td>
     4447    <td align="right"><code>4</code></td>
     4448    <td align="left"><code>Code</code></td>
     4449    <td align="left"><code>Wk</code></td>
     4450    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4451  </tr>
     4452  <tr>
     4453    <td align="left"><code>__aeabi_lmul</code></td>
     4454    <td align="right"><code>0x0800A98D</code></td>
     4455    <td align="right"><code>46</code></td>
     4456    <td align="right"><code>4</code></td>
     4457    <td align="left"><code>Code</code></td>
     4458    <td align="left"><code>Wk</code></td>
     4459    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4460  </tr>
     4461  <tr>
     4462    <td align="left"><code>__aeabi_memclr</code></td>
     4463    <td align="right"><code>0x0800BE05</code></td>
     4464    <td align="right"><code>20</code></td>
     4465    <td align="right"><code>4</code></td>
     4466    <td align="left"><code>Code</code></td>
     4467    <td align="left"><code>Wk</code></td>
     4468    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4469  </tr>
     4470  <tr>
     4471    <td align="left"><code>__aeabi_memclr4</code></td>
     4472    <td align="right"><code>0x0800BE05</code></td>
     4473    <td align="right"><code></code></td>
     4474    <td align="right"><code>4</code></td>
     4475    <td align="left"><code>Code</code></td>
     4476    <td align="left"><code>Wk</code></td>
     4477    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4478  </tr>
     4479  <tr>
     4480    <td align="left"><code>__aeabi_memclr8</code></td>
     4481    <td align="right"><code>0x0800BE05</code></td>
     4482    <td align="right"><code></code></td>
     4483    <td align="right"><code>4</code></td>
     4484    <td align="left"><code>Code</code></td>
     4485    <td align="left"><code>Wk</code></td>
     4486    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4487  </tr>
     4488  <tr>
     4489    <td align="left"><code>__aeabi_memcpy</code></td>
     4490    <td align="right"><code>0x0800BDF5</code></td>
     4491    <td align="right"><code></code></td>
     4492    <td align="right"><code>4</code></td>
     4493    <td align="left"><code>Code</code></td>
     4494    <td align="left"><code>Wk</code></td>
     4495    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4496  </tr>
     4497  <tr>
     4498    <td align="left"><code>__aeabi_memcpy4</code></td>
     4499    <td align="right"><code>0x0800BDF5</code></td>
     4500    <td align="right"><code></code></td>
     4501    <td align="right"><code>4</code></td>
     4502    <td align="left"><code>Code</code></td>
     4503    <td align="left"><code>Wk</code></td>
     4504    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4505  </tr>
     4506  <tr>
     4507    <td align="left"><code>__aeabi_memcpy8</code></td>
     4508    <td align="right"><code>0x0800BDF5</code></td>
     4509    <td align="right"><code></code></td>
     4510    <td align="right"><code>4</code></td>
     4511    <td align="left"><code>Code</code></td>
     4512    <td align="left"><code>Wk</code></td>
     4513    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4514  </tr>
     4515  <tr>
     4516    <td align="left"><code>__aeabi_memmove</code></td>
     4517    <td align="right"><code>0x0800BE19</code></td>
     4518    <td align="right"><code></code></td>
     4519    <td align="right"><code>4</code></td>
     4520    <td align="left"><code>Code</code></td>
     4521    <td align="left"><code>Wk</code></td>
     4522    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4523  </tr>
     4524  <tr>
     4525    <td align="left"><code>__aeabi_memmove4</code></td>
     4526    <td align="right"><code>0x0800BE19</code></td>
     4527    <td align="right"><code></code></td>
     4528    <td align="right"><code>4</code></td>
     4529    <td align="left"><code>Code</code></td>
     4530    <td align="left"><code>Wk</code></td>
     4531    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4532  </tr>
     4533  <tr>
     4534    <td align="left"><code>__aeabi_memmove8</code></td>
     4535    <td align="right"><code>0x0800BE19</code></td>
     4536    <td align="right"><code></code></td>
     4537    <td align="right"><code>4</code></td>
     4538    <td align="left"><code>Code</code></td>
     4539    <td align="left"><code>Wk</code></td>
     4540    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4541  </tr>
     4542  <tr>
     4543    <td align="left"><code>__aeabi_memset</code></td>
     4544    <td align="right"><code>0x0800BE07</code></td>
     4545    <td align="right"><code></code></td>
     4546    <td align="right"><code>4</code></td>
     4547    <td align="left"><code>Code</code></td>
     4548    <td align="left"><code>Wk</code></td>
     4549    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4550  </tr>
     4551  <tr>
     4552    <td align="left"><code>__aeabi_memset4</code></td>
     4553    <td align="right"><code>0x0800BE07</code></td>
     4554    <td align="right"><code></code></td>
     4555    <td align="right"><code>4</code></td>
     4556    <td align="left"><code>Code</code></td>
     4557    <td align="left"><code>Wk</code></td>
     4558    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4559  </tr>
     4560  <tr>
     4561    <td align="left"><code>__aeabi_memset8</code></td>
     4562    <td align="right"><code>0x0800BE07</code></td>
     4563    <td align="right"><code></code></td>
     4564    <td align="right"><code>4</code></td>
     4565    <td align="left"><code>Code</code></td>
     4566    <td align="left"><code>Wk</code></td>
     4567    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4568  </tr>
     4569  <tr>
     4570    <td align="left"><code>__aeabi_ui2d</code></td>
     4571    <td align="right"><code>0x0800A8F9</code></td>
     4572    <td align="right"><code>28</code></td>
     4573    <td align="right"><code>4</code></td>
     4574    <td align="left"><code>Code</code></td>
     4575    <td align="left"><code>Wk</code></td>
     4576    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4577  </tr>
     4578  <tr>
     4579    <td align="left"><code>__aeabi_ui2f</code></td>
     4580    <td align="right"><code>0x0800A8D9</code></td>
     4581    <td align="right"><code>30</code></td>
     4582    <td align="right"><code>4</code></td>
     4583    <td align="left"><code>Code</code></td>
     4584    <td align="left"><code>Wk</code></td>
     4585    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4586  </tr>
     4587  <tr>
     4588    <td align="left"><code>__aeabi_uidiv</code></td>
     4589    <td align="right"><code>0x0800AA0D</code></td>
     4590    <td align="right"><code>56</code></td>
     4591    <td align="right"><code>4</code></td>
     4592    <td align="left"><code>Code</code></td>
     4593    <td align="left"><code>Wk</code></td>
     4594    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4595  </tr>
     4596  <tr>
     4597    <td align="left"><code>__aeabi_uidivmod</code></td>
     4598    <td align="right"><code>0x0800AA45</code></td>
     4599    <td align="right"><code>16</code></td>
     4600    <td align="right"><code>4</code></td>
     4601    <td align="left"><code>Code</code></td>
     4602    <td align="left"><code>Wk</code></td>
     4603    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4604  </tr>
     4605  <tr>
     4606    <td align="left"><code>__aeabi_ul2d</code></td>
     4607    <td align="right"><code>0x0800A915</code></td>
     4608    <td align="right"><code>20</code></td>
     4609    <td align="right"><code>4</code></td>
     4610    <td align="left"><code>Code</code></td>
     4611    <td align="left"><code>Wk</code></td>
     4612    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4613  </tr>
     4614  <tr>
     4615    <td align="left"><code>__aeabi_uldivmod</code></td>
     4616    <td align="right"><code>0x0800AA85</code></td>
     4617    <td align="right"><code>160</code></td>
     4618    <td align="right"><code>4</code></td>
     4619    <td align="left"><code>Code</code></td>
     4620    <td align="left"><code>Wk</code></td>
     4621    <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     4622  </tr>
     4623  <tr>
     4624    <td align="left"><code>_start</code></td>
     4625    <td align="right"><code>0x0800BFA9</code></td>
     4626    <td align="right"><code></code></td>
     4627    <td align="right"><code>4</code></td>
     4628    <td align="left"><code>Code</code></td>
     4629    <td align="left"><code>Gb</code></td>
     4630    <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
     4631  </tr>
     4632  <tr>
     4633    <td align="left"><code>abs</code></td>
     4634    <td align="right"><code>0x0800C5E3</code></td>
     4635    <td align="right"><code>8</code></td>
     4636    <td align="right"><code>2</code></td>
     4637    <td align="left"><code>Code</code></td>
     4638    <td align="left"><code>Wk</code></td>
     4639    <td align="left"><code>intops.o (libc_v6m_t_le_eabi.a)</code></td>
     4640  </tr>
     4641  <tr>
     4642    <td align="left"><code>exit</code></td>
     4643    <td align="right"><code>0x0800BFB7</code></td>
     4644    <td align="right"><code></code></td>
     4645    <td align="right"><code>4</code></td>
     4646    <td align="left"><code>Code</code></td>
     4647    <td align="left"><code>Gb</code></td>
     4648    <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
     4649  </tr>
     4650  <tr>
     4651    <td align="left"><code>exp</code></td>
     4652    <td align="right"><code>0x08009DE1</code></td>
     4653    <td align="right"><code>472</code></td>
     4654    <td align="right"><code>4</code></td>
     4655    <td align="left"><code>Code</code></td>
     4656    <td align="left"><code>Wk</code></td>
     4657    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4658  </tr>
     4659  <tr>
     4660    <td align="left"><code>floor</code></td>
     4661    <td align="right"><code>0x08009BAD</code></td>
     4662    <td align="right"><code>200</code></td>
     4663    <td align="right"><code>4</code></td>
     4664    <td align="left"><code>Code</code></td>
     4665    <td align="left"><code>Wk</code></td>
     4666    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4667  </tr>
     4668  <tr>
     4669    <td align="left"><code>fmod</code></td>
     4670    <td align="right"><code>0x08009A31</code></td>
     4671    <td align="right"><code>380</code></td>
     4672    <td align="right"><code>4</code></td>
     4673    <td align="left"><code>Code</code></td>
     4674    <td align="left"><code>Wk</code></td>
     4675    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4676  </tr>
     4677  <tr>
     4678    <td align="left"><code>fputc</code></td>
     4679    <td align="right"><code>0x0800C4E7</code></td>
     4680    <td align="right"><code>36</code></td>
     4681    <td align="right"><code>2</code></td>
     4682    <td align="left"><code>Code</code></td>
     4683    <td align="left"><code>Wk</code></td>
     4684    <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
     4685  </tr>
     4686  <tr>
     4687    <td align="left"><code>frexp</code></td>
     4688    <td align="right"><code>0x080099F9</code></td>
     4689    <td align="right"><code>56</code></td>
     4690    <td align="right"><code>4</code></td>
     4691    <td align="left"><code>Code</code></td>
     4692    <td align="left"><code>Wk</code></td>
     4693    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4694  </tr>
     4695  <tr>
     4696    <td align="left"><code>fwrite</code></td>
     4697    <td align="right"><code>0x0800C50B</code></td>
     4698    <td align="right"><code>52</code></td>
     4699    <td align="right"><code>2</code></td>
     4700    <td align="left"><code>Code</code></td>
     4701    <td align="left"><code>Wk</code></td>
     4702    <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
     4703  </tr>
     4704  <tr>
     4705    <td align="left"><code>ldexp</code></td>
     4706    <td align="right"><code>0x080099B1</code></td>
     4707    <td align="right"><code>72</code></td>
     4708    <td align="right"><code>4</code></td>
     4709    <td align="left"><code>Code</code></td>
     4710    <td align="left"><code>Wk</code></td>
     4711    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4712  </tr>
     4713  <tr>
     4714    <td align="left"><code>log</code></td>
     4715    <td align="right"><code>0x08009C75</code></td>
     4716    <td align="right"><code>364</code></td>
     4717    <td align="right"><code>4</code></td>
     4718    <td align="left"><code>Code</code></td>
     4719    <td align="left"><code>Wk</code></td>
     4720    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4721  </tr>
     4722  <tr>
     4723    <td align="left"><code>main</code></td>
     4724    <td align="right"><code>0x080039ED</code></td>
     4725    <td align="right"><code>21 700</code></td>
     4726    <td align="right"><code>4</code></td>
     4727    <td align="left"><code>Code</code></td>
     4728    <td align="left"><code>Gb</code></td>
     4729    <td align="left"><code>firmware_lto.o</code></td>
     4730  </tr>
     4731  <tr>
     4732    <td align="left"><code>memcpy</code></td>
     4733    <td align="right"><code>0x0800BDF5</code></td>
     4734    <td align="right"><code>14</code></td>
     4735    <td align="right"><code>4</code></td>
     4736    <td align="left"><code>Code</code></td>
     4737    <td align="left"><code>Wk</code></td>
     4738    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4739  </tr>
     4740  <tr>
     4741    <td align="left"><code>memset</code></td>
     4742    <td align="right"><code>0x0800BE0D</code></td>
     4743    <td align="right"><code></code></td>
     4744    <td align="right"><code>4</code></td>
     4745    <td align="left"><code>Code</code></td>
     4746    <td align="left"><code>Wk</code></td>
     4747    <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
     4748  </tr>
     4749  <tr>
     4750    <td align="left"><code>pow</code></td>
     4751    <td align="right"><code>0x08009FB9</code></td>
     4752    <td align="right"><code>640</code></td>
     4753    <td align="right"><code>4</code></td>
     4754    <td align="left"><code>Code</code></td>
     4755    <td align="left"><code>Wk</code></td>
     4756    <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
     4757  </tr>
     4758  <tr>
     4759    <td align="left"><code>printf</code></td>
     4760    <td align="right"><code>0x0800ABA5</code></td>
     4761    <td align="right"><code>40</code></td>
     4762    <td align="right"><code>4</code></td>
     4763    <td align="left"><code>Code</code></td>
     4764    <td align="left"><code>Wk</code></td>
     4765    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
     4766  </tr>
     4767  <tr>
     4768    <td align="left"><code>putchar</code></td>
     4769    <td align="right"><code>0x08009919</code></td>
     4770    <td align="right"><code>16</code></td>
     4771    <td align="right"><code>4</code></td>
     4772    <td align="left"><code>Code</code></td>
     4773    <td align="left"><code>Wk</code></td>
     4774    <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
     4775  </tr>
     4776  <tr>
     4777    <td align="left"><code>puts</code></td>
     4778    <td align="right"><code>0x08009929</code></td>
     4779    <td align="right"><code>44</code></td>
     4780    <td align="right"><code>4</code></td>
     4781    <td align="left"><code>Code</code></td>
     4782    <td align="left"><code>Wk</code></td>
     4783    <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
     4784  </tr>
     4785  <tr>
     4786    <td align="left"><code>strlen</code></td>
     4787    <td align="right"><code>0x0800BC71</code></td>
     4788    <td align="right"><code>168</code></td>
     4789    <td align="right"><code>4</code></td>
     4790    <td align="left"><code>Code</code></td>
     4791    <td align="left"><code>Wk</code></td>
     4792    <td align="left"><code>strops.o (strops_v6m_t_le_eabi.a)</code></td>
     4793  </tr>
     4794  <tr>
     4795    <td align="left"><code>strnlen</code></td>
     4796    <td align="right"><code>0x0800BD19</code></td>
    46604797    <td align="right"><code>220</code></td>
    46614798    <td align="right"><code>4</code></td>
    46624799    <td align="left"><code>Code</code></td>
    4663     <td align="left"><code>Gb</code></td>
    4664     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    4665   </tr>
    4666   <tr>
    4667     <td align="left"><code>ADS1260_ConversionFinished</code></td>
    4668     <td align="right"><code>0x0800BBBD</code></td>
    4669     <td align="right"><code>8</code></td>
    4670     <td align="right"><code>2</code></td>
    4671     <td align="left"><code>Code</code></td>
    4672     <td align="left"><code>Gb</code></td>
    4673     <td align="left"><code>ads1260.o</code></td>
    4674   </tr>
    4675   <tr>
    4676     <td align="left"><code>ADS1260_ReadConversion</code></td>
    4677     <td align="right"><code>0x08005B95</code></td>
    4678     <td align="right"><code>720</code></td>
    4679     <td align="right"><code>4</code></td>
    4680     <td align="left"><code>Code</code></td>
    4681     <td align="left"><code>Gb</code></td>
    4682     <td align="left"><code>ads1260.o</code></td>
    4683   </tr>
    4684   <tr>
    4685     <td align="left"><code>ADS1260_init</code></td>
    4686     <td align="right"><code>0x08004D25</code></td>
    4687     <td align="right"><code>3 696</code></td>
    4688     <td align="right"><code>4</code></td>
    4689     <td align="left"><code>Code</code></td>
    4690     <td align="left"><code>Gb</code></td>
    4691     <td align="left"><code>ads1260.o</code></td>
    4692   </tr>
    4693   <tr>
    4694     <td align="left"><code>ADS_1260_BatteryCurrentGainCalibrationStart</code></td>
    4695     <td align="right"><code>0x08004AF9</code></td>
    4696     <td align="right"><code>260</code></td>
    4697     <td align="right"><code>4</code></td>
    4698     <td align="left"><code>Code</code></td>
    4699     <td align="left"><code>Gb</code></td>
    4700     <td align="left"><code>ads1260.o</code></td>
    4701   </tr>
    4702   <tr>
    4703     <td align="left"><code>ADS_1260_BatteryCurrentGainTemperatureCalibrationShuntStart</code></td>
    4704     <td align="right"><code>0x08004BFD</code></td>
    4705     <td align="right"><code>296</code></td>
    4706     <td align="right"><code>4</code></td>
    4707     <td align="left"><code>Code</code></td>
    4708     <td align="left"><code>Gb</code></td>
    4709     <td align="left"><code>ads1260.o</code></td>
    4710   </tr>
    4711   <tr>
    4712     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCalibrationStart</code></td>
    4713     <td align="right"><code>0x08004A5D</code></td>
    4714     <td align="right"><code>48</code></td>
    4715     <td align="right"><code>4</code></td>
    4716     <td align="left"><code>Code</code></td>
    4717     <td align="left"><code>Gb</code></td>
    4718     <td align="left"><code>ads1260.o</code></td>
    4719   </tr>
    4720   <tr>
    4721     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCommonModeErrorComepensationStart</code></td>
    4722     <td align="right"><code>0x08004A8D</code></td>
    4723     <td align="right"><code>52</code></td>
    4724     <td align="right"><code>4</code></td>
    4725     <td align="left"><code>Code</code></td>
    4726     <td align="left"><code>Gb</code></td>
    4727     <td align="left"><code>ads1260.o</code></td>
    4728   </tr>
    4729   <tr>
    4730     <td align="left"><code>ADS_1260_BatteryCurrentOffsetTemperatureErrorComepensationStart</code></td>
    4731     <td align="right"><code>0x08004AC1</code></td>
    4732     <td align="right"><code>56</code></td>
    4733     <td align="right"><code>4</code></td>
    4734     <td align="left"><code>Code</code></td>
    4735     <td align="left"><code>Gb</code></td>
    4736     <td align="left"><code>ads1260.o</code></td>
    4737   </tr>
    4738   <tr>
    4739     <td align="left"><code>ADS_1260_SetDataRate</code></td>
    4740     <td align="right"><code>0x0800499D</code></td>
    4741     <td align="right"><code>192</code></td>
    4742     <td align="right"><code>4</code></td>
    4743     <td align="left"><code>Code</code></td>
    4744     <td align="left"><code>Gb</code></td>
    4745     <td align="left"><code>ads1260.o</code></td>
    4746   </tr>
    4747   <tr>
    4748     <td align="left"><code>AES_RNG_IRQHandler</code></td>
    4749     <td align="right"><code>0x0800B0E7</code></td>
    4750     <td align="right"><code></code></td>
    4751     <td align="right"><code>4</code></td>
    4752     <td align="left"><code>Code</code></td>
    4753     <td align="left"><code>Wk</code></td>
    4754     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4755   </tr>
    4756   <tr>
    4757     <td align="left"><code>AH_COUNTER_Exec</code></td>
    4758     <td align="right"><code>0x08005E85</code></td>
    4759     <td align="right"><code>932</code></td>
    4760     <td align="right"><code>4</code></td>
    4761     <td align="left"><code>Code</code></td>
    4762     <td align="left"><code>Gb</code></td>
    4763     <td align="left"><code>ah_counter.o</code></td>
    4764   </tr>
    4765   <tr>
    4766     <td align="left"><code>AH_COUNTER_Init</code></td>
    4767     <td align="right"><code>0x08005E65</code></td>
    4768     <td align="right"><code>32</code></td>
    4769     <td align="right"><code>4</code></td>
    4770     <td align="left"><code>Code</code></td>
    4771     <td align="left"><code>Gb</code></td>
    4772     <td align="left"><code>ah_counter.o</code></td>
    4773   </tr>
    4774   <tr>
    4775     <td align="left"><code>BATTERY_VOLTAGE_Exec</code></td>
    4776     <td align="right"><code>0x08006229</code></td>
    4777     <td align="right"><code>248</code></td>
    4778     <td align="right"><code>4</code></td>
    4779     <td align="left"><code>Code</code></td>
    4780     <td align="left"><code>Gb</code></td>
    4781     <td align="left"><code>battery_voltage.o</code></td>
    4782   </tr>
    4783   <tr>
    4784     <td align="left"><code>CEC_IRQHandler</code></td>
    4785     <td align="right"><code>0x0800B0E5</code></td>
    4786     <td align="right"><code></code></td>
    4787     <td align="right"><code>4</code></td>
    4788     <td align="left"><code>Code</code></td>
    4789     <td align="left"><code>Wk</code></td>
    4790     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4791   </tr>
    4792   <tr>
    4793     <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    4794     <td align="right"><code>0x0800850D</code></td>
    4795     <td align="right"><code>16</code></td>
    4796     <td align="right"><code>4</code></td>
    4797     <td align="left"><code>Code</code></td>
    4798     <td align="left"><code>Gb</code></td>
    4799     <td align="left"><code>stm32g0xx_it.o</code></td>
    4800   </tr>
    4801   <tr>
    4802     <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    4803     <td align="right"><code>0x0800B0BB</code></td>
    4804     <td align="right"><code></code></td>
    4805     <td align="right"><code>4</code></td>
    4806     <td align="left"><code>Code</code></td>
    4807     <td align="left"><code>Wk</code></td>
    4808     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4809   </tr>
    4810   <tr>
    4811     <td align="left"><code>DMA_Channel2_3_IRQHandler</code></td>
    4812     <td align="right"><code>0x0800B0BD</code></td>
    4813     <td align="right"><code></code></td>
    4814     <td align="right"><code>4</code></td>
    4815     <td align="left"><code>Code</code></td>
    4816     <td align="left"><code>Wk</code></td>
    4817     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4818   </tr>
    4819   <tr>
    4820     <td align="left"><code>DMA_Channel4_5_6_7_IRQHandler</code></td>
    4821     <td align="right"><code>0x0800B0BF</code></td>
    4822     <td align="right"><code></code></td>
    4823     <td align="right"><code>4</code></td>
    4824     <td align="left"><code>Code</code></td>
    4825     <td align="left"><code>Wk</code></td>
    4826     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4827   </tr>
    4828   <tr>
    4829     <td align="left"><code>Dummy_Handler</code></td>
    4830     <td align="right"><code>0x0800B0A7</code></td>
    4831     <td align="right"><code></code></td>
    4832     <td align="right"><code>4</code></td>
    4833     <td align="left"><code>Code</code></td>
    4834     <td align="left"><code>Lc</code></td>
    4835     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4836   </tr>
    4837   <tr>
    4838     <td align="left"><code>EEPROM_factoryRestore</code></td>
    4839     <td align="right"><code>0x08006899</code></td>
    4840     <td align="right"><code>1 488</code></td>
    4841     <td align="right"><code>4</code></td>
    4842     <td align="left"><code>Code</code></td>
    4843     <td align="left"><code>Gb</code></td>
    4844     <td align="left"><code>eeprom.o</code></td>
    4845   </tr>
    4846   <tr>
    4847     <td align="left"><code>EEPROM_fullRestore</code></td>
    4848     <td align="right"><code>0x080063A5</code></td>
    4849     <td align="right"><code>432</code></td>
    4850     <td align="right"><code>4</code></td>
    4851     <td align="left"><code>Code</code></td>
    4852     <td align="left"><code>Gb</code></td>
    4853     <td align="left"><code>eeprom.o</code></td>
    4854   </tr>
    4855   <tr>
    4856     <td align="left"><code>EEPROM_isFirstStart</code></td>
    4857     <td align="right"><code>0x0800634D</code></td>
    4858     <td align="right"><code>88</code></td>
    4859     <td align="right"><code>4</code></td>
    4860     <td align="left"><code>Code</code></td>
    4861     <td align="left"><code>Gb</code></td>
    4862     <td align="left"><code>eeprom.o</code></td>
    4863   </tr>
    4864   <tr>
    4865     <td align="left"><code>EEPROM_readConfig</code></td>
    4866     <td align="right"><code>0x08006555</code></td>
    4867     <td align="right"><code>836</code></td>
    4868     <td align="right"><code>4</code></td>
    4869     <td align="left"><code>Code</code></td>
    4870     <td align="left"><code>Gb</code></td>
    4871     <td align="left"><code>eeprom.o</code></td>
    4872   </tr>
    4873   <tr>
    4874     <td align="left"><code>EEPROM_storeConfig</code></td>
    4875     <td align="right"><code>0x08006E69</code></td>
    4876     <td align="right"><code>552</code></td>
    4877     <td align="right"><code>4</code></td>
    4878     <td align="left"><code>Code</code></td>
    4879     <td align="left"><code>Gb</code></td>
    4880     <td align="left"><code>eeprom.o</code></td>
    4881   </tr>
    4882   <tr>
    4883     <td align="left"><code>EFFICIENCY_Exec</code></td>
    4884     <td align="right"><code>0x08007091</code></td>
    4885     <td align="right"><code>80</code></td>
    4886     <td align="right"><code>4</code></td>
    4887     <td align="left"><code>Code</code></td>
    4888     <td align="left"><code>Gb</code></td>
    4889     <td align="left"><code>efficiency.o</code></td>
    4890   </tr>
    4891   <tr>
    4892     <td align="left"><code>ESR_Exec</code></td>
    4893     <td align="right"><code>0x080070E1</code></td>
    4894     <td align="right"><code>592</code></td>
    4895     <td align="right"><code>4</code></td>
    4896     <td align="left"><code>Code</code></td>
    4897     <td align="left"><code>Gb</code></td>
    4898     <td align="left"><code>esr.o</code></td>
    4899   </tr>
    4900   <tr>
    4901     <td align="left"><code>ESR_FAST_Exec</code></td>
    4902     <td align="right"><code>0x08007331</code></td>
    4903     <td align="right"><code>596</code></td>
    4904     <td align="right"><code>4</code></td>
    4905     <td align="left"><code>Code</code></td>
    4906     <td align="left"><code>Gb</code></td>
    4907     <td align="left"><code>esr.o</code></td>
    4908   </tr>
    4909   <tr>
    4910     <td align="left"><code>EXTI0_1_IRQHandler</code></td>
    4911     <td align="right"><code>0x0800B0B3</code></td>
    4912     <td align="right"><code></code></td>
    4913     <td align="right"><code>4</code></td>
    4914     <td align="left"><code>Code</code></td>
    4915     <td align="left"><code>Wk</code></td>
    4916     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4917   </tr>
    4918   <tr>
    4919     <td align="left"><code>EXTI2_3_IRQHandler</code></td>
    4920     <td align="right"><code>0x0800B0B5</code></td>
    4921     <td align="right"><code></code></td>
    4922     <td align="right"><code>4</code></td>
    4923     <td align="left"><code>Code</code></td>
    4924     <td align="left"><code>Wk</code></td>
    4925     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4926   </tr>
    4927   <tr>
    4928     <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    4929     <td align="right"><code>0x0800B0B7</code></td>
    4930     <td align="right"><code></code></td>
    4931     <td align="right"><code>4</code></td>
    4932     <td align="left"><code>Code</code></td>
    4933     <td align="left"><code>Wk</code></td>
    4934     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4935   </tr>
    4936   <tr>
    4937     <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    4938     <td align="right"><code>0x0800BBC5</code></td>
    4939     <td align="right"><code>12</code></td>
    4940     <td align="right"><code>2</code></td>
    4941     <td align="left"><code>Code</code></td>
    4942     <td align="left"><code>Gb</code></td>
    4943     <td align="left"><code>stm32g0xx_it.o</code></td>
    4944   </tr>
    4945   <tr>
    4946     <td align="left"><code>Error_Handler</code></td>
    4947     <td align="right"><code>0x0800B4DF</code></td>
    4948     <td align="right"><code>2</code></td>
    4949     <td align="right"><code>2</code></td>
    4950     <td align="left"><code>Code</code></td>
    4951     <td align="left"><code>Gb</code></td>
    4952     <td align="left"><code>main.o</code></td>
    4953   </tr>
    4954   <tr>
    4955     <td align="left"><code>FAST_CURRENT_Exec</code></td>
    4956     <td align="right"><code>0x08007585</code></td>
    4957     <td align="right"><code>108</code></td>
    4958     <td align="right"><code>4</code></td>
    4959     <td align="left"><code>Code</code></td>
    4960     <td align="left"><code>Gb</code></td>
    4961     <td align="left"><code>fast_current.o</code></td>
    4962   </tr>
    4963   <tr>
    4964     <td align="left"><code>FLASH_IRQHandler</code></td>
    4965     <td align="right"><code>0x0800B0AF</code></td>
    4966     <td align="right"><code></code></td>
    4967     <td align="right"><code>4</code></td>
    4968     <td align="left"><code>Code</code></td>
    4969     <td align="left"><code>Wk</code></td>
    4970     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    4971   </tr>
    4972   <tr>
    4973     <td align="left"><code>FLASH_WaitForLastOperation</code></td>
    4974     <td align="right"><code>0x08001371</code></td>
    4975     <td align="right"><code>180</code></td>
    4976     <td align="right"><code>4</code></td>
    4977     <td align="left"><code>Code</code></td>
    4978     <td align="left"><code>Gb</code></td>
    4979     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    4980   </tr>
    4981   <tr>
    4982     <td align="left"><code>HAL_ADCEx_Calibration_Start</code></td>
    4983     <td align="right"><code>0x0800095D</code></td>
    4984     <td align="right"><code>1 196</code></td>
    4985     <td align="right"><code>4</code></td>
    4986     <td align="left"><code>Code</code></td>
    4987     <td align="left"><code>Gb</code></td>
    4988     <td align="left"><code>stm32g0xx_hal_adc_ex.o</code></td>
    4989   </tr>
    4990   <tr>
    4991     <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
    4992     <td align="right"><code>0x080006C9</code></td>
    4993     <td align="right"><code>660</code></td>
    4994     <td align="right"><code>4</code></td>
    4995     <td align="left"><code>Code</code></td>
    4996     <td align="left"><code>Gb</code></td>
    4997     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    4998   </tr>
    4999   <tr>
    5000     <td align="left"><code>HAL_ADC_ConvCpltCallback</code></td>
    5001     <td align="right"><code>0x08007E71</code></td>
    5002     <td align="right"><code>12</code></td>
    5003     <td align="right"><code>4</code></td>
    5004     <td align="left"><code>Code</code></td>
    5005     <td align="left"><code>Gb</code></td>
    5006     <td align="left"><code>main.o</code></td>
    5007   </tr>
    5008   <tr>
    5009     <td align="left"><code>HAL_ADC_ConvHalfCpltCallback</code></td>
    5010     <td align="right"><code>0x0800B181</code></td>
    5011     <td align="right"><code>2</code></td>
    5012     <td align="right"><code>2</code></td>
    5013     <td align="left"><code>Code</code></td>
    5014     <td align="left"><code>Wk</code></td>
    5015     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    5016   </tr>
    5017   <tr>
    5018     <td align="left"><code>HAL_ADC_ErrorCallback</code></td>
    5019     <td align="right"><code>0x0800B17F</code></td>
    5020     <td align="right"><code>2</code></td>
    5021     <td align="right"><code>2</code></td>
    5022     <td align="left"><code>Code</code></td>
    5023     <td align="left"><code>Wk</code></td>
    5024     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    5025   </tr>
    5026   <tr>
    5027     <td align="left"><code>HAL_ADC_Init</code></td>
    5028     <td align="right"><code>0x0800028D</code></td>
    5029     <td align="right"><code>580</code></td>
    5030     <td align="right"><code>4</code></td>
    5031     <td align="left"><code>Code</code></td>
    5032     <td align="left"><code>Gb</code></td>
    5033     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    5034   </tr>
    5035   <tr>
    5036     <td align="left"><code>HAL_ADC_MspInit</code></td>
    5037     <td align="right"><code>0x08004861</code></td>
    5038     <td align="right"><code>316</code></td>
    5039     <td align="right"><code>4</code></td>
    5040     <td align="left"><code>Code</code></td>
    5041     <td align="left"><code>Gb</code></td>
    5042     <td align="left"><code>adc.o</code></td>
    5043   </tr>
    5044   <tr>
    5045     <td align="left"><code>HAL_ADC_Start_DMA</code></td>
    5046     <td align="right"><code>0x08000615</code></td>
    5047     <td align="right"><code>180</code></td>
    5048     <td align="right"><code>4</code></td>
    5049     <td align="left"><code>Code</code></td>
    5050     <td align="left"><code>Gb</code></td>
    5051     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    5052   </tr>
    5053   <tr>
    5054     <td align="left"><code>HAL_CRCEx_Polynomial_Set</code></td>
    5055     <td align="right"><code>0x0800B0E9</code></td>
    5056     <td align="right"><code>114</code></td>
    5057     <td align="right"><code>4</code></td>
    5058     <td align="left"><code>Code</code></td>
    5059     <td align="left"><code>Gb</code></td>
    5060     <td align="left"><code>stm32g0xx_hal_crc_ex.o</code></td>
    5061   </tr>
    5062   <tr>
    5063     <td align="left"><code>HAL_CRC_Calculate</code></td>
    5064     <td align="right"><code>0x0800B8CD</code></td>
    5065     <td align="right"><code>592</code></td>
    5066     <td align="right"><code>2</code></td>
    5067     <td align="left"><code>Code</code></td>
    5068     <td align="left"><code>Gb</code></td>
    5069     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    5070   </tr>
    5071   <tr>
    5072     <td align="left"><code>HAL_CRC_Init</code></td>
    5073     <td align="right"><code>0x08000EAD</code></td>
    5074     <td align="right"><code>120</code></td>
    5075     <td align="right"><code>4</code></td>
    5076     <td align="left"><code>Code</code></td>
    5077     <td align="left"><code>Gb</code></td>
    5078     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    5079   </tr>
    5080   <tr>
    5081     <td align="left"><code>HAL_CRC_MspInit</code></td>
    5082     <td align="right"><code>0x0800B183</code></td>
    5083     <td align="right"><code>2</code></td>
    5084     <td align="right"><code>2</code></td>
    5085     <td align="left"><code>Code</code></td>
    5086     <td align="left"><code>Wk</code></td>
    5087     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    5088   </tr>
    5089   <tr>
    5090     <td align="left"><code>HAL_DMA_IRQHandler</code></td>
    5091     <td align="right"><code>0x080010DD</code></td>
    5092     <td align="right"><code>228</code></td>
    5093     <td align="right"><code>4</code></td>
    5094     <td align="left"><code>Code</code></td>
    5095     <td align="left"><code>Gb</code></td>
    5096     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    5097   </tr>
    5098   <tr>
    5099     <td align="left"><code>HAL_DMA_Init</code></td>
    5100     <td align="right"><code>0x08000F25</code></td>
    5101     <td align="right"><code>236</code></td>
    5102     <td align="right"><code>4</code></td>
    5103     <td align="left"><code>Code</code></td>
    5104     <td align="left"><code>Gb</code></td>
    5105     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    5106   </tr>
    5107   <tr>
    5108     <td align="left"><code>HAL_DMA_Start_IT</code></td>
    5109     <td align="right"><code>0x08001011</code></td>
    5110     <td align="right"><code>204</code></td>
    5111     <td align="right"><code>4</code></td>
    5112     <td align="left"><code>Code</code></td>
    5113     <td align="left"><code>Gb</code></td>
    5114     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    5115   </tr>
    5116   <tr>
    5117     <td align="left"><code>HAL_Delay</code></td>
    5118     <td align="right"><code>0x08000269</code></td>
    5119     <td align="right"><code>36</code></td>
    5120     <td align="right"><code>4</code></td>
    5121     <td align="left"><code>Code</code></td>
    5122     <td align="left"><code>Wk</code></td>
    5123     <td align="left"><code>stm32g0xx_hal.o</code></td>
    5124   </tr>
    5125   <tr>
    5126     <td align="left"><code>HAL_FLASHEx_Erase</code></td>
    5127     <td align="right"><code>0x08001575</code></td>
    5128     <td align="right"><code>200</code></td>
    5129     <td align="right"><code>4</code></td>
    5130     <td align="left"><code>Code</code></td>
    5131     <td align="left"><code>Gb</code></td>
    5132     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    5133   </tr>
    5134   <tr>
    5135     <td align="left"><code>HAL_FLASHEx_OBGetConfig</code></td>
    5136     <td align="right"><code>0x08001725</code></td>
    5137     <td align="right"><code>80</code></td>
    5138     <td align="right"><code>4</code></td>
    5139     <td align="left"><code>Code</code></td>
    5140     <td align="left"><code>Gb</code></td>
    5141     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    5142   </tr>
    5143   <tr>
    5144     <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
    5145     <td align="right"><code>0x0800163D</code></td>
    5146     <td align="right"><code>232</code></td>
    5147     <td align="right"><code>4</code></td>
    5148     <td align="left"><code>Code</code></td>
    5149     <td align="left"><code>Gb</code></td>
    5150     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    5151   </tr>
    5152   <tr>
    5153     <td align="left"><code>HAL_FLASH_Lock</code></td>
    5154     <td align="right"><code>0x0800144D</code></td>
    5155     <td align="right"><code>128</code></td>
    5156     <td align="right"><code>4</code></td>
    5157     <td align="left"><code>Code</code></td>
    5158     <td align="left"><code>Gb</code></td>
    5159     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    5160   </tr>
    5161   <tr>
    5162     <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
    5163     <td align="right"><code>0x080014F5</code></td>
    5164     <td align="right"><code>128</code></td>
    5165     <td align="right"><code>4</code></td>
    5166     <td align="left"><code>Code</code></td>
    5167     <td align="left"><code>Gb</code></td>
    5168     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    5169   </tr>
    5170   <tr>
    5171     <td align="left"><code>HAL_FLASH_OB_Unlock</code></td>
    5172     <td align="right"><code>0x080014CD</code></td>
    5173     <td align="right"><code>40</code></td>
    5174     <td align="right"><code>4</code></td>
    5175     <td align="left"><code>Code</code></td>
    5176     <td align="left"><code>Gb</code></td>
    5177     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    5178   </tr>
    5179   <tr>
    5180     <td align="left"><code>HAL_FLASH_Program</code></td>
    5181     <td align="right"><code>0x080011C1</code></td>
    5182     <td align="right"><code>432</code></td>
    5183     <td align="right"><code>4</code></td>
    5184     <td align="left"><code>Code</code></td>
    5185     <td align="left"><code>Gb</code></td>
    5186     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    5187   </tr>
    5188   <tr>
    5189     <td align="left"><code>HAL_FLASH_Unlock</code></td>
    5190     <td align="right"><code>0x08001425</code></td>
    5191     <td align="right"><code>40</code></td>
    5192     <td align="right"><code>4</code></td>
    5193     <td align="left"><code>Code</code></td>
    5194     <td align="left"><code>Gb</code></td>
    5195     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    5196   </tr>
    5197   <tr>
    5198     <td align="left"><code>HAL_GPIO_EXTI_Falling_Callback</code></td>
    5199     <td align="right"><code>0x080076D1</code></td>
    5200     <td align="right"><code>20</code></td>
    5201     <td align="right"><code>4</code></td>
    5202     <td align="left"><code>Code</code></td>
    5203     <td align="left"><code>Gb</code></td>
    5204     <td align="left"><code>gpio.o</code></td>
    5205   </tr>
    5206   <tr>
    5207     <td align="left"><code>HAL_GPIO_EXTI_IRQHandler</code></td>
    5208     <td align="right"><code>0x0800190D</code></td>
    5209     <td align="right"><code>40</code></td>
    5210     <td align="right"><code>4</code></td>
    5211     <td align="left"><code>Code</code></td>
    5212     <td align="left"><code>Gb</code></td>
    5213     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5214   </tr>
    5215   <tr>
    5216     <td align="left"><code>HAL_GPIO_EXTI_Rising_Callback</code></td>
    5217     <td align="right"><code>0x0800B18F</code></td>
    5218     <td align="right"><code>2</code></td>
    5219     <td align="right"><code>2</code></td>
    5220     <td align="left"><code>Code</code></td>
    5221     <td align="left"><code>Wk</code></td>
    5222     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5223   </tr>
    5224   <tr>
    5225     <td align="left"><code>HAL_GPIO_Init</code></td>
    5226     <td align="right"><code>0x08001775</code></td>
    5227     <td align="right"><code>408</code></td>
    5228     <td align="right"><code>4</code></td>
    5229     <td align="left"><code>Code</code></td>
    5230     <td align="left"><code>Gb</code></td>
    5231     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5232   </tr>
    5233   <tr>
    5234     <td align="left"><code>HAL_GPIO_ReadPin</code></td>
    5235     <td align="right"><code>0x0800B185</code></td>
    5236     <td align="right"><code>10</code></td>
    5237     <td align="right"><code>2</code></td>
    5238     <td align="left"><code>Code</code></td>
    5239     <td align="left"><code>Gb</code></td>
    5240     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5241   </tr>
    5242   <tr>
    5243     <td align="left"><code>HAL_GPIO_TogglePin</code></td>
    5244     <td align="right"><code>0x0800BB2D</code></td>
    5245     <td align="right"><code>16</code></td>
    5246     <td align="right"><code>2</code></td>
    5247     <td align="left"><code>Code</code></td>
    5248     <td align="left"><code>Gb</code></td>
    5249     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5250   </tr>
    5251   <tr>
    5252     <td align="left"><code>HAL_GPIO_WritePin</code></td>
    5253     <td align="right"><code>0x0800BB1D</code></td>
    5254     <td align="right"><code>16</code></td>
    5255     <td align="right"><code>2</code></td>
    5256     <td align="left"><code>Code</code></td>
    5257     <td align="left"><code>Gb</code></td>
    5258     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    5259   </tr>
    5260   <tr>
    5261     <td align="left"><code>HAL_GetTick</code></td>
    5262     <td align="right"><code>0x0800025D</code></td>
    5263     <td align="right"><code>12</code></td>
    5264     <td align="right"><code>4</code></td>
    5265     <td align="left"><code>Code</code></td>
    5266     <td align="left"><code>Wk</code></td>
    5267     <td align="left"><code>stm32g0xx_hal.o</code></td>
    5268   </tr>
    5269   <tr>
    5270     <td align="left"><code>HAL_IncTick</code></td>
    5271     <td align="right"><code>0x08000245</code></td>
    5272     <td align="right"><code>24</code></td>
    5273     <td align="right"><code>4</code></td>
    5274     <td align="left"><code>Code</code></td>
    5275     <td align="left"><code>Wk</code></td>
    5276     <td align="left"><code>stm32g0xx_hal.o</code></td>
    5277   </tr>
    5278   <tr>
    5279     <td align="left"><code>HAL_Init</code></td>
    5280     <td align="right"><code>0x080001D1</code></td>
    5281     <td align="right"><code>40</code></td>
    5282     <td align="right"><code>4</code></td>
    5283     <td align="left"><code>Code</code></td>
    5284     <td align="left"><code>Gb</code></td>
    5285     <td align="left"><code>stm32g0xx_hal.o</code></td>
    5286   </tr>
    5287   <tr>
    5288     <td align="left"><code>HAL_InitTick</code></td>
    5289     <td align="right"><code>0x080001F9</code></td>
    5290     <td align="right"><code>76</code></td>
    5291     <td align="right"><code>4</code></td>
    5292     <td align="left"><code>Code</code></td>
    5293     <td align="left"><code>Wk</code></td>
    5294     <td align="left"><code>stm32g0xx_hal.o</code></td>
    5295   </tr>
    5296   <tr>
    5297     <td align="left"><code>HAL_MspInit</code></td>
    5298     <td align="right"><code>0x080084A1</code></td>
    5299     <td align="right"><code>44</code></td>
    5300     <td align="right"><code>4</code></td>
    5301     <td align="left"><code>Code</code></td>
    5302     <td align="left"><code>Gb</code></td>
    5303     <td align="left"><code>stm32g0xx_hal_msp.o</code></td>
    5304   </tr>
    5305   <tr>
    5306     <td align="left"><code>HAL_NVIC_DisableIRQ</code></td>
    5307     <td align="right"><code>0x08000E59</code></td>
    5308     <td align="right"><code>32</code></td>
    5309     <td align="right"><code>4</code></td>
    5310     <td align="left"><code>Code</code></td>
    5311     <td align="left"><code>Gb</code></td>
    5312     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    5313   </tr>
    5314   <tr>
    5315     <td align="left"><code>HAL_NVIC_EnableIRQ</code></td>
    5316     <td align="right"><code>0x08000E41</code></td>
    5317     <td align="right"><code>24</code></td>
    5318     <td align="right"><code>4</code></td>
    5319     <td align="left"><code>Code</code></td>
    5320     <td align="left"><code>Gb</code></td>
    5321     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    5322   </tr>
    5323   <tr>
    5324     <td align="left"><code>HAL_NVIC_SetPriority</code></td>
    5325     <td align="right"><code>0x08000E09</code></td>
    5326     <td align="right"><code>56</code></td>
    5327     <td align="right"><code>4</code></td>
    5328     <td align="left"><code>Code</code></td>
    5329     <td align="left"><code>Gb</code></td>
    5330     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    5331   </tr>
    5332   <tr>
    5333     <td align="left"><code>HAL_PWREx_ControlVoltageScaling</code></td>
    5334     <td align="right"><code>0x0800195D</code></td>
    5335     <td align="right"><code>132</code></td>
    5336     <td align="right"><code>4</code></td>
    5337     <td align="left"><code>Code</code></td>
    5338     <td align="left"><code>Gb</code></td>
    5339     <td align="left"><code>stm32g0xx_hal_pwr_ex.o</code></td>
    5340   </tr>
    5341   <tr>
    5342     <td align="left"><code>HAL_PWR_DisableBkUpAccess</code></td>
    5343     <td align="right"><code>0x08001949</code></td>
    5344     <td align="right"><code>20</code></td>
    5345     <td align="right"><code>4</code></td>
    5346     <td align="left"><code>Code</code></td>
    5347     <td align="left"><code>Gb</code></td>
    5348     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    5349   </tr>
    5350   <tr>
    5351     <td align="left"><code>HAL_PWR_EnableBkUpAccess</code></td>
    5352     <td align="right"><code>0x08001935</code></td>
    5353     <td align="right"><code>20</code></td>
    5354     <td align="right"><code>4</code></td>
    5355     <td align="left"><code>Code</code></td>
    5356     <td align="left"><code>Gb</code></td>
    5357     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    5358   </tr>
    5359   <tr>
    5360     <td align="left"><code>HAL_RCCEx_PeriphCLKConfig</code></td>
    5361     <td align="right"><code>0x080020D5</code></td>
    5362     <td align="right"><code>376</code></td>
    5363     <td align="right"><code>4</code></td>
    5364     <td align="left"><code>Code</code></td>
    5365     <td align="left"><code>Gb</code></td>
    5366     <td align="left"><code>stm32g0xx_hal_rcc_ex.o</code></td>
    5367   </tr>
    5368   <tr>
    5369     <td align="left"><code>HAL_RCC_ClockConfig</code></td>
    5370     <td align="right"><code>0x08001E25</code></td>
    5371     <td align="right"><code>512</code></td>
    5372     <td align="right"><code>4</code></td>
    5373     <td align="left"><code>Code</code></td>
    5374     <td align="left"><code>Gb</code></td>
    5375     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    5376   </tr>
    5377   <tr>
    5378     <td align="left"><code>HAL_RCC_GetPCLK1Freq</code></td>
    5379     <td align="right"><code>0x080020AD</code></td>
    5380     <td align="right"><code>40</code></td>
    5381     <td align="right"><code>4</code></td>
    5382     <td align="left"><code>Code</code></td>
    5383     <td align="left"><code>Gb</code></td>
    5384     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    5385   </tr>
    5386   <tr>
    5387     <td align="left"><code>HAL_RCC_GetSysClockFreq</code></td>
    5388     <td align="right"><code>0x08002025</code></td>
    5389     <td align="right"><code>136</code></td>
    5390     <td align="right"><code>4</code></td>
    5391     <td align="left"><code>Code</code></td>
    5392     <td align="left"><code>Gb</code></td>
    5393     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    5394   </tr>
    5395   <tr>
    5396     <td align="left"><code>HAL_RCC_OscConfig</code></td>
    5397     <td align="right"><code>0x080019E1</code></td>
    5398     <td align="right"><code>1 092</code></td>
    5399     <td align="right"><code>4</code></td>
    5400     <td align="left"><code>Code</code></td>
    5401     <td align="left"><code>Gb</code></td>
    5402     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    5403   </tr>
    5404   <tr>
    5405     <td align="left"><code>HAL_RTC_Init</code></td>
    5406     <td align="right"><code>0x0800224D</code></td>
    5407     <td align="right"><code>204</code></td>
    5408     <td align="right"><code>4</code></td>
    5409     <td align="left"><code>Code</code></td>
    5410     <td align="left"><code>Gb</code></td>
    5411     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    5412   </tr>
    5413   <tr>
    5414     <td align="left"><code>HAL_RTC_MspInit</code></td>
    5415     <td align="right"><code>0x080081FD</code></td>
    5416     <td align="right"><code>56</code></td>
    5417     <td align="right"><code>4</code></td>
    5418     <td align="left"><code>Code</code></td>
    5419     <td align="left"><code>Gb</code></td>
    5420     <td align="left"><code>rtc.o</code></td>
    5421   </tr>
    5422   <tr>
    5423     <td align="left"><code>HAL_RTC_SetDate</code></td>
    5424     <td align="right"><code>0x0800B191</code></td>
    5425     <td align="right"><code>294</code></td>
    5426     <td align="right"><code>2</code></td>
    5427     <td align="left"><code>Code</code></td>
    5428     <td align="left"><code>Gb</code></td>
    5429     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    5430   </tr>
    5431   <tr>
    5432     <td align="left"><code>HAL_RTC_SetTime</code></td>
    5433     <td align="right"><code>0x080023B1</code></td>
    5434     <td align="right"><code>328</code></td>
    5435     <td align="right"><code>4</code></td>
    5436     <td align="left"><code>Code</code></td>
    5437     <td align="left"><code>Gb</code></td>
    5438     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    5439   </tr>
    5440   <tr>
    5441     <td align="left"><code>HAL_SPI_Init</code></td>
    5442     <td align="right"><code>0x080024F9</code></td>
    5443     <td align="right"><code>252</code></td>
    5444     <td align="right"><code>4</code></td>
    5445     <td align="left"><code>Code</code></td>
    5446     <td align="left"><code>Gb</code></td>
    5447     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    5448   </tr>
    5449   <tr>
    5450     <td align="left"><code>HAL_SPI_MspInit</code></td>
    5451     <td align="right"><code>0x0800841D</code></td>
    5452     <td align="right"><code>132</code></td>
    5453     <td align="right"><code>4</code></td>
    5454     <td align="left"><code>Code</code></td>
    5455     <td align="left"><code>Gb</code></td>
    5456     <td align="left"><code>spi.o</code></td>
    5457   </tr>
    5458   <tr>
    5459     <td align="left"><code>HAL_SPI_TransmitReceive</code></td>
    5460     <td align="right"><code>0x080025F5</code></td>
    5461     <td align="right"><code>728</code></td>
    5462     <td align="right"><code>4</code></td>
    5463     <td align="left"><code>Code</code></td>
    5464     <td align="left"><code>Gb</code></td>
    5465     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    5466   </tr>
    5467   <tr>
    5468     <td align="left"><code>HAL_SYSTICK_Config</code></td>
    5469     <td align="right"><code>0x08000E79</code></td>
    5470     <td align="right"><code>52</code></td>
    5471     <td align="right"><code>4</code></td>
    5472     <td align="left"><code>Code</code></td>
    5473     <td align="left"><code>Gb</code></td>
    5474     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    5475   </tr>
    5476   <tr>
    5477     <td align="left"><code>HAL_TIMEx_Break2Callback</code></td>
    5478     <td align="right"><code>0x0800B2C7</code></td>
    5479     <td align="right"><code>2</code></td>
    5480     <td align="right"><code>2</code></td>
    5481     <td align="left"><code>Code</code></td>
    5482     <td align="left"><code>Wk</code></td>
    5483     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    5484   </tr>
    5485   <tr>
    5486     <td align="left"><code>HAL_TIMEx_BreakCallback</code></td>
    5487     <td align="right"><code>0x0800B2C5</code></td>
    5488     <td align="right"><code>2</code></td>
    5489     <td align="right"><code>2</code></td>
    5490     <td align="left"><code>Code</code></td>
    5491     <td align="left"><code>Wk</code></td>
    5492     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    5493   </tr>
    5494   <tr>
    5495     <td align="left"><code>HAL_TIMEx_CommutCallback</code></td>
    5496     <td align="right"><code>0x0800B2C3</code></td>
    5497     <td align="right"><code>2</code></td>
    5498     <td align="right"><code>2</code></td>
    5499     <td align="left"><code>Code</code></td>
    5500     <td align="left"><code>Wk</code></td>
    5501     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    5502   </tr>
    5503   <tr>
    5504     <td align="left"><code>HAL_TIMEx_TISelection</code></td>
    5505     <td align="right"><code>0x08003211</code></td>
    5506     <td align="right"><code>76</code></td>
    5507     <td align="right"><code>4</code></td>
    5508     <td align="left"><code>Code</code></td>
    5509     <td align="left"><code>Gb</code></td>
    5510     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    5511   </tr>
    5512   <tr>
    5513     <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
    5514     <td align="right"><code>0x08003CA9</code></td>
    5515     <td align="right"><code>172</code></td>
    5516     <td align="right"><code>4</code></td>
    5517     <td align="left"><code>Code</code></td>
    5518     <td align="left"><code>Gb</code></td>
    5519     <td align="left"><code>hsi16.o</code></td>
    5520   </tr>
    5521   <tr>
    5522     <td align="left"><code>HAL_TIM_IC_ConfigChannel</code></td>
    5523     <td align="right"><code>0x08003055</code></td>
    5524     <td align="right"><code>388</code></td>
    5525     <td align="right"><code>4</code></td>
    5526     <td align="left"><code>Code</code></td>
    5527     <td align="left"><code>Gb</code></td>
    5528     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5529   </tr>
    5530   <tr>
    5531     <td align="left"><code>HAL_TIM_IC_DeInit</code></td>
    5532     <td align="right"><code>0x08002BF9</code></td>
    5533     <td align="right"><code>88</code></td>
    5534     <td align="right"><code>4</code></td>
    5535     <td align="left"><code>Code</code></td>
    5536     <td align="left"><code>Gb</code></td>
    5537     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5538   </tr>
    5539   <tr>
    5540     <td align="left"><code>HAL_TIM_IC_Init</code></td>
    5541     <td align="right"><code>0x08002B01</code></td>
    5542     <td align="right"><code>248</code></td>
    5543     <td align="right"><code>4</code></td>
    5544     <td align="left"><code>Code</code></td>
    5545     <td align="left"><code>Gb</code></td>
    5546     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5547   </tr>
    5548   <tr>
    5549     <td align="left"><code>HAL_TIM_IC_MspDeInit</code></td>
    5550     <td align="right"><code>0x0800B2B9</code></td>
    5551     <td align="right"><code>2</code></td>
    5552     <td align="right"><code>2</code></td>
    5553     <td align="left"><code>Code</code></td>
    5554     <td align="left"><code>Wk</code></td>
    5555     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5556   </tr>
    5557   <tr>
    5558     <td align="left"><code>HAL_TIM_IC_MspInit</code></td>
    5559     <td align="right"><code>0x0800B2B7</code></td>
    5560     <td align="right"><code>2</code></td>
    5561     <td align="right"><code>2</code></td>
    5562     <td align="left"><code>Code</code></td>
    5563     <td align="left"><code>Wk</code></td>
    5564     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5565   </tr>
    5566   <tr>
    5567     <td align="left"><code>HAL_TIM_IC_Start_IT</code></td>
    5568     <td align="right"><code>0x08002C51</code></td>
    5569     <td align="right"><code>376</code></td>
    5570     <td align="right"><code>4</code></td>
    5571     <td align="left"><code>Code</code></td>
    5572     <td align="left"><code>Gb</code></td>
    5573     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5574   </tr>
    5575   <tr>
    5576     <td align="left"><code>HAL_TIM_IC_Stop_IT</code></td>
    5577     <td align="right"><code>0x08002DC9</code></td>
    5578     <td align="right"><code>184</code></td>
    5579     <td align="right"><code>4</code></td>
    5580     <td align="left"><code>Code</code></td>
    5581     <td align="left"><code>Gb</code></td>
    5582     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5583   </tr>
    5584   <tr>
    5585     <td align="left"><code>HAL_TIM_IRQHandler</code></td>
    5586     <td align="right"><code>0x08002E81</code></td>
    5587     <td align="right"><code>468</code></td>
    5588     <td align="right"><code>4</code></td>
    5589     <td align="left"><code>Code</code></td>
    5590     <td align="left"><code>Gb</code></td>
    5591     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5592   </tr>
    5593   <tr>
    5594     <td align="left"><code>HAL_TIM_OC_DelayElapsedCallback</code></td>
    5595     <td align="right"><code>0x0800B2BB</code></td>
    5596     <td align="right"><code>2</code></td>
    5597     <td align="right"><code>2</code></td>
    5598     <td align="left"><code>Code</code></td>
    5599     <td align="left"><code>Wk</code></td>
    5600     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5601   </tr>
    5602   <tr>
    5603     <td align="left"><code>HAL_TIM_PWM_PulseFinishedCallback</code></td>
    5604     <td align="right"><code>0x0800B2BD</code></td>
    5605     <td align="right"><code>2</code></td>
    5606     <td align="right"><code>2</code></td>
    5607     <td align="left"><code>Code</code></td>
    5608     <td align="left"><code>Wk</code></td>
    5609     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5610   </tr>
    5611   <tr>
    5612     <td align="left"><code>HAL_TIM_PeriodElapsedCallback</code></td>
    5613     <td align="right"><code>0x0800B2BF</code></td>
    5614     <td align="right"><code>2</code></td>
    5615     <td align="right"><code>2</code></td>
    5616     <td align="left"><code>Code</code></td>
    5617     <td align="left"><code>Wk</code></td>
    5618     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5619   </tr>
    5620   <tr>
    5621     <td align="left"><code>HAL_TIM_ReadCapturedValue</code></td>
    5622     <td align="right"><code>0x080031D9</code></td>
    5623     <td align="right"><code>56</code></td>
    5624     <td align="right"><code>4</code></td>
    5625     <td align="left"><code>Code</code></td>
    5626     <td align="left"><code>Gb</code></td>
    5627     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5628   </tr>
    5629   <tr>
    5630     <td align="left"><code>HAL_TIM_TriggerCallback</code></td>
    5631     <td align="right"><code>0x0800B2C1</code></td>
    5632     <td align="right"><code>2</code></td>
    5633     <td align="right"><code>2</code></td>
    5634     <td align="left"><code>Code</code></td>
    5635     <td align="left"><code>Wk</code></td>
    5636     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    5637   </tr>
    5638   <tr>
    5639     <td align="left"><code>HAL_UARTEx_DisableFifoMode</code></td>
    5640     <td align="right"><code>0x0800B4A9</code></td>
    5641     <td align="right"><code>54</code></td>
    5642     <td align="right"><code>2</code></td>
    5643     <td align="left"><code>Code</code></td>
    5644     <td align="left"><code>Gb</code></td>
    5645     <td align="left"><code>stm32g0xx_hal_uart_ex.o</code></td>
    5646   </tr>
    5647   <tr>
    5648     <td align="left"><code>HAL_UART_MspInit</code></td>
    5649     <td align="right"><code>0x0800863D</code></td>
    5650     <td align="right"><code>140</code></td>
    5651     <td align="right"><code>4</code></td>
    5652     <td align="left"><code>Code</code></td>
    5653     <td align="left"><code>Gb</code></td>
    5654     <td align="left"><code>usart.o</code></td>
    5655   </tr>
    5656   <tr>
    5657     <td align="left"><code>HAL_UART_Receive_IT</code></td>
    5658     <td align="right"><code>0x0800363D</code></td>
    5659     <td align="right"><code>276</code></td>
    5660     <td align="right"><code>4</code></td>
    5661     <td align="left"><code>Code</code></td>
    5662     <td align="left"><code>Gb</code></td>
    5663     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    5664   </tr>
    5665   <tr>
    5666     <td align="left"><code>HAL_UART_RxCpltCallback</code></td>
    5667     <td align="right"><code>0x0800B4A7</code></td>
    5668     <td align="right"><code>2</code></td>
    5669     <td align="right"><code>2</code></td>
    5670     <td align="left"><code>Code</code></td>
    5671     <td align="left"><code>Wk</code></td>
    5672     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    5673   </tr>
    5674   <tr>
    5675     <td align="left"><code>HAL_UART_Transmit_IT</code></td>
    5676     <td align="right"><code>0x080034F1</code></td>
    5677     <td align="right"><code>176</code></td>
    5678     <td align="right"><code>4</code></td>
    5679     <td align="left"><code>Code</code></td>
    5680     <td align="left"><code>Gb</code></td>
    5681     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    5682   </tr>
    5683   <tr>
    5684     <td align="left"><code>HAL_UART_TxCpltCallback</code></td>
    5685     <td align="right"><code>0x0800B4A5</code></td>
    5686     <td align="right"><code>2</code></td>
    5687     <td align="right"><code>2</code></td>
    5688     <td align="left"><code>Code</code></td>
    5689     <td align="left"><code>Wk</code></td>
    5690     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    5691   </tr>
    5692   <tr>
    5693     <td align="left"><code>HSI16_GetCurve</code></td>
    5694     <td align="right"><code>0x08003B2D</code></td>
    5695     <td align="right"><code>240</code></td>
    5696     <td align="right"><code>4</code></td>
    5697     <td align="left"><code>Code</code></td>
    5698     <td align="left"><code>Gb</code></td>
    5699     <td align="left"><code>hsi16.o</code></td>
    5700   </tr>
    5701   <tr>
    5702     <td align="left"><code>HSI16_MeasurementInit</code></td>
    5703     <td align="right"><code>0x08003B19</code></td>
    5704     <td align="right"><code>20</code></td>
    5705     <td align="right"><code>4</code></td>
    5706     <td align="left"><code>Code</code></td>
    5707     <td align="left"><code>Gb</code></td>
    5708     <td align="left"><code>hsi16.o</code></td>
    5709   </tr>
    5710   <tr>
    5711     <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
    5712     <td align="right"><code>0x08003C1D</code></td>
    5713     <td align="right"><code>140</code></td>
    5714     <td align="right"><code>4</code></td>
    5715     <td align="left"><code>Code</code></td>
    5716     <td align="left"><code>Gb</code></td>
    5717     <td align="left"><code>hsi16.o</code></td>
    5718   </tr>
    5719   <tr>
    5720     <td align="left"><code>HardFault_Handler</code></td>
    5721     <td align="right"><code>0x0800B09F</code></td>
    5722     <td align="right"><code></code></td>
    5723     <td align="right"><code>4</code></td>
    5724     <td align="left"><code>Code</code></td>
    5725     <td align="left"><code>Wk</code></td>
    5726     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5727   </tr>
    5728   <tr>
    5729     <td align="left"><code>HardFault_Handler</code></td>
    5730     <td align="right"><code>0x0800B4E3</code></td>
    5731     <td align="right"><code>2</code></td>
    5732     <td align="right"><code>2</code></td>
    5733     <td align="left"><code>Code</code></td>
    5734     <td align="left"><code>Gb</code></td>
    5735     <td align="left"><code>stm32g0xx_it.o</code></td>
    5736   </tr>
    5737   <tr>
    5738     <td align="left"><code>I2C1_IRQHandler</code></td>
    5739     <td align="right"><code>0x0800B0D7</code></td>
    5740     <td align="right"><code></code></td>
    5741     <td align="right"><code>4</code></td>
    5742     <td align="left"><code>Code</code></td>
    5743     <td align="left"><code>Wk</code></td>
    5744     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5745   </tr>
    5746   <tr>
    5747     <td align="left"><code>I2C2_IRQHandler</code></td>
    5748     <td align="right"><code>0x0800B0D9</code></td>
    5749     <td align="right"><code></code></td>
    5750     <td align="right"><code>4</code></td>
    5751     <td align="left"><code>Code</code></td>
    5752     <td align="left"><code>Wk</code></td>
    5753     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5754   </tr>
    5755   <tr>
    5756     <td align="left"><code>MODBUS_UART_IRQHandler</code></td>
    5757     <td align="right"><code>0x08003E79</code></td>
    5758     <td align="right"><code>616</code></td>
    5759     <td align="right"><code>4</code></td>
    5760     <td align="left"><code>Code</code></td>
    5761     <td align="left"><code>Gb</code></td>
    5762     <td align="left"><code>modbus.o</code></td>
    5763   </tr>
    5764   <tr>
    5765     <td align="left"><code>MX_ADC1_Init</code></td>
    5766     <td align="right"><code>0x0800470D</code></td>
    5767     <td align="right"><code>340</code></td>
    5768     <td align="right"><code>4</code></td>
    5769     <td align="left"><code>Code</code></td>
    5770     <td align="left"><code>Gb</code></td>
    5771     <td align="left"><code>adc.o</code></td>
    5772   </tr>
    5773   <tr>
    5774     <td align="left"><code>MX_DMA_Init</code></td>
    5775     <td align="right"><code>0x08006321</code></td>
    5776     <td align="right"><code>44</code></td>
    5777     <td align="right"><code>4</code></td>
    5778     <td align="left"><code>Code</code></td>
    5779     <td align="left"><code>Gb</code></td>
    5780     <td align="left"><code>dma.o</code></td>
    5781   </tr>
    5782   <tr>
    5783     <td align="left"><code>MX_GPIO_Init</code></td>
    5784     <td align="right"><code>0x080075F1</code></td>
    5785     <td align="right"><code>224</code></td>
    5786     <td align="right"><code>4</code></td>
    5787     <td align="left"><code>Code</code></td>
    5788     <td align="left"><code>Gb</code></td>
    5789     <td align="left"><code>gpio.o</code></td>
    5790   </tr>
    5791   <tr>
    5792     <td align="left"><code>MX_RTC_Init</code></td>
    5793     <td align="right"><code>0x08008181</code></td>
    5794     <td align="right"><code>124</code></td>
    5795     <td align="right"><code>4</code></td>
    5796     <td align="left"><code>Code</code></td>
    5797     <td align="left"><code>Gb</code></td>
    5798     <td align="left"><code>rtc.o</code></td>
    5799   </tr>
    5800   <tr>
    5801     <td align="left"><code>MX_SPI1_Init</code></td>
    5802     <td align="right"><code>0x080083D5</code></td>
    5803     <td align="right"><code>72</code></td>
    5804     <td align="right"><code>4</code></td>
    5805     <td align="left"><code>Code</code></td>
    5806     <td align="left"><code>Gb</code></td>
    5807     <td align="left"><code>spi.o</code></td>
    5808   </tr>
    5809   <tr>
    5810     <td align="left"><code>NMI_Handler</code></td>
    5811     <td align="right"><code>0x0800B09D</code></td>
    5812     <td align="right"><code></code></td>
    5813     <td align="right"><code>4</code></td>
    5814     <td align="left"><code>Code</code></td>
    5815     <td align="left"><code>Wk</code></td>
    5816     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5817   </tr>
    5818   <tr>
    5819     <td align="left"><code>NMI_Handler</code></td>
    5820     <td align="right"><code>0x0800B4E1</code></td>
    5821     <td align="right"><code>2</code></td>
    5822     <td align="right"><code>2</code></td>
    5823     <td align="left"><code>Code</code></td>
    5824     <td align="left"><code>Gb</code></td>
    5825     <td align="left"><code>stm32g0xx_it.o</code></td>
    5826   </tr>
    5827   <tr>
    5828     <td align="left"><code>OUTPUTS_CheckLVP</code></td>
    5829     <td align="right"><code>0x08007E8D</code></td>
    5830     <td align="right"><code>344</code></td>
    5831     <td align="right"><code>4</code></td>
    5832     <td align="left"><code>Code</code></td>
    5833     <td align="left"><code>Gb</code></td>
    5834     <td align="left"><code>outputs.o</code></td>
    5835   </tr>
    5836   <tr>
    5837     <td align="left"><code>OUTPUTS_CheckOVP</code></td>
    5838     <td align="right"><code>0x08007FE5</code></td>
    5839     <td align="right"><code>344</code></td>
    5840     <td align="right"><code>4</code></td>
    5841     <td align="left"><code>Code</code></td>
    5842     <td align="left"><code>Gb</code></td>
    5843     <td align="left"><code>outputs.o</code></td>
    5844   </tr>
    5845   <tr>
    5846     <td align="left"><code>OUTPUTS_Init</code></td>
    5847     <td align="right"><code>0x08007E7D</code></td>
    5848     <td align="right"><code>16</code></td>
    5849     <td align="right"><code>4</code></td>
    5850     <td align="left"><code>Code</code></td>
    5851     <td align="left"><code>Gb</code></td>
    5852     <td align="left"><code>outputs.o</code></td>
    5853   </tr>
    5854   <tr>
    5855     <td align="left"><code>PVD_IRQHandler</code></td>
    5856     <td align="right"><code>0x0800B0AB</code></td>
    5857     <td align="right"><code></code></td>
    5858     <td align="right"><code>4</code></td>
    5859     <td align="left"><code>Code</code></td>
    5860     <td align="left"><code>Wk</code></td>
    5861     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5862   </tr>
    5863   <tr>
    5864     <td align="left"><code>PendSV_Handler</code></td>
    5865     <td align="right"><code>0x0800B0A3</code></td>
    5866     <td align="right"><code></code></td>
    5867     <td align="right"><code>4</code></td>
    5868     <td align="left"><code>Code</code></td>
    5869     <td align="left"><code>Wk</code></td>
    5870     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5871   </tr>
    5872   <tr>
    5873     <td align="left"><code>PendSV_Handler</code></td>
    5874     <td align="right"><code>0x0800B4E7</code></td>
    5875     <td align="right"><code>2</code></td>
    5876     <td align="right"><code>2</code></td>
    5877     <td align="left"><code>Code</code></td>
    5878     <td align="left"><code>Gb</code></td>
    5879     <td align="left"><code>stm32g0xx_it.o</code></td>
    5880   </tr>
    5881   <tr>
    5882     <td align="left"><code>RCC_IRQHandler</code></td>
    5883     <td align="right"><code>0x0800B0B1</code></td>
    5884     <td align="right"><code></code></td>
    5885     <td align="right"><code>4</code></td>
    5886     <td align="left"><code>Code</code></td>
    5887     <td align="left"><code>Wk</code></td>
    5888     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5889   </tr>
    5890   <tr>
    5891     <td align="left"><code>REF_VOLTAGE_Exec</code></td>
    5892     <td align="right"><code>0x0800813D</code></td>
    5893     <td align="right"><code>68</code></td>
    5894     <td align="right"><code>4</code></td>
    5895     <td align="left"><code>Code</code></td>
    5896     <td align="left"><code>Gb</code></td>
    5897     <td align="left"><code>ref_voltage.o</code></td>
    5898   </tr>
    5899   <tr>
    5900     <td align="left"><code>RTC_ExitInitMode</code></td>
    5901     <td align="right"><code>0x08002319</code></td>
    5902     <td align="right"><code>152</code></td>
    5903     <td align="right"><code>4</code></td>
    5904     <td align="left"><code>Code</code></td>
    5905     <td align="left"><code>Gb</code></td>
    5906     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    5907   </tr>
    5908   <tr>
    5909     <td align="left"><code>RTC_STAMP_IRQHandler</code></td>
    5910     <td align="right"><code>0x0800B0AD</code></td>
    5911     <td align="right"><code></code></td>
    5912     <td align="right"><code>4</code></td>
    5913     <td align="left"><code>Code</code></td>
    5914     <td align="left"><code>Wk</code></td>
    5915     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5916   </tr>
    5917   <tr>
    5918     <td align="left"><code>Reset_Handler</code></td>
    5919     <td align="right"><code>0x0800B075</code></td>
    5920     <td align="right"><code></code></td>
    5921     <td align="right"><code>4</code></td>
    5922     <td align="left"><code>Code</code></td>
    5923     <td align="left"><code>Gb</code></td>
    5924     <td align="left"><code>STM32G0xx_Startup.o</code></td>
    5925   </tr>
    5926   <tr>
    5927     <td align="left"><code>SEGGER_RTT_Write</code></td>
    5928     <td align="right"><code>0x0800AC95</code></td>
    5929     <td align="right"><code>116</code></td>
    5930     <td align="right"><code>4</code></td>
    5931     <td align="left"><code>Code</code></td>
    5932     <td align="left"><code>Gb</code></td>
    5933     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    5934   </tr>
    5935   <tr>
    5936     <td align="left"><code>SEGGER_RTT_WriteNoLock</code></td>
    5937     <td align="right"><code>0x0800AC29</code></td>
    5938     <td align="right"><code>108</code></td>
    5939     <td align="right"><code>4</code></td>
    5940     <td align="left"><code>Code</code></td>
    5941     <td align="left"><code>Gb</code></td>
    5942     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    5943   </tr>
    5944   <tr>
    5945     <td align="left"><code>SELF_DISCHARGE_Exec</code></td>
    5946     <td align="right"><code>0x08008235</code></td>
    5947     <td align="right"><code>280</code></td>
    5948     <td align="right"><code>4</code></td>
    5949     <td align="left"><code>Code</code></td>
    5950     <td align="left"><code>Gb</code></td>
    5951     <td align="left"><code>self_discharge.o</code></td>
    5952   </tr>
    5953   <tr>
    5954     <td align="left"><code>SHUNT_TEMPERATURE_Exec</code></td>
    5955     <td align="right"><code>0x0800834D</code></td>
    5956     <td align="right"><code>84</code></td>
    5957     <td align="right"><code>4</code></td>
    5958     <td align="left"><code>Code</code></td>
    5959     <td align="left"><code>Gb</code></td>
    5960     <td align="left"><code>shunt_temperature.o</code></td>
    5961   </tr>
    5962   <tr>
    5963     <td align="left"><code>SHUNT_VOLTAGE_Exec</code></td>
    5964     <td align="right"><code>0x080083A1</code></td>
    5965     <td align="right"><code>52</code></td>
    5966     <td align="right"><code>4</code></td>
    5967     <td align="left"><code>Code</code></td>
    5968     <td align="left"><code>Gb</code></td>
    5969     <td align="left"><code>shunt_voltage.o</code></td>
    5970   </tr>
    5971   <tr>
    5972     <td align="left"><code>SPI1_IRQHandler</code></td>
    5973     <td align="right"><code>0x0800B0DB</code></td>
    5974     <td align="right"><code></code></td>
    5975     <td align="right"><code>4</code></td>
    5976     <td align="left"><code>Code</code></td>
    5977     <td align="left"><code>Wk</code></td>
    5978     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5979   </tr>
    5980   <tr>
    5981     <td align="left"><code>SPI2_IRQHandler</code></td>
    5982     <td align="right"><code>0x0800B0DD</code></td>
    5983     <td align="right"><code></code></td>
    5984     <td align="right"><code>4</code></td>
    5985     <td align="left"><code>Code</code></td>
    5986     <td align="left"><code>Wk</code></td>
    5987     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    5988   </tr>
    5989   <tr>
    5990     <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
    5991     <td align="right"><code>0x080028CD</code></td>
    5992     <td align="right"><code>356</code></td>
    5993     <td align="right"><code>4</code></td>
    5994     <td align="left"><code>Code</code></td>
    5995     <td align="left"><code>Lc</code></td>
    5996     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    5997   </tr>
    5998   <tr>
    5999     <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
    6000     <td align="right"><code>0x08002A31</code></td>
    6001     <td align="right"><code>208</code></td>
    6002     <td align="right"><code>4</code></td>
    6003     <td align="left"><code>Code</code></td>
    6004     <td align="left"><code>Lc</code></td>
    6005     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    6006   </tr>
    6007   <tr>
    6008     <td align="left"><code>SVC_Handler</code></td>
    6009     <td align="right"><code>0x0800B0A1</code></td>
    6010     <td align="right"><code></code></td>
    6011     <td align="right"><code>4</code></td>
    6012     <td align="left"><code>Code</code></td>
    6013     <td align="left"><code>Wk</code></td>
    6014     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6015   </tr>
    6016   <tr>
    6017     <td align="left"><code>SVC_Handler</code></td>
    6018     <td align="right"><code>0x0800B4E5</code></td>
    6019     <td align="right"><code>2</code></td>
    6020     <td align="right"><code>2</code></td>
    6021     <td align="left"><code>Code</code></td>
    6022     <td align="left"><code>Gb</code></td>
    6023     <td align="left"><code>stm32g0xx_it.o</code></td>
    6024   </tr>
    6025   <tr>
    6026     <td align="left"><code>SYS_DATA_Init</code></td>
    6027     <td align="right"><code>0x0800853D</code></td>
    6028     <td align="right"><code>112</code></td>
    6029     <td align="right"><code>4</code></td>
    6030     <td align="left"><code>Code</code></td>
    6031     <td align="left"><code>Gb</code></td>
    6032     <td align="left"><code>sysdata.o</code></td>
    6033   </tr>
    6034   <tr>
    6035     <td align="left"><code>SetFlashReadProtection</code></td>
    6036     <td align="right"><code>0x08007D29</code></td>
    6037     <td align="right"><code>328</code></td>
    6038     <td align="right"><code>4</code></td>
    6039     <td align="left"><code>Code</code></td>
    6040     <td align="left"><code>Gb</code></td>
    6041     <td align="left"><code>main.o</code></td>
    6042   </tr>
    6043   <tr>
    6044     <td align="left"><code>SysTick_Handler</code></td>
    6045     <td align="right"><code>0x080084CD</code></td>
    6046     <td align="right"><code>64</code></td>
    6047     <td align="right"><code>4</code></td>
    6048     <td align="left"><code>Code</code></td>
    6049     <td align="left"><code>Gb</code></td>
    6050     <td align="left"><code>stm32g0xx_it.o</code></td>
    6051   </tr>
    6052   <tr>
    6053     <td align="left"><code>SysTick_Handler</code></td>
    6054     <td align="right"><code>0x0800B0A5</code></td>
    6055     <td align="right"><code></code></td>
    6056     <td align="right"><code>4</code></td>
    6057     <td align="left"><code>Code</code></td>
    6058     <td align="left"><code>Wk</code></td>
    6059     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6060   </tr>
    6061   <tr>
    6062     <td align="left"><code>SystemCoreClockUpdate</code></td>
    6063     <td align="right"><code>0x080085AD</code></td>
    6064     <td align="right"><code>144</code></td>
    6065     <td align="right"><code>4</code></td>
    6066     <td align="left"><code>Code</code></td>
    6067     <td align="left"><code>Gb</code></td>
    6068     <td align="left"><code>system_stm32g0xx.o</code></td>
    6069   </tr>
    6070   <tr>
    6071     <td align="left"><code>SystemInit</code></td>
    6072     <td align="right"><code>0x0800B4E9</code></td>
    6073     <td align="right"><code>2</code></td>
    6074     <td align="right"><code>2</code></td>
    6075     <td align="left"><code>Code</code></td>
    6076     <td align="left"><code>Gb</code></td>
    6077     <td align="left"><code>system_stm32g0xx.o</code></td>
    6078   </tr>
    6079   <tr>
    6080     <td align="left"><code>TIM14_IRQHandler</code></td>
    6081     <td align="right"><code>0x0800B0CF</code></td>
    6082     <td align="right"><code></code></td>
    6083     <td align="right"><code>4</code></td>
    6084     <td align="left"><code>Code</code></td>
    6085     <td align="left"><code>Wk</code></td>
    6086     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6087   </tr>
    6088   <tr>
    6089     <td align="left"><code>TIM15_IRQHandler</code></td>
    6090     <td align="right"><code>0x0800B0D1</code></td>
    6091     <td align="right"><code></code></td>
    6092     <td align="right"><code>4</code></td>
    6093     <td align="left"><code>Code</code></td>
    6094     <td align="left"><code>Wk</code></td>
    6095     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6096   </tr>
    6097   <tr>
    6098     <td align="left"><code>TIM16_IRQHandler</code></td>
    6099     <td align="right"><code>0x0800852D</code></td>
    6100     <td align="right"><code>16</code></td>
    6101     <td align="right"><code>4</code></td>
    6102     <td align="left"><code>Code</code></td>
    6103     <td align="left"><code>Gb</code></td>
    6104     <td align="left"><code>stm32g0xx_it.o</code></td>
    6105   </tr>
    6106   <tr>
    6107     <td align="left"><code>TIM16_IRQHandler</code></td>
    6108     <td align="right"><code>0x0800B0D3</code></td>
    6109     <td align="right"><code></code></td>
    6110     <td align="right"><code>4</code></td>
    6111     <td align="left"><code>Code</code></td>
    6112     <td align="left"><code>Wk</code></td>
    6113     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6114   </tr>
    6115   <tr>
    6116     <td align="left"><code>TIM17_IRQHandler</code></td>
    6117     <td align="right"><code>0x0800B0D5</code></td>
    6118     <td align="right"><code></code></td>
    6119     <td align="right"><code>4</code></td>
    6120     <td align="left"><code>Code</code></td>
    6121     <td align="left"><code>Wk</code></td>
    6122     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6123   </tr>
    6124   <tr>
    6125     <td align="left"><code>TIM1_BRK_UP_TRG_COMP_IRQHandler</code></td>
    6126     <td align="right"><code>0x0800B0C3</code></td>
    6127     <td align="right"><code></code></td>
    6128     <td align="right"><code>4</code></td>
    6129     <td align="left"><code>Code</code></td>
    6130     <td align="left"><code>Wk</code></td>
    6131     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6132   </tr>
    6133   <tr>
    6134     <td align="left"><code>TIM1_CC_IRQHandler</code></td>
    6135     <td align="right"><code>0x0800B0C5</code></td>
    6136     <td align="right"><code></code></td>
    6137     <td align="right"><code>4</code></td>
    6138     <td align="left"><code>Code</code></td>
    6139     <td align="left"><code>Wk</code></td>
    6140     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6141   </tr>
    6142   <tr>
    6143     <td align="left"><code>TIM2_IRQHandler</code></td>
    6144     <td align="right"><code>0x0800B0C7</code></td>
    6145     <td align="right"><code></code></td>
    6146     <td align="right"><code>4</code></td>
    6147     <td align="left"><code>Code</code></td>
    6148     <td align="left"><code>Wk</code></td>
    6149     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6150   </tr>
    6151   <tr>
    6152     <td align="left"><code>TIM3_IRQHandler</code></td>
    6153     <td align="right"><code>0x0800B0C9</code></td>
    6154     <td align="right"><code></code></td>
    6155     <td align="right"><code>4</code></td>
    6156     <td align="left"><code>Code</code></td>
    6157     <td align="left"><code>Wk</code></td>
    6158     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6159   </tr>
    6160   <tr>
    6161     <td align="left"><code>TIM6_DAC_LPTIM1_IRQHandler</code></td>
    6162     <td align="right"><code>0x0800B0CB</code></td>
    6163     <td align="right"><code></code></td>
    6164     <td align="right"><code>4</code></td>
    6165     <td align="left"><code>Code</code></td>
    6166     <td align="left"><code>Wk</code></td>
    6167     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6168   </tr>
    6169   <tr>
    6170     <td align="left"><code>TIM7_LPTIM2_IRQHandler</code></td>
    6171     <td align="right"><code>0x0800B0CD</code></td>
    6172     <td align="right"><code></code></td>
    6173     <td align="right"><code>4</code></td>
    6174     <td align="left"><code>Code</code></td>
    6175     <td align="left"><code>Wk</code></td>
    6176     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6177   </tr>
    6178   <tr>
    6179     <td align="left"><code>UART_AdvFeatureConfig</code></td>
    6180     <td align="right"><code>0x0800B2C9</code></td>
    6181     <td align="right"><code>210</code></td>
    6182     <td align="right"><code>2</code></td>
    6183     <td align="left"><code>Code</code></td>
    6184     <td align="left"><code>Gb</code></td>
    6185     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6186   </tr>
    6187   <tr>
    6188     <td align="left"><code>UART_CheckIdleState</code></td>
    6189     <td align="right"><code>0x0800345D</code></td>
    6190     <td align="right"><code>148</code></td>
    6191     <td align="right"><code>4</code></td>
    6192     <td align="left"><code>Code</code></td>
    6193     <td align="left"><code>Gb</code></td>
    6194     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6195   </tr>
    6196   <tr>
    6197     <td align="left"><code>UART_RxISR_16BIT</code></td>
    6198     <td align="right"><code>0x0800B3ED</code></td>
    6199     <td align="right"><code>90</code></td>
    6200     <td align="right"><code>2</code></td>
    6201     <td align="left"><code>Code</code></td>
    6202     <td align="left"><code>Lc</code></td>
    6203     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6204   </tr>
    6205   <tr>
    6206     <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
    6207     <td align="right"><code>0x08003751</code></td>
    6208     <td align="right"><code>160</code></td>
    6209     <td align="right"><code>4</code></td>
    6210     <td align="left"><code>Code</code></td>
    6211     <td align="left"><code>Lc</code></td>
    6212     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6213   </tr>
    6214   <tr>
    6215     <td align="left"><code>UART_RxISR_8BIT</code></td>
    6216     <td align="right"><code>0x0800B447</code></td>
    6217     <td align="right"><code>94</code></td>
    6218     <td align="right"><code>2</code></td>
    6219     <td align="left"><code>Code</code></td>
    6220     <td align="left"><code>Lc</code></td>
    6221     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6222   </tr>
    6223   <tr>
    6224     <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
    6225     <td align="right"><code>0x080037F1</code></td>
    6226     <td align="right"><code>164</code></td>
    6227     <td align="right"><code>4</code></td>
    6228     <td align="left"><code>Code</code></td>
    6229     <td align="left"><code>Lc</code></td>
    6230     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6231   </tr>
    6232   <tr>
    6233     <td align="left"><code>UART_SetConfig</code></td>
    6234     <td align="right"><code>0x0800325D</code></td>
    6235     <td align="right"><code>512</code></td>
    6236     <td align="right"><code>4</code></td>
    6237     <td align="left"><code>Code</code></td>
    6238     <td align="left"><code>Gb</code></td>
    6239     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6240   </tr>
    6241   <tr>
    6242     <td align="left"><code>UART_TxISR_16BIT</code></td>
    6243     <td align="right"><code>0x080035FD</code></td>
    6244     <td align="right"><code>64</code></td>
    6245     <td align="right"><code>4</code></td>
    6246     <td align="left"><code>Code</code></td>
    6247     <td align="left"><code>Lc</code></td>
    6248     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6249   </tr>
    6250   <tr>
    6251     <td align="left"><code>UART_TxISR_16BIT_FIFOEN</code></td>
    6252     <td align="right"><code>0x080035A1</code></td>
    6253     <td align="right"><code>92</code></td>
    6254     <td align="right"><code>4</code></td>
    6255     <td align="left"><code>Code</code></td>
    6256     <td align="left"><code>Lc</code></td>
    6257     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6258   </tr>
    6259   <tr>
    6260     <td align="left"><code>UART_TxISR_8BIT</code></td>
    6261     <td align="right"><code>0x0800BB3D</code></td>
    6262     <td align="right"><code>56</code></td>
    6263     <td align="right"><code>2</code></td>
    6264     <td align="left"><code>Code</code></td>
    6265     <td align="left"><code>Lc</code></td>
    6266     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6267   </tr>
    6268   <tr>
    6269     <td align="left"><code>UART_TxISR_8BIT_FIFOEN</code></td>
    6270     <td align="right"><code>0x0800B39B</code></td>
    6271     <td align="right"><code>82</code></td>
    6272     <td align="right"><code>2</code></td>
    6273     <td align="left"><code>Code</code></td>
    6274     <td align="left"><code>Lc</code></td>
    6275     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    6276   </tr>
    6277   <tr>
    6278     <td align="left"><code>UCPD1_UCPD2_IRQHandler</code></td>
    6279     <td align="right"><code>0x0800B0B9</code></td>
    6280     <td align="right"><code></code></td>
    6281     <td align="right"><code>4</code></td>
    6282     <td align="left"><code>Code</code></td>
    6283     <td align="left"><code>Wk</code></td>
    6284     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6285   </tr>
    6286   <tr>
    6287     <td align="left"><code>USART1_IRQHandler</code></td>
    6288     <td align="right"><code>0x0800851D</code></td>
    6289     <td align="right"><code>16</code></td>
    6290     <td align="right"><code>4</code></td>
    6291     <td align="left"><code>Code</code></td>
    6292     <td align="left"><code>Gb</code></td>
    6293     <td align="left"><code>stm32g0xx_it.o</code></td>
    6294   </tr>
    6295   <tr>
    6296     <td align="left"><code>USART1_IRQHandler</code></td>
    6297     <td align="right"><code>0x0800B0DF</code></td>
    6298     <td align="right"><code></code></td>
    6299     <td align="right"><code>4</code></td>
    6300     <td align="left"><code>Code</code></td>
    6301     <td align="left"><code>Wk</code></td>
    6302     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6303   </tr>
    6304   <tr>
    6305     <td align="left"><code>USART2_IRQHandler</code></td>
    6306     <td align="right"><code>0x0800B0E1</code></td>
    6307     <td align="right"><code></code></td>
    6308     <td align="right"><code>4</code></td>
    6309     <td align="left"><code>Code</code></td>
    6310     <td align="left"><code>Wk</code></td>
    6311     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6312   </tr>
    6313   <tr>
    6314     <td align="left"><code>USART3_USART4_LPUART1_IRQHandler</code></td>
    6315     <td align="right"><code>0x0800B0E3</code></td>
    6316     <td align="right"><code></code></td>
    6317     <td align="right"><code>4</code></td>
    6318     <td align="left"><code>Code</code></td>
    6319     <td align="left"><code>Wk</code></td>
    6320     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6321   </tr>
    6322   <tr>
    6323     <td align="left"><code>WH_COUNTER_Exec</code></td>
    6324     <td align="right"><code>0x080086E9</code></td>
    6325     <td align="right"><code>432</code></td>
    6326     <td align="right"><code>4</code></td>
    6327     <td align="left"><code>Code</code></td>
    6328     <td align="left"><code>Gb</code></td>
    6329     <td align="left"><code>wh_counter.o</code></td>
    6330   </tr>
    6331   <tr>
    6332     <td align="left"><code>WH_COUNTER_GetSoCAuto</code></td>
    6333     <td align="right"><code>0x08008961</code></td>
    6334     <td align="right"><code>112</code></td>
    6335     <td align="right"><code>4</code></td>
    6336     <td align="left"><code>Code</code></td>
    6337     <td align="left"><code>Gb</code></td>
    6338     <td align="left"><code>wh_counter.o</code></td>
    6339   </tr>
    6340   <tr>
    6341     <td align="left"><code>WH_COUNTER_GetSoCAutoTemp</code></td>
    6342     <td align="right"><code>0x080089D1</code></td>
    6343     <td align="right"><code>140</code></td>
    6344     <td align="right"><code>4</code></td>
    6345     <td align="left"><code>Code</code></td>
    6346     <td align="left"><code>Gb</code></td>
    6347     <td align="left"><code>wh_counter.o</code></td>
    6348   </tr>
    6349   <tr>
    6350     <td align="left"><code>WH_COUNTER_GetSoCManual</code></td>
    6351     <td align="right"><code>0x0800890D</code></td>
    6352     <td align="right"><code>84</code></td>
    6353     <td align="right"><code>4</code></td>
    6354     <td align="left"><code>Code</code></td>
    6355     <td align="left"><code>Gb</code></td>
    6356     <td align="left"><code>wh_counter.o</code></td>
    6357   </tr>
    6358   <tr>
    6359     <td align="left"><code>WH_COUNTER_Init</code></td>
    6360     <td align="right"><code>0x080086C9</code></td>
    6361     <td align="right"><code>32</code></td>
    6362     <td align="right"><code>4</code></td>
    6363     <td align="left"><code>Code</code></td>
    6364     <td align="left"><code>Gb</code></td>
    6365     <td align="left"><code>wh_counter.o</code></td>
    6366   </tr>
    6367   <tr>
    6368     <td align="left"><code>WH_COUNTER_SetDetectedEnergy</code></td>
    6369     <td align="right"><code>0x08008899</code></td>
    6370     <td align="right"><code>116</code></td>
    6371     <td align="right"><code>4</code></td>
    6372     <td align="left"><code>Code</code></td>
    6373     <td align="left"><code>Gb</code></td>
    6374     <td align="left"><code>wh_counter.o</code></td>
    6375   </tr>
    6376   <tr>
    6377     <td align="left"><code>WH_COUNTER_SetToMax</code></td>
    6378     <td align="right"><code>0x08008A5D</code></td>
    6379     <td align="right"><code>80</code></td>
    6380     <td align="right"><code>4</code></td>
    6381     <td align="left"><code>Code</code></td>
    6382     <td align="left"><code>Gb</code></td>
    6383     <td align="left"><code>wh_counter.o</code></td>
    6384   </tr>
    6385   <tr>
    6386     <td align="left"><code>WWDG_IRQHandler</code></td>
    6387     <td align="right"><code>0x0800B0A9</code></td>
    6388     <td align="right"><code></code></td>
    6389     <td align="right"><code>4</code></td>
    6390     <td align="left"><code>Code</code></td>
    6391     <td align="left"><code>Wk</code></td>
    6392     <td align="left"><code>STM32G07x_Vectors.o</code></td>
    6393   </tr>
    6394   <tr>
    6395     <td align="left"><code>_WriteBlocking</code></td>
    6396     <td align="right"><code>0x0800B787</code></td>
    6397     <td align="right"><code>98</code></td>
    6398     <td align="right"><code>2</code></td>
    6399     <td align="left"><code>Code</code></td>
    6400     <td align="left"><code>Lc</code></td>
    6401     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    6402   </tr>
    6403   <tr>
    6404     <td align="left"><code>_WriteNoCheck</code></td>
    6405     <td align="right"><code>0x0800B74D</code></td>
    6406     <td align="right"><code>58</code></td>
    6407     <td align="right"><code>2</code></td>
    6408     <td align="left"><code>Code</code></td>
    6409     <td align="left"><code>Lc</code></td>
    6410     <td align="left"><code>SEGGER_RTT.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    6411   </tr>
    6412   <tr>
    6413     <td align="left"><code>__SEGGER_RTL_X_file_bufsize</code></td>
    6414     <td align="right"><code>0x0800BD2D</code></td>
    6415     <td align="right"><code>4</code></td>
    6416     <td align="right"><code>2</code></td>
    6417     <td align="left"><code>Code</code></td>
    6418     <td align="left"><code>Gb</code></td>
    6419     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    6420   </tr>
    6421   <tr>
    6422     <td align="left"><code>__SEGGER_RTL_X_file_stat</code></td>
    6423     <td align="right"><code>0x0800ABF5</code></td>
    6424     <td align="right"><code>52</code></td>
    6425     <td align="right"><code>4</code></td>
    6426     <td align="left"><code>Code</code></td>
    6427     <td align="left"><code>Gb</code></td>
    6428     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    6429   </tr>
    6430   <tr>
    6431     <td align="left"><code>__SEGGER_RTL_X_file_write</code></td>
    6432     <td align="right"><code>0x0800B743</code></td>
    6433     <td align="right"><code>10</code></td>
    6434     <td align="right"><code>2</code></td>
    6435     <td align="left"><code>Code</code></td>
    6436     <td align="left"><code>Gb</code></td>
    6437     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    6438   </tr>
    6439   <tr>
    6440     <td align="left"><code>__SEGGER_RTL_ascii_isctype</code></td>
    6441     <td align="right"><code>0x0800AEE9</code></td>
    6442     <td align="right"><code>28</code></td>
    6443     <td align="right"><code>4</code></td>
    6444     <td align="left"><code>Code</code></td>
    6445     <td align="left"><code>Lc</code></td>
    6446     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6447   </tr>
    6448   <tr>
    6449     <td align="left"><code>__SEGGER_RTL_ascii_iswctype</code></td>
    6450     <td align="right"><code>0x0800AF05</code></td>
    6451     <td align="right"><code>28</code></td>
    6452     <td align="right"><code>4</code></td>
    6453     <td align="left"><code>Code</code></td>
    6454     <td align="left"><code>Lc</code></td>
    6455     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6456   </tr>
    6457   <tr>
    6458     <td align="left"><code>__SEGGER_RTL_ascii_mbtowc</code></td>
    6459     <td align="right"><code>0x0800B7E9</code></td>
    6460     <td align="right"><code>46</code></td>
    6461     <td align="right"><code>2</code></td>
    6462     <td align="left"><code>Code</code></td>
    6463     <td align="left"><code>Gb</code></td>
    6464     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6465   </tr>
    6466   <tr>
    6467     <td align="left"><code>__SEGGER_RTL_ascii_tolower</code></td>
    6468     <td align="right"><code>0x0800B817</code></td>
    6469     <td align="right"><code>14</code></td>
    6470     <td align="right"><code>2</code></td>
    6471     <td align="left"><code>Code</code></td>
    6472     <td align="left"><code>Lc</code></td>
    6473     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6474   </tr>
    6475   <tr>
    6476     <td align="left"><code>__SEGGER_RTL_ascii_toupper</code></td>
    6477     <td align="right"><code>0x0800BD41</code></td>
    6478     <td align="right"><code>12</code></td>
    6479     <td align="right"><code>2</code></td>
    6480     <td align="left"><code>Code</code></td>
    6481     <td align="left"><code>Lc</code></td>
    6482     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6483   </tr>
    6484   <tr>
    6485     <td align="left"><code>__SEGGER_RTL_ascii_towlower</code></td>
    6486     <td align="right"><code>0x0800B825</code></td>
    6487     <td align="right"><code>14</code></td>
    6488     <td align="right"><code>2</code></td>
    6489     <td align="left"><code>Code</code></td>
    6490     <td align="left"><code>Lc</code></td>
    6491     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6492   </tr>
    6493   <tr>
    6494     <td align="left"><code>__SEGGER_RTL_ascii_towupper</code></td>
    6495     <td align="right"><code>0x0800BD4D</code></td>
    6496     <td align="right"><code>12</code></td>
    6497     <td align="right"><code>2</code></td>
    6498     <td align="left"><code>Code</code></td>
    6499     <td align="left"><code>Lc</code></td>
    6500     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6501   </tr>
    6502   <tr>
    6503     <td align="left"><code>__SEGGER_RTL_ascii_wctomb</code></td>
    6504     <td align="right"><code>0x0800BD31</code></td>
    6505     <td align="right"><code>16</code></td>
    6506     <td align="right"><code>2</code></td>
    6507     <td align="left"><code>Code</code></td>
    6508     <td align="left"><code>Gb</code></td>
    6509     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6510   </tr>
    6511   <tr>
    6512     <td align="left"><code>__SEGGER_RTL_current_locale</code></td>
    6513     <td align="right"><code>0x0800AED5</code></td>
    6514     <td align="right"><code>20</code></td>
    6515     <td align="right"><code>4</code></td>
    6516     <td align="left"><code>Code</code></td>
    6517     <td align="left"><code>Gb</code></td>
    6518     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    6519   </tr>
    6520   <tr>
    6521     <td align="left"><code>__SEGGER_RTL_float64_PolyEvalP</code></td>
    6522     <td align="right"><code>0x0800BC2D</code></td>
    6523     <td align="right"><code>80</code></td>
    6524     <td align="right"><code>2</code></td>
    6525     <td align="left"><code>Code</code></td>
    6526     <td align="left"><code>Lc</code></td>
    6527     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6528   </tr>
    6529   <tr>
    6530     <td align="left"><code>__SEGGER_RTL_float64_PolyEvalQ</code></td>
    6531     <td align="right"><code>0x0800BC7D</code></td>
    6532     <td align="right"><code>80</code></td>
    6533     <td align="right"><code>2</code></td>
    6534     <td align="left"><code>Code</code></td>
    6535     <td align="left"><code>Lc</code></td>
    6536     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6537   </tr>
    6538   <tr>
    6539     <td align="left"><code>__SEGGER_RTL_float64_isinf</code></td>
    6540     <td align="right"><code>0x08008B05</code></td>
    6541     <td align="right"><code>24</code></td>
    6542     <td align="right"><code>4</code></td>
    6543     <td align="left"><code>Code</code></td>
    6544     <td align="left"><code>Wk</code></td>
    6545     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6546   </tr>
    6547   <tr>
    6548     <td align="left"><code>__SEGGER_RTL_float64_isnan</code></td>
    6549     <td align="right"><code>0x08008AE9</code></td>
    6550     <td align="right"><code>28</code></td>
    6551     <td align="right"><code>4</code></td>
    6552     <td align="left"><code>Code</code></td>
    6553     <td align="left"><code>Wk</code></td>
    6554     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6555   </tr>
    6556   <tr>
    6557     <td align="left"><code>__SEGGER_RTL_float64_isnormal</code></td>
    6558     <td align="right"><code>0x08008B1D</code></td>
    6559     <td align="right"><code>40</code></td>
    6560     <td align="right"><code>4</code></td>
    6561     <td align="left"><code>Code</code></td>
    6562     <td align="left"><code>Wk</code></td>
    6563     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6564   </tr>
    6565   <tr>
    6566     <td align="left"><code>__SEGGER_RTL_float64_signbit</code></td>
    6567     <td align="right"><code>0x0800BC29</code></td>
    6568     <td align="right"><code>4</code></td>
    6569     <td align="right"><code>2</code></td>
    6570     <td align="left"><code>Code</code></td>
    6571     <td align="left"><code>Wk</code></td>
    6572     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    6573   </tr>
    6574   <tr>
    6575     <td align="left"><code>__SEGGER_RTL_pow10</code></td>
    6576     <td align="right"><code>0x080093CD</code></td>
    6577     <td align="right"><code>88</code></td>
    6578     <td align="right"><code>4</code></td>
    6579     <td align="left"><code>Code</code></td>
    6580     <td align="left"><code>Gb</code></td>
    6581     <td align="left"><code>utilops.o (libc_v6m_t_le_eabi.a)</code></td>
    6582   </tr>
    6583   <tr>
    6584     <td align="left"><code>__SEGGER_RTL_pre_padding</code></td>
    6585     <td align="right"><code>0x0800BCF1</code></td>
    6586     <td align="right"><code>44</code></td>
    6587     <td align="right"><code>2</code></td>
    6588     <td align="left"><code>Code</code></td>
    6589     <td align="left"><code>Gb</code></td>
     4800    <td align="left"><code>Wk</code></td>
     4801    <td align="left"><code>strops.o (strops_v6m_t_le_eabi.a)</code></td>
     4802  </tr>
     4803  <tr>
     4804    <td align="left"><code>vfprintf</code></td>
     4805    <td align="right"><code>0x0800C327</code></td>
     4806    <td align="right"><code>26</code></td>
     4807    <td align="right"><code>2</code></td>
     4808    <td align="left"><code>Code</code></td>
     4809    <td align="left"><code>Wk</code></td>
    65904810    <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    65914811  </tr>
    65924812  <tr>
    6593     <td align="left"><code>__SEGGER_RTL_prin_flush</code></td>
    6594     <td align="right"><code>0x0800B70F</code></td>
    6595     <td align="right"><code>26</code></td>
    6596     <td align="right"><code>2</code></td>
    6597     <td align="left"><code>Code</code></td>
    6598     <td align="left"><code>Gb</code></td>
    6599     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    6600   </tr>
    6601   <tr>
    6602     <td align="left"><code>__SEGGER_RTL_print_padding</code></td>
    6603     <td align="right"><code>0x0800BCD5</code></td>
    6604     <td align="right"><code>28</code></td>
    6605     <td align="right"><code>2</code></td>
    6606     <td align="left"><code>Code</code></td>
    6607     <td align="left"><code>Gb</code></td>
    6608     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    6609   </tr>
    6610   <tr>
    6611     <td align="left"><code>__SEGGER_RTL_putc</code></td>
    6612     <td align="right"><code>0x0800B675</code></td>
    6613     <td align="right"><code>154</code></td>
    6614     <td align="right"><code>2</code></td>
    6615     <td align="left"><code>Code</code></td>
    6616     <td align="left"><code>Gb</code></td>
    6617     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    6618   </tr>
    6619   <tr>
    6620     <td align="left"><code>__SEGGER_RTL_stream_write</code></td>
    6621     <td align="right"><code>0x0800BD1D</code></td>
    6622     <td align="right"><code>16</code></td>
    6623     <td align="right"><code>2</code></td>
    6624     <td align="left"><code>Code</code></td>
    6625     <td align="left"><code>Lc</code></td>
    6626     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    6627   </tr>
    6628   <tr>
    6629     <td align="left"><code>__SEGGER_RTL_vfprintf</code></td>
    6630     <td align="right"><code>0x08009C65</code></td>
    6631     <td align="right"><code>3 984</code></td>
    6632     <td align="right"><code>4</code></td>
    6633     <td align="left"><code>Code</code></td>
    6634     <td align="left"><code>Gb</code></td>
    6635     <td align="left"><code>__SEGGER_RTL_vfprintf_float_long.o (libc_v6m_t_le_eabi.a)</code></td>
    6636   </tr>
    6637   <tr>
    6638     <td align="left"><code>__SEGGER_RTL_vfprintf_float_long</code></td>
    6639     <td align="right"><code>0x08009C65</code></td>
    6640     <td align="right"><code>3 984</code></td>
    6641     <td align="right"><code>4</code></td>
    6642     <td align="left"><code>Code</code></td>
    6643     <td align="left"><code>Gb</code></td>
    6644     <td align="left"><code>__SEGGER_RTL_vfprintf_float_long.o (libc_v6m_t_le_eabi.a)</code></td>
    6645   </tr>
    6646   <tr>
    6647     <td align="left"><code>__SEGGER_init_copy</code></td>
    6648     <td align="right"><code>0x0800C64B</code></td>
    6649     <td align="right"><code>20</code></td>
    6650     <td align="right"><code>2</code></td>
    6651     <td align="left"><code>Code</code></td>
    6652     <td align="left"><code>Wk</code></td>
    6653     <td align="left"><code>SEGGER_crtinit.o (SEGGER_crtinit_v6m_t_le_eabi.a)</code></td>
    6654   </tr>
    6655   <tr>
    6656     <td align="left"><code>__SEGGER_init_done</code></td>
    6657     <td align="right"><code>0x0800B06B</code></td>
    6658     <td align="right"><code></code></td>
    6659     <td align="right"><code>4</code></td>
    6660     <td align="left"><code>Code</code></td>
    6661     <td align="left"><code>Gb</code></td>
    6662     <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
    6663   </tr>
    6664   <tr>
    6665     <td align="left"><code>__SEGGER_init_zero</code></td>
    6666     <td align="right"><code>0x0800C639</code></td>
    6667     <td align="right"><code>18</code></td>
    6668     <td align="right"><code>2</code></td>
    6669     <td align="left"><code>Code</code></td>
    6670     <td align="left"><code>Wk</code></td>
    6671     <td align="left"><code>SEGGER_crtinit.o (SEGGER_crtinit_v6m_t_le_eabi.a)</code></td>
    6672   </tr>
    6673   <tr>
    6674     <td align="left"><code>__aeabi_d2iz</code></td>
    6675     <td align="right"><code>0x080097F9</code></td>
    6676     <td align="right"><code>52</code></td>
    6677     <td align="right"><code>4</code></td>
    6678     <td align="left"><code>Code</code></td>
    6679     <td align="left"><code>Wk</code></td>
    6680     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6681   </tr>
    6682   <tr>
    6683     <td align="left"><code>__aeabi_d2lz</code></td>
    6684     <td align="right"><code>0x0800982D</code></td>
    6685     <td align="right"><code>114</code></td>
    6686     <td align="right"><code>4</code></td>
    6687     <td align="left"><code>Code</code></td>
    6688     <td align="left"><code>Wk</code></td>
    6689     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6690   </tr>
    6691   <tr>
    6692     <td align="left"><code>__aeabi_d2uiz</code></td>
    6693     <td align="right"><code>0x080098A1</code></td>
    6694     <td align="right"><code>46</code></td>
    6695     <td align="right"><code>4</code></td>
    6696     <td align="left"><code>Code</code></td>
    6697     <td align="left"><code>Wk</code></td>
    6698     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6699   </tr>
    6700   <tr>
    6701     <td align="left"><code>__aeabi_d2ulz</code></td>
    6702     <td align="right"><code>0x080098D1</code></td>
    6703     <td align="right"><code>72</code></td>
    6704     <td align="right"><code>4</code></td>
    6705     <td align="left"><code>Code</code></td>
    6706     <td align="left"><code>Wk</code></td>
    6707     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6708   </tr>
    6709   <tr>
    6710     <td align="left"><code>__aeabi_dadd</code></td>
    6711     <td align="right"><code>0x08009425</code></td>
    6712     <td align="right"><code>456</code></td>
    6713     <td align="right"><code>4</code></td>
    6714     <td align="left"><code>Code</code></td>
    6715     <td align="left"><code>Wk</code></td>
    6716     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6717   </tr>
    6718   <tr>
    6719     <td align="left"><code>__aeabi_dcmpeq</code></td>
    6720     <td align="right"><code>0x08009705</code></td>
    6721     <td align="right"><code>46</code></td>
    6722     <td align="right"><code>4</code></td>
    6723     <td align="left"><code>Code</code></td>
    6724     <td align="left"><code>Wk</code></td>
    6725     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6726   </tr>
    6727   <tr>
    6728     <td align="left"><code>__aeabi_dcmpge</code></td>
    6729     <td align="right"><code>0x08009735</code></td>
    6730     <td align="right"><code>68</code></td>
    6731     <td align="right"><code>4</code></td>
    6732     <td align="left"><code>Code</code></td>
    6733     <td align="left"><code>Wk</code></td>
    6734     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6735   </tr>
    6736   <tr>
    6737     <td align="left"><code>__aeabi_dcmpgt</code></td>
    6738     <td align="right"><code>0x08009779</code></td>
    6739     <td align="right"><code>62</code></td>
    6740     <td align="right"><code>4</code></td>
    6741     <td align="left"><code>Code</code></td>
    6742     <td align="left"><code>Wk</code></td>
    6743     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6744   </tr>
    6745   <tr>
    6746     <td align="left"><code>__aeabi_dcmple</code></td>
    6747     <td align="right"><code>0x080096C1</code></td>
    6748     <td align="right"><code>68</code></td>
    6749     <td align="right"><code>4</code></td>
    6750     <td align="left"><code>Code</code></td>
    6751     <td align="left"><code>Wk</code></td>
    6752     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6753   </tr>
    6754   <tr>
    6755     <td align="left"><code>__aeabi_dcmplt</code></td>
    6756     <td align="right"><code>0x080097B9</code></td>
    6757     <td align="right"><code>62</code></td>
    6758     <td align="right"><code>4</code></td>
    6759     <td align="left"><code>Code</code></td>
    6760     <td align="left"><code>Wk</code></td>
    6761     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6762   </tr>
    6763   <tr>
    6764     <td align="left"><code>__aeabi_ddiv</code></td>
    6765     <td align="right"><code>0x080095FD</code></td>
    6766     <td align="right"><code>196</code></td>
    6767     <td align="right"><code>4</code></td>
    6768     <td align="left"><code>Code</code></td>
    6769     <td align="left"><code>Wk</code></td>
    6770     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6771   </tr>
    6772   <tr>
    6773     <td align="left"><code>__aeabi_dmul</code></td>
    6774     <td align="right"><code>0x0800B523</code></td>
    6775     <td align="right"><code></code></td>
    6776     <td align="right"><code>2</code></td>
    6777     <td align="left"><code>Code</code></td>
    6778     <td align="left"><code>Wk</code></td>
    6779     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6780   </tr>
    6781   <tr>
    6782     <td align="left"><code>__aeabi_dmul_aux</code></td>
    6783     <td align="right"><code>0x0800B4EB</code></td>
    6784     <td align="right"><code>394</code></td>
    6785     <td align="right"><code>2</code></td>
    6786     <td align="left"><code>Code</code></td>
    6787     <td align="left"><code>Lc</code></td>
    6788     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6789   </tr>
    6790   <tr>
    6791     <td align="left"><code>__aeabi_dsub</code></td>
    6792     <td align="right"><code>0x080095ED</code></td>
    6793     <td align="right"><code>12</code></td>
    6794     <td align="right"><code>4</code></td>
    6795     <td align="left"><code>Code</code></td>
    6796     <td align="left"><code>Wk</code></td>
    6797     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6798   </tr>
    6799   <tr>
    6800     <td align="left"><code>__aeabi_i2d</code></td>
    6801     <td align="right"><code>0x08009919</code></td>
    6802     <td align="right"><code>22</code></td>
    6803     <td align="right"><code>4</code></td>
    6804     <td align="left"><code>Code</code></td>
    6805     <td align="left"><code>Wk</code></td>
    6806     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6807   </tr>
    6808   <tr>
    6809     <td align="left"><code>__aeabi_idiv</code></td>
    6810     <td align="right"><code>0x08009A55</code></td>
    6811     <td align="right"><code>64</code></td>
    6812     <td align="right"><code>4</code></td>
    6813     <td align="left"><code>Code</code></td>
    6814     <td align="left"><code>Wk</code></td>
    6815     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6816   </tr>
    6817   <tr>
    6818     <td align="left"><code>__aeabi_idiv0</code></td>
    6819     <td align="right"><code>0x08009BBD</code></td>
    6820     <td align="right"><code>6</code></td>
    6821     <td align="right"><code>4</code></td>
    6822     <td align="left"><code>Code</code></td>
    6823     <td align="left"><code>Wk</code></td>
    6824     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6825   </tr>
    6826   <tr>
    6827     <td align="left"><code>__aeabi_idivmod</code></td>
    6828     <td align="right"><code>0x08009A95</code></td>
    6829     <td align="right"><code>14</code></td>
    6830     <td align="right"><code>4</code></td>
    6831     <td align="left"><code>Code</code></td>
    6832     <td align="left"><code>Wk</code></td>
    6833     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6834   </tr>
    6835   <tr>
    6836     <td align="left"><code>__aeabi_l2d</code></td>
    6837     <td align="right"><code>0x08009935</code></td>
    6838     <td align="right"><code>92</code></td>
    6839     <td align="right"><code>4</code></td>
    6840     <td align="left"><code>Code</code></td>
    6841     <td align="left"><code>Wk</code></td>
    6842     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6843   </tr>
    6844   <tr>
    6845     <td align="left"><code>__aeabi_lasr</code></td>
    6846     <td align="right"><code>0x08009A05</code></td>
    6847     <td align="right"><code>30</code></td>
    6848     <td align="right"><code>4</code></td>
    6849     <td align="left"><code>Code</code></td>
    6850     <td align="left"><code>Wk</code></td>
    6851     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6852   </tr>
    6853   <tr>
    6854     <td align="left"><code>__aeabi_ldivmod</code></td>
    6855     <td align="right"><code>0x08009AED</code></td>
    6856     <td align="right"><code>46</code></td>
    6857     <td align="right"><code>4</code></td>
    6858     <td align="left"><code>Code</code></td>
    6859     <td align="left"><code>Wk</code></td>
    6860     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6861   </tr>
    6862   <tr>
    6863     <td align="left"><code>__aeabi_llsl</code></td>
    6864     <td align="right"><code>0x080099C5</code></td>
    6865     <td align="right"><code>30</code></td>
    6866     <td align="right"><code>4</code></td>
    6867     <td align="left"><code>Code</code></td>
    6868     <td align="left"><code>Wk</code></td>
    6869     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6870   </tr>
    6871   <tr>
    6872     <td align="left"><code>__aeabi_llsr</code></td>
    6873     <td align="right"><code>0x080099E5</code></td>
    6874     <td align="right"><code>30</code></td>
    6875     <td align="right"><code>4</code></td>
    6876     <td align="left"><code>Code</code></td>
    6877     <td align="left"><code>Wk</code></td>
    6878     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6879   </tr>
    6880   <tr>
    6881     <td align="left"><code>__aeabi_lmul</code></td>
    6882     <td align="right"><code>0x08009A25</code></td>
    6883     <td align="right"><code>46</code></td>
    6884     <td align="right"><code>4</code></td>
    6885     <td align="left"><code>Code</code></td>
    6886     <td align="left"><code>Wk</code></td>
    6887     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    6888   </tr>
    6889   <tr>
    6890     <td align="left"><code>__aeabi_memclr</code></td>
    6891     <td align="right"><code>0x0800AE9D</code></td>
    6892     <td align="right"><code>20</code></td>
    6893     <td align="right"><code>4</code></td>
    6894     <td align="left"><code>Code</code></td>
    6895     <td align="left"><code>Wk</code></td>
    6896     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6897   </tr>
    6898   <tr>
    6899     <td align="left"><code>__aeabi_memclr4</code></td>
    6900     <td align="right"><code>0x0800AE9D</code></td>
    6901     <td align="right"><code></code></td>
    6902     <td align="right"><code>4</code></td>
    6903     <td align="left"><code>Code</code></td>
    6904     <td align="left"><code>Wk</code></td>
    6905     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6906   </tr>
    6907   <tr>
    6908     <td align="left"><code>__aeabi_memclr8</code></td>
    6909     <td align="right"><code>0x0800AE9D</code></td>
    6910     <td align="right"><code></code></td>
    6911     <td align="right"><code>4</code></td>
    6912     <td align="left"><code>Code</code></td>
    6913     <td align="left"><code>Wk</code></td>
    6914     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6915   </tr>
    6916   <tr>
    6917     <td align="left"><code>__aeabi_memcpy</code></td>
    6918     <td align="right"><code>0x0800AE8D</code></td>
    6919     <td align="right"><code></code></td>
    6920     <td align="right"><code>4</code></td>
    6921     <td align="left"><code>Code</code></td>
    6922     <td align="left"><code>Wk</code></td>
    6923     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6924   </tr>
    6925   <tr>
    6926     <td align="left"><code>__aeabi_memcpy4</code></td>
    6927     <td align="right"><code>0x0800AE8D</code></td>
    6928     <td align="right"><code></code></td>
    6929     <td align="right"><code>4</code></td>
    6930     <td align="left"><code>Code</code></td>
    6931     <td align="left"><code>Wk</code></td>
    6932     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6933   </tr>
    6934   <tr>
    6935     <td align="left"><code>__aeabi_memcpy8</code></td>
    6936     <td align="right"><code>0x0800AE8D</code></td>
    6937     <td align="right"><code></code></td>
    6938     <td align="right"><code>4</code></td>
    6939     <td align="left"><code>Code</code></td>
    6940     <td align="left"><code>Wk</code></td>
    6941     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6942   </tr>
    6943   <tr>
    6944     <td align="left"><code>__aeabi_memmove</code></td>
    6945     <td align="right"><code>0x0800AEB1</code></td>
    6946     <td align="right"><code></code></td>
    6947     <td align="right"><code>4</code></td>
    6948     <td align="left"><code>Code</code></td>
    6949     <td align="left"><code>Wk</code></td>
    6950     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6951   </tr>
    6952   <tr>
    6953     <td align="left"><code>__aeabi_memmove4</code></td>
    6954     <td align="right"><code>0x0800AEB1</code></td>
    6955     <td align="right"><code></code></td>
    6956     <td align="right"><code>4</code></td>
    6957     <td align="left"><code>Code</code></td>
    6958     <td align="left"><code>Wk</code></td>
    6959     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6960   </tr>
    6961   <tr>
    6962     <td align="left"><code>__aeabi_memmove8</code></td>
    6963     <td align="right"><code>0x0800AEB1</code></td>
    6964     <td align="right"><code></code></td>
    6965     <td align="right"><code>4</code></td>
    6966     <td align="left"><code>Code</code></td>
    6967     <td align="left"><code>Wk</code></td>
    6968     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6969   </tr>
    6970   <tr>
    6971     <td align="left"><code>__aeabi_memset</code></td>
    6972     <td align="right"><code>0x0800AE9F</code></td>
    6973     <td align="right"><code></code></td>
    6974     <td align="right"><code>4</code></td>
    6975     <td align="left"><code>Code</code></td>
    6976     <td align="left"><code>Wk</code></td>
    6977     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6978   </tr>
    6979   <tr>
    6980     <td align="left"><code>__aeabi_memset4</code></td>
    6981     <td align="right"><code>0x0800AE9F</code></td>
    6982     <td align="right"><code></code></td>
    6983     <td align="right"><code>4</code></td>
    6984     <td align="left"><code>Code</code></td>
    6985     <td align="left"><code>Wk</code></td>
    6986     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6987   </tr>
    6988   <tr>
    6989     <td align="left"><code>__aeabi_memset8</code></td>
    6990     <td align="right"><code>0x0800AE9F</code></td>
    6991     <td align="right"><code></code></td>
    6992     <td align="right"><code>4</code></td>
    6993     <td align="left"><code>Code</code></td>
    6994     <td align="left"><code>Wk</code></td>
    6995     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    6996   </tr>
    6997   <tr>
    6998     <td align="left"><code>__aeabi_ui2d</code></td>
    6999     <td align="right"><code>0x08009991</code></td>
    7000     <td align="right"><code>28</code></td>
    7001     <td align="right"><code>4</code></td>
    7002     <td align="left"><code>Code</code></td>
    7003     <td align="left"><code>Wk</code></td>
    7004     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    7005   </tr>
    7006   <tr>
    7007     <td align="left"><code>__aeabi_uidiv</code></td>
    7008     <td align="right"><code>0x08009AA5</code></td>
    7009     <td align="right"><code>56</code></td>
    7010     <td align="right"><code>4</code></td>
    7011     <td align="left"><code>Code</code></td>
    7012     <td align="left"><code>Wk</code></td>
    7013     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    7014   </tr>
    7015   <tr>
    7016     <td align="left"><code>__aeabi_uidivmod</code></td>
    7017     <td align="right"><code>0x08009ADD</code></td>
    7018     <td align="right"><code>16</code></td>
    7019     <td align="right"><code>4</code></td>
    7020     <td align="left"><code>Code</code></td>
    7021     <td align="left"><code>Wk</code></td>
    7022     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    7023   </tr>
    7024   <tr>
    7025     <td align="left"><code>__aeabi_ul2d</code></td>
    7026     <td align="right"><code>0x080099AD</code></td>
    7027     <td align="right"><code>20</code></td>
    7028     <td align="right"><code>4</code></td>
    7029     <td align="left"><code>Code</code></td>
    7030     <td align="left"><code>Wk</code></td>
    7031     <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    7032   </tr>
    7033   <tr>
    7034     <td align="left"><code>__aeabi_uldivmod</code></td>
    7035     <td align="right"><code>0x08009B1D</code></td>
    7036     <td align="right"><code>160</code></td>
    7037     <td align="right"><code>4</code></td>
    7038     <td align="left"><code>Code</code></td>
    7039     <td align="left"><code>Wk</code></td>
    7040     <td align="left"><code>intasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    7041   </tr>
    7042   <tr>
    7043     <td align="left"><code>_start</code></td>
    7044     <td align="right"><code>0x0800B061</code></td>
    7045     <td align="right"><code></code></td>
    7046     <td align="right"><code>4</code></td>
    7047     <td align="left"><code>Code</code></td>
    7048     <td align="left"><code>Gb</code></td>
    7049     <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
    7050   </tr>
    7051   <tr>
    7052     <td align="left"><code>abs</code></td>
    7053     <td align="right"><code>0x0800BCCD</code></td>
    7054     <td align="right"><code>8</code></td>
    7055     <td align="right"><code>2</code></td>
    7056     <td align="left"><code>Code</code></td>
    7057     <td align="left"><code>Wk</code></td>
    7058     <td align="left"><code>intops.o (libc_v6m_t_le_eabi.a)</code></td>
    7059   </tr>
    7060   <tr>
    7061     <td align="left"><code>exit</code></td>
    7062     <td align="right"><code>0x0800B06F</code></td>
    7063     <td align="right"><code></code></td>
    7064     <td align="right"><code>4</code></td>
    7065     <td align="left"><code>Code</code></td>
    7066     <td align="left"><code>Gb</code></td>
    7067     <td align="left"><code>SEGGER_THUMB_Startup.o</code></td>
    7068   </tr>
    7069   <tr>
    7070     <td align="left"><code>exp</code></td>
    7071     <td align="right"><code>0x08008F75</code></td>
    7072     <td align="right"><code>472</code></td>
    7073     <td align="right"><code>4</code></td>
    7074     <td align="left"><code>Code</code></td>
    7075     <td align="left"><code>Wk</code></td>
    7076     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7077   </tr>
    7078   <tr>
    7079     <td align="left"><code>floor</code></td>
    7080     <td align="right"><code>0x08008D41</code></td>
    7081     <td align="right"><code>200</code></td>
    7082     <td align="right"><code>4</code></td>
    7083     <td align="left"><code>Code</code></td>
    7084     <td align="left"><code>Wk</code></td>
    7085     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7086   </tr>
    7087   <tr>
    7088     <td align="left"><code>fmod</code></td>
    7089     <td align="right"><code>0x08008BC5</code></td>
    7090     <td align="right"><code>380</code></td>
    7091     <td align="right"><code>4</code></td>
    7092     <td align="left"><code>Code</code></td>
    7093     <td align="left"><code>Wk</code></td>
    7094     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7095   </tr>
    7096   <tr>
    7097     <td align="left"><code>fputc</code></td>
    7098     <td align="right"><code>0x0800BBD1</code></td>
    7099     <td align="right"><code>36</code></td>
    7100     <td align="right"><code>2</code></td>
    7101     <td align="left"><code>Code</code></td>
    7102     <td align="left"><code>Wk</code></td>
    7103     <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
    7104   </tr>
    7105   <tr>
    7106     <td align="left"><code>frexp</code></td>
    7107     <td align="right"><code>0x08008B8D</code></td>
    7108     <td align="right"><code>56</code></td>
    7109     <td align="right"><code>4</code></td>
    7110     <td align="left"><code>Code</code></td>
    7111     <td align="left"><code>Wk</code></td>
    7112     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7113   </tr>
    7114   <tr>
    7115     <td align="left"><code>fwrite</code></td>
    7116     <td align="right"><code>0x0800BBF5</code></td>
    7117     <td align="right"><code>52</code></td>
    7118     <td align="right"><code>2</code></td>
    7119     <td align="left"><code>Code</code></td>
    7120     <td align="left"><code>Wk</code></td>
    7121     <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
    7122   </tr>
    7123   <tr>
    7124     <td align="left"><code>ldexp</code></td>
    7125     <td align="right"><code>0x08008B45</code></td>
    7126     <td align="right"><code>72</code></td>
    7127     <td align="right"><code>4</code></td>
    7128     <td align="left"><code>Code</code></td>
    7129     <td align="left"><code>Wk</code></td>
    7130     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7131   </tr>
    7132   <tr>
    7133     <td align="left"><code>log</code></td>
    7134     <td align="right"><code>0x08008E09</code></td>
    7135     <td align="right"><code>364</code></td>
    7136     <td align="right"><code>4</code></td>
    7137     <td align="left"><code>Code</code></td>
    7138     <td align="left"><code>Wk</code></td>
    7139     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7140   </tr>
    7141   <tr>
    7142     <td align="left"><code>main</code></td>
    7143     <td align="right"><code>0x080076E5</code></td>
    7144     <td align="right"><code>1 604</code></td>
    7145     <td align="right"><code>4</code></td>
    7146     <td align="left"><code>Code</code></td>
    7147     <td align="left"><code>Gb</code></td>
    7148     <td align="left"><code>main.o</code></td>
    7149   </tr>
    7150   <tr>
    7151     <td align="left"><code>mbGetFrameComplete</code></td>
    7152     <td align="right"><code>0x0800BBB9</code></td>
    7153     <td align="right"><code>4</code></td>
    7154     <td align="right"><code>2</code></td>
    7155     <td align="left"><code>Code</code></td>
    7156     <td align="left"><code>Gb</code></td>
    7157     <td align="left"><code>modbus.o</code></td>
    7158   </tr>
    7159   <tr>
    7160     <td align="left"><code>mbInit</code></td>
    7161     <td align="right"><code>0x0800BB75</code></td>
    7162     <td align="right"><code>68</code></td>
    7163     <td align="right"><code>2</code></td>
    7164     <td align="left"><code>Code</code></td>
    7165     <td align="left"><code>Gb</code></td>
    7166     <td align="left"><code>modbus.o</code></td>
    7167   </tr>
    7168   <tr>
    7169     <td align="left"><code>mbSlaveCheckModbusRtuQuery</code></td>
    7170     <td align="right"><code>0x080040E1</code></td>
    7171     <td align="right"><code>500</code></td>
    7172     <td align="right"><code>4</code></td>
    7173     <td align="left"><code>Code</code></td>
    7174     <td align="left"><code>Gb</code></td>
    7175     <td align="left"><code>modbus.o</code></td>
    7176   </tr>
    7177   <tr>
    7178     <td align="left"><code>mbSlaveProcessPdu</code></td>
    7179     <td align="right"><code>0x080044CD</code></td>
    7180     <td align="right"><code>576</code></td>
    7181     <td align="right"><code>4</code></td>
    7182     <td align="left"><code>Code</code></td>
    7183     <td align="left"><code>Gb</code></td>
    7184     <td align="left"><code>modbus.o</code></td>
    7185   </tr>
    7186   <tr>
    7187     <td align="left"><code>mbSlaveProcessRtuQuery</code></td>
    7188     <td align="right"><code>0x080042D5</code></td>
    7189     <td align="right"><code>504</code></td>
    7190     <td align="right"><code>4</code></td>
    7191     <td align="left"><code>Code</code></td>
    7192     <td align="left"><code>Gb</code></td>
    7193     <td align="left"><code>modbus.o</code></td>
    7194   </tr>
    7195   <tr>
    7196     <td align="left"><code>mbUartInit</code></td>
    7197     <td align="right"><code>0x08003D55</code></td>
    7198     <td align="right"><code>292</code></td>
    7199     <td align="right"><code>4</code></td>
    7200     <td align="left"><code>Code</code></td>
    7201     <td align="left"><code>Gb</code></td>
    7202     <td align="left"><code>modbus.o</code></td>
    7203   </tr>
    7204   <tr>
    7205     <td align="left"><code>memcpy</code></td>
    7206     <td align="right"><code>0x0800AE8D</code></td>
    7207     <td align="right"><code>14</code></td>
    7208     <td align="right"><code>4</code></td>
    7209     <td align="left"><code>Code</code></td>
    7210     <td align="left"><code>Wk</code></td>
    7211     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    7212   </tr>
    7213   <tr>
    7214     <td align="left"><code>memset</code></td>
    7215     <td align="right"><code>0x0800AEA5</code></td>
    7216     <td align="right"><code></code></td>
    7217     <td align="right"><code>4</code></td>
    7218     <td align="left"><code>Code</code></td>
    7219     <td align="left"><code>Wk</code></td>
    7220     <td align="left"><code>strasmops_arm.o (strops_v6m_t_le_eabi.a)</code></td>
    7221   </tr>
    7222   <tr>
    7223     <td align="left"><code>orderTrimmingValues</code></td>
    7224     <td align="right"><code>0x08003895</code></td>
    7225     <td align="right"><code>644</code></td>
    7226     <td align="right"><code>4</code></td>
    7227     <td align="left"><code>Code</code></td>
    7228     <td align="left"><code>Gb</code></td>
    7229     <td align="left"><code>hsi16 _calibration.o</code></td>
    7230   </tr>
    7231   <tr>
    7232     <td align="left"><code>pow</code></td>
    7233     <td align="right"><code>0x0800914D</code></td>
    7234     <td align="right"><code>640</code></td>
    7235     <td align="right"><code>4</code></td>
    7236     <td align="left"><code>Code</code></td>
    7237     <td align="left"><code>Wk</code></td>
    7238     <td align="left"><code>floatops.o (libc_v6m_t_le_eabi.a)</code></td>
    7239   </tr>
    7240   <tr>
    7241     <td align="left"><code>printf</code></td>
    7242     <td align="right"><code>0x08009C3D</code></td>
    7243     <td align="right"><code>40</code></td>
    7244     <td align="right"><code>4</code></td>
    7245     <td align="left"><code>Code</code></td>
    7246     <td align="left"><code>Wk</code></td>
    7247     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    7248   </tr>
    7249   <tr>
    7250     <td align="left"><code>putchar</code></td>
    7251     <td align="right"><code>0x08008AAD</code></td>
    7252     <td align="right"><code>16</code></td>
    7253     <td align="right"><code>4</code></td>
    7254     <td align="left"><code>Code</code></td>
    7255     <td align="left"><code>Wk</code></td>
    7256     <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
    7257   </tr>
    7258   <tr>
    7259     <td align="left"><code>puts</code></td>
    7260     <td align="right"><code>0x08008ABD</code></td>
    7261     <td align="right"><code>44</code></td>
    7262     <td align="right"><code>4</code></td>
    7263     <td align="left"><code>Code</code></td>
    7264     <td align="left"><code>Wk</code></td>
    7265     <td align="left"><code>fileops.o (libc_v6m_t_le_eabi.a)</code></td>
    7266   </tr>
    7267   <tr>
    7268     <td align="left"><code>strlen</code></td>
    7269     <td align="right"><code>0x0800AD09</code></td>
    7270     <td align="right"><code>168</code></td>
    7271     <td align="right"><code>4</code></td>
    7272     <td align="left"><code>Code</code></td>
    7273     <td align="left"><code>Wk</code></td>
    7274     <td align="left"><code>strops.o (strops_v6m_t_le_eabi.a)</code></td>
    7275   </tr>
    7276   <tr>
    7277     <td align="left"><code>strnlen</code></td>
    7278     <td align="right"><code>0x0800ADB1</code></td>
    7279     <td align="right"><code>220</code></td>
    7280     <td align="right"><code>4</code></td>
    7281     <td align="left"><code>Code</code></td>
    7282     <td align="left"><code>Wk</code></td>
    7283     <td align="left"><code>strops.o (strops_v6m_t_le_eabi.a)</code></td>
    7284   </tr>
    7285   <tr>
    7286     <td align="left"><code>vfprintf</code></td>
    7287     <td align="right"><code>0x0800B729</code></td>
    7288     <td align="right"><code>26</code></td>
    7289     <td align="right"><code>2</code></td>
    7290     <td align="left"><code>Code</code></td>
    7291     <td align="left"><code>Wk</code></td>
    7292     <td align="left"><code>prinops.o (libc_v6m_t_le_eabi.a)</code></td>
    7293   </tr>
    7294   <tr>
    72954813    <td align="left"><code>vfprintf_l</code></td>
    7296     <td align="right"><code>0x08009BC5</code></td>
     4814    <td align="right"><code>0x0800AB2D</code></td>
    72974815    <td align="right"><code>120</code></td>
    72984816    <td align="right"><code>4</code></td>
     
    73154833  <tr>
    73164834    <td align="right"><code>0x080001D1</code></td>
    7317     <td align="left"><code>HAL_Init</code></td>
    7318     <td align="right"><code>40</code></td>
    7319     <td align="right"><code>4</code></td>
    7320     <td align="left"><code>Code</code></td>
    7321     <td align="left"><code>Gb</code></td>
    7322     <td align="left"><code>stm32g0xx_hal.o</code></td>
    7323   </tr>
    7324   <tr>
    7325     <td align="right"><code>0x080001F9</code></td>
    7326     <td align="left"><code>HAL_InitTick</code></td>
    7327     <td align="right"><code>76</code></td>
    7328     <td align="right"><code>4</code></td>
    7329     <td align="left"><code>Code</code></td>
    7330     <td align="left"><code>Wk</code></td>
    7331     <td align="left"><code>stm32g0xx_hal.o</code></td>
     4835    <td align="left"><code>ADC_DMAConvCplt</code></td>
     4836    <td align="right"><code>116</code></td>
     4837    <td align="right"><code>4</code></td>
     4838    <td align="left"><code>Code</code></td>
     4839    <td align="left"><code>Lc</code></td>
     4840    <td align="left"><code>firmware_lto.o</code></td>
    73324841  </tr>
    73334842  <tr>
    73344843    <td align="right"><code>0x08000245</code></td>
    7335     <td align="left"><code>HAL_IncTick</code></td>
    7336     <td align="right"><code>24</code></td>
    7337     <td align="right"><code>4</code></td>
    7338     <td align="left"><code>Code</code></td>
    7339     <td align="left"><code>Wk</code></td>
    7340     <td align="left"><code>stm32g0xx_hal.o</code></td>
    7341   </tr>
    7342   <tr>
    7343     <td align="right"><code>0x0800025D</code></td>
    7344     <td align="left"><code>HAL_GetTick</code></td>
    7345     <td align="right"><code>12</code></td>
    7346     <td align="right"><code>4</code></td>
    7347     <td align="left"><code>Code</code></td>
    7348     <td align="left"><code>Wk</code></td>
    7349     <td align="left"><code>stm32g0xx_hal.o</code></td>
    7350   </tr>
    7351   <tr>
    7352     <td align="right"><code>0x08000269</code></td>
    7353     <td align="left"><code>HAL_Delay</code></td>
    7354     <td align="right"><code>36</code></td>
    7355     <td align="right"><code>4</code></td>
    7356     <td align="left"><code>Code</code></td>
    7357     <td align="left"><code>Wk</code></td>
    7358     <td align="left"><code>stm32g0xx_hal.o</code></td>
    7359   </tr>
    7360   <tr>
    7361     <td align="right"><code>0x0800028D</code></td>
    7362     <td align="left"><code>HAL_ADC_Init</code></td>
    7363     <td align="right"><code>580</code></td>
    7364     <td align="right"><code>4</code></td>
    7365     <td align="left"><code>Code</code></td>
    7366     <td align="left"><code>Gb</code></td>
    7367     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    7368   </tr>
    7369   <tr>
    7370     <td align="right"><code>0x080004D1</code></td>
    7371     <td align="left"><code>ADC_Disable</code></td>
    7372     <td align="right"><code>104</code></td>
    7373     <td align="right"><code>4</code></td>
    7374     <td align="left"><code>Code</code></td>
    7375     <td align="left"><code>Gb</code></td>
    7376     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    7377   </tr>
    7378   <tr>
    7379     <td align="right"><code>0x08000539</code></td>
    7380     <td align="left"><code>ADC_Enable</code></td>
    7381     <td align="right"><code>220</code></td>
    7382     <td align="right"><code>4</code></td>
    7383     <td align="left"><code>Code</code></td>
    7384     <td align="left"><code>Gb</code></td>
    7385     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    7386   </tr>
    7387   <tr>
    7388     <td align="right"><code>0x08000615</code></td>
    7389     <td align="left"><code>HAL_ADC_Start_DMA</code></td>
    7390     <td align="right"><code>180</code></td>
    7391     <td align="right"><code>4</code></td>
    7392     <td align="left"><code>Code</code></td>
    7393     <td align="left"><code>Gb</code></td>
    7394     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    7395   </tr>
    7396   <tr>
    7397     <td align="right"><code>0x080006C9</code></td>
    73984844    <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
    7399     <td align="right"><code>660</code></td>
    7400     <td align="right"><code>4</code></td>
    7401     <td align="left"><code>Code</code></td>
    7402     <td align="left"><code>Gb</code></td>
    7403     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    7404   </tr>
    7405   <tr>
    7406     <td align="right"><code>0x0800095D</code></td>
    7407     <td align="left"><code>HAL_ADCEx_Calibration_Start</code></td>
    7408     <td align="right"><code>1 196</code></td>
    7409     <td align="right"><code>4</code></td>
    7410     <td align="left"><code>Code</code></td>
    7411     <td align="left"><code>Gb</code></td>
    7412     <td align="left"><code>stm32g0xx_hal_adc_ex.o</code></td>
    7413   </tr>
    7414   <tr>
    7415     <td align="right"><code>0x08000E09</code></td>
    7416     <td align="left"><code>HAL_NVIC_SetPriority</code></td>
    7417     <td align="right"><code>56</code></td>
    7418     <td align="right"><code>4</code></td>
    7419     <td align="left"><code>Code</code></td>
    7420     <td align="left"><code>Gb</code></td>
    7421     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    7422   </tr>
    7423   <tr>
    7424     <td align="right"><code>0x08000E41</code></td>
    7425     <td align="left"><code>HAL_NVIC_EnableIRQ</code></td>
    7426     <td align="right"><code>24</code></td>
    7427     <td align="right"><code>4</code></td>
    7428     <td align="left"><code>Code</code></td>
    7429     <td align="left"><code>Gb</code></td>
    7430     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    7431   </tr>
    7432   <tr>
    7433     <td align="right"><code>0x08000E59</code></td>
    7434     <td align="left"><code>HAL_NVIC_DisableIRQ</code></td>
    7435     <td align="right"><code>32</code></td>
    7436     <td align="right"><code>4</code></td>
    7437     <td align="left"><code>Code</code></td>
    7438     <td align="left"><code>Gb</code></td>
    7439     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    7440   </tr>
    7441   <tr>
    7442     <td align="right"><code>0x08000E79</code></td>
    7443     <td align="left"><code>HAL_SYSTICK_Config</code></td>
    7444     <td align="right"><code>52</code></td>
    7445     <td align="right"><code>4</code></td>
    7446     <td align="left"><code>Code</code></td>
    7447     <td align="left"><code>Gb</code></td>
    7448     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    7449   </tr>
    7450   <tr>
    7451     <td align="right"><code>0x08000EAD</code></td>
    7452     <td align="left"><code>HAL_CRC_Init</code></td>
    7453     <td align="right"><code>120</code></td>
    7454     <td align="right"><code>4</code></td>
    7455     <td align="left"><code>Code</code></td>
    7456     <td align="left"><code>Gb</code></td>
    7457     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    7458   </tr>
    7459   <tr>
    7460     <td align="right"><code>0x08000F25</code></td>
    7461     <td align="left"><code>HAL_DMA_Init</code></td>
    7462     <td align="right"><code>236</code></td>
    7463     <td align="right"><code>4</code></td>
    7464     <td align="left"><code>Code</code></td>
    7465     <td align="left"><code>Gb</code></td>
    7466     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    7467   </tr>
    7468   <tr>
    7469     <td align="right"><code>0x08001011</code></td>
    7470     <td align="left"><code>HAL_DMA_Start_IT</code></td>
    7471     <td align="right"><code>204</code></td>
    7472     <td align="right"><code>4</code></td>
    7473     <td align="left"><code>Code</code></td>
    7474     <td align="left"><code>Gb</code></td>
    7475     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    7476   </tr>
    7477   <tr>
    7478     <td align="right"><code>0x080010DD</code></td>
    7479     <td align="left"><code>HAL_DMA_IRQHandler</code></td>
    7480     <td align="right"><code>228</code></td>
    7481     <td align="right"><code>4</code></td>
    7482     <td align="left"><code>Code</code></td>
    7483     <td align="left"><code>Gb</code></td>
    7484     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    7485   </tr>
    7486   <tr>
    7487     <td align="right"><code>0x080011C1</code></td>
     4845    <td align="right"><code>668</code></td>
     4846    <td align="right"><code>4</code></td>
     4847    <td align="left"><code>Code</code></td>
     4848    <td align="left"><code>Lc</code></td>
     4849    <td align="left"><code>firmware_lto.o</code></td>
     4850  </tr>
     4851  <tr>
     4852    <td align="right"><code>0x080004E1</code></td>
     4853    <td align="left"><code>HAL_CRC_Calculate</code></td>
     4854    <td align="right"><code>424</code></td>
     4855    <td align="right"><code>4</code></td>
     4856    <td align="left"><code>Code</code></td>
     4857    <td align="left"><code>Lc</code></td>
     4858    <td align="left"><code>firmware_lto.o</code></td>
     4859  </tr>
     4860  <tr>
     4861    <td align="right"><code>0x08000689</code></td>
    74884862    <td align="left"><code>HAL_FLASH_Program</code></td>
    7489     <td align="right"><code>432</code></td>
    7490     <td align="right"><code>4</code></td>
    7491     <td align="left"><code>Code</code></td>
    7492     <td align="left"><code>Gb</code></td>
    7493     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7494   </tr>
    7495   <tr>
    7496     <td align="right"><code>0x08001371</code></td>
    7497     <td align="left"><code>FLASH_WaitForLastOperation</code></td>
    7498     <td align="right"><code>180</code></td>
    7499     <td align="right"><code>4</code></td>
    7500     <td align="left"><code>Code</code></td>
    7501     <td align="left"><code>Gb</code></td>
    7502     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7503   </tr>
    7504   <tr>
    7505     <td align="right"><code>0x08001425</code></td>
    7506     <td align="left"><code>HAL_FLASH_Unlock</code></td>
    7507     <td align="right"><code>40</code></td>
    7508     <td align="right"><code>4</code></td>
    7509     <td align="left"><code>Code</code></td>
    7510     <td align="left"><code>Gb</code></td>
    7511     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7512   </tr>
    7513   <tr>
    7514     <td align="right"><code>0x0800144D</code></td>
     4863    <td align="right"><code>420</code></td>
     4864    <td align="right"><code>4</code></td>
     4865    <td align="left"><code>Code</code></td>
     4866    <td align="left"><code>Lc</code></td>
     4867    <td align="left"><code>firmware_lto.o</code></td>
     4868  </tr>
     4869  <tr>
     4870    <td align="right"><code>0x0800082D</code></td>
    75154871    <td align="left"><code>HAL_FLASH_Lock</code></td>
    7516     <td align="right"><code>128</code></td>
    7517     <td align="right"><code>4</code></td>
    7518     <td align="left"><code>Code</code></td>
    7519     <td align="left"><code>Gb</code></td>
    7520     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7521   </tr>
    7522   <tr>
    7523     <td align="right"><code>0x080014CD</code></td>
    7524     <td align="left"><code>HAL_FLASH_OB_Unlock</code></td>
    7525     <td align="right"><code>40</code></td>
    7526     <td align="right"><code>4</code></td>
    7527     <td align="left"><code>Code</code></td>
    7528     <td align="left"><code>Gb</code></td>
    7529     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7530   </tr>
    7531   <tr>
    7532     <td align="right"><code>0x080014F5</code></td>
     4872    <td align="right"><code>188</code></td>
     4873    <td align="right"><code>4</code></td>
     4874    <td align="left"><code>Code</code></td>
     4875    <td align="left"><code>Lc</code></td>
     4876    <td align="left"><code>firmware_lto.o</code></td>
     4877  </tr>
     4878  <tr>
     4879    <td align="right"><code>0x080008E9</code></td>
    75334880    <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
    7534     <td align="right"><code>128</code></td>
    7535     <td align="right"><code>4</code></td>
    7536     <td align="left"><code>Code</code></td>
    7537     <td align="left"><code>Gb</code></td>
    7538     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    7539   </tr>
    7540   <tr>
    7541     <td align="right"><code>0x08001575</code></td>
     4881    <td align="right"><code>188</code></td>
     4882    <td align="right"><code>4</code></td>
     4883    <td align="left"><code>Code</code></td>
     4884    <td align="left"><code>Lc</code></td>
     4885    <td align="left"><code>firmware_lto.o</code></td>
     4886  </tr>
     4887  <tr>
     4888    <td align="right"><code>0x080009A5</code></td>
    75424889    <td align="left"><code>HAL_FLASHEx_Erase</code></td>
    7543     <td align="right"><code>200</code></td>
    7544     <td align="right"><code>4</code></td>
    7545     <td align="left"><code>Code</code></td>
    7546     <td align="left"><code>Gb</code></td>
    7547     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    7548   </tr>
    7549   <tr>
    7550     <td align="right"><code>0x0800163D</code></td>
     4890    <td align="right"><code>464</code></td>
     4891    <td align="right"><code>4</code></td>
     4892    <td align="left"><code>Code</code></td>
     4893    <td align="left"><code>Lc</code></td>
     4894    <td align="left"><code>firmware_lto.o</code></td>
     4895  </tr>
     4896  <tr>
     4897    <td align="right"><code>0x08000B75</code></td>
    75514898    <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
    7552     <td align="right"><code>232</code></td>
    7553     <td align="right"><code>4</code></td>
    7554     <td align="left"><code>Code</code></td>
    7555     <td align="left"><code>Gb</code></td>
    7556     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    7557   </tr>
    7558   <tr>
    7559     <td align="right"><code>0x08001725</code></td>
    7560     <td align="left"><code>HAL_FLASHEx_OBGetConfig</code></td>
    7561     <td align="right"><code>80</code></td>
    7562     <td align="right"><code>4</code></td>
    7563     <td align="left"><code>Code</code></td>
    7564     <td align="left"><code>Gb</code></td>
    7565     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    7566   </tr>
    7567   <tr>
    7568     <td align="right"><code>0x08001775</code></td>
     4899    <td align="right"><code>544</code></td>
     4900    <td align="right"><code>4</code></td>
     4901    <td align="left"><code>Code</code></td>
     4902    <td align="left"><code>Lc</code></td>
     4903    <td align="left"><code>firmware_lto.o</code></td>
     4904  </tr>
     4905  <tr>
     4906    <td align="right"><code>0x08000D95</code></td>
    75694907    <td align="left"><code>HAL_GPIO_Init</code></td>
    7570     <td align="right"><code>408</code></td>
    7571     <td align="right"><code>4</code></td>
    7572     <td align="left"><code>Code</code></td>
    7573     <td align="left"><code>Gb</code></td>
    7574     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    7575   </tr>
    7576   <tr>
    7577     <td align="right"><code>0x0800190D</code></td>
    7578     <td align="left"><code>HAL_GPIO_EXTI_IRQHandler</code></td>
    7579     <td align="right"><code>40</code></td>
    7580     <td align="right"><code>4</code></td>
    7581     <td align="left"><code>Code</code></td>
    7582     <td align="left"><code>Gb</code></td>
    7583     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    7584   </tr>
    7585   <tr>
    7586     <td align="right"><code>0x08001935</code></td>
    7587     <td align="left"><code>HAL_PWR_EnableBkUpAccess</code></td>
    7588     <td align="right"><code>20</code></td>
    7589     <td align="right"><code>4</code></td>
    7590     <td align="left"><code>Code</code></td>
    7591     <td align="left"><code>Gb</code></td>
    7592     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    7593   </tr>
    7594   <tr>
    7595     <td align="right"><code>0x08001949</code></td>
    7596     <td align="left"><code>HAL_PWR_DisableBkUpAccess</code></td>
    7597     <td align="right"><code>20</code></td>
    7598     <td align="right"><code>4</code></td>
    7599     <td align="left"><code>Code</code></td>
    7600     <td align="left"><code>Gb</code></td>
    7601     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    7602   </tr>
    7603   <tr>
    7604     <td align="right"><code>0x0800195D</code></td>
    7605     <td align="left"><code>HAL_PWREx_ControlVoltageScaling</code></td>
    7606     <td align="right"><code>132</code></td>
    7607     <td align="right"><code>4</code></td>
    7608     <td align="left"><code>Code</code></td>
    7609     <td align="left"><code>Gb</code></td>
    7610     <td align="left"><code>stm32g0xx_hal_pwr_ex.o</code></td>
    7611   </tr>
    7612   <tr>
    7613     <td align="right"><code>0x080019E1</code></td>
    7614     <td align="left"><code>HAL_RCC_OscConfig</code></td>
    7615     <td align="right"><code>1 092</code></td>
    7616     <td align="right"><code>4</code></td>
    7617     <td align="left"><code>Code</code></td>
    7618     <td align="left"><code>Gb</code></td>
    7619     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    7620   </tr>
    7621   <tr>
    7622     <td align="right"><code>0x08001E25</code></td>
    7623     <td align="left"><code>HAL_RCC_ClockConfig</code></td>
    7624     <td align="right"><code>512</code></td>
    7625     <td align="right"><code>4</code></td>
    7626     <td align="left"><code>Code</code></td>
    7627     <td align="left"><code>Gb</code></td>
    7628     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    7629   </tr>
    7630   <tr>
    7631     <td align="right"><code>0x08002025</code></td>
    7632     <td align="left"><code>HAL_RCC_GetSysClockFreq</code></td>
    7633     <td align="right"><code>136</code></td>
    7634     <td align="right"><code>4</code></td>
    7635     <td align="left"><code>Code</code></td>
    7636     <td align="left"><code>Gb</code></td>
    7637     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    7638   </tr>
    7639   <tr>
    7640     <td align="right"><code>0x080020AD</code></td>
    7641     <td align="left"><code>HAL_RCC_GetPCLK1Freq</code></td>
    7642     <td align="right"><code>40</code></td>
    7643     <td align="right"><code>4</code></td>
    7644     <td align="left"><code>Code</code></td>
    7645     <td align="left"><code>Gb</code></td>
    7646     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    7647   </tr>
    7648   <tr>
    7649     <td align="right"><code>0x080020D5</code></td>
    7650     <td align="left"><code>HAL_RCCEx_PeriphCLKConfig</code></td>
    7651     <td align="right"><code>376</code></td>
    7652     <td align="right"><code>4</code></td>
    7653     <td align="left"><code>Code</code></td>
    7654     <td align="left"><code>Gb</code></td>
    7655     <td align="left"><code>stm32g0xx_hal_rcc_ex.o</code></td>
    7656   </tr>
    7657   <tr>
    7658     <td align="right"><code>0x0800224D</code></td>
    7659     <td align="left"><code>HAL_RTC_Init</code></td>
    7660     <td align="right"><code>204</code></td>
    7661     <td align="right"><code>4</code></td>
    7662     <td align="left"><code>Code</code></td>
    7663     <td align="left"><code>Gb</code></td>
    7664     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    7665   </tr>
    7666   <tr>
    7667     <td align="right"><code>0x08002319</code></td>
    7668     <td align="left"><code>RTC_ExitInitMode</code></td>
    7669     <td align="right"><code>152</code></td>
    7670     <td align="right"><code>4</code></td>
    7671     <td align="left"><code>Code</code></td>
    7672     <td align="left"><code>Gb</code></td>
    7673     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    7674   </tr>
    7675   <tr>
    7676     <td align="right"><code>0x080023B1</code></td>
    7677     <td align="left"><code>HAL_RTC_SetTime</code></td>
    7678     <td align="right"><code>328</code></td>
    7679     <td align="right"><code>4</code></td>
    7680     <td align="left"><code>Code</code></td>
    7681     <td align="left"><code>Gb</code></td>
    7682     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    7683   </tr>
    7684   <tr>
    7685     <td align="right"><code>0x080024F9</code></td>
    7686     <td align="left"><code>HAL_SPI_Init</code></td>
    7687     <td align="right"><code>252</code></td>
    7688     <td align="right"><code>4</code></td>
    7689     <td align="left"><code>Code</code></td>
    7690     <td align="left"><code>Gb</code></td>
    7691     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    7692   </tr>
    7693   <tr>
    7694     <td align="right"><code>0x080025F5</code></td>
     4908    <td align="right"><code>416</code></td>
     4909    <td align="right"><code>4</code></td>
     4910    <td align="left"><code>Code</code></td>
     4911    <td align="left"><code>Lc</code></td>
     4912    <td align="left"><code>firmware_lto.o</code></td>
     4913  </tr>
     4914  <tr>
     4915    <td align="right"><code>0x08000F35</code></td>
     4916    <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
     4917    <td align="right"><code>244</code></td>
     4918    <td align="right"><code>4</code></td>
     4919    <td align="left"><code>Code</code></td>
     4920    <td align="left"><code>Lc</code></td>
     4921    <td align="left"><code>firmware_lto.o</code></td>
     4922  </tr>
     4923  <tr>
     4924    <td align="right"><code>0x08001029</code></td>
     4925    <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
     4926    <td align="right"><code>164</code></td>
     4927    <td align="right"><code>4</code></td>
     4928    <td align="left"><code>Code</code></td>
     4929    <td align="left"><code>Lc</code></td>
     4930    <td align="left"><code>firmware_lto.o</code></td>
     4931  </tr>
     4932  <tr>
     4933    <td align="right"><code>0x080010CD</code></td>
    76954934    <td align="left"><code>HAL_SPI_TransmitReceive</code></td>
    7696     <td align="right"><code>728</code></td>
    7697     <td align="right"><code>4</code></td>
    7698     <td align="left"><code>Code</code></td>
    7699     <td align="left"><code>Gb</code></td>
    7700     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    7701   </tr>
    7702   <tr>
    7703     <td align="right"><code>0x080028CD</code></td>
    7704     <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
    7705     <td align="right"><code>356</code></td>
    7706     <td align="right"><code>4</code></td>
    7707     <td align="left"><code>Code</code></td>
    7708     <td align="left"><code>Lc</code></td>
    7709     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    7710   </tr>
    7711   <tr>
    7712     <td align="right"><code>0x08002A31</code></td>
    7713     <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
    7714     <td align="right"><code>208</code></td>
    7715     <td align="right"><code>4</code></td>
    7716     <td align="left"><code>Code</code></td>
    7717     <td align="left"><code>Lc</code></td>
    7718     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    7719   </tr>
    7720   <tr>
    7721     <td align="right"><code>0x08002B01</code></td>
    7722     <td align="left"><code>HAL_TIM_IC_Init</code></td>
    7723     <td align="right"><code>248</code></td>
    7724     <td align="right"><code>4</code></td>
    7725     <td align="left"><code>Code</code></td>
    7726     <td align="left"><code>Gb</code></td>
    7727     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7728   </tr>
    7729   <tr>
    7730     <td align="right"><code>0x08002BF9</code></td>
    7731     <td align="left"><code>HAL_TIM_IC_DeInit</code></td>
    7732     <td align="right"><code>88</code></td>
    7733     <td align="right"><code>4</code></td>
    7734     <td align="left"><code>Code</code></td>
    7735     <td align="left"><code>Gb</code></td>
    7736     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7737   </tr>
    7738   <tr>
    7739     <td align="right"><code>0x08002C51</code></td>
    7740     <td align="left"><code>HAL_TIM_IC_Start_IT</code></td>
    7741     <td align="right"><code>376</code></td>
    7742     <td align="right"><code>4</code></td>
    7743     <td align="left"><code>Code</code></td>
    7744     <td align="left"><code>Gb</code></td>
    7745     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7746   </tr>
    7747   <tr>
    7748     <td align="right"><code>0x08002DC9</code></td>
    7749     <td align="left"><code>HAL_TIM_IC_Stop_IT</code></td>
    7750     <td align="right"><code>184</code></td>
    7751     <td align="right"><code>4</code></td>
    7752     <td align="left"><code>Code</code></td>
    7753     <td align="left"><code>Gb</code></td>
    7754     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7755   </tr>
    7756   <tr>
    7757     <td align="right"><code>0x08002E81</code></td>
    7758     <td align="left"><code>HAL_TIM_IRQHandler</code></td>
    7759     <td align="right"><code>468</code></td>
    7760     <td align="right"><code>4</code></td>
    7761     <td align="left"><code>Code</code></td>
    7762     <td align="left"><code>Gb</code></td>
    7763     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7764   </tr>
    7765   <tr>
    7766     <td align="right"><code>0x08003055</code></td>
    7767     <td align="left"><code>HAL_TIM_IC_ConfigChannel</code></td>
    7768     <td align="right"><code>388</code></td>
    7769     <td align="right"><code>4</code></td>
    7770     <td align="left"><code>Code</code></td>
    7771     <td align="left"><code>Gb</code></td>
    7772     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7773   </tr>
    7774   <tr>
    7775     <td align="right"><code>0x080031D9</code></td>
    7776     <td align="left"><code>HAL_TIM_ReadCapturedValue</code></td>
    7777     <td align="right"><code>56</code></td>
    7778     <td align="right"><code>4</code></td>
    7779     <td align="left"><code>Code</code></td>
    7780     <td align="left"><code>Gb</code></td>
    7781     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    7782   </tr>
    7783   <tr>
    7784     <td align="right"><code>0x08003211</code></td>
    7785     <td align="left"><code>HAL_TIMEx_TISelection</code></td>
    7786     <td align="right"><code>76</code></td>
    7787     <td align="right"><code>4</code></td>
    7788     <td align="left"><code>Code</code></td>
    7789     <td align="left"><code>Gb</code></td>
    7790     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    7791   </tr>
    7792   <tr>
    7793     <td align="right"><code>0x0800325D</code></td>
    7794     <td align="left"><code>UART_SetConfig</code></td>
    7795     <td align="right"><code>512</code></td>
    7796     <td align="right"><code>4</code></td>
    7797     <td align="left"><code>Code</code></td>
    7798     <td align="left"><code>Gb</code></td>
    7799     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7800   </tr>
    7801   <tr>
    7802     <td align="right"><code>0x0800345D</code></td>
    7803     <td align="left"><code>UART_CheckIdleState</code></td>
    7804     <td align="right"><code>148</code></td>
    7805     <td align="right"><code>4</code></td>
    7806     <td align="left"><code>Code</code></td>
    7807     <td align="left"><code>Gb</code></td>
    7808     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7809   </tr>
    7810   <tr>
    7811     <td align="right"><code>0x080034F1</code></td>
    7812     <td align="left"><code>HAL_UART_Transmit_IT</code></td>
    7813     <td align="right"><code>176</code></td>
    7814     <td align="right"><code>4</code></td>
    7815     <td align="left"><code>Code</code></td>
    7816     <td align="left"><code>Gb</code></td>
    7817     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7818   </tr>
    7819   <tr>
    7820     <td align="right"><code>0x080035A1</code></td>
     4935    <td align="right"><code>648</code></td>
     4936    <td align="right"><code>4</code></td>
     4937    <td align="left"><code>Code</code></td>
     4938    <td align="left"><code>Lc</code></td>
     4939    <td align="left"><code>firmware_lto.o</code></td>
     4940  </tr>
     4941  <tr>
     4942    <td align="right"><code>0x08001355</code></td>
    78214943    <td align="left"><code>UART_TxISR_16BIT_FIFOEN</code></td>
    78224944    <td align="right"><code>92</code></td>
     
    78244946    <td align="left"><code>Code</code></td>
    78254947    <td align="left"><code>Lc</code></td>
    7826     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7827   </tr>
    7828   <tr>
    7829     <td align="right"><code>0x080035FD</code></td>
     4948    <td align="left"><code>firmware_lto.o</code></td>
     4949  </tr>
     4950  <tr>
     4951    <td align="right"><code>0x080013B1</code></td>
    78304952    <td align="left"><code>UART_TxISR_16BIT</code></td>
    78314953    <td align="right"><code>64</code></td>
     
    78334955    <td align="left"><code>Code</code></td>
    78344956    <td align="left"><code>Lc</code></td>
    7835     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7836   </tr>
    7837   <tr>
    7838     <td align="right"><code>0x0800363D</code></td>
    7839     <td align="left"><code>HAL_UART_Receive_IT</code></td>
    7840     <td align="right"><code>276</code></td>
    7841     <td align="right"><code>4</code></td>
    7842     <td align="left"><code>Code</code></td>
    7843     <td align="left"><code>Gb</code></td>
    7844     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7845   </tr>
    7846   <tr>
    7847     <td align="right"><code>0x08003751</code></td>
     4957    <td align="left"><code>firmware_lto.o</code></td>
     4958  </tr>
     4959  <tr>
     4960    <td align="right"><code>0x080013F1</code></td>
     4961    <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
     4962    <td align="right"><code>568</code></td>
     4963    <td align="right"><code>4</code></td>
     4964    <td align="left"><code>Code</code></td>
     4965    <td align="left"><code>Lc</code></td>
     4966    <td align="left"><code>firmware_lto.o</code></td>
     4967  </tr>
     4968  <tr>
     4969    <td align="right"><code>0x08001629</code></td>
    78484970    <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
    7849     <td align="right"><code>160</code></td>
    7850     <td align="right"><code>4</code></td>
    7851     <td align="left"><code>Code</code></td>
    7852     <td align="left"><code>Lc</code></td>
    7853     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7854   </tr>
    7855   <tr>
    7856     <td align="right"><code>0x080037F1</code></td>
    7857     <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
    7858     <td align="right"><code>164</code></td>
    7859     <td align="right"><code>4</code></td>
    7860     <td align="left"><code>Code</code></td>
    7861     <td align="left"><code>Lc</code></td>
    7862     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    7863   </tr>
    7864   <tr>
    7865     <td align="right"><code>0x08003895</code></td>
    7866     <td align="left"><code>orderTrimmingValues</code></td>
    7867     <td align="right"><code>644</code></td>
    7868     <td align="right"><code>4</code></td>
    7869     <td align="left"><code>Code</code></td>
    7870     <td align="left"><code>Gb</code></td>
    7871     <td align="left"><code>hsi16 _calibration.o</code></td>
    7872   </tr>
    7873   <tr>
    7874     <td align="right"><code>0x08003B19</code></td>
    7875     <td align="left"><code>HSI16_MeasurementInit</code></td>
    7876     <td align="right"><code>20</code></td>
    7877     <td align="right"><code>4</code></td>
    7878     <td align="left"><code>Code</code></td>
    7879     <td align="left"><code>Gb</code></td>
    7880     <td align="left"><code>hsi16.o</code></td>
    7881   </tr>
    7882   <tr>
    7883     <td align="right"><code>0x08003B2D</code></td>
    7884     <td align="left"><code>HSI16_GetCurve</code></td>
    7885     <td align="right"><code>240</code></td>
    7886     <td align="right"><code>4</code></td>
    7887     <td align="left"><code>Code</code></td>
    7888     <td align="left"><code>Gb</code></td>
    7889     <td align="left"><code>hsi16.o</code></td>
    7890   </tr>
    7891   <tr>
    7892     <td align="right"><code>0x08003C1D</code></td>
     4971    <td align="right"><code>516</code></td>
     4972    <td align="right"><code>4</code></td>
     4973    <td align="left"><code>Code</code></td>
     4974    <td align="left"><code>Lc</code></td>
     4975    <td align="left"><code>firmware_lto.o</code></td>
     4976  </tr>
     4977  <tr>
     4978    <td align="right"><code>0x0800182D</code></td>
    78934979    <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
    7894     <td align="right"><code>140</code></td>
    7895     <td align="right"><code>4</code></td>
    7896     <td align="left"><code>Code</code></td>
    7897     <td align="left"><code>Gb</code></td>
    7898     <td align="left"><code>hsi16.o</code></td>
    7899   </tr>
    7900   <tr>
    7901     <td align="right"><code>0x08003CA9</code></td>
     4980    <td align="right"><code>340</code></td>
     4981    <td align="right"><code>4</code></td>
     4982    <td align="left"><code>Code</code></td>
     4983    <td align="left"><code>Lc</code></td>
     4984    <td align="left"><code>firmware_lto.o</code></td>
     4985  </tr>
     4986  <tr>
     4987    <td align="right"><code>0x08001981</code></td>
    79024988    <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
    7903     <td align="right"><code>172</code></td>
    7904     <td align="right"><code>4</code></td>
    7905     <td align="left"><code>Code</code></td>
    7906     <td align="left"><code>Gb</code></td>
    7907     <td align="left"><code>hsi16.o</code></td>
    7908   </tr>
    7909   <tr>
    7910     <td align="right"><code>0x08003D55</code></td>
    7911     <td align="left"><code>mbUartInit</code></td>
    7912     <td align="right"><code>292</code></td>
    7913     <td align="right"><code>4</code></td>
    7914     <td align="left"><code>Code</code></td>
    7915     <td align="left"><code>Gb</code></td>
    7916     <td align="left"><code>modbus.o</code></td>
    7917   </tr>
    7918   <tr>
    7919     <td align="right"><code>0x08003E79</code></td>
    7920     <td align="left"><code>MODBUS_UART_IRQHandler</code></td>
    7921     <td align="right"><code>616</code></td>
    7922     <td align="right"><code>4</code></td>
    7923     <td align="left"><code>Code</code></td>
    7924     <td align="left"><code>Gb</code></td>
    7925     <td align="left"><code>modbus.o</code></td>
    7926   </tr>
    7927   <tr>
    7928     <td align="right"><code>0x080040E1</code></td>
    7929     <td align="left"><code>mbSlaveCheckModbusRtuQuery</code></td>
    7930     <td align="right"><code>500</code></td>
    7931     <td align="right"><code>4</code></td>
    7932     <td align="left"><code>Code</code></td>
    7933     <td align="left"><code>Gb</code></td>
    7934     <td align="left"><code>modbus.o</code></td>
    7935   </tr>
    7936   <tr>
    7937     <td align="right"><code>0x080042D5</code></td>
    7938     <td align="left"><code>mbSlaveProcessRtuQuery</code></td>
    7939     <td align="right"><code>504</code></td>
    7940     <td align="right"><code>4</code></td>
    7941     <td align="left"><code>Code</code></td>
    7942     <td align="left"><code>Gb</code></td>
    7943     <td align="left"><code>modbus.o</code></td>
    7944   </tr>
    7945   <tr>
    7946     <td align="right"><code>0x080044CD</code></td>
    7947     <td align="left"><code>mbSlaveProcessPdu</code></td>
    7948     <td align="right"><code>576</code></td>
    7949     <td align="right"><code>4</code></td>
    7950     <td align="left"><code>Code</code></td>
    7951     <td align="left"><code>Gb</code></td>
    7952     <td align="left"><code>modbus.o</code></td>
    7953   </tr>
    7954   <tr>
    7955     <td align="right"><code>0x0800470D</code></td>
    7956     <td align="left"><code>MX_ADC1_Init</code></td>
    7957     <td align="right"><code>340</code></td>
    7958     <td align="right"><code>4</code></td>
    7959     <td align="left"><code>Code</code></td>
    7960     <td align="left"><code>Gb</code></td>
    7961     <td align="left"><code>adc.o</code></td>
    7962   </tr>
    7963   <tr>
    7964     <td align="right"><code>0x08004861</code></td>
    7965     <td align="left"><code>HAL_ADC_MspInit</code></td>
    7966     <td align="right"><code>316</code></td>
    7967     <td align="right"><code>4</code></td>
    7968     <td align="left"><code>Code</code></td>
    7969     <td align="left"><code>Gb</code></td>
    7970     <td align="left"><code>adc.o</code></td>
    7971   </tr>
    7972   <tr>
    7973     <td align="right"><code>0x0800499D</code></td>
    7974     <td align="left"><code>ADS_1260_SetDataRate</code></td>
    7975     <td align="right"><code>192</code></td>
    7976     <td align="right"><code>4</code></td>
    7977     <td align="left"><code>Code</code></td>
    7978     <td align="left"><code>Gb</code></td>
    7979     <td align="left"><code>ads1260.o</code></td>
    7980   </tr>
    7981   <tr>
    7982     <td align="right"><code>0x08004A5D</code></td>
    7983     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCalibrationStart</code></td>
    7984     <td align="right"><code>48</code></td>
    7985     <td align="right"><code>4</code></td>
    7986     <td align="left"><code>Code</code></td>
    7987     <td align="left"><code>Gb</code></td>
    7988     <td align="left"><code>ads1260.o</code></td>
    7989   </tr>
    7990   <tr>
    7991     <td align="right"><code>0x08004A8D</code></td>
    7992     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCommonModeErrorComepensationStart</code></td>
    7993     <td align="right"><code>52</code></td>
    7994     <td align="right"><code>4</code></td>
    7995     <td align="left"><code>Code</code></td>
    7996     <td align="left"><code>Gb</code></td>
    7997     <td align="left"><code>ads1260.o</code></td>
    7998   </tr>
    7999   <tr>
    8000     <td align="right"><code>0x08004AC1</code></td>
    8001     <td align="left"><code>ADS_1260_BatteryCurrentOffsetTemperatureErrorComepensationStart</code></td>
    8002     <td align="right"><code>56</code></td>
    8003     <td align="right"><code>4</code></td>
    8004     <td align="left"><code>Code</code></td>
    8005     <td align="left"><code>Gb</code></td>
    8006     <td align="left"><code>ads1260.o</code></td>
    8007   </tr>
    8008   <tr>
    8009     <td align="right"><code>0x08004AF9</code></td>
    8010     <td align="left"><code>ADS_1260_BatteryCurrentGainCalibrationStart</code></td>
    8011     <td align="right"><code>260</code></td>
    8012     <td align="right"><code>4</code></td>
    8013     <td align="left"><code>Code</code></td>
    8014     <td align="left"><code>Gb</code></td>
    8015     <td align="left"><code>ads1260.o</code></td>
    8016   </tr>
    8017   <tr>
    8018     <td align="right"><code>0x08004BFD</code></td>
    8019     <td align="left"><code>ADS_1260_BatteryCurrentGainTemperatureCalibrationShuntStart</code></td>
    8020     <td align="right"><code>296</code></td>
    8021     <td align="right"><code>4</code></td>
    8022     <td align="left"><code>Code</code></td>
    8023     <td align="left"><code>Gb</code></td>
    8024     <td align="left"><code>ads1260.o</code></td>
    8025   </tr>
    8026   <tr>
    8027     <td align="right"><code>0x08004D25</code></td>
     4989    <td align="right"><code>232</code></td>
     4990    <td align="right"><code>4</code></td>
     4991    <td align="left"><code>Code</code></td>
     4992    <td align="left"><code>Lc</code></td>
     4993    <td align="left"><code>firmware_lto.o</code></td>
     4994  </tr>
     4995  <tr>
     4996    <td align="right"><code>0x08001A69</code></td>
    80284997    <td align="left"><code>ADS1260_init</code></td>
    8029     <td align="right"><code>3 696</code></td>
    8030     <td align="right"><code>4</code></td>
    8031     <td align="left"><code>Code</code></td>
    8032     <td align="left"><code>Gb</code></td>
    8033     <td align="left"><code>ads1260.o</code></td>
    8034   </tr>
    8035   <tr>
    8036     <td align="right"><code>0x08005B95</code></td>
    8037     <td align="left"><code>ADS1260_ReadConversion</code></td>
    8038     <td align="right"><code>720</code></td>
    8039     <td align="right"><code>4</code></td>
    8040     <td align="left"><code>Code</code></td>
    8041     <td align="left"><code>Gb</code></td>
    8042     <td align="left"><code>ads1260.o</code></td>
    8043   </tr>
    8044   <tr>
    8045     <td align="right"><code>0x08005E65</code></td>
    8046     <td align="left"><code>AH_COUNTER_Init</code></td>
    8047     <td align="right"><code>32</code></td>
    8048     <td align="right"><code>4</code></td>
    8049     <td align="left"><code>Code</code></td>
    8050     <td align="left"><code>Gb</code></td>
    8051     <td align="left"><code>ah_counter.o</code></td>
    8052   </tr>
    8053   <tr>
    8054     <td align="right"><code>0x08005E85</code></td>
    8055     <td align="left"><code>AH_COUNTER_Exec</code></td>
    8056     <td align="right"><code>932</code></td>
    8057     <td align="right"><code>4</code></td>
    8058     <td align="left"><code>Code</code></td>
    8059     <td align="left"><code>Gb</code></td>
    8060     <td align="left"><code>ah_counter.o</code></td>
    8061   </tr>
    8062   <tr>
    8063     <td align="right"><code>0x08006229</code></td>
    8064     <td align="left"><code>BATTERY_VOLTAGE_Exec</code></td>
    8065     <td align="right"><code>248</code></td>
    8066     <td align="right"><code>4</code></td>
    8067     <td align="left"><code>Code</code></td>
    8068     <td align="left"><code>Gb</code></td>
    8069     <td align="left"><code>battery_voltage.o</code></td>
    8070   </tr>
    8071   <tr>
    8072     <td align="right"><code>0x08006321</code></td>
    8073     <td align="left"><code>MX_DMA_Init</code></td>
     4998    <td align="right"><code>3 408</code></td>
     4999    <td align="right"><code>4</code></td>
     5000    <td align="left"><code>Code</code></td>
     5001    <td align="left"><code>Lc</code></td>
     5002    <td align="left"><code>firmware_lto.o</code></td>
     5003  </tr>
     5004  <tr>
     5005    <td align="right"><code>0x080027B9</code></td>
     5006    <td align="left"><code>EEPROM_fullRestore</code></td>
     5007    <td align="right"><code>840</code></td>
     5008    <td align="right"><code>4</code></td>
     5009    <td align="left"><code>Code</code></td>
     5010    <td align="left"><code>Lc</code></td>
     5011    <td align="left"><code>firmware_lto.o</code></td>
     5012  </tr>
     5013  <tr>
     5014    <td align="right"><code>0x08002B01</code></td>
     5015    <td align="left"><code>EEPROM_readConfig</code></td>
     5016    <td align="right"><code>904</code></td>
     5017    <td align="right"><code>4</code></td>
     5018    <td align="left"><code>Code</code></td>
     5019    <td align="left"><code>Lc</code></td>
     5020    <td align="left"><code>firmware_lto.o</code></td>
     5021  </tr>
     5022  <tr>
     5023    <td align="right"><code>0x08002E89</code></td>
     5024    <td align="left"><code>EEPROM_factoryRestore</code></td>
     5025    <td align="right"><code>1 888</code></td>
     5026    <td align="right"><code>4</code></td>
     5027    <td align="left"><code>Code</code></td>
     5028    <td align="left"><code>Lc</code></td>
     5029    <td align="left"><code>firmware_lto.o</code></td>
     5030  </tr>
     5031  <tr>
     5032    <td align="right"><code>0x080035E9</code></td>
     5033    <td align="left"><code>EEPROM_storeConfig</code></td>
     5034    <td align="right"><code>1 028</code></td>
     5035    <td align="right"><code>4</code></td>
     5036    <td align="left"><code>Code</code></td>
     5037    <td align="left"><code>Lc</code></td>
     5038    <td align="left"><code>firmware_lto.o</code></td>
     5039  </tr>
     5040  <tr>
     5041    <td align="right"><code>0x080039ED</code></td>
     5042    <td align="left"><code>main</code></td>
     5043    <td align="right"><code>21 700</code></td>
     5044    <td align="right"><code>4</code></td>
     5045    <td align="left"><code>Code</code></td>
     5046    <td align="left"><code>Gb</code></td>
     5047    <td align="left"><code>firmware_lto.o</code></td>
     5048  </tr>
     5049  <tr>
     5050    <td align="right"><code>0x08008EB1</code></td>
     5051    <td align="left"><code>SetFlashReadProtection</code></td>
     5052    <td align="right"><code>1 148</code></td>
     5053    <td align="right"><code>4</code></td>
     5054    <td align="left"><code>Code</code></td>
     5055    <td align="left"><code>Lc</code></td>
     5056    <td align="left"><code>firmware_lto.o</code></td>
     5057  </tr>
     5058  <tr>
     5059    <td align="right"><code>0x0800932D</code></td>
     5060    <td align="left"><code>SysTick_Handler</code></td>
     5061    <td align="right"><code>68</code></td>
     5062    <td align="right"><code>4</code></td>
     5063    <td align="left"><code>Code</code></td>
     5064    <td align="left"><code>Gb</code></td>
     5065    <td align="left"><code>firmware_lto.o</code></td>
     5066  </tr>
     5067  <tr>
     5068    <td align="right"><code>0x08009371</code></td>
     5069    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
     5070    <td align="right"><code>236</code></td>
     5071    <td align="right"><code>4</code></td>
     5072    <td align="left"><code>Code</code></td>
     5073    <td align="left"><code>Gb</code></td>
     5074    <td align="left"><code>firmware_lto.o</code></td>
     5075  </tr>
     5076  <tr>
     5077    <td align="right"><code>0x0800945D</code></td>
     5078    <td align="left"><code>USART1_IRQHandler</code></td>
     5079    <td align="right"><code>632</code></td>
     5080    <td align="right"><code>4</code></td>
     5081    <td align="left"><code>Code</code></td>
     5082    <td align="left"><code>Gb</code></td>
     5083    <td align="left"><code>firmware_lto.o</code></td>
     5084  </tr>
     5085  <tr>
     5086    <td align="right"><code>0x080096D5</code></td>
     5087    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    80745088    <td align="right"><code>44</code></td>
    80755089    <td align="right"><code>4</code></td>
    80765090    <td align="left"><code>Code</code></td>
    80775091    <td align="left"><code>Gb</code></td>
    8078     <td align="left"><code>dma.o</code></td>
    8079   </tr>
    8080   <tr>
    8081     <td align="right"><code>0x0800634D</code></td>
    8082     <td align="left"><code>EEPROM_isFirstStart</code></td>
    8083     <td align="right"><code>88</code></td>
    8084     <td align="right"><code>4</code></td>
    8085     <td align="left"><code>Code</code></td>
    8086     <td align="left"><code>Gb</code></td>
    8087     <td align="left"><code>eeprom.o</code></td>
    8088   </tr>
    8089   <tr>
    8090     <td align="right"><code>0x080063A5</code></td>
    8091     <td align="left"><code>EEPROM_fullRestore</code></td>
    8092     <td align="right"><code>432</code></td>
    8093     <td align="right"><code>4</code></td>
    8094     <td align="left"><code>Code</code></td>
    8095     <td align="left"><code>Gb</code></td>
    8096     <td align="left"><code>eeprom.o</code></td>
    8097   </tr>
    8098   <tr>
    8099     <td align="right"><code>0x08006555</code></td>
    8100     <td align="left"><code>EEPROM_readConfig</code></td>
    8101     <td align="right"><code>836</code></td>
    8102     <td align="right"><code>4</code></td>
    8103     <td align="left"><code>Code</code></td>
    8104     <td align="left"><code>Gb</code></td>
    8105     <td align="left"><code>eeprom.o</code></td>
    8106   </tr>
    8107   <tr>
    8108     <td align="right"><code>0x08006899</code></td>
    8109     <td align="left"><code>EEPROM_factoryRestore</code></td>
    8110     <td align="right"><code>1 488</code></td>
    8111     <td align="right"><code>4</code></td>
    8112     <td align="left"><code>Code</code></td>
    8113     <td align="left"><code>Gb</code></td>
    8114     <td align="left"><code>eeprom.o</code></td>
    8115   </tr>
    8116   <tr>
    8117     <td align="right"><code>0x08006E69</code></td>
    8118     <td align="left"><code>EEPROM_storeConfig</code></td>
    8119     <td align="right"><code>552</code></td>
    8120     <td align="right"><code>4</code></td>
    8121     <td align="left"><code>Code</code></td>
    8122     <td align="left"><code>Gb</code></td>
    8123     <td align="left"><code>eeprom.o</code></td>
    8124   </tr>
    8125   <tr>
    8126     <td align="right"><code>0x08007091</code></td>
    8127     <td align="left"><code>EFFICIENCY_Exec</code></td>
    8128     <td align="right"><code>80</code></td>
    8129     <td align="right"><code>4</code></td>
    8130     <td align="left"><code>Code</code></td>
    8131     <td align="left"><code>Gb</code></td>
    8132     <td align="left"><code>efficiency.o</code></td>
    8133   </tr>
    8134   <tr>
    8135     <td align="right"><code>0x080070E1</code></td>
    8136     <td align="left"><code>ESR_Exec</code></td>
    8137     <td align="right"><code>592</code></td>
    8138     <td align="right"><code>4</code></td>
    8139     <td align="left"><code>Code</code></td>
    8140     <td align="left"><code>Gb</code></td>
    8141     <td align="left"><code>esr.o</code></td>
    8142   </tr>
    8143   <tr>
    8144     <td align="right"><code>0x08007331</code></td>
    8145     <td align="left"><code>ESR_FAST_Exec</code></td>
    8146     <td align="right"><code>596</code></td>
    8147     <td align="right"><code>4</code></td>
    8148     <td align="left"><code>Code</code></td>
    8149     <td align="left"><code>Gb</code></td>
    8150     <td align="left"><code>esr.o</code></td>
    8151   </tr>
    8152   <tr>
    8153     <td align="right"><code>0x08007585</code></td>
    8154     <td align="left"><code>FAST_CURRENT_Exec</code></td>
    8155     <td align="right"><code>108</code></td>
    8156     <td align="right"><code>4</code></td>
    8157     <td align="left"><code>Code</code></td>
    8158     <td align="left"><code>Gb</code></td>
    8159     <td align="left"><code>fast_current.o</code></td>
    8160   </tr>
    8161   <tr>
    8162     <td align="right"><code>0x080075F1</code></td>
    8163     <td align="left"><code>MX_GPIO_Init</code></td>
    8164     <td align="right"><code>224</code></td>
    8165     <td align="right"><code>4</code></td>
    8166     <td align="left"><code>Code</code></td>
    8167     <td align="left"><code>Gb</code></td>
    8168     <td align="left"><code>gpio.o</code></td>
    8169   </tr>
    8170   <tr>
    8171     <td align="right"><code>0x080076D1</code></td>
    8172     <td align="left"><code>HAL_GPIO_EXTI_Falling_Callback</code></td>
    8173     <td align="right"><code>20</code></td>
    8174     <td align="right"><code>4</code></td>
    8175     <td align="left"><code>Code</code></td>
    8176     <td align="left"><code>Gb</code></td>
    8177     <td align="left"><code>gpio.o</code></td>
    8178   </tr>
    8179   <tr>
    8180     <td align="right"><code>0x080076E5</code></td>
    8181     <td align="left"><code>main</code></td>
    8182     <td align="right"><code>1 604</code></td>
    8183     <td align="right"><code>4</code></td>
    8184     <td align="left"><code>Code</code></td>
    8185     <td align="left"><code>Gb</code></td>
    8186     <td align="left"><code>main.o</code></td>
    8187   </tr>
    8188   <tr>
    8189     <td align="right"><code>0x08007D29</code></td>
    8190     <td align="left"><code>SetFlashReadProtection</code></td>
    8191     <td align="right"><code>328</code></td>
    8192     <td align="right"><code>4</code></td>
    8193     <td align="left"><code>Code</code></td>
    8194     <td align="left"><code>Gb</code></td>
    8195     <td align="left"><code>main.o</code></td>
    8196   </tr>
    8197   <tr>
    8198     <td align="right"><code>0x08007E71</code></td>
    8199     <td align="left"><code>HAL_ADC_ConvCpltCallback</code></td>
    8200     <td align="right"><code>12</code></td>
    8201     <td align="right"><code>4</code></td>
    8202     <td align="left"><code>Code</code></td>
    8203     <td align="left"><code>Gb</code></td>
    8204     <td align="left"><code>main.o</code></td>
    8205   </tr>
    8206   <tr>
    8207     <td align="right"><code>0x08007E7D</code></td>
    8208     <td align="left"><code>OUTPUTS_Init</code></td>
    8209     <td align="right"><code>16</code></td>
    8210     <td align="right"><code>4</code></td>
    8211     <td align="left"><code>Code</code></td>
    8212     <td align="left"><code>Gb</code></td>
    8213     <td align="left"><code>outputs.o</code></td>
    8214   </tr>
    8215   <tr>
    8216     <td align="right"><code>0x08007E8D</code></td>
    8217     <td align="left"><code>OUTPUTS_CheckLVP</code></td>
    8218     <td align="right"><code>344</code></td>
    8219     <td align="right"><code>4</code></td>
    8220     <td align="left"><code>Code</code></td>
    8221     <td align="left"><code>Gb</code></td>
    8222     <td align="left"><code>outputs.o</code></td>
    8223   </tr>
    8224   <tr>
    8225     <td align="right"><code>0x08007FE5</code></td>
    8226     <td align="left"><code>OUTPUTS_CheckOVP</code></td>
    8227     <td align="right"><code>344</code></td>
    8228     <td align="right"><code>4</code></td>
    8229     <td align="left"><code>Code</code></td>
    8230     <td align="left"><code>Gb</code></td>
    8231     <td align="left"><code>outputs.o</code></td>
    8232   </tr>
    8233   <tr>
    8234     <td align="right"><code>0x0800813D</code></td>
    8235     <td align="left"><code>REF_VOLTAGE_Exec</code></td>
    8236     <td align="right"><code>68</code></td>
    8237     <td align="right"><code>4</code></td>
    8238     <td align="left"><code>Code</code></td>
    8239     <td align="left"><code>Gb</code></td>
    8240     <td align="left"><code>ref_voltage.o</code></td>
    8241   </tr>
    8242   <tr>
    8243     <td align="right"><code>0x08008181</code></td>
    8244     <td align="left"><code>MX_RTC_Init</code></td>
    8245     <td align="right"><code>124</code></td>
    8246     <td align="right"><code>4</code></td>
    8247     <td align="left"><code>Code</code></td>
    8248     <td align="left"><code>Gb</code></td>
    8249     <td align="left"><code>rtc.o</code></td>
    8250   </tr>
    8251   <tr>
    8252     <td align="right"><code>0x080081FD</code></td>
    8253     <td align="left"><code>HAL_RTC_MspInit</code></td>
    8254     <td align="right"><code>56</code></td>
    8255     <td align="right"><code>4</code></td>
    8256     <td align="left"><code>Code</code></td>
    8257     <td align="left"><code>Gb</code></td>
    8258     <td align="left"><code>rtc.o</code></td>
    8259   </tr>
    8260   <tr>
    8261     <td align="right"><code>0x08008235</code></td>
    8262     <td align="left"><code>SELF_DISCHARGE_Exec</code></td>
    8263     <td align="right"><code>280</code></td>
    8264     <td align="right"><code>4</code></td>
    8265     <td align="left"><code>Code</code></td>
    8266     <td align="left"><code>Gb</code></td>
    8267     <td align="left"><code>self_discharge.o</code></td>
    8268   </tr>
    8269   <tr>
    8270     <td align="right"><code>0x0800834D</code></td>
    8271     <td align="left"><code>SHUNT_TEMPERATURE_Exec</code></td>
    8272     <td align="right"><code>84</code></td>
    8273     <td align="right"><code>4</code></td>
    8274     <td align="left"><code>Code</code></td>
    8275     <td align="left"><code>Gb</code></td>
    8276     <td align="left"><code>shunt_temperature.o</code></td>
    8277   </tr>
    8278   <tr>
    8279     <td align="right"><code>0x080083A1</code></td>
    8280     <td align="left"><code>SHUNT_VOLTAGE_Exec</code></td>
    8281     <td align="right"><code>52</code></td>
    8282     <td align="right"><code>4</code></td>
    8283     <td align="left"><code>Code</code></td>
    8284     <td align="left"><code>Gb</code></td>
    8285     <td align="left"><code>shunt_voltage.o</code></td>
    8286   </tr>
    8287   <tr>
    8288     <td align="right"><code>0x080083D5</code></td>
    8289     <td align="left"><code>MX_SPI1_Init</code></td>
    8290     <td align="right"><code>72</code></td>
    8291     <td align="right"><code>4</code></td>
    8292     <td align="left"><code>Code</code></td>
    8293     <td align="left"><code>Gb</code></td>
    8294     <td align="left"><code>spi.o</code></td>
    8295   </tr>
    8296   <tr>
    8297     <td align="right"><code>0x0800841D</code></td>
    8298     <td align="left"><code>HAL_SPI_MspInit</code></td>
    8299     <td align="right"><code>132</code></td>
    8300     <td align="right"><code>4</code></td>
    8301     <td align="left"><code>Code</code></td>
    8302     <td align="left"><code>Gb</code></td>
    8303     <td align="left"><code>spi.o</code></td>
    8304   </tr>
    8305   <tr>
    8306     <td align="right"><code>0x080084A1</code></td>
    8307     <td align="left"><code>HAL_MspInit</code></td>
    8308     <td align="right"><code>44</code></td>
    8309     <td align="right"><code>4</code></td>
    8310     <td align="left"><code>Code</code></td>
    8311     <td align="left"><code>Gb</code></td>
    8312     <td align="left"><code>stm32g0xx_hal_msp.o</code></td>
    8313   </tr>
    8314   <tr>
    8315     <td align="right"><code>0x080084CD</code></td>
    8316     <td align="left"><code>SysTick_Handler</code></td>
    8317     <td align="right"><code>64</code></td>
    8318     <td align="right"><code>4</code></td>
    8319     <td align="left"><code>Code</code></td>
    8320     <td align="left"><code>Gb</code></td>
    8321     <td align="left"><code>stm32g0xx_it.o</code></td>
    8322   </tr>
    8323   <tr>
    8324     <td align="right"><code>0x0800850D</code></td>
    8325     <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    8326     <td align="right"><code>16</code></td>
    8327     <td align="right"><code>4</code></td>
    8328     <td align="left"><code>Code</code></td>
    8329     <td align="left"><code>Gb</code></td>
    8330     <td align="left"><code>stm32g0xx_it.o</code></td>
    8331   </tr>
    8332   <tr>
    8333     <td align="right"><code>0x0800851D</code></td>
    8334     <td align="left"><code>USART1_IRQHandler</code></td>
    8335     <td align="right"><code>16</code></td>
    8336     <td align="right"><code>4</code></td>
    8337     <td align="left"><code>Code</code></td>
    8338     <td align="left"><code>Gb</code></td>
    8339     <td align="left"><code>stm32g0xx_it.o</code></td>
    8340   </tr>
    8341   <tr>
    8342     <td align="right"><code>0x0800852D</code></td>
     5092    <td align="left"><code>firmware_lto.o</code></td>
     5093  </tr>
     5094  <tr>
     5095    <td align="right"><code>0x08009701</code></td>
    83435096    <td align="left"><code>TIM16_IRQHandler</code></td>
    8344     <td align="right"><code>16</code></td>
    8345     <td align="right"><code>4</code></td>
    8346     <td align="left"><code>Code</code></td>
    8347     <td align="left"><code>Gb</code></td>
    8348     <td align="left"><code>stm32g0xx_it.o</code></td>
    8349   </tr>
    8350   <tr>
    8351     <td align="right"><code>0x0800853D</code></td>
    8352     <td align="left"><code>SYS_DATA_Init</code></td>
    8353     <td align="right"><code>112</code></td>
    8354     <td align="right"><code>4</code></td>
    8355     <td align="left"><code>Code</code></td>
    8356     <td align="left"><code>Gb</code></td>
    8357     <td align="left"><code>sysdata.o</code></td>
    8358   </tr>
    8359   <tr>
    8360     <td align="right"><code>0x080085AD</code></td>
     5097    <td align="right"><code>392</code></td>
     5098    <td align="right"><code>4</code></td>
     5099    <td align="left"><code>Code</code></td>
     5100    <td align="left"><code>Gb</code></td>
     5101    <td align="left"><code>firmware_lto.o</code></td>
     5102  </tr>
     5103  <tr>
     5104    <td align="right"><code>0x08009889</code></td>
    83615105    <td align="left"><code>SystemCoreClockUpdate</code></td>
    83625106    <td align="right"><code>144</code></td>
     
    83645108    <td align="left"><code>Code</code></td>
    83655109    <td align="left"><code>Gb</code></td>
    8366     <td align="left"><code>system_stm32g0xx.o</code></td>
    8367   </tr>
    8368   <tr>
    8369     <td align="right"><code>0x0800863D</code></td>
    8370     <td align="left"><code>HAL_UART_MspInit</code></td>
    8371     <td align="right"><code>140</code></td>
    8372     <td align="right"><code>4</code></td>
    8373     <td align="left"><code>Code</code></td>
    8374     <td align="left"><code>Gb</code></td>
    8375     <td align="left"><code>usart.o</code></td>
    8376   </tr>
    8377   <tr>
    8378     <td align="right"><code>0x080086C9</code></td>
    8379     <td align="left"><code>WH_COUNTER_Init</code></td>
    8380     <td align="right"><code>32</code></td>
    8381     <td align="right"><code>4</code></td>
    8382     <td align="left"><code>Code</code></td>
    8383     <td align="left"><code>Gb</code></td>
    8384     <td align="left"><code>wh_counter.o</code></td>
    8385   </tr>
    8386   <tr>
    8387     <td align="right"><code>0x080086E9</code></td>
    8388     <td align="left"><code>WH_COUNTER_Exec</code></td>
    8389     <td align="right"><code>432</code></td>
    8390     <td align="right"><code>4</code></td>
    8391     <td align="left"><code>Code</code></td>
    8392     <td align="left"><code>Gb</code></td>
    8393     <td align="left"><code>wh_counter.o</code></td>
    8394   </tr>
    8395   <tr>
    8396     <td align="right"><code>0x08008899</code></td>
    8397     <td align="left"><code>WH_COUNTER_SetDetectedEnergy</code></td>
    8398     <td align="right"><code>116</code></td>
    8399     <td align="right"><code>4</code></td>
    8400     <td align="left"><code>Code</code></td>
    8401     <td align="left"><code>Gb</code></td>
    8402     <td align="left"><code>wh_counter.o</code></td>
    8403   </tr>
    8404   <tr>
    8405     <td align="right"><code>0x0800890D</code></td>
    8406     <td align="left"><code>WH_COUNTER_GetSoCManual</code></td>
    8407     <td align="right"><code>84</code></td>
    8408     <td align="right"><code>4</code></td>
    8409     <td align="left"><code>Code</code></td>
    8410     <td align="left"><code>Gb</code></td>
    8411     <td align="left"><code>wh_counter.o</code></td>
    8412   </tr>
    8413   <tr>
    8414     <td align="right"><code>0x08008961</code></td>
    8415     <td align="left"><code>WH_COUNTER_GetSoCAuto</code></td>
    8416     <td align="right"><code>112</code></td>
    8417     <td align="right"><code>4</code></td>
    8418     <td align="left"><code>Code</code></td>
    8419     <td align="left"><code>Gb</code></td>
    8420     <td align="left"><code>wh_counter.o</code></td>
    8421   </tr>
    8422   <tr>
    8423     <td align="right"><code>0x080089D1</code></td>
    8424     <td align="left"><code>WH_COUNTER_GetSoCAutoTemp</code></td>
    8425     <td align="right"><code>140</code></td>
    8426     <td align="right"><code>4</code></td>
    8427     <td align="left"><code>Code</code></td>
    8428     <td align="left"><code>Gb</code></td>
    8429     <td align="left"><code>wh_counter.o</code></td>
    8430   </tr>
    8431   <tr>
    8432     <td align="right"><code>0x08008A5D</code></td>
    8433     <td align="left"><code>WH_COUNTER_SetToMax</code></td>
    8434     <td align="right"><code>80</code></td>
    8435     <td align="right"><code>4</code></td>
    8436     <td align="left"><code>Code</code></td>
    8437     <td align="left"><code>Gb</code></td>
    8438     <td align="left"><code>wh_counter.o</code></td>
    8439   </tr>
    8440   <tr>
    8441     <td align="right"><code>0x08008AAD</code></td>
     5110    <td align="left"><code>firmware_lto.o</code></td>
     5111  </tr>
     5112  <tr>
     5113    <td align="right"><code>0x08009919</code></td>
    84425114    <td align="left"><code>putchar</code></td>
    84435115    <td align="right"><code>16</code></td>
     
    84485120  </tr>
    84495121  <tr>
    8450     <td align="right"><code>0x08008ABD</code></td>
     5122    <td align="right"><code>0x08009929</code></td>
    84515123    <td align="left"><code>puts</code></td>
    84525124    <td align="right"><code>44</code></td>
     
    84575129  </tr>
    84585130  <tr>
    8459     <td align="right"><code>0x08008AE9</code></td>
     5131    <td align="right"><code>0x08009955</code></td>
    84605132    <td align="left"><code>__SEGGER_RTL_float64_isnan</code></td>
    84615133    <td align="right"><code>28</code></td>
     
    84665138  </tr>
    84675139  <tr>
    8468     <td align="right"><code>0x08008B05</code></td>
     5140    <td align="right"><code>0x08009971</code></td>
    84695141    <td align="left"><code>__SEGGER_RTL_float64_isinf</code></td>
    84705142    <td align="right"><code>24</code></td>
     
    84755147  </tr>
    84765148  <tr>
    8477     <td align="right"><code>0x08008B1D</code></td>
     5149    <td align="right"><code>0x08009989</code></td>
    84785150    <td align="left"><code>__SEGGER_RTL_float64_isnormal</code></td>
    84795151    <td align="right"><code>40</code></td>
     
    84845156  </tr>
    84855157  <tr>
    8486     <td align="right"><code>0x08008B45</code></td>
     5158    <td align="right"><code>0x080099B1</code></td>
    84875159    <td align="left"><code>ldexp</code></td>
    84885160    <td align="right"><code>72</code></td>
     
    84935165  </tr>
    84945166  <tr>
    8495     <td align="right"><code>0x08008B8D</code></td>
     5167    <td align="right"><code>0x080099F9</code></td>
    84965168    <td align="left"><code>frexp</code></td>
    84975169    <td align="right"><code>56</code></td>
     
    85025174  </tr>
    85035175  <tr>
    8504     <td align="right"><code>0x08008BC5</code></td>
     5176    <td align="right"><code>0x08009A31</code></td>
    85055177    <td align="left"><code>fmod</code></td>
    85065178    <td align="right"><code>380</code></td>
     
    85115183  </tr>
    85125184  <tr>
    8513     <td align="right"><code>0x08008D41</code></td>
     5185    <td align="right"><code>0x08009BAD</code></td>
    85145186    <td align="left"><code>floor</code></td>
    85155187    <td align="right"><code>200</code></td>
     
    85205192  </tr>
    85215193  <tr>
    8522     <td align="right"><code>0x08008E09</code></td>
     5194    <td align="right"><code>0x08009C75</code></td>
    85235195    <td align="left"><code>log</code></td>
    85245196    <td align="right"><code>364</code></td>
     
    85295201  </tr>
    85305202  <tr>
    8531     <td align="right"><code>0x08008F75</code></td>
     5203    <td align="right"><code>0x08009DE1</code></td>
    85325204    <td align="left"><code>exp</code></td>
    85335205    <td align="right"><code>472</code></td>
     
    85385210  </tr>
    85395211  <tr>
    8540     <td align="right"><code>0x0800914D</code></td>
     5212    <td align="right"><code>0x08009FB9</code></td>
    85415213    <td align="left"><code>pow</code></td>
    85425214    <td align="right"><code>640</code></td>
     
    85475219  </tr>
    85485220  <tr>
    8549     <td align="right"><code>0x080093CD</code></td>
     5221    <td align="right"><code>0x0800A239</code></td>
    85505222    <td align="left"><code>__SEGGER_RTL_pow10</code></td>
    85515223    <td align="right"><code>88</code></td>
     
    85565228  </tr>
    85575229  <tr>
    8558     <td align="right"><code>0x08009425</code></td>
     5230    <td align="right"><code>0x0800A291</code></td>
    85595231    <td align="left"><code>__aeabi_dadd</code></td>
    85605232    <td align="right"><code>456</code></td>
     
    85655237  </tr>
    85665238  <tr>
    8567     <td align="right"><code>0x080095ED</code></td>
     5239    <td align="right"><code>0x0800A459</code></td>
    85685240    <td align="left"><code>__aeabi_dsub</code></td>
    85695241    <td align="right"><code>12</code></td>
     
    85745246  </tr>
    85755247  <tr>
    8576     <td align="right"><code>0x080095FD</code></td>
     5248    <td align="right"><code>0x0800A469</code></td>
     5249    <td align="left"><code>__aeabi_fmul</code></td>
     5250    <td align="right"><code>182</code></td>
     5251    <td align="right"><code>4</code></td>
     5252    <td align="left"><code>Code</code></td>
     5253    <td align="left"><code>Wk</code></td>
     5254    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     5255  </tr>
     5256  <tr>
     5257    <td align="right"><code>0x0800A521</code></td>
    85775258    <td align="left"><code>__aeabi_ddiv</code></td>
    85785259    <td align="right"><code>196</code></td>
     
    85835264  </tr>
    85845265  <tr>
    8585     <td align="right"><code>0x080096C1</code></td>
     5266    <td align="right"><code>0x0800A5E5</code></td>
    85865267    <td align="left"><code>__aeabi_dcmple</code></td>
    85875268    <td align="right"><code>68</code></td>
     
    85925273  </tr>
    85935274  <tr>
    8594     <td align="right"><code>0x08009705</code></td>
     5275    <td align="right"><code>0x0800A629</code></td>
    85955276    <td align="left"><code>__aeabi_dcmpeq</code></td>
    85965277    <td align="right"><code>46</code></td>
     
    86015282  </tr>
    86025283  <tr>
    8603     <td align="right"><code>0x08009735</code></td>
     5284    <td align="right"><code>0x0800A659</code></td>
    86045285    <td align="left"><code>__aeabi_dcmpge</code></td>
    86055286    <td align="right"><code>68</code></td>
     
    86105291  </tr>
    86115292  <tr>
    8612     <td align="right"><code>0x08009779</code></td>
     5293    <td align="right"><code>0x0800A69D</code></td>
    86135294    <td align="left"><code>__aeabi_dcmpgt</code></td>
    86145295    <td align="right"><code>62</code></td>
     
    86195300  </tr>
    86205301  <tr>
    8621     <td align="right"><code>0x080097B9</code></td>
     5302    <td align="right"><code>0x0800A6DD</code></td>
    86225303    <td align="left"><code>__aeabi_dcmplt</code></td>
    86235304    <td align="right"><code>62</code></td>
     
    86285309  </tr>
    86295310  <tr>
    8630     <td align="right"><code>0x080097F9</code></td>
     5311    <td align="right"><code>0x0800A71D</code></td>
    86315312    <td align="left"><code>__aeabi_d2iz</code></td>
    86325313    <td align="right"><code>52</code></td>
     
    86375318  </tr>
    86385319  <tr>
    8639     <td align="right"><code>0x0800982D</code></td>
     5320    <td align="right"><code>0x0800A751</code></td>
    86405321    <td align="left"><code>__aeabi_d2lz</code></td>
    86415322    <td align="right"><code>114</code></td>
     
    86465327  </tr>
    86475328  <tr>
    8648     <td align="right"><code>0x080098A1</code></td>
     5329    <td align="right"><code>0x0800A7C5</code></td>
     5330    <td align="left"><code>__aeabi_f2uiz</code></td>
     5331    <td align="right"><code>36</code></td>
     5332    <td align="right"><code>4</code></td>
     5333    <td align="left"><code>Code</code></td>
     5334    <td align="left"><code>Wk</code></td>
     5335    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     5336  </tr>
     5337  <tr>
     5338    <td align="right"><code>0x0800A7E9</code></td>
    86495339    <td align="left"><code>__aeabi_d2uiz</code></td>
    86505340    <td align="right"><code>46</code></td>
     
    86555345  </tr>
    86565346  <tr>
    8657     <td align="right"><code>0x080098D1</code></td>
     5347    <td align="right"><code>0x0800A819</code></td>
    86585348    <td align="left"><code>__aeabi_d2ulz</code></td>
    86595349    <td align="right"><code>72</code></td>
     
    86645354  </tr>
    86655355  <tr>
    8666     <td align="right"><code>0x08009919</code></td>
     5356    <td align="right"><code>0x0800A861</code></td>
    86675357    <td align="left"><code>__aeabi_i2d</code></td>
    86685358    <td align="right"><code>22</code></td>
     
    86735363  </tr>
    86745364  <tr>
    8675     <td align="right"><code>0x08009935</code></td>
     5365    <td align="right"><code>0x0800A87D</code></td>
    86765366    <td align="left"><code>__aeabi_l2d</code></td>
    86775367    <td align="right"><code>92</code></td>
     
    86825372  </tr>
    86835373  <tr>
    8684     <td align="right"><code>0x08009991</code></td>
     5374    <td align="right"><code>0x0800A8D9</code></td>
     5375    <td align="left"><code>__aeabi_ui2f</code></td>
     5376    <td align="right"><code>30</code></td>
     5377    <td align="right"><code>4</code></td>
     5378    <td align="left"><code>Code</code></td>
     5379    <td align="left"><code>Wk</code></td>
     5380    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     5381  </tr>
     5382  <tr>
     5383    <td align="right"><code>0x0800A8F9</code></td>
    86855384    <td align="left"><code>__aeabi_ui2d</code></td>
    86865385    <td align="right"><code>28</code></td>
     
    86915390  </tr>
    86925391  <tr>
    8693     <td align="right"><code>0x080099AD</code></td>
     5392    <td align="right"><code>0x0800A915</code></td>
    86945393    <td align="left"><code>__aeabi_ul2d</code></td>
    86955394    <td align="right"><code>20</code></td>
     
    87005399  </tr>
    87015400  <tr>
    8702     <td align="right"><code>0x080099C5</code></td>
     5401    <td align="right"><code>0x0800A92D</code></td>
    87035402    <td align="left"><code>__aeabi_llsl</code></td>
    87045403    <td align="right"><code>30</code></td>
     
    87095408  </tr>
    87105409  <tr>
    8711     <td align="right"><code>0x080099E5</code></td>
     5410    <td align="right"><code>0x0800A94D</code></td>
    87125411    <td align="left"><code>__aeabi_llsr</code></td>
    87135412    <td align="right"><code>30</code></td>
     
    87185417  </tr>
    87195418  <tr>
    8720     <td align="right"><code>0x08009A05</code></td>
     5419    <td align="right"><code>0x0800A96D</code></td>
    87215420    <td align="left"><code>__aeabi_lasr</code></td>
    87225421    <td align="right"><code>30</code></td>
     
    87275426  </tr>
    87285427  <tr>
    8729     <td align="right"><code>0x08009A25</code></td>
     5428    <td align="right"><code>0x0800A98D</code></td>
    87305429    <td align="left"><code>__aeabi_lmul</code></td>
    87315430    <td align="right"><code>46</code></td>
     
    87365435  </tr>
    87375436  <tr>
    8738     <td align="right"><code>0x08009A55</code></td>
     5437    <td align="right"><code>0x0800A9BD</code></td>
    87395438    <td align="left"><code>__aeabi_idiv</code></td>
    87405439    <td align="right"><code>64</code></td>
     
    87455444  </tr>
    87465445  <tr>
    8747     <td align="right"><code>0x08009A95</code></td>
     5446    <td align="right"><code>0x0800A9FD</code></td>
    87485447    <td align="left"><code>__aeabi_idivmod</code></td>
    87495448    <td align="right"><code>14</code></td>
     
    87545453  </tr>
    87555454  <tr>
    8756     <td align="right"><code>0x08009AA5</code></td>
     5455    <td align="right"><code>0x0800AA0D</code></td>
    87575456    <td align="left"><code>__aeabi_uidiv</code></td>
    87585457    <td align="right"><code>56</code></td>
     
    87635462  </tr>
    87645463  <tr>
    8765     <td align="right"><code>0x08009ADD</code></td>
     5464    <td align="right"><code>0x0800AA45</code></td>
    87665465    <td align="left"><code>__aeabi_uidivmod</code></td>
    87675466    <td align="right"><code>16</code></td>
     
    87725471  </tr>
    87735472  <tr>
    8774     <td align="right"><code>0x08009AED</code></td>
     5473    <td align="right"><code>0x0800AA55</code></td>
    87755474    <td align="left"><code>__aeabi_ldivmod</code></td>
    87765475    <td align="right"><code>46</code></td>
     
    87815480  </tr>
    87825481  <tr>
    8783     <td align="right"><code>0x08009B1D</code></td>
     5482    <td align="right"><code>0x0800AA85</code></td>
    87845483    <td align="left"><code>__aeabi_uldivmod</code></td>
    87855484    <td align="right"><code>160</code></td>
     
    87905489  </tr>
    87915490  <tr>
    8792     <td align="right"><code>0x08009BBD</code></td>
     5491    <td align="right"><code>0x0800AB25</code></td>
    87935492    <td align="left"><code>__aeabi_idiv0</code></td>
    87945493    <td align="right"><code>6</code></td>
     
    87995498  </tr>
    88005499  <tr>
    8801     <td align="right"><code>0x08009BC5</code></td>
     5500    <td align="right"><code>0x0800AB2D</code></td>
    88025501    <td align="left"><code>vfprintf_l</code></td>
    88035502    <td align="right"><code>120</code></td>
     
    88085507  </tr>
    88095508  <tr>
    8810     <td align="right"><code>0x08009C3D</code></td>
     5509    <td align="right"><code>0x0800ABA5</code></td>
    88115510    <td align="left"><code>printf</code></td>
    88125511    <td align="right"><code>40</code></td>
     
    88175516  </tr>
    88185517  <tr>
    8819     <td align="right"><code>0x08009C65</code></td>
     5518    <td align="right"><code>0x0800ABCD</code></td>
    88205519    <td align="left"><code>__SEGGER_RTL_vfprintf_float_long</code></td>
    88215520    <td align="right"><code>3 984</code></td>
     
    88265525  </tr>
    88275526  <tr>
    8828     <td align="right"><code>0x08009C65</code></td>
     5527    <td align="right"><code>0x0800ABCD</code></td>
    88295528    <td align="left"><code>__SEGGER_RTL_vfprintf</code></td>
    88305529    <td align="right"><code>3 984</code></td>
     
    88355534  </tr>
    88365535  <tr>
    8837     <td align="right"><code>0x0800ABF5</code></td>
     5536    <td align="right"><code>0x0800BB5D</code></td>
    88385537    <td align="left"><code>__SEGGER_RTL_X_file_stat</code></td>
    88395538    <td align="right"><code>52</code></td>
     
    88445543  </tr>
    88455544  <tr>
    8846     <td align="right"><code>0x0800AC29</code></td>
     5545    <td align="right"><code>0x0800BB91</code></td>
    88475546    <td align="left"><code>SEGGER_RTT_WriteNoLock</code></td>
    88485547    <td align="right"><code>108</code></td>
     
    88535552  </tr>
    88545553  <tr>
    8855     <td align="right"><code>0x0800AC95</code></td>
     5554    <td align="right"><code>0x0800BBFD</code></td>
    88565555    <td align="left"><code>SEGGER_RTT_Write</code></td>
    88575556    <td align="right"><code>116</code></td>
     
    88625561  </tr>
    88635562  <tr>
    8864     <td align="right"><code>0x0800AD09</code></td>
     5563    <td align="right"><code>0x0800BC71</code></td>
    88655564    <td align="left"><code>strlen</code></td>
    88665565    <td align="right"><code>168</code></td>
     
    88715570  </tr>
    88725571  <tr>
    8873     <td align="right"><code>0x0800ADB1</code></td>
     5572    <td align="right"><code>0x0800BD19</code></td>
    88745573    <td align="left"><code>strnlen</code></td>
    88755574    <td align="right"><code>220</code></td>
     
    88805579  </tr>
    88815580  <tr>
    8882     <td align="right"><code>0x0800AE8D</code></td>
     5581    <td align="right"><code>0x0800BDF5</code></td>
    88835582    <td align="left"><code>memcpy</code></td>
    88845583    <td align="right"><code>14</code></td>
     
    88895588  </tr>
    88905589  <tr>
    8891     <td align="right"><code>0x0800AE8D</code></td>
     5590    <td align="right"><code>0x0800BDF5</code></td>
    88925591    <td align="left"><code>__aeabi_memcpy8</code></td>
    88935592    <td align="right"><code></code></td>
     
    88985597  </tr>
    88995598  <tr>
    8900     <td align="right"><code>0x0800AE8D</code></td>
     5599    <td align="right"><code>0x0800BDF5</code></td>
    89015600    <td align="left"><code>__aeabi_memcpy4</code></td>
    89025601    <td align="right"><code></code></td>
     
    89075606  </tr>
    89085607  <tr>
    8909     <td align="right"><code>0x0800AE8D</code></td>
     5608    <td align="right"><code>0x0800BDF5</code></td>
    89105609    <td align="left"><code>__aeabi_memcpy</code></td>
    89115610    <td align="right"><code></code></td>
     
    89165615  </tr>
    89175616  <tr>
    8918     <td align="right"><code>0x0800AE9D</code></td>
     5617    <td align="right"><code>0x0800BE05</code></td>
    89195618    <td align="left"><code>__aeabi_memclr8</code></td>
    89205619    <td align="right"><code></code></td>
     
    89255624  </tr>
    89265625  <tr>
    8927     <td align="right"><code>0x0800AE9D</code></td>
     5626    <td align="right"><code>0x0800BE05</code></td>
    89285627    <td align="left"><code>__aeabi_memclr4</code></td>
    89295628    <td align="right"><code></code></td>
     
    89345633  </tr>
    89355634  <tr>
    8936     <td align="right"><code>0x0800AE9D</code></td>
     5635    <td align="right"><code>0x0800BE05</code></td>
    89375636    <td align="left"><code>__aeabi_memclr</code></td>
    89385637    <td align="right"><code>20</code></td>
     
    89435642  </tr>
    89445643  <tr>
    8945     <td align="right"><code>0x0800AE9F</code></td>
     5644    <td align="right"><code>0x0800BE07</code></td>
    89465645    <td align="left"><code>__aeabi_memset8</code></td>
    89475646    <td align="right"><code></code></td>
     
    89525651  </tr>
    89535652  <tr>
    8954     <td align="right"><code>0x0800AE9F</code></td>
     5653    <td align="right"><code>0x0800BE07</code></td>
    89555654    <td align="left"><code>__aeabi_memset4</code></td>
    89565655    <td align="right"><code></code></td>
     
    89615660  </tr>
    89625661  <tr>
    8963     <td align="right"><code>0x0800AE9F</code></td>
     5662    <td align="right"><code>0x0800BE07</code></td>
    89645663    <td align="left"><code>__aeabi_memset</code></td>
    89655664    <td align="right"><code></code></td>
     
    89705669  </tr>
    89715670  <tr>
    8972     <td align="right"><code>0x0800AEA5</code></td>
     5671    <td align="right"><code>0x0800BE0D</code></td>
    89735672    <td align="left"><code>memset</code></td>
    89745673    <td align="right"><code></code></td>
     
    89795678  </tr>
    89805679  <tr>
    8981     <td align="right"><code>0x0800AEB1</code></td>
     5680    <td align="right"><code>0x0800BE19</code></td>
    89825681    <td align="left"><code>__aeabi_memmove8</code></td>
    89835682    <td align="right"><code></code></td>
     
    89885687  </tr>
    89895688  <tr>
    8990     <td align="right"><code>0x0800AEB1</code></td>
     5689    <td align="right"><code>0x0800BE19</code></td>
    89915690    <td align="left"><code>__aeabi_memmove4</code></td>
    89925691    <td align="right"><code></code></td>
     
    89975696  </tr>
    89985697  <tr>
    8999     <td align="right"><code>0x0800AEB1</code></td>
     5698    <td align="right"><code>0x0800BE19</code></td>
    90005699    <td align="left"><code>__aeabi_memmove</code></td>
    90015700    <td align="right"><code></code></td>
     
    90065705  </tr>
    90075706  <tr>
    9008     <td align="right"><code>0x0800AED5</code></td>
     5707    <td align="right"><code>0x0800BE3D</code></td>
    90095708    <td align="left"><code>__SEGGER_RTL_current_locale</code></td>
    90105709    <td align="right"><code>20</code></td>
     
    90155714  </tr>
    90165715  <tr>
    9017     <td align="right"><code>0x0800AEE9</code></td>
     5716    <td align="right"><code>0x0800BE51</code></td>
    90185717    <td align="left"><code>__SEGGER_RTL_ascii_isctype</code></td>
    90195718    <td align="right"><code>28</code></td>
     
    90245723  </tr>
    90255724  <tr>
    9026     <td align="right"><code>0x0800AF05</code></td>
     5725    <td align="right"><code>0x0800BE6D</code></td>
    90275726    <td align="left"><code>__SEGGER_RTL_ascii_iswctype</code></td>
    90285727    <td align="right"><code>28</code></td>
     
    90335732  </tr>
    90345733  <tr>
    9035     <td align="right"><code>0x0800B061</code></td>
     5734    <td align="right"><code>0x0800BFA9</code></td>
    90365735    <td align="left"><code>_start</code></td>
    90375736    <td align="right"><code></code></td>
     
    90425741  </tr>
    90435742  <tr>
    9044     <td align="right"><code>0x0800B06B</code></td>
     5743    <td align="right"><code>0x0800BFB3</code></td>
    90455744    <td align="left"><code>__SEGGER_init_done</code></td>
    90465745    <td align="right"><code></code></td>
     
    90515750  </tr>
    90525751  <tr>
    9053     <td align="right"><code>0x0800B06F</code></td>
     5752    <td align="right"><code>0x0800BFB7</code></td>
    90545753    <td align="left"><code>exit</code></td>
    90555754    <td align="right"><code></code></td>
     
    90605759  </tr>
    90615760  <tr>
    9062     <td align="right"><code>0x0800B075</code></td>
     5761    <td align="right"><code>0x0800BFBD</code></td>
    90635762    <td align="left"><code>Reset_Handler</code></td>
    90645763    <td align="right"><code></code></td>
     
    90695768  </tr>
    90705769  <tr>
    9071     <td align="right"><code>0x0800B09D</code></td>
     5770    <td align="right"><code>0x0800BFE5</code></td>
    90725771    <td align="left"><code>NMI_Handler</code></td>
    90735772    <td align="right"><code></code></td>
     
    90785777  </tr>
    90795778  <tr>
    9080     <td align="right"><code>0x0800B09F</code></td>
     5779    <td align="right"><code>0x0800BFE7</code></td>
    90815780    <td align="left"><code>HardFault_Handler</code></td>
    90825781    <td align="right"><code></code></td>
     
    90875786  </tr>
    90885787  <tr>
    9089     <td align="right"><code>0x0800B0A1</code></td>
     5788    <td align="right"><code>0x0800BFE9</code></td>
    90905789    <td align="left"><code>SVC_Handler</code></td>
    90915790    <td align="right"><code></code></td>
     
    90965795  </tr>
    90975796  <tr>
    9098     <td align="right"><code>0x0800B0A3</code></td>
     5797    <td align="right"><code>0x0800BFEB</code></td>
    90995798    <td align="left"><code>PendSV_Handler</code></td>
    91005799    <td align="right"><code></code></td>
     
    91055804  </tr>
    91065805  <tr>
    9107     <td align="right"><code>0x0800B0A5</code></td>
     5806    <td align="right"><code>0x0800BFED</code></td>
    91085807    <td align="left"><code>SysTick_Handler</code></td>
    91095808    <td align="right"><code></code></td>
     
    91145813  </tr>
    91155814  <tr>
    9116     <td align="right"><code>0x0800B0A7</code></td>
     5815    <td align="right"><code>0x0800BFEF</code></td>
    91175816    <td align="left"><code>Dummy_Handler</code></td>
    91185817    <td align="right"><code></code></td>
     
    91235822  </tr>
    91245823  <tr>
    9125     <td align="right"><code>0x0800B0A9</code></td>
     5824    <td align="right"><code>0x0800BFF1</code></td>
    91265825    <td align="left"><code>WWDG_IRQHandler</code></td>
    91275826    <td align="right"><code></code></td>
     
    91325831  </tr>
    91335832  <tr>
    9134     <td align="right"><code>0x0800B0AB</code></td>
     5833    <td align="right"><code>0x0800BFF3</code></td>
    91355834    <td align="left"><code>PVD_IRQHandler</code></td>
    91365835    <td align="right"><code></code></td>
     
    91415840  </tr>
    91425841  <tr>
    9143     <td align="right"><code>0x0800B0AD</code></td>
     5842    <td align="right"><code>0x0800BFF5</code></td>
    91445843    <td align="left"><code>RTC_STAMP_IRQHandler</code></td>
    91455844    <td align="right"><code></code></td>
     
    91505849  </tr>
    91515850  <tr>
    9152     <td align="right"><code>0x0800B0AF</code></td>
     5851    <td align="right"><code>0x0800BFF7</code></td>
    91535852    <td align="left"><code>FLASH_IRQHandler</code></td>
    91545853    <td align="right"><code></code></td>
     
    91595858  </tr>
    91605859  <tr>
    9161     <td align="right"><code>0x0800B0B1</code></td>
     5860    <td align="right"><code>0x0800BFF9</code></td>
    91625861    <td align="left"><code>RCC_IRQHandler</code></td>
    91635862    <td align="right"><code></code></td>
     
    91685867  </tr>
    91695868  <tr>
    9170     <td align="right"><code>0x0800B0B3</code></td>
     5869    <td align="right"><code>0x0800BFFB</code></td>
    91715870    <td align="left"><code>EXTI0_1_IRQHandler</code></td>
    91725871    <td align="right"><code></code></td>
     
    91775876  </tr>
    91785877  <tr>
    9179     <td align="right"><code>0x0800B0B5</code></td>
     5878    <td align="right"><code>0x0800BFFD</code></td>
    91805879    <td align="left"><code>EXTI2_3_IRQHandler</code></td>
    91815880    <td align="right"><code></code></td>
     
    91865885  </tr>
    91875886  <tr>
    9188     <td align="right"><code>0x0800B0B7</code></td>
     5887    <td align="right"><code>0x0800BFFF</code></td>
    91895888    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    91905889    <td align="right"><code></code></td>
     
    91955894  </tr>
    91965895  <tr>
    9197     <td align="right"><code>0x0800B0B9</code></td>
     5896    <td align="right"><code>0x0800C001</code></td>
    91985897    <td align="left"><code>UCPD1_UCPD2_IRQHandler</code></td>
    91995898    <td align="right"><code></code></td>
     
    92045903  </tr>
    92055904  <tr>
    9206     <td align="right"><code>0x0800B0BB</code></td>
     5905    <td align="right"><code>0x0800C003</code></td>
    92075906    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    92085907    <td align="right"><code></code></td>
     
    92135912  </tr>
    92145913  <tr>
    9215     <td align="right"><code>0x0800B0BD</code></td>
     5914    <td align="right"><code>0x0800C005</code></td>
    92165915    <td align="left"><code>DMA_Channel2_3_IRQHandler</code></td>
    92175916    <td align="right"><code></code></td>
     
    92225921  </tr>
    92235922  <tr>
    9224     <td align="right"><code>0x0800B0BF</code></td>
     5923    <td align="right"><code>0x0800C007</code></td>
    92255924    <td align="left"><code>DMA_Channel4_5_6_7_IRQHandler</code></td>
    92265925    <td align="right"><code></code></td>
     
    92315930  </tr>
    92325931  <tr>
    9233     <td align="right"><code>0x0800B0C1</code></td>
     5932    <td align="right"><code>0x0800C009</code></td>
    92345933    <td align="left"><code>ADC_COMP_IRQHandler</code></td>
    92355934    <td align="right"><code></code></td>
     
    92405939  </tr>
    92415940  <tr>
    9242     <td align="right"><code>0x0800B0C3</code></td>
     5941    <td align="right"><code>0x0800C00B</code></td>
    92435942    <td align="left"><code>TIM1_BRK_UP_TRG_COMP_IRQHandler</code></td>
    92445943    <td align="right"><code></code></td>
     
    92495948  </tr>
    92505949  <tr>
    9251     <td align="right"><code>0x0800B0C5</code></td>
     5950    <td align="right"><code>0x0800C00D</code></td>
    92525951    <td align="left"><code>TIM1_CC_IRQHandler</code></td>
    92535952    <td align="right"><code></code></td>
     
    92585957  </tr>
    92595958  <tr>
    9260     <td align="right"><code>0x0800B0C7</code></td>
     5959    <td align="right"><code>0x0800C00F</code></td>
    92615960    <td align="left"><code>TIM2_IRQHandler</code></td>
    92625961    <td align="right"><code></code></td>
     
    92675966  </tr>
    92685967  <tr>
    9269     <td align="right"><code>0x0800B0C9</code></td>
     5968    <td align="right"><code>0x0800C011</code></td>
    92705969    <td align="left"><code>TIM3_IRQHandler</code></td>
    92715970    <td align="right"><code></code></td>
     
    92765975  </tr>
    92775976  <tr>
    9278     <td align="right"><code>0x0800B0CB</code></td>
     5977    <td align="right"><code>0x0800C013</code></td>
    92795978    <td align="left"><code>TIM6_DAC_LPTIM1_IRQHandler</code></td>
    92805979    <td align="right"><code></code></td>
     
    92855984  </tr>
    92865985  <tr>
    9287     <td align="right"><code>0x0800B0CD</code></td>
     5986    <td align="right"><code>0x0800C015</code></td>
    92885987    <td align="left"><code>TIM7_LPTIM2_IRQHandler</code></td>
    92895988    <td align="right"><code></code></td>
     
    92945993  </tr>
    92955994  <tr>
    9296     <td align="right"><code>0x0800B0CF</code></td>
     5995    <td align="right"><code>0x0800C017</code></td>
    92975996    <td align="left"><code>TIM14_IRQHandler</code></td>
    92985997    <td align="right"><code></code></td>
     
    93036002  </tr>
    93046003  <tr>
    9305     <td align="right"><code>0x0800B0D1</code></td>
     6004    <td align="right"><code>0x0800C019</code></td>
    93066005    <td align="left"><code>TIM15_IRQHandler</code></td>
    93076006    <td align="right"><code></code></td>
     
    93126011  </tr>
    93136012  <tr>
    9314     <td align="right"><code>0x0800B0D3</code></td>
     6013    <td align="right"><code>0x0800C01B</code></td>
    93156014    <td align="left"><code>TIM16_IRQHandler</code></td>
    93166015    <td align="right"><code></code></td>
     
    93216020  </tr>
    93226021  <tr>
    9323     <td align="right"><code>0x0800B0D5</code></td>
     6022    <td align="right"><code>0x0800C01D</code></td>
    93246023    <td align="left"><code>TIM17_IRQHandler</code></td>
    93256024    <td align="right"><code></code></td>
     
    93306029  </tr>
    93316030  <tr>
    9332     <td align="right"><code>0x0800B0D7</code></td>
     6031    <td align="right"><code>0x0800C01F</code></td>
    93336032    <td align="left"><code>I2C1_IRQHandler</code></td>
    93346033    <td align="right"><code></code></td>
     
    93396038  </tr>
    93406039  <tr>
    9341     <td align="right"><code>0x0800B0D9</code></td>
     6040    <td align="right"><code>0x0800C021</code></td>
    93426041    <td align="left"><code>I2C2_IRQHandler</code></td>
    93436042    <td align="right"><code></code></td>
     
    93486047  </tr>
    93496048  <tr>
    9350     <td align="right"><code>0x0800B0DB</code></td>
     6049    <td align="right"><code>0x0800C023</code></td>
    93516050    <td align="left"><code>SPI1_IRQHandler</code></td>
    93526051    <td align="right"><code></code></td>
     
    93576056  </tr>
    93586057  <tr>
    9359     <td align="right"><code>0x0800B0DD</code></td>
     6058    <td align="right"><code>0x0800C025</code></td>
    93606059    <td align="left"><code>SPI2_IRQHandler</code></td>
    93616060    <td align="right"><code></code></td>
     
    93666065  </tr>
    93676066  <tr>
    9368     <td align="right"><code>0x0800B0DF</code></td>
     6067    <td align="right"><code>0x0800C027</code></td>
    93696068    <td align="left"><code>USART1_IRQHandler</code></td>
    93706069    <td align="right"><code></code></td>
     
    93756074  </tr>
    93766075  <tr>
    9377     <td align="right"><code>0x0800B0E1</code></td>
     6076    <td align="right"><code>0x0800C029</code></td>
    93786077    <td align="left"><code>USART2_IRQHandler</code></td>
    93796078    <td align="right"><code></code></td>
     
    93846083  </tr>
    93856084  <tr>
    9386     <td align="right"><code>0x0800B0E3</code></td>
     6085    <td align="right"><code>0x0800C02B</code></td>
    93876086    <td align="left"><code>USART3_USART4_LPUART1_IRQHandler</code></td>
    93886087    <td align="right"><code></code></td>
     
    93936092  </tr>
    93946093  <tr>
    9395     <td align="right"><code>0x0800B0E5</code></td>
     6094    <td align="right"><code>0x0800C02D</code></td>
    93966095    <td align="left"><code>CEC_IRQHandler</code></td>
    93976096    <td align="right"><code></code></td>
     
    94026101  </tr>
    94036102  <tr>
    9404     <td align="right"><code>0x0800B0E7</code></td>
     6103    <td align="right"><code>0x0800C02F</code></td>
    94056104    <td align="left"><code>AES_RNG_IRQHandler</code></td>
    94066105    <td align="right"><code></code></td>
     
    94116110  </tr>
    94126111  <tr>
    9413     <td align="right"><code>0x0800B0E9</code></td>
    9414     <td align="left"><code>HAL_CRCEx_Polynomial_Set</code></td>
    9415     <td align="right"><code>114</code></td>
    9416     <td align="right"><code>4</code></td>
    9417     <td align="left"><code>Code</code></td>
    9418     <td align="left"><code>Gb</code></td>
    9419     <td align="left"><code>stm32g0xx_hal_crc_ex.o</code></td>
    9420   </tr>
    9421   <tr>
    9422     <td align="right"><code>0x0800B15B</code></td>
     6112    <td align="right"><code>0x0800C031</code></td>
    94236113    <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
    9424     <td align="right"><code>10</code></td>
    9425     <td align="right"><code>2</code></td>
    9426     <td align="left"><code>Code</code></td>
    9427     <td align="left"><code>Lc</code></td>
    9428     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    9429   </tr>
    9430   <tr>
    9431     <td align="right"><code>0x0800B165</code></td>
    9432     <td align="left"><code>ADC_DMAError</code></td>
    9433     <td align="right"><code>26</code></td>
    9434     <td align="right"><code>2</code></td>
    9435     <td align="left"><code>Code</code></td>
    9436     <td align="left"><code>Lc</code></td>
    9437     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    9438   </tr>
    9439   <tr>
    9440     <td align="right"><code>0x0800B17F</code></td>
    9441     <td align="left"><code>HAL_ADC_ErrorCallback</code></td>
    9442     <td align="right"><code>2</code></td>
    9443     <td align="right"><code>2</code></td>
    9444     <td align="left"><code>Code</code></td>
    9445     <td align="left"><code>Wk</code></td>
    9446     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    9447   </tr>
    9448   <tr>
    9449     <td align="right"><code>0x0800B181</code></td>
    9450     <td align="left"><code>HAL_ADC_ConvHalfCpltCallback</code></td>
    9451     <td align="right"><code>2</code></td>
    9452     <td align="right"><code>2</code></td>
    9453     <td align="left"><code>Code</code></td>
    9454     <td align="left"><code>Wk</code></td>
    9455     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    9456   </tr>
    9457   <tr>
    9458     <td align="right"><code>0x0800B183</code></td>
    9459     <td align="left"><code>HAL_CRC_MspInit</code></td>
    9460     <td align="right"><code>2</code></td>
    9461     <td align="right"><code>2</code></td>
    9462     <td align="left"><code>Code</code></td>
    9463     <td align="left"><code>Wk</code></td>
    9464     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    9465   </tr>
    9466   <tr>
    9467     <td align="right"><code>0x0800B185</code></td>
    9468     <td align="left"><code>HAL_GPIO_ReadPin</code></td>
    9469     <td align="right"><code>10</code></td>
    9470     <td align="right"><code>2</code></td>
    9471     <td align="left"><code>Code</code></td>
    9472     <td align="left"><code>Gb</code></td>
    9473     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    9474   </tr>
    9475   <tr>
    9476     <td align="right"><code>0x0800B18F</code></td>
    9477     <td align="left"><code>HAL_GPIO_EXTI_Rising_Callback</code></td>
    9478     <td align="right"><code>2</code></td>
    9479     <td align="right"><code>2</code></td>
    9480     <td align="left"><code>Code</code></td>
    9481     <td align="left"><code>Wk</code></td>
    9482     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    9483   </tr>
    9484   <tr>
    9485     <td align="right"><code>0x0800B191</code></td>
    9486     <td align="left"><code>HAL_RTC_SetDate</code></td>
    9487     <td align="right"><code>294</code></td>
    9488     <td align="right"><code>2</code></td>
    9489     <td align="left"><code>Code</code></td>
    9490     <td align="left"><code>Gb</code></td>
    9491     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    9492   </tr>
    9493   <tr>
    9494     <td align="right"><code>0x0800B2B7</code></td>
    9495     <td align="left"><code>HAL_TIM_IC_MspInit</code></td>
    9496     <td align="right"><code>2</code></td>
    9497     <td align="right"><code>2</code></td>
    9498     <td align="left"><code>Code</code></td>
    9499     <td align="left"><code>Wk</code></td>
    9500     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9501   </tr>
    9502   <tr>
    9503     <td align="right"><code>0x0800B2B9</code></td>
    9504     <td align="left"><code>HAL_TIM_IC_MspDeInit</code></td>
    9505     <td align="right"><code>2</code></td>
    9506     <td align="right"><code>2</code></td>
    9507     <td align="left"><code>Code</code></td>
    9508     <td align="left"><code>Wk</code></td>
    9509     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9510   </tr>
    9511   <tr>
    9512     <td align="right"><code>0x0800B2BB</code></td>
    9513     <td align="left"><code>HAL_TIM_OC_DelayElapsedCallback</code></td>
    9514     <td align="right"><code>2</code></td>
    9515     <td align="right"><code>2</code></td>
    9516     <td align="left"><code>Code</code></td>
    9517     <td align="left"><code>Wk</code></td>
    9518     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9519   </tr>
    9520   <tr>
    9521     <td align="right"><code>0x0800B2BD</code></td>
    9522     <td align="left"><code>HAL_TIM_PWM_PulseFinishedCallback</code></td>
    9523     <td align="right"><code>2</code></td>
    9524     <td align="right"><code>2</code></td>
    9525     <td align="left"><code>Code</code></td>
    9526     <td align="left"><code>Wk</code></td>
    9527     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9528   </tr>
    9529   <tr>
    9530     <td align="right"><code>0x0800B2BF</code></td>
    9531     <td align="left"><code>HAL_TIM_PeriodElapsedCallback</code></td>
    9532     <td align="right"><code>2</code></td>
    9533     <td align="right"><code>2</code></td>
    9534     <td align="left"><code>Code</code></td>
    9535     <td align="left"><code>Wk</code></td>
    9536     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9537   </tr>
    9538   <tr>
    9539     <td align="right"><code>0x0800B2C1</code></td>
    9540     <td align="left"><code>HAL_TIM_TriggerCallback</code></td>
    9541     <td align="right"><code>2</code></td>
    9542     <td align="right"><code>2</code></td>
    9543     <td align="left"><code>Code</code></td>
    9544     <td align="left"><code>Wk</code></td>
    9545     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    9546   </tr>
    9547   <tr>
    9548     <td align="right"><code>0x0800B2C3</code></td>
    9549     <td align="left"><code>HAL_TIMEx_CommutCallback</code></td>
    9550     <td align="right"><code>2</code></td>
    9551     <td align="right"><code>2</code></td>
    9552     <td align="left"><code>Code</code></td>
    9553     <td align="left"><code>Wk</code></td>
    9554     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    9555   </tr>
    9556   <tr>
    9557     <td align="right"><code>0x0800B2C5</code></td>
    9558     <td align="left"><code>HAL_TIMEx_BreakCallback</code></td>
    9559     <td align="right"><code>2</code></td>
    9560     <td align="right"><code>2</code></td>
    9561     <td align="left"><code>Code</code></td>
    9562     <td align="left"><code>Wk</code></td>
    9563     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    9564   </tr>
    9565   <tr>
    9566     <td align="right"><code>0x0800B2C7</code></td>
    9567     <td align="left"><code>HAL_TIMEx_Break2Callback</code></td>
    9568     <td align="right"><code>2</code></td>
    9569     <td align="right"><code>2</code></td>
    9570     <td align="left"><code>Code</code></td>
    9571     <td align="left"><code>Wk</code></td>
    9572     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    9573   </tr>
    9574   <tr>
    9575     <td align="right"><code>0x0800B2C9</code></td>
    9576     <td align="left"><code>UART_AdvFeatureConfig</code></td>
    9577     <td align="right"><code>210</code></td>
    9578     <td align="right"><code>2</code></td>
    9579     <td align="left"><code>Code</code></td>
    9580     <td align="left"><code>Gb</code></td>
    9581     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9582   </tr>
    9583   <tr>
    9584     <td align="right"><code>0x0800B39B</code></td>
     6114    <td align="right"><code>2</code></td>
     6115    <td align="right"><code>2</code></td>
     6116    <td align="left"><code>Code</code></td>
     6117    <td align="left"><code>Lc</code></td>
     6118    <td align="left"><code>firmware_lto.o</code></td>
     6119  </tr>
     6120  <tr>
     6121    <td align="right"><code>0x0800C033</code></td>
    95856122    <td align="left"><code>UART_TxISR_8BIT_FIFOEN</code></td>
    95866123    <td align="right"><code>82</code></td>
     
    95886125    <td align="left"><code>Code</code></td>
    95896126    <td align="left"><code>Lc</code></td>
    9590     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9591   </tr>
    9592   <tr>
    9593     <td align="right"><code>0x0800B3ED</code></td>
    9594     <td align="left"><code>UART_RxISR_16BIT</code></td>
     6127    <td align="left"><code>firmware_lto.o</code></td>
     6128  </tr>
     6129  <tr>
     6130    <td align="right"><code>0x0800C085</code></td>
     6131    <td align="left"><code>UART_RxISR_8BIT</code></td>
    95956132    <td align="right"><code>90</code></td>
    95966133    <td align="right"><code>2</code></td>
    95976134    <td align="left"><code>Code</code></td>
    95986135    <td align="left"><code>Lc</code></td>
    9599     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9600   </tr>
    9601   <tr>
    9602     <td align="right"><code>0x0800B447</code></td>
    9603     <td align="left"><code>UART_RxISR_8BIT</code></td>
    9604     <td align="right"><code>94</code></td>
    9605     <td align="right"><code>2</code></td>
    9606     <td align="left"><code>Code</code></td>
    9607     <td align="left"><code>Lc</code></td>
    9608     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9609   </tr>
    9610   <tr>
    9611     <td align="right"><code>0x0800B4A5</code></td>
    9612     <td align="left"><code>HAL_UART_TxCpltCallback</code></td>
    9613     <td align="right"><code>2</code></td>
    9614     <td align="right"><code>2</code></td>
    9615     <td align="left"><code>Code</code></td>
    9616     <td align="left"><code>Wk</code></td>
    9617     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9618   </tr>
    9619   <tr>
    9620     <td align="right"><code>0x0800B4A7</code></td>
    9621     <td align="left"><code>HAL_UART_RxCpltCallback</code></td>
    9622     <td align="right"><code>2</code></td>
    9623     <td align="right"><code>2</code></td>
    9624     <td align="left"><code>Code</code></td>
    9625     <td align="left"><code>Wk</code></td>
    9626     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9627   </tr>
    9628   <tr>
    9629     <td align="right"><code>0x0800B4A9</code></td>
    9630     <td align="left"><code>HAL_UARTEx_DisableFifoMode</code></td>
    9631     <td align="right"><code>54</code></td>
    9632     <td align="right"><code>2</code></td>
    9633     <td align="left"><code>Code</code></td>
    9634     <td align="left"><code>Gb</code></td>
    9635     <td align="left"><code>stm32g0xx_hal_uart_ex.o</code></td>
    9636   </tr>
    9637   <tr>
    9638     <td align="right"><code>0x0800B4DF</code></td>
    9639     <td align="left"><code>Error_Handler</code></td>
    9640     <td align="right"><code>2</code></td>
    9641     <td align="right"><code>2</code></td>
    9642     <td align="left"><code>Code</code></td>
    9643     <td align="left"><code>Gb</code></td>
    9644     <td align="left"><code>main.o</code></td>
    9645   </tr>
    9646   <tr>
    9647     <td align="right"><code>0x0800B4E1</code></td>
     6136    <td align="left"><code>firmware_lto.o</code></td>
     6137  </tr>
     6138  <tr>
     6139    <td align="right"><code>0x0800C0DF</code></td>
    96486140    <td align="left"><code>NMI_Handler</code></td>
    96496141    <td align="right"><code>2</code></td>
     
    96516143    <td align="left"><code>Code</code></td>
    96526144    <td align="left"><code>Gb</code></td>
    9653     <td align="left"><code>stm32g0xx_it.o</code></td>
    9654   </tr>
    9655   <tr>
    9656     <td align="right"><code>0x0800B4E3</code></td>
     6145    <td align="left"><code>firmware_lto.o</code></td>
     6146  </tr>
     6147  <tr>
     6148    <td align="right"><code>0x0800C0E1</code></td>
    96576149    <td align="left"><code>HardFault_Handler</code></td>
    96586150    <td align="right"><code>2</code></td>
     
    96606152    <td align="left"><code>Code</code></td>
    96616153    <td align="left"><code>Gb</code></td>
    9662     <td align="left"><code>stm32g0xx_it.o</code></td>
    9663   </tr>
    9664   <tr>
    9665     <td align="right"><code>0x0800B4E5</code></td>
     6154    <td align="left"><code>firmware_lto.o</code></td>
     6155  </tr>
     6156  <tr>
     6157    <td align="right"><code>0x0800C0E3</code></td>
    96666158    <td align="left"><code>SVC_Handler</code></td>
    96676159    <td align="right"><code>2</code></td>
     
    96696161    <td align="left"><code>Code</code></td>
    96706162    <td align="left"><code>Gb</code></td>
    9671     <td align="left"><code>stm32g0xx_it.o</code></td>
    9672   </tr>
    9673   <tr>
    9674     <td align="right"><code>0x0800B4E7</code></td>
     6163    <td align="left"><code>firmware_lto.o</code></td>
     6164  </tr>
     6165  <tr>
     6166    <td align="right"><code>0x0800C0E5</code></td>
    96756167    <td align="left"><code>PendSV_Handler</code></td>
    96766168    <td align="right"><code>2</code></td>
     
    96786170    <td align="left"><code>Code</code></td>
    96796171    <td align="left"><code>Gb</code></td>
    9680     <td align="left"><code>stm32g0xx_it.o</code></td>
    9681   </tr>
    9682   <tr>
    9683     <td align="right"><code>0x0800B4E9</code></td>
     6172    <td align="left"><code>firmware_lto.o</code></td>
     6173  </tr>
     6174  <tr>
     6175    <td align="right"><code>0x0800C0E7</code></td>
    96846176    <td align="left"><code>SystemInit</code></td>
    96856177    <td align="right"><code>2</code></td>
     
    96876179    <td align="left"><code>Code</code></td>
    96886180    <td align="left"><code>Gb</code></td>
    9689     <td align="left"><code>system_stm32g0xx.o</code></td>
    9690   </tr>
    9691   <tr>
    9692     <td align="right"><code>0x0800B4EB</code></td>
     6181    <td align="left"><code>firmware_lto.o</code></td>
     6182  </tr>
     6183  <tr>
     6184    <td align="right"><code>0x0800C0E9</code></td>
    96936185    <td align="left"><code>__aeabi_dmul_aux</code></td>
    96946186    <td align="right"><code>394</code></td>
     
    96996191  </tr>
    97006192  <tr>
    9701     <td align="right"><code>0x0800B523</code></td>
     6193    <td align="right"><code>0x0800C121</code></td>
    97026194    <td align="left"><code>__aeabi_dmul</code></td>
    97036195    <td align="right"><code></code></td>
     
    97086200  </tr>
    97096201  <tr>
    9710     <td align="right"><code>0x0800B675</code></td>
     6202    <td align="right"><code>0x0800C273</code></td>
    97116203    <td align="left"><code>__SEGGER_RTL_putc</code></td>
    97126204    <td align="right"><code>154</code></td>
     
    97176209  </tr>
    97186210  <tr>
    9719     <td align="right"><code>0x0800B70F</code></td>
     6211    <td align="right"><code>0x0800C30D</code></td>
    97206212    <td align="left"><code>__SEGGER_RTL_prin_flush</code></td>
    97216213    <td align="right"><code>26</code></td>
     
    97266218  </tr>
    97276219  <tr>
    9728     <td align="right"><code>0x0800B729</code></td>
     6220    <td align="right"><code>0x0800C327</code></td>
    97296221    <td align="left"><code>vfprintf</code></td>
    97306222    <td align="right"><code>26</code></td>
     
    97356227  </tr>
    97366228  <tr>
    9737     <td align="right"><code>0x0800B743</code></td>
     6229    <td align="right"><code>0x0800C341</code></td>
    97386230    <td align="left"><code>__SEGGER_RTL_X_file_write</code></td>
    97396231    <td align="right"><code>10</code></td>
     
    97446236  </tr>
    97456237  <tr>
    9746     <td align="right"><code>0x0800B74D</code></td>
     6238    <td align="right"><code>0x0800C34B</code></td>
    97476239    <td align="left"><code>_WriteNoCheck</code></td>
    97486240    <td align="right"><code>58</code></td>
     
    97536245  </tr>
    97546246  <tr>
    9755     <td align="right"><code>0x0800B787</code></td>
     6247    <td align="right"><code>0x0800C385</code></td>
    97566248    <td align="left"><code>_WriteBlocking</code></td>
    97576249    <td align="right"><code>98</code></td>
     
    97626254  </tr>
    97636255  <tr>
    9764     <td align="right"><code>0x0800B7E9</code></td>
     6256    <td align="right"><code>0x0800C3E7</code></td>
    97656257    <td align="left"><code>__SEGGER_RTL_ascii_mbtowc</code></td>
    97666258    <td align="right"><code>46</code></td>
     
    97716263  </tr>
    97726264  <tr>
    9773     <td align="right"><code>0x0800B817</code></td>
     6265    <td align="right"><code>0x0800C415</code></td>
    97746266    <td align="left"><code>__SEGGER_RTL_ascii_tolower</code></td>
    97756267    <td align="right"><code>14</code></td>
     
    97806272  </tr>
    97816273  <tr>
    9782     <td align="right"><code>0x0800B825</code></td>
     6274    <td align="right"><code>0x0800C423</code></td>
    97836275    <td align="left"><code>__SEGGER_RTL_ascii_towlower</code></td>
    97846276    <td align="right"><code>14</code></td>
     
    97896281  </tr>
    97906282  <tr>
    9791     <td align="right"><code>0x0800B849</code></td>
    9792     <td align="left"><code>ADC_DMAConvCplt</code></td>
    9793     <td align="right"><code>132</code></td>
    9794     <td align="right"><code>2</code></td>
    9795     <td align="left"><code>Code</code></td>
    9796     <td align="left"><code>Lc</code></td>
    9797     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    9798   </tr>
    9799   <tr>
    9800     <td align="right"><code>0x0800B8CD</code></td>
    9801     <td align="left"><code>HAL_CRC_Calculate</code></td>
    9802     <td align="right"><code>592</code></td>
    9803     <td align="right"><code>2</code></td>
    9804     <td align="left"><code>Code</code></td>
    9805     <td align="left"><code>Gb</code></td>
    9806     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    9807   </tr>
    9808   <tr>
    9809     <td align="right"><code>0x0800BB1D</code></td>
    9810     <td align="left"><code>HAL_GPIO_WritePin</code></td>
    9811     <td align="right"><code>16</code></td>
    9812     <td align="right"><code>2</code></td>
    9813     <td align="left"><code>Code</code></td>
    9814     <td align="left"><code>Gb</code></td>
    9815     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    9816   </tr>
    9817   <tr>
    9818     <td align="right"><code>0x0800BB2D</code></td>
    9819     <td align="left"><code>HAL_GPIO_TogglePin</code></td>
    9820     <td align="right"><code>16</code></td>
    9821     <td align="right"><code>2</code></td>
    9822     <td align="left"><code>Code</code></td>
    9823     <td align="left"><code>Gb</code></td>
    9824     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    9825   </tr>
    9826   <tr>
    9827     <td align="right"><code>0x0800BB3D</code></td>
     6283    <td align="right"><code>0x0800C447</code></td>
     6284    <td align="left"><code>ADC_DMAError</code></td>
     6285    <td align="right"><code>20</code></td>
     6286    <td align="right"><code>2</code></td>
     6287    <td align="left"><code>Code</code></td>
     6288    <td align="left"><code>Lc</code></td>
     6289    <td align="left"><code>firmware_lto.o</code></td>
     6290  </tr>
     6291  <tr>
     6292    <td align="right"><code>0x0800C45B</code></td>
    98286293    <td align="left"><code>UART_TxISR_8BIT</code></td>
    98296294    <td align="right"><code>56</code></td>
     
    98316296    <td align="left"><code>Code</code></td>
    98326297    <td align="left"><code>Lc</code></td>
    9833     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    9834   </tr>
    9835   <tr>
    9836     <td align="right"><code>0x0800BB75</code></td>
    9837     <td align="left"><code>mbInit</code></td>
    9838     <td align="right"><code>68</code></td>
    9839     <td align="right"><code>2</code></td>
    9840     <td align="left"><code>Code</code></td>
    9841     <td align="left"><code>Gb</code></td>
    9842     <td align="left"><code>modbus.o</code></td>
    9843   </tr>
    9844   <tr>
    9845     <td align="right"><code>0x0800BBB9</code></td>
    9846     <td align="left"><code>mbGetFrameComplete</code></td>
    9847     <td align="right"><code>4</code></td>
    9848     <td align="right"><code>2</code></td>
    9849     <td align="left"><code>Code</code></td>
    9850     <td align="left"><code>Gb</code></td>
    9851     <td align="left"><code>modbus.o</code></td>
    9852   </tr>
    9853   <tr>
    9854     <td align="right"><code>0x0800BBBD</code></td>
    9855     <td align="left"><code>ADS1260_ConversionFinished</code></td>
    9856     <td align="right"><code>8</code></td>
    9857     <td align="right"><code>2</code></td>
    9858     <td align="left"><code>Code</code></td>
    9859     <td align="left"><code>Gb</code></td>
    9860     <td align="left"><code>ads1260.o</code></td>
    9861   </tr>
    9862   <tr>
    9863     <td align="right"><code>0x0800BBC5</code></td>
    9864     <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    9865     <td align="right"><code>12</code></td>
    9866     <td align="right"><code>2</code></td>
    9867     <td align="left"><code>Code</code></td>
    9868     <td align="left"><code>Gb</code></td>
    9869     <td align="left"><code>stm32g0xx_it.o</code></td>
    9870   </tr>
    9871   <tr>
    9872     <td align="right"><code>0x0800BBD1</code></td>
     6298    <td align="left"><code>firmware_lto.o</code></td>
     6299  </tr>
     6300  <tr>
     6301    <td align="right"><code>0x0800C493</code></td>
     6302    <td align="left"><code>UART_RxISR_16BIT</code></td>
     6303    <td align="right"><code>84</code></td>
     6304    <td align="right"><code>2</code></td>
     6305    <td align="left"><code>Code</code></td>
     6306    <td align="left"><code>Lc</code></td>
     6307    <td align="left"><code>firmware_lto.o</code></td>
     6308  </tr>
     6309  <tr>
     6310    <td align="right"><code>0x0800C4E7</code></td>
    98736311    <td align="left"><code>fputc</code></td>
    98746312    <td align="right"><code>36</code></td>
     
    98796317  </tr>
    98806318  <tr>
    9881     <td align="right"><code>0x0800BBF5</code></td>
     6319    <td align="right"><code>0x0800C50B</code></td>
    98826320    <td align="left"><code>fwrite</code></td>
    98836321    <td align="right"><code>52</code></td>
     
    98886326  </tr>
    98896327  <tr>
    9890     <td align="right"><code>0x0800BC29</code></td>
     6328    <td align="right"><code>0x0800C53F</code></td>
    98916329    <td align="left"><code>__SEGGER_RTL_float64_signbit</code></td>
    98926330    <td align="right"><code>4</code></td>
     
    98976335  </tr>
    98986336  <tr>
    9899     <td align="right"><code>0x0800BC2D</code></td>
     6337    <td align="right"><code>0x0800C543</code></td>
    99006338    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalP</code></td>
    99016339    <td align="right"><code>80</code></td>
     
    99066344  </tr>
    99076345  <tr>
    9908     <td align="right"><code>0x0800BC7D</code></td>
     6346    <td align="right"><code>0x0800C593</code></td>
    99096347    <td align="left"><code>__SEGGER_RTL_float64_PolyEvalQ</code></td>
    99106348    <td align="right"><code>80</code></td>
     
    99156353  </tr>
    99166354  <tr>
    9917     <td align="right"><code>0x0800BCCD</code></td>
     6355    <td align="right"><code>0x0800C5E3</code></td>
    99186356    <td align="left"><code>abs</code></td>
    99196357    <td align="right"><code>8</code></td>
     
    99246362  </tr>
    99256363  <tr>
    9926     <td align="right"><code>0x0800BCD5</code></td>
     6364    <td align="right"><code>0x0800C5EB</code></td>
    99276365    <td align="left"><code>__SEGGER_RTL_print_padding</code></td>
    99286366    <td align="right"><code>28</code></td>
     
    99336371  </tr>
    99346372  <tr>
    9935     <td align="right"><code>0x0800BCF1</code></td>
     6373    <td align="right"><code>0x0800C607</code></td>
    99366374    <td align="left"><code>__SEGGER_RTL_pre_padding</code></td>
    99376375    <td align="right"><code>44</code></td>
     
    99426380  </tr>
    99436381  <tr>
    9944     <td align="right"><code>0x0800BD1D</code></td>
     6382    <td align="right"><code>0x0800C633</code></td>
    99456383    <td align="left"><code>__SEGGER_RTL_stream_write</code></td>
    99466384    <td align="right"><code>16</code></td>
     
    99516389  </tr>
    99526390  <tr>
    9953     <td align="right"><code>0x0800BD2D</code></td>
     6391    <td align="right"><code>0x0800C643</code></td>
    99546392    <td align="left"><code>__SEGGER_RTL_X_file_bufsize</code></td>
    99556393    <td align="right"><code>4</code></td>
     
    99606398  </tr>
    99616399  <tr>
    9962     <td align="right"><code>0x0800BD31</code></td>
     6400    <td align="right"><code>0x0800C647</code></td>
    99636401    <td align="left"><code>__SEGGER_RTL_ascii_wctomb</code></td>
    99646402    <td align="right"><code>16</code></td>
     
    99696407  </tr>
    99706408  <tr>
    9971     <td align="right"><code>0x0800BD41</code></td>
     6409    <td align="right"><code>0x0800C657</code></td>
    99726410    <td align="left"><code>__SEGGER_RTL_ascii_toupper</code></td>
    99736411    <td align="right"><code>12</code></td>
     
    99786416  </tr>
    99796417  <tr>
    9980     <td align="right"><code>0x0800BD4D</code></td>
     6418    <td align="right"><code>0x0800C663</code></td>
    99816419    <td align="left"><code>__SEGGER_RTL_ascii_towupper</code></td>
    99826420    <td align="right"><code>12</code></td>
     
    99876425  </tr>
    99886426  <tr>
    9989     <td align="right"><code>0x0800C639</code></td>
     6427    <td align="right"><code>0x0800CF61</code></td>
    99906428    <td align="left"><code>__SEGGER_init_zero</code></td>
    99916429    <td align="right"><code>18</code></td>
     
    99966434  </tr>
    99976435  <tr>
    9998     <td align="right"><code>0x0800C64B</code></td>
     6436    <td align="right"><code>0x0800CF73</code></td>
    99996437    <td align="left"><code>__SEGGER_init_copy</code></td>
    100006438    <td align="right"><code>20</code></td>
     
    100166454  </tr>
    100176455  <tr>
     6456    <td align="left"><code>main</code></td>
     6457    <td align="right"><code>21 700</code></td>
     6458    <td align="right"><code>4</code></td>
     6459    <td align="left"><code>Code</code></td>
     6460    <td align="left"><code>Gb</code></td>
     6461    <td align="left"><code>firmware_lto.o</code></td>
     6462  </tr>
     6463  <tr>
    100186464    <td align="left"><code>__SEGGER_RTL_vfprintf</code></td>
    100196465    <td align="right"><code>3 984</code></td>
     
    100336479  <tr>
    100346480    <td align="left"><code>ADS1260_init</code></td>
    10035     <td align="right"><code>3 696</code></td>
    10036     <td align="right"><code>4</code></td>
    10037     <td align="left"><code>Code</code></td>
    10038     <td align="left"><code>Gb</code></td>
    10039     <td align="left"><code>ads1260.o</code></td>
    10040   </tr>
    10041   <tr>
    10042     <td align="left"><code>main</code></td>
    10043     <td align="right"><code>1 604</code></td>
    10044     <td align="right"><code>4</code></td>
    10045     <td align="left"><code>Code</code></td>
    10046     <td align="left"><code>Gb</code></td>
    10047     <td align="left"><code>main.o</code></td>
     6481    <td align="right"><code>3 408</code></td>
     6482    <td align="right"><code>4</code></td>
     6483    <td align="left"><code>Code</code></td>
     6484    <td align="left"><code>Lc</code></td>
     6485    <td align="left"><code>firmware_lto.o</code></td>
    100486486  </tr>
    100496487  <tr>
    100506488    <td align="left"><code>EEPROM_factoryRestore</code></td>
    10051     <td align="right"><code>1 488</code></td>
    10052     <td align="right"><code>4</code></td>
    10053     <td align="left"><code>Code</code></td>
    10054     <td align="left"><code>Gb</code></td>
    10055     <td align="left"><code>eeprom.o</code></td>
    10056   </tr>
    10057   <tr>
    10058     <td align="left"><code>HAL_ADCEx_Calibration_Start</code></td>
    10059     <td align="right"><code>1 196</code></td>
    10060     <td align="right"><code>4</code></td>
    10061     <td align="left"><code>Code</code></td>
    10062     <td align="left"><code>Gb</code></td>
    10063     <td align="left"><code>stm32g0xx_hal_adc_ex.o</code></td>
    10064   </tr>
    10065   <tr>
    10066     <td align="left"><code>HAL_RCC_OscConfig</code></td>
    10067     <td align="right"><code>1 092</code></td>
    10068     <td align="right"><code>4</code></td>
    10069     <td align="left"><code>Code</code></td>
    10070     <td align="left"><code>Gb</code></td>
    10071     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    10072   </tr>
    10073   <tr>
    10074     <td align="left"><code>AH_COUNTER_Exec</code></td>
    10075     <td align="right"><code>932</code></td>
    10076     <td align="right"><code>4</code></td>
    10077     <td align="left"><code>Code</code></td>
    10078     <td align="left"><code>Gb</code></td>
    10079     <td align="left"><code>ah_counter.o</code></td>
     6489    <td align="right"><code>1 888</code></td>
     6490    <td align="right"><code>4</code></td>
     6491    <td align="left"><code>Code</code></td>
     6492    <td align="left"><code>Lc</code></td>
     6493    <td align="left"><code>firmware_lto.o</code></td>
     6494  </tr>
     6495  <tr>
     6496    <td align="left"><code>SetFlashReadProtection</code></td>
     6497    <td align="right"><code>1 148</code></td>
     6498    <td align="right"><code>4</code></td>
     6499    <td align="left"><code>Code</code></td>
     6500    <td align="left"><code>Lc</code></td>
     6501    <td align="left"><code>firmware_lto.o</code></td>
     6502  </tr>
     6503  <tr>
     6504    <td align="left"><code>EEPROM_storeConfig</code></td>
     6505    <td align="right"><code>1 028</code></td>
     6506    <td align="right"><code>4</code></td>
     6507    <td align="left"><code>Code</code></td>
     6508    <td align="left"><code>Lc</code></td>
     6509    <td align="left"><code>firmware_lto.o</code></td>
    100806510  </tr>
    100816511  <tr>
    100826512    <td align="left"><code>EEPROM_readConfig</code></td>
    10083     <td align="right"><code>836</code></td>
    10084     <td align="right"><code>4</code></td>
    10085     <td align="left"><code>Code</code></td>
    10086     <td align="left"><code>Gb</code></td>
    10087     <td align="left"><code>eeprom.o</code></td>
     6513    <td align="right"><code>904</code></td>
     6514    <td align="right"><code>4</code></td>
     6515    <td align="left"><code>Code</code></td>
     6516    <td align="left"><code>Lc</code></td>
     6517    <td align="left"><code>firmware_lto.o</code></td>
     6518  </tr>
     6519  <tr>
     6520    <td align="left"><code>EEPROM_fullRestore</code></td>
     6521    <td align="right"><code>840</code></td>
     6522    <td align="right"><code>4</code></td>
     6523    <td align="left"><code>Code</code></td>
     6524    <td align="left"><code>Lc</code></td>
     6525    <td align="left"><code>firmware_lto.o</code></td>
     6526  </tr>
     6527  <tr>
     6528    <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
     6529    <td align="right"><code>668</code></td>
     6530    <td align="right"><code>4</code></td>
     6531    <td align="left"><code>Code</code></td>
     6532    <td align="left"><code>Lc</code></td>
     6533    <td align="left"><code>firmware_lto.o</code></td>
    100886534  </tr>
    100896535  <tr>
    100906536    <td align="left"><code>HAL_SPI_TransmitReceive</code></td>
    10091     <td align="right"><code>728</code></td>
    10092     <td align="right"><code>4</code></td>
    10093     <td align="left"><code>Code</code></td>
    10094     <td align="left"><code>Gb</code></td>
    10095     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    10096   </tr>
    10097   <tr>
    10098     <td align="left"><code>ADS1260_ReadConversion</code></td>
    10099     <td align="right"><code>720</code></td>
    10100     <td align="right"><code>4</code></td>
    10101     <td align="left"><code>Code</code></td>
    10102     <td align="left"><code>Gb</code></td>
    10103     <td align="left"><code>ads1260.o</code></td>
    10104   </tr>
    10105   <tr>
    10106     <td align="left"><code>HAL_ADC_ConfigChannel</code></td>
    10107     <td align="right"><code>660</code></td>
    10108     <td align="right"><code>4</code></td>
    10109     <td align="left"><code>Code</code></td>
    10110     <td align="left"><code>Gb</code></td>
    10111     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    10112   </tr>
    10113   <tr>
    10114     <td align="left"><code>orderTrimmingValues</code></td>
    10115     <td align="right"><code>644</code></td>
    10116     <td align="right"><code>4</code></td>
    10117     <td align="left"><code>Code</code></td>
    10118     <td align="left"><code>Gb</code></td>
    10119     <td align="left"><code>hsi16 _calibration.o</code></td>
     6537    <td align="right"><code>648</code></td>
     6538    <td align="right"><code>4</code></td>
     6539    <td align="left"><code>Code</code></td>
     6540    <td align="left"><code>Lc</code></td>
     6541    <td align="left"><code>firmware_lto.o</code></td>
    101206542  </tr>
    101216543  <tr>
     
    101286550  </tr>
    101296551  <tr>
    10130     <td align="left"><code>MODBUS_UART_IRQHandler</code></td>
    10131     <td align="right"><code>616</code></td>
    10132     <td align="right"><code>4</code></td>
    10133     <td align="left"><code>Code</code></td>
    10134     <td align="left"><code>Gb</code></td>
    10135     <td align="left"><code>modbus.o</code></td>
    10136   </tr>
    10137   <tr>
    10138     <td align="left"><code>ESR_FAST_Exec</code></td>
    10139     <td align="right"><code>596</code></td>
    10140     <td align="right"><code>4</code></td>
    10141     <td align="left"><code>Code</code></td>
    10142     <td align="left"><code>Gb</code></td>
    10143     <td align="left"><code>esr.o</code></td>
    10144   </tr>
    10145   <tr>
    10146     <td align="left"><code>ESR_Exec</code></td>
    10147     <td align="right"><code>592</code></td>
    10148     <td align="right"><code>4</code></td>
    10149     <td align="left"><code>Code</code></td>
    10150     <td align="left"><code>Gb</code></td>
    10151     <td align="left"><code>esr.o</code></td>
    10152   </tr>
    10153   <tr>
    10154     <td align="left"><code>HAL_CRC_Calculate</code></td>
    10155     <td align="right"><code>592</code></td>
    10156     <td align="right"><code>2</code></td>
    10157     <td align="left"><code>Code</code></td>
    10158     <td align="left"><code>Gb</code></td>
    10159     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    10160   </tr>
    10161   <tr>
    10162     <td align="left"><code>HAL_ADC_Init</code></td>
    10163     <td align="right"><code>580</code></td>
    10164     <td align="right"><code>4</code></td>
    10165     <td align="left"><code>Code</code></td>
    10166     <td align="left"><code>Gb</code></td>
    10167     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    10168   </tr>
    10169   <tr>
    10170     <td align="left"><code>mbSlaveProcessPdu</code></td>
    10171     <td align="right"><code>576</code></td>
    10172     <td align="right"><code>4</code></td>
    10173     <td align="left"><code>Code</code></td>
    10174     <td align="left"><code>Gb</code></td>
    10175     <td align="left"><code>modbus.o</code></td>
    10176   </tr>
    10177   <tr>
    10178     <td align="left"><code>EEPROM_storeConfig</code></td>
    10179     <td align="right"><code>552</code></td>
    10180     <td align="right"><code>4</code></td>
    10181     <td align="left"><code>Code</code></td>
    10182     <td align="left"><code>Gb</code></td>
    10183     <td align="left"><code>eeprom.o</code></td>
    10184   </tr>
    10185   <tr>
    10186     <td align="left"><code>HAL_RCC_ClockConfig</code></td>
    10187     <td align="right"><code>512</code></td>
    10188     <td align="right"><code>4</code></td>
    10189     <td align="left"><code>Code</code></td>
    10190     <td align="left"><code>Gb</code></td>
    10191     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    10192   </tr>
    10193   <tr>
    10194     <td align="left"><code>UART_SetConfig</code></td>
    10195     <td align="right"><code>512</code></td>
    10196     <td align="right"><code>4</code></td>
    10197     <td align="left"><code>Code</code></td>
    10198     <td align="left"><code>Gb</code></td>
    10199     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10200   </tr>
    10201   <tr>
    10202     <td align="left"><code>mbSlaveProcessRtuQuery</code></td>
    10203     <td align="right"><code>504</code></td>
    10204     <td align="right"><code>4</code></td>
    10205     <td align="left"><code>Code</code></td>
    10206     <td align="left"><code>Gb</code></td>
    10207     <td align="left"><code>modbus.o</code></td>
    10208   </tr>
    10209   <tr>
    10210     <td align="left"><code>mbSlaveCheckModbusRtuQuery</code></td>
    10211     <td align="right"><code>500</code></td>
    10212     <td align="right"><code>4</code></td>
    10213     <td align="left"><code>Code</code></td>
    10214     <td align="left"><code>Gb</code></td>
    10215     <td align="left"><code>modbus.o</code></td>
     6552    <td align="left"><code>USART1_IRQHandler</code></td>
     6553    <td align="right"><code>632</code></td>
     6554    <td align="right"><code>4</code></td>
     6555    <td align="left"><code>Code</code></td>
     6556    <td align="left"><code>Gb</code></td>
     6557    <td align="left"><code>firmware_lto.o</code></td>
     6558  </tr>
     6559  <tr>
     6560    <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
     6561    <td align="right"><code>568</code></td>
     6562    <td align="right"><code>4</code></td>
     6563    <td align="left"><code>Code</code></td>
     6564    <td align="left"><code>Lc</code></td>
     6565    <td align="left"><code>firmware_lto.o</code></td>
     6566  </tr>
     6567  <tr>
     6568    <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
     6569    <td align="right"><code>544</code></td>
     6570    <td align="right"><code>4</code></td>
     6571    <td align="left"><code>Code</code></td>
     6572    <td align="left"><code>Lc</code></td>
     6573    <td align="left"><code>firmware_lto.o</code></td>
     6574  </tr>
     6575  <tr>
     6576    <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
     6577    <td align="right"><code>516</code></td>
     6578    <td align="right"><code>4</code></td>
     6579    <td align="left"><code>Code</code></td>
     6580    <td align="left"><code>Lc</code></td>
     6581    <td align="left"><code>firmware_lto.o</code></td>
    102166582  </tr>
    102176583  <tr>
     
    102246590  </tr>
    102256591  <tr>
    10226     <td align="left"><code>HAL_TIM_IRQHandler</code></td>
    10227     <td align="right"><code>468</code></td>
    10228     <td align="right"><code>4</code></td>
    10229     <td align="left"><code>Code</code></td>
    10230     <td align="left"><code>Gb</code></td>
    10231     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
     6592    <td align="left"><code>HAL_FLASHEx_Erase</code></td>
     6593    <td align="right"><code>464</code></td>
     6594    <td align="right"><code>4</code></td>
     6595    <td align="left"><code>Code</code></td>
     6596    <td align="left"><code>Lc</code></td>
     6597    <td align="left"><code>firmware_lto.o</code></td>
    102326598  </tr>
    102336599  <tr>
     
    102406606  </tr>
    102416607  <tr>
    10242     <td align="left"><code>EEPROM_fullRestore</code></td>
    10243     <td align="right"><code>432</code></td>
    10244     <td align="right"><code>4</code></td>
    10245     <td align="left"><code>Code</code></td>
    10246     <td align="left"><code>Gb</code></td>
    10247     <td align="left"><code>eeprom.o</code></td>
     6608    <td align="left"><code>HAL_CRC_Calculate</code></td>
     6609    <td align="right"><code>424</code></td>
     6610    <td align="right"><code>4</code></td>
     6611    <td align="left"><code>Code</code></td>
     6612    <td align="left"><code>Lc</code></td>
     6613    <td align="left"><code>firmware_lto.o</code></td>
    102486614  </tr>
    102496615  <tr>
    102506616    <td align="left"><code>HAL_FLASH_Program</code></td>
    10251     <td align="right"><code>432</code></td>
    10252     <td align="right"><code>4</code></td>
    10253     <td align="left"><code>Code</code></td>
    10254     <td align="left"><code>Gb</code></td>
    10255     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    10256   </tr>
    10257   <tr>
    10258     <td align="left"><code>WH_COUNTER_Exec</code></td>
    10259     <td align="right"><code>432</code></td>
    10260     <td align="right"><code>4</code></td>
    10261     <td align="left"><code>Code</code></td>
    10262     <td align="left"><code>Gb</code></td>
    10263     <td align="left"><code>wh_counter.o</code></td>
     6617    <td align="right"><code>420</code></td>
     6618    <td align="right"><code>4</code></td>
     6619    <td align="left"><code>Code</code></td>
     6620    <td align="left"><code>Lc</code></td>
     6621    <td align="left"><code>firmware_lto.o</code></td>
    102646622  </tr>
    102656623  <tr>
    102666624    <td align="left"><code>HAL_GPIO_Init</code></td>
    10267     <td align="right"><code>408</code></td>
    10268     <td align="right"><code>4</code></td>
    10269     <td align="left"><code>Code</code></td>
    10270     <td align="left"><code>Gb</code></td>
    10271     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
     6625    <td align="right"><code>416</code></td>
     6626    <td align="right"><code>4</code></td>
     6627    <td align="left"><code>Code</code></td>
     6628    <td align="left"><code>Lc</code></td>
     6629    <td align="left"><code>firmware_lto.o</code></td>
    102726630  </tr>
    102736631  <tr>
     
    102806638  </tr>
    102816639  <tr>
    10282     <td align="left"><code>HAL_TIM_IC_ConfigChannel</code></td>
    10283     <td align="right"><code>388</code></td>
    10284     <td align="right"><code>4</code></td>
    10285     <td align="left"><code>Code</code></td>
    10286     <td align="left"><code>Gb</code></td>
    10287     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
     6640    <td align="left"><code>TIM16_IRQHandler</code></td>
     6641    <td align="right"><code>392</code></td>
     6642    <td align="right"><code>4</code></td>
     6643    <td align="left"><code>Code</code></td>
     6644    <td align="left"><code>Gb</code></td>
     6645    <td align="left"><code>firmware_lto.o</code></td>
    102886646  </tr>
    102896647  <tr>
     
    102966654  </tr>
    102976655  <tr>
    10298     <td align="left"><code>HAL_RCCEx_PeriphCLKConfig</code></td>
    10299     <td align="right"><code>376</code></td>
    10300     <td align="right"><code>4</code></td>
    10301     <td align="left"><code>Code</code></td>
    10302     <td align="left"><code>Gb</code></td>
    10303     <td align="left"><code>stm32g0xx_hal_rcc_ex.o</code></td>
    10304   </tr>
    10305   <tr>
    10306     <td align="left"><code>HAL_TIM_IC_Start_IT</code></td>
    10307     <td align="right"><code>376</code></td>
    10308     <td align="right"><code>4</code></td>
    10309     <td align="left"><code>Code</code></td>
    10310     <td align="left"><code>Gb</code></td>
    10311     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    10312   </tr>
    10313   <tr>
    103146656    <td align="left"><code>log</code></td>
    103156657    <td align="right"><code>364</code></td>
     
    103206662  </tr>
    103216663  <tr>
     6664    <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
     6665    <td align="right"><code>340</code></td>
     6666    <td align="right"><code>4</code></td>
     6667    <td align="left"><code>Code</code></td>
     6668    <td align="left"><code>Lc</code></td>
     6669    <td align="left"><code>firmware_lto.o</code></td>
     6670  </tr>
     6671  <tr>
    103226672    <td align="left"><code>SPI_WaitFifoStateUntilTimeout</code></td>
    10323     <td align="right"><code>356</code></td>
    10324     <td align="right"><code>4</code></td>
    10325     <td align="left"><code>Code</code></td>
    10326     <td align="left"><code>Lc</code></td>
    10327     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    10328   </tr>
    10329   <tr>
    10330     <td align="left"><code>OUTPUTS_CheckLVP</code></td>
    10331     <td align="right"><code>344</code></td>
    10332     <td align="right"><code>4</code></td>
    10333     <td align="left"><code>Code</code></td>
    10334     <td align="left"><code>Gb</code></td>
    10335     <td align="left"><code>outputs.o</code></td>
    10336   </tr>
    10337   <tr>
    10338     <td align="left"><code>OUTPUTS_CheckOVP</code></td>
    10339     <td align="right"><code>344</code></td>
    10340     <td align="right"><code>4</code></td>
    10341     <td align="left"><code>Code</code></td>
    10342     <td align="left"><code>Gb</code></td>
    10343     <td align="left"><code>outputs.o</code></td>
    10344   </tr>
    10345   <tr>
    10346     <td align="left"><code>MX_ADC1_Init</code></td>
    10347     <td align="right"><code>340</code></td>
    10348     <td align="right"><code>4</code></td>
    10349     <td align="left"><code>Code</code></td>
    10350     <td align="left"><code>Gb</code></td>
    10351     <td align="left"><code>adc.o</code></td>
    10352   </tr>
    10353   <tr>
    10354     <td align="left"><code>HAL_RTC_SetTime</code></td>
    10355     <td align="right"><code>328</code></td>
    10356     <td align="right"><code>4</code></td>
    10357     <td align="left"><code>Code</code></td>
    10358     <td align="left"><code>Gb</code></td>
    10359     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    10360   </tr>
    10361   <tr>
    10362     <td align="left"><code>SetFlashReadProtection</code></td>
    10363     <td align="right"><code>328</code></td>
    10364     <td align="right"><code>4</code></td>
    10365     <td align="left"><code>Code</code></td>
    10366     <td align="left"><code>Gb</code></td>
    10367     <td align="left"><code>main.o</code></td>
    10368   </tr>
    10369   <tr>
    10370     <td align="left"><code>HAL_ADC_MspInit</code></td>
    10371     <td align="right"><code>316</code></td>
    10372     <td align="right"><code>4</code></td>
    10373     <td align="left"><code>Code</code></td>
    10374     <td align="left"><code>Gb</code></td>
    10375     <td align="left"><code>adc.o</code></td>
    10376   </tr>
    10377   <tr>
    10378     <td align="left"><code>ADS_1260_BatteryCurrentGainTemperatureCalibrationShuntStart</code></td>
    10379     <td align="right"><code>296</code></td>
    10380     <td align="right"><code>4</code></td>
    10381     <td align="left"><code>Code</code></td>
    10382     <td align="left"><code>Gb</code></td>
    10383     <td align="left"><code>ads1260.o</code></td>
    10384   </tr>
    10385   <tr>
    10386     <td align="left"><code>HAL_RTC_SetDate</code></td>
    10387     <td align="right"><code>294</code></td>
    10388     <td align="right"><code>2</code></td>
    10389     <td align="left"><code>Code</code></td>
    10390     <td align="left"><code>Gb</code></td>
    10391     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    10392   </tr>
    10393   <tr>
    10394     <td align="left"><code>mbUartInit</code></td>
    10395     <td align="right"><code>292</code></td>
    10396     <td align="right"><code>4</code></td>
    10397     <td align="left"><code>Code</code></td>
    10398     <td align="left"><code>Gb</code></td>
    10399     <td align="left"><code>modbus.o</code></td>
    10400   </tr>
    10401   <tr>
    10402     <td align="left"><code>SELF_DISCHARGE_Exec</code></td>
    10403     <td align="right"><code>280</code></td>
    10404     <td align="right"><code>4</code></td>
    10405     <td align="left"><code>Code</code></td>
    10406     <td align="left"><code>Gb</code></td>
    10407     <td align="left"><code>self_discharge.o</code></td>
    10408   </tr>
    10409   <tr>
    10410     <td align="left"><code>HAL_UART_Receive_IT</code></td>
    10411     <td align="right"><code>276</code></td>
    10412     <td align="right"><code>4</code></td>
    10413     <td align="left"><code>Code</code></td>
    10414     <td align="left"><code>Gb</code></td>
    10415     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10416   </tr>
    10417   <tr>
    10418     <td align="left"><code>ADS_1260_BatteryCurrentGainCalibrationStart</code></td>
    10419     <td align="right"><code>260</code></td>
    10420     <td align="right"><code>4</code></td>
    10421     <td align="left"><code>Code</code></td>
    10422     <td align="left"><code>Gb</code></td>
    10423     <td align="left"><code>ads1260.o</code></td>
    10424   </tr>
    10425   <tr>
    10426     <td align="left"><code>HAL_SPI_Init</code></td>
    10427     <td align="right"><code>252</code></td>
    10428     <td align="right"><code>4</code></td>
    10429     <td align="left"><code>Code</code></td>
    10430     <td align="left"><code>Gb</code></td>
    10431     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    10432   </tr>
    10433   <tr>
    10434     <td align="left"><code>BATTERY_VOLTAGE_Exec</code></td>
    10435     <td align="right"><code>248</code></td>
    10436     <td align="right"><code>4</code></td>
    10437     <td align="left"><code>Code</code></td>
    10438     <td align="left"><code>Gb</code></td>
    10439     <td align="left"><code>battery_voltage.o</code></td>
    10440   </tr>
    10441   <tr>
    10442     <td align="left"><code>HAL_TIM_IC_Init</code></td>
    10443     <td align="right"><code>248</code></td>
    10444     <td align="right"><code>4</code></td>
    10445     <td align="left"><code>Code</code></td>
    10446     <td align="left"><code>Gb</code></td>
    10447     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    10448   </tr>
    10449   <tr>
    10450     <td align="left"><code>HSI16_GetCurve</code></td>
    10451     <td align="right"><code>240</code></td>
    10452     <td align="right"><code>4</code></td>
    10453     <td align="left"><code>Code</code></td>
    10454     <td align="left"><code>Gb</code></td>
    10455     <td align="left"><code>hsi16.o</code></td>
    10456   </tr>
    10457   <tr>
    10458     <td align="left"><code>HAL_DMA_Init</code></td>
     6673    <td align="right"><code>244</code></td>
     6674    <td align="right"><code>4</code></td>
     6675    <td align="left"><code>Code</code></td>
     6676    <td align="left"><code>Lc</code></td>
     6677    <td align="left"><code>firmware_lto.o</code></td>
     6678  </tr>
     6679  <tr>
     6680    <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    104596681    <td align="right"><code>236</code></td>
    104606682    <td align="right"><code>4</code></td>
    104616683    <td align="left"><code>Code</code></td>
    104626684    <td align="left"><code>Gb</code></td>
    10463     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    10464   </tr>
    10465   <tr>
    10466     <td align="left"><code>HAL_FLASHEx_OBProgram</code></td>
     6685    <td align="left"><code>firmware_lto.o</code></td>
     6686  </tr>
     6687  <tr>
     6688    <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
    104676689    <td align="right"><code>232</code></td>
    104686690    <td align="right"><code>4</code></td>
    104696691    <td align="left"><code>Code</code></td>
    10470     <td align="left"><code>Gb</code></td>
    10471     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    10472   </tr>
    10473   <tr>
    10474     <td align="left"><code>HAL_DMA_IRQHandler</code></td>
    10475     <td align="right"><code>228</code></td>
    10476     <td align="right"><code>4</code></td>
    10477     <td align="left"><code>Code</code></td>
    10478     <td align="left"><code>Gb</code></td>
    10479     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    10480   </tr>
    10481   <tr>
    10482     <td align="left"><code>MX_GPIO_Init</code></td>
    10483     <td align="right"><code>224</code></td>
    10484     <td align="right"><code>4</code></td>
    10485     <td align="left"><code>Code</code></td>
    10486     <td align="left"><code>Gb</code></td>
    10487     <td align="left"><code>gpio.o</code></td>
    10488   </tr>
    10489   <tr>
    10490     <td align="left"><code>ADC_Enable</code></td>
    10491     <td align="right"><code>220</code></td>
    10492     <td align="right"><code>4</code></td>
    10493     <td align="left"><code>Code</code></td>
    10494     <td align="left"><code>Gb</code></td>
    10495     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
     6692    <td align="left"><code>Lc</code></td>
     6693    <td align="left"><code>firmware_lto.o</code></td>
    104966694  </tr>
    104976695  <tr>
     
    105046702  </tr>
    105056703  <tr>
    10506     <td align="left"><code>UART_AdvFeatureConfig</code></td>
    10507     <td align="right"><code>210</code></td>
    10508     <td align="right"><code>2</code></td>
    10509     <td align="left"><code>Code</code></td>
    10510     <td align="left"><code>Gb</code></td>
    10511     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10512   </tr>
    10513   <tr>
    10514     <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
    10515     <td align="right"><code>208</code></td>
    10516     <td align="right"><code>4</code></td>
    10517     <td align="left"><code>Code</code></td>
    10518     <td align="left"><code>Lc</code></td>
    10519     <td align="left"><code>stm32g0xx_hal_spi.o</code></td>
    10520   </tr>
    10521   <tr>
    10522     <td align="left"><code>HAL_DMA_Start_IT</code></td>
    10523     <td align="right"><code>204</code></td>
    10524     <td align="right"><code>4</code></td>
    10525     <td align="left"><code>Code</code></td>
    10526     <td align="left"><code>Gb</code></td>
    10527     <td align="left"><code>stm32g0xx_hal_dma.o</code></td>
    10528   </tr>
    10529   <tr>
    10530     <td align="left"><code>HAL_RTC_Init</code></td>
    10531     <td align="right"><code>204</code></td>
    10532     <td align="right"><code>4</code></td>
    10533     <td align="left"><code>Code</code></td>
    10534     <td align="left"><code>Gb</code></td>
    10535     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    10536   </tr>
    10537   <tr>
    10538     <td align="left"><code>HAL_FLASHEx_Erase</code></td>
    10539     <td align="right"><code>200</code></td>
    10540     <td align="right"><code>4</code></td>
    10541     <td align="left"><code>Code</code></td>
    10542     <td align="left"><code>Gb</code></td>
    10543     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    10544   </tr>
    10545   <tr>
    105466704    <td align="left"><code>floor</code></td>
    105476705    <td align="right"><code>200</code></td>
     
    105606718  </tr>
    105616719  <tr>
    10562     <td align="left"><code>ADS_1260_SetDataRate</code></td>
    10563     <td align="right"><code>192</code></td>
    10564     <td align="right"><code>4</code></td>
    10565     <td align="left"><code>Code</code></td>
    10566     <td align="left"><code>Gb</code></td>
    10567     <td align="left"><code>ads1260.o</code></td>
    10568   </tr>
    10569   <tr>
    10570     <td align="left"><code>HAL_TIM_IC_Stop_IT</code></td>
    10571     <td align="right"><code>184</code></td>
    10572     <td align="right"><code>4</code></td>
    10573     <td align="left"><code>Code</code></td>
    10574     <td align="left"><code>Gb</code></td>
    10575     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    10576   </tr>
    10577   <tr>
    10578     <td align="left"><code>FLASH_WaitForLastOperation</code></td>
    10579     <td align="right"><code>180</code></td>
    10580     <td align="right"><code>4</code></td>
    10581     <td align="left"><code>Code</code></td>
    10582     <td align="left"><code>Gb</code></td>
    10583     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    10584   </tr>
    10585   <tr>
    10586     <td align="left"><code>HAL_ADC_Start_DMA</code></td>
    10587     <td align="right"><code>180</code></td>
    10588     <td align="right"><code>4</code></td>
    10589     <td align="left"><code>Code</code></td>
    10590     <td align="left"><code>Gb</code></td>
    10591     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    10592   </tr>
    10593   <tr>
    10594     <td align="left"><code>HAL_UART_Transmit_IT</code></td>
    10595     <td align="right"><code>176</code></td>
    10596     <td align="right"><code>4</code></td>
    10597     <td align="left"><code>Code</code></td>
    10598     <td align="left"><code>Gb</code></td>
    10599     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10600   </tr>
    10601   <tr>
    10602     <td align="left"><code>HAL_TIM_IC_CaptureCallback</code></td>
    10603     <td align="right"><code>172</code></td>
    10604     <td align="right"><code>4</code></td>
    10605     <td align="left"><code>Code</code></td>
    10606     <td align="left"><code>Gb</code></td>
    10607     <td align="left"><code>hsi16.o</code></td>
     6720    <td align="left"><code>HAL_FLASH_Lock</code></td>
     6721    <td align="right"><code>188</code></td>
     6722    <td align="right"><code>4</code></td>
     6723    <td align="left"><code>Code</code></td>
     6724    <td align="left"><code>Lc</code></td>
     6725    <td align="left"><code>firmware_lto.o</code></td>
     6726  </tr>
     6727  <tr>
     6728    <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
     6729    <td align="right"><code>188</code></td>
     6730    <td align="right"><code>4</code></td>
     6731    <td align="left"><code>Code</code></td>
     6732    <td align="left"><code>Lc</code></td>
     6733    <td align="left"><code>firmware_lto.o</code></td>
     6734  </tr>
     6735  <tr>
     6736    <td align="left"><code>__aeabi_fmul</code></td>
     6737    <td align="right"><code>182</code></td>
     6738    <td align="right"><code>4</code></td>
     6739    <td align="left"><code>Code</code></td>
     6740    <td align="left"><code>Wk</code></td>
     6741    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    106086742  </tr>
    106096743  <tr>
     
    106166750  </tr>
    106176751  <tr>
    10618     <td align="left"><code>UART_RxISR_8BIT_FIFOEN</code></td>
     6752    <td align="left"><code>SPI_WaitFlagStateUntilTimeout</code></td>
    106196753    <td align="right"><code>164</code></td>
    106206754    <td align="right"><code>4</code></td>
    106216755    <td align="left"><code>Code</code></td>
    106226756    <td align="left"><code>Lc</code></td>
    10623     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10624   </tr>
    10625   <tr>
    10626     <td align="left"><code>UART_RxISR_16BIT_FIFOEN</code></td>
    10627     <td align="right"><code>160</code></td>
    10628     <td align="right"><code>4</code></td>
    10629     <td align="left"><code>Code</code></td>
    10630     <td align="left"><code>Lc</code></td>
    10631     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
     6757    <td align="left"><code>firmware_lto.o</code></td>
    106326758  </tr>
    106336759  <tr>
     
    106486774  </tr>
    106496775  <tr>
    10650     <td align="left"><code>RTC_ExitInitMode</code></td>
    10651     <td align="right"><code>152</code></td>
    10652     <td align="right"><code>4</code></td>
    10653     <td align="left"><code>Code</code></td>
    10654     <td align="left"><code>Gb</code></td>
    10655     <td align="left"><code>stm32g0xx_hal_rtc.o</code></td>
    10656   </tr>
    10657   <tr>
    10658     <td align="left"><code>UART_CheckIdleState</code></td>
    10659     <td align="right"><code>148</code></td>
    10660     <td align="right"><code>4</code></td>
    10661     <td align="left"><code>Code</code></td>
    10662     <td align="left"><code>Gb</code></td>
    10663     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10664   </tr>
    10665   <tr>
    106666776    <td align="left"><code>SystemCoreClockUpdate</code></td>
    106676777    <td align="right"><code>144</code></td>
     
    106696779    <td align="left"><code>Code</code></td>
    106706780    <td align="left"><code>Gb</code></td>
    10671     <td align="left"><code>system_stm32g0xx.o</code></td>
    10672   </tr>
    10673   <tr>
    10674     <td align="left"><code>HAL_UART_MspInit</code></td>
    10675     <td align="right"><code>140</code></td>
    10676     <td align="right"><code>4</code></td>
    10677     <td align="left"><code>Code</code></td>
    10678     <td align="left"><code>Gb</code></td>
    10679     <td align="left"><code>usart.o</code></td>
    10680   </tr>
    10681   <tr>
    10682     <td align="left"><code>HSI16_TIMx_ConfigForCalibration</code></td>
    10683     <td align="right"><code>140</code></td>
    10684     <td align="right"><code>4</code></td>
    10685     <td align="left"><code>Code</code></td>
    10686     <td align="left"><code>Gb</code></td>
    10687     <td align="left"><code>hsi16.o</code></td>
    10688   </tr>
    10689   <tr>
    10690     <td align="left"><code>WH_COUNTER_GetSoCAutoTemp</code></td>
    10691     <td align="right"><code>140</code></td>
    10692     <td align="right"><code>4</code></td>
    10693     <td align="left"><code>Code</code></td>
    10694     <td align="left"><code>Gb</code></td>
    10695     <td align="left"><code>wh_counter.o</code></td>
    10696   </tr>
    10697   <tr>
    10698     <td align="left"><code>HAL_RCC_GetSysClockFreq</code></td>
    10699     <td align="right"><code>136</code></td>
    10700     <td align="right"><code>4</code></td>
    10701     <td align="left"><code>Code</code></td>
    10702     <td align="left"><code>Gb</code></td>
    10703     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    10704   </tr>
    10705   <tr>
    10706     <td align="left"><code>ADC_DMAConvCplt</code></td>
    10707     <td align="right"><code>132</code></td>
    10708     <td align="right"><code>2</code></td>
    10709     <td align="left"><code>Code</code></td>
    10710     <td align="left"><code>Lc</code></td>
    10711     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    10712   </tr>
    10713   <tr>
    10714     <td align="left"><code>HAL_PWREx_ControlVoltageScaling</code></td>
    10715     <td align="right"><code>132</code></td>
    10716     <td align="right"><code>4</code></td>
    10717     <td align="left"><code>Code</code></td>
    10718     <td align="left"><code>Gb</code></td>
    10719     <td align="left"><code>stm32g0xx_hal_pwr_ex.o</code></td>
    10720   </tr>
    10721   <tr>
    10722     <td align="left"><code>HAL_SPI_MspInit</code></td>
    10723     <td align="right"><code>132</code></td>
    10724     <td align="right"><code>4</code></td>
    10725     <td align="left"><code>Code</code></td>
    10726     <td align="left"><code>Gb</code></td>
    10727     <td align="left"><code>spi.o</code></td>
    10728   </tr>
    10729   <tr>
    10730     <td align="left"><code>HAL_FLASH_Lock</code></td>
    10731     <td align="right"><code>128</code></td>
    10732     <td align="right"><code>4</code></td>
    10733     <td align="left"><code>Code</code></td>
    10734     <td align="left"><code>Gb</code></td>
    10735     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    10736   </tr>
    10737   <tr>
    10738     <td align="left"><code>HAL_FLASH_OB_Lock</code></td>
    10739     <td align="right"><code>128</code></td>
    10740     <td align="right"><code>4</code></td>
    10741     <td align="left"><code>Code</code></td>
    10742     <td align="left"><code>Gb</code></td>
    10743     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    10744   </tr>
    10745   <tr>
    10746     <td align="left"><code>MX_RTC_Init</code></td>
    10747     <td align="right"><code>124</code></td>
    10748     <td align="right"><code>4</code></td>
    10749     <td align="left"><code>Code</code></td>
    10750     <td align="left"><code>Gb</code></td>
    10751     <td align="left"><code>rtc.o</code></td>
    10752   </tr>
    10753   <tr>
    10754     <td align="left"><code>HAL_CRC_Init</code></td>
    10755     <td align="right"><code>120</code></td>
    10756     <td align="right"><code>4</code></td>
    10757     <td align="left"><code>Code</code></td>
    10758     <td align="left"><code>Gb</code></td>
    10759     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
     6781    <td align="left"><code>firmware_lto.o</code></td>
    107606782  </tr>
    107616783  <tr>
     
    107686790  </tr>
    107696791  <tr>
     6792    <td align="left"><code>ADC_DMAConvCplt</code></td>
     6793    <td align="right"><code>116</code></td>
     6794    <td align="right"><code>4</code></td>
     6795    <td align="left"><code>Code</code></td>
     6796    <td align="left"><code>Lc</code></td>
     6797    <td align="left"><code>firmware_lto.o</code></td>
     6798  </tr>
     6799  <tr>
    107706800    <td align="left"><code>SEGGER_RTT_Write</code></td>
    107716801    <td align="right"><code>116</code></td>
     
    107766806  </tr>
    107776807  <tr>
    10778     <td align="left"><code>WH_COUNTER_SetDetectedEnergy</code></td>
    10779     <td align="right"><code>116</code></td>
    10780     <td align="right"><code>4</code></td>
    10781     <td align="left"><code>Code</code></td>
    10782     <td align="left"><code>Gb</code></td>
    10783     <td align="left"><code>wh_counter.o</code></td>
    10784   </tr>
    10785   <tr>
    10786     <td align="left"><code>HAL_CRCEx_Polynomial_Set</code></td>
    10787     <td align="right"><code>114</code></td>
    10788     <td align="right"><code>4</code></td>
    10789     <td align="left"><code>Code</code></td>
    10790     <td align="left"><code>Gb</code></td>
    10791     <td align="left"><code>stm32g0xx_hal_crc_ex.o</code></td>
    10792   </tr>
    10793   <tr>
    107946808    <td align="left"><code>__aeabi_d2lz</code></td>
    107956809    <td align="right"><code>114</code></td>
     
    108006814  </tr>
    108016815  <tr>
    10802     <td align="left"><code>SYS_DATA_Init</code></td>
    10803     <td align="right"><code>112</code></td>
    10804     <td align="right"><code>4</code></td>
    10805     <td align="left"><code>Code</code></td>
    10806     <td align="left"><code>Gb</code></td>
    10807     <td align="left"><code>sysdata.o</code></td>
    10808   </tr>
    10809   <tr>
    10810     <td align="left"><code>WH_COUNTER_GetSoCAuto</code></td>
    10811     <td align="right"><code>112</code></td>
    10812     <td align="right"><code>4</code></td>
    10813     <td align="left"><code>Code</code></td>
    10814     <td align="left"><code>Gb</code></td>
    10815     <td align="left"><code>wh_counter.o</code></td>
    10816   </tr>
    10817   <tr>
    10818     <td align="left"><code>FAST_CURRENT_Exec</code></td>
    10819     <td align="right"><code>108</code></td>
    10820     <td align="right"><code>4</code></td>
    10821     <td align="left"><code>Code</code></td>
    10822     <td align="left"><code>Gb</code></td>
    10823     <td align="left"><code>fast_current.o</code></td>
    10824   </tr>
    10825   <tr>
    108266816    <td align="left"><code>SEGGER_RTT_WriteNoLock</code></td>
    108276817    <td align="right"><code>108</code></td>
     
    108326822  </tr>
    108336823  <tr>
    10834     <td align="left"><code>ADC_Disable</code></td>
    10835     <td align="right"><code>104</code></td>
    10836     <td align="right"><code>4</code></td>
    10837     <td align="left"><code>Code</code></td>
    10838     <td align="left"><code>Gb</code></td>
    10839     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    10840   </tr>
    10841   <tr>
    108426824    <td align="left"><code>_WriteBlocking</code></td>
    108436825    <td align="right"><code>98</code></td>
     
    108486830  </tr>
    108496831  <tr>
    10850     <td align="left"><code>UART_RxISR_8BIT</code></td>
    10851     <td align="right"><code>94</code></td>
    10852     <td align="right"><code>2</code></td>
    10853     <td align="left"><code>Code</code></td>
    10854     <td align="left"><code>Lc</code></td>
    10855     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10856   </tr>
    10857   <tr>
    108586832    <td align="left"><code>UART_TxISR_16BIT_FIFOEN</code></td>
    108596833    <td align="right"><code>92</code></td>
     
    108616835    <td align="left"><code>Code</code></td>
    108626836    <td align="left"><code>Lc</code></td>
    10863     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
     6837    <td align="left"><code>firmware_lto.o</code></td>
    108646838  </tr>
    108656839  <tr>
     
    108726846  </tr>
    108736847  <tr>
    10874     <td align="left"><code>UART_RxISR_16BIT</code></td>
     6848    <td align="left"><code>UART_RxISR_8BIT</code></td>
    108756849    <td align="right"><code>90</code></td>
    108766850    <td align="right"><code>2</code></td>
    108776851    <td align="left"><code>Code</code></td>
    108786852    <td align="left"><code>Lc</code></td>
    10879     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10880   </tr>
    10881   <tr>
    10882     <td align="left"><code>EEPROM_isFirstStart</code></td>
    10883     <td align="right"><code>88</code></td>
    10884     <td align="right"><code>4</code></td>
    10885     <td align="left"><code>Code</code></td>
    10886     <td align="left"><code>Gb</code></td>
    10887     <td align="left"><code>eeprom.o</code></td>
    10888   </tr>
    10889   <tr>
    10890     <td align="left"><code>HAL_TIM_IC_DeInit</code></td>
    10891     <td align="right"><code>88</code></td>
    10892     <td align="right"><code>4</code></td>
    10893     <td align="left"><code>Code</code></td>
    10894     <td align="left"><code>Gb</code></td>
    10895     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
     6853    <td align="left"><code>firmware_lto.o</code></td>
    108966854  </tr>
    108976855  <tr>
     
    109046862  </tr>
    109056863  <tr>
    10906     <td align="left"><code>SHUNT_TEMPERATURE_Exec</code></td>
     6864    <td align="left"><code>UART_RxISR_16BIT</code></td>
    109076865    <td align="right"><code>84</code></td>
    10908     <td align="right"><code>4</code></td>
    10909     <td align="left"><code>Code</code></td>
    10910     <td align="left"><code>Gb</code></td>
    10911     <td align="left"><code>shunt_temperature.o</code></td>
    10912   </tr>
    10913   <tr>
    10914     <td align="left"><code>WH_COUNTER_GetSoCManual</code></td>
    10915     <td align="right"><code>84</code></td>
    10916     <td align="right"><code>4</code></td>
    10917     <td align="left"><code>Code</code></td>
    10918     <td align="left"><code>Gb</code></td>
    10919     <td align="left"><code>wh_counter.o</code></td>
     6866    <td align="right"><code>2</code></td>
     6867    <td align="left"><code>Code</code></td>
     6868    <td align="left"><code>Lc</code></td>
     6869    <td align="left"><code>firmware_lto.o</code></td>
    109206870  </tr>
    109216871  <tr>
     
    109256875    <td align="left"><code>Code</code></td>
    109266876    <td align="left"><code>Lc</code></td>
    10927     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    10928   </tr>
    10929   <tr>
    10930     <td align="left"><code>EFFICIENCY_Exec</code></td>
    10931     <td align="right"><code>80</code></td>
    10932     <td align="right"><code>4</code></td>
    10933     <td align="left"><code>Code</code></td>
    10934     <td align="left"><code>Gb</code></td>
    10935     <td align="left"><code>efficiency.o</code></td>
    10936   </tr>
    10937   <tr>
    10938     <td align="left"><code>HAL_FLASHEx_OBGetConfig</code></td>
    10939     <td align="right"><code>80</code></td>
    10940     <td align="right"><code>4</code></td>
    10941     <td align="left"><code>Code</code></td>
    10942     <td align="left"><code>Gb</code></td>
    10943     <td align="left"><code>stm32g0xx_hal_flash_ex.o</code></td>
    10944   </tr>
    10945   <tr>
    10946     <td align="left"><code>WH_COUNTER_SetToMax</code></td>
    10947     <td align="right"><code>80</code></td>
    10948     <td align="right"><code>4</code></td>
    10949     <td align="left"><code>Code</code></td>
    10950     <td align="left"><code>Gb</code></td>
    10951     <td align="left"><code>wh_counter.o</code></td>
     6877    <td align="left"><code>firmware_lto.o</code></td>
    109526878  </tr>
    109536879  <tr>
     
    109686894  </tr>
    109696895  <tr>
    10970     <td align="left"><code>HAL_InitTick</code></td>
    10971     <td align="right"><code>76</code></td>
    10972     <td align="right"><code>4</code></td>
    10973     <td align="left"><code>Code</code></td>
    10974     <td align="left"><code>Wk</code></td>
    10975     <td align="left"><code>stm32g0xx_hal.o</code></td>
    10976   </tr>
    10977   <tr>
    10978     <td align="left"><code>HAL_TIMEx_TISelection</code></td>
    10979     <td align="right"><code>76</code></td>
    10980     <td align="right"><code>4</code></td>
    10981     <td align="left"><code>Code</code></td>
    10982     <td align="left"><code>Gb</code></td>
    10983     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    10984   </tr>
    10985   <tr>
    10986     <td align="left"><code>MX_SPI1_Init</code></td>
    10987     <td align="right"><code>72</code></td>
    10988     <td align="right"><code>4</code></td>
    10989     <td align="left"><code>Code</code></td>
    10990     <td align="left"><code>Gb</code></td>
    10991     <td align="left"><code>spi.o</code></td>
    10992   </tr>
    10993   <tr>
    109946896    <td align="left"><code>__aeabi_d2ulz</code></td>
    109956897    <td align="right"><code>72</code></td>
     
    110086910  </tr>
    110096911  <tr>
    11010     <td align="left"><code>REF_VOLTAGE_Exec</code></td>
     6912    <td align="left"><code>SysTick_Handler</code></td>
    110116913    <td align="right"><code>68</code></td>
    110126914    <td align="right"><code>4</code></td>
    110136915    <td align="left"><code>Code</code></td>
    110146916    <td align="left"><code>Gb</code></td>
    11015     <td align="left"><code>ref_voltage.o</code></td>
     6917    <td align="left"><code>firmware_lto.o</code></td>
    110166918  </tr>
    110176919  <tr>
     
    110326934  </tr>
    110336935  <tr>
    11034     <td align="left"><code>mbInit</code></td>
    11035     <td align="right"><code>68</code></td>
    11036     <td align="right"><code>2</code></td>
    11037     <td align="left"><code>Code</code></td>
    11038     <td align="left"><code>Gb</code></td>
    11039     <td align="left"><code>modbus.o</code></td>
    11040   </tr>
    11041   <tr>
    11042     <td align="left"><code>SysTick_Handler</code></td>
    11043     <td align="right"><code>64</code></td>
    11044     <td align="right"><code>4</code></td>
    11045     <td align="left"><code>Code</code></td>
    11046     <td align="left"><code>Gb</code></td>
    11047     <td align="left"><code>stm32g0xx_it.o</code></td>
    11048   </tr>
    11049   <tr>
    110506936    <td align="left"><code>UART_TxISR_16BIT</code></td>
    110516937    <td align="right"><code>64</code></td>
     
    110536939    <td align="left"><code>Code</code></td>
    110546940    <td align="left"><code>Lc</code></td>
    11055     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
     6941    <td align="left"><code>firmware_lto.o</code></td>
    110566942  </tr>
    110576943  <tr>
     
    110886974  </tr>
    110896975  <tr>
    11090     <td align="left"><code>ADS_1260_BatteryCurrentOffsetTemperatureErrorComepensationStart</code></td>
    11091     <td align="right"><code>56</code></td>
    11092     <td align="right"><code>4</code></td>
    11093     <td align="left"><code>Code</code></td>
    11094     <td align="left"><code>Gb</code></td>
    11095     <td align="left"><code>ads1260.o</code></td>
    11096   </tr>
    11097   <tr>
    11098     <td align="left"><code>HAL_NVIC_SetPriority</code></td>
    11099     <td align="right"><code>56</code></td>
    11100     <td align="right"><code>4</code></td>
    11101     <td align="left"><code>Code</code></td>
    11102     <td align="left"><code>Gb</code></td>
    11103     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    11104   </tr>
    11105   <tr>
    11106     <td align="left"><code>HAL_RTC_MspInit</code></td>
    11107     <td align="right"><code>56</code></td>
    11108     <td align="right"><code>4</code></td>
    11109     <td align="left"><code>Code</code></td>
    11110     <td align="left"><code>Gb</code></td>
    11111     <td align="left"><code>rtc.o</code></td>
    11112   </tr>
    11113   <tr>
    11114     <td align="left"><code>HAL_TIM_ReadCapturedValue</code></td>
    11115     <td align="right"><code>56</code></td>
    11116     <td align="right"><code>4</code></td>
    11117     <td align="left"><code>Code</code></td>
    11118     <td align="left"><code>Gb</code></td>
    11119     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11120   </tr>
    11121   <tr>
    111226976    <td align="left"><code>UART_TxISR_8BIT</code></td>
    111236977    <td align="right"><code>56</code></td>
     
    111256979    <td align="left"><code>Code</code></td>
    111266980    <td align="left"><code>Lc</code></td>
    11127     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
     6981    <td align="left"><code>firmware_lto.o</code></td>
    111286982  </tr>
    111296983  <tr>
     
    111446998  </tr>
    111456999  <tr>
    11146     <td align="left"><code>HAL_UARTEx_DisableFifoMode</code></td>
    11147     <td align="right"><code>54</code></td>
    11148     <td align="right"><code>2</code></td>
    11149     <td align="left"><code>Code</code></td>
    11150     <td align="left"><code>Gb</code></td>
    11151     <td align="left"><code>stm32g0xx_hal_uart_ex.o</code></td>
    11152   </tr>
    11153   <tr>
    11154     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCommonModeErrorComepensationStart</code></td>
    11155     <td align="right"><code>52</code></td>
    11156     <td align="right"><code>4</code></td>
    11157     <td align="left"><code>Code</code></td>
    11158     <td align="left"><code>Gb</code></td>
    11159     <td align="left"><code>ads1260.o</code></td>
    11160   </tr>
    11161   <tr>
    11162     <td align="left"><code>HAL_SYSTICK_Config</code></td>
    11163     <td align="right"><code>52</code></td>
    11164     <td align="right"><code>4</code></td>
    11165     <td align="left"><code>Code</code></td>
    11166     <td align="left"><code>Gb</code></td>
    11167     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    11168   </tr>
    11169   <tr>
    11170     <td align="left"><code>SHUNT_VOLTAGE_Exec</code></td>
    11171     <td align="right"><code>52</code></td>
    11172     <td align="right"><code>4</code></td>
    11173     <td align="left"><code>Code</code></td>
    11174     <td align="left"><code>Gb</code></td>
    11175     <td align="left"><code>shunt_voltage.o</code></td>
    11176   </tr>
    11177   <tr>
    111787000    <td align="left"><code>__SEGGER_RTL_X_file_stat</code></td>
    111797001    <td align="right"><code>52</code></td>
     
    112007022  </tr>
    112017023  <tr>
    11202     <td align="left"><code>ADS_1260_BatteryCurrentOffsetCalibrationStart</code></td>
    11203     <td align="right"><code>48</code></td>
    11204     <td align="right"><code>4</code></td>
    11205     <td align="left"><code>Code</code></td>
    11206     <td align="left"><code>Gb</code></td>
    11207     <td align="left"><code>ads1260.o</code></td>
    11208   </tr>
    11209   <tr>
    112107024    <td align="left"><code>__SEGGER_RTL_ascii_mbtowc</code></td>
    112117025    <td align="right"><code>46</code></td>
     
    112487062  </tr>
    112497063  <tr>
    11250     <td align="left"><code>HAL_MspInit</code></td>
     7064    <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    112517065    <td align="right"><code>44</code></td>
    112527066    <td align="right"><code>4</code></td>
    112537067    <td align="left"><code>Code</code></td>
    112547068    <td align="left"><code>Gb</code></td>
    11255     <td align="left"><code>stm32g0xx_hal_msp.o</code></td>
    11256   </tr>
    11257   <tr>
    11258     <td align="left"><code>MX_DMA_Init</code></td>
    11259     <td align="right"><code>44</code></td>
    11260     <td align="right"><code>4</code></td>
    11261     <td align="left"><code>Code</code></td>
    11262     <td align="left"><code>Gb</code></td>
    11263     <td align="left"><code>dma.o</code></td>
     7069    <td align="left"><code>firmware_lto.o</code></td>
    112647070  </tr>
    112657071  <tr>
     
    112807086  </tr>
    112817087  <tr>
    11282     <td align="left"><code>HAL_FLASH_OB_Unlock</code></td>
    11283     <td align="right"><code>40</code></td>
    11284     <td align="right"><code>4</code></td>
    11285     <td align="left"><code>Code</code></td>
    11286     <td align="left"><code>Gb</code></td>
    11287     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    11288   </tr>
    11289   <tr>
    11290     <td align="left"><code>HAL_FLASH_Unlock</code></td>
    11291     <td align="right"><code>40</code></td>
    11292     <td align="right"><code>4</code></td>
    11293     <td align="left"><code>Code</code></td>
    11294     <td align="left"><code>Gb</code></td>
    11295     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    11296   </tr>
    11297   <tr>
    11298     <td align="left"><code>HAL_GPIO_EXTI_IRQHandler</code></td>
    11299     <td align="right"><code>40</code></td>
    11300     <td align="right"><code>4</code></td>
    11301     <td align="left"><code>Code</code></td>
    11302     <td align="left"><code>Gb</code></td>
    11303     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    11304   </tr>
    11305   <tr>
    11306     <td align="left"><code>HAL_Init</code></td>
    11307     <td align="right"><code>40</code></td>
    11308     <td align="right"><code>4</code></td>
    11309     <td align="left"><code>Code</code></td>
    11310     <td align="left"><code>Gb</code></td>
    11311     <td align="left"><code>stm32g0xx_hal.o</code></td>
    11312   </tr>
    11313   <tr>
    11314     <td align="left"><code>HAL_RCC_GetPCLK1Freq</code></td>
    11315     <td align="right"><code>40</code></td>
    11316     <td align="right"><code>4</code></td>
    11317     <td align="left"><code>Code</code></td>
    11318     <td align="left"><code>Gb</code></td>
    11319     <td align="left"><code>stm32g0xx_hal_rcc.o</code></td>
    11320   </tr>
    11321   <tr>
    113227088    <td align="left"><code>__SEGGER_RTL_float64_isnormal</code></td>
    113237089    <td align="right"><code>40</code></td>
     
    113367102  </tr>
    113377103  <tr>
    11338     <td align="left"><code>HAL_Delay</code></td>
     7104    <td align="left"><code>__aeabi_f2uiz</code></td>
    113397105    <td align="right"><code>36</code></td>
    113407106    <td align="right"><code>4</code></td>
    113417107    <td align="left"><code>Code</code></td>
    113427108    <td align="left"><code>Wk</code></td>
    11343     <td align="left"><code>stm32g0xx_hal.o</code></td>
     7109    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
    113447110  </tr>
    113457111  <tr>
     
    113527118  </tr>
    113537119  <tr>
    11354     <td align="left"><code>AH_COUNTER_Init</code></td>
    11355     <td align="right"><code>32</code></td>
    11356     <td align="right"><code>4</code></td>
    11357     <td align="left"><code>Code</code></td>
    11358     <td align="left"><code>Gb</code></td>
    11359     <td align="left"><code>ah_counter.o</code></td>
    11360   </tr>
    11361   <tr>
    11362     <td align="left"><code>HAL_NVIC_DisableIRQ</code></td>
    11363     <td align="right"><code>32</code></td>
    11364     <td align="right"><code>4</code></td>
    11365     <td align="left"><code>Code</code></td>
    11366     <td align="left"><code>Gb</code></td>
    11367     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    11368   </tr>
    11369   <tr>
    11370     <td align="left"><code>WH_COUNTER_Init</code></td>
    11371     <td align="right"><code>32</code></td>
    11372     <td align="right"><code>4</code></td>
    11373     <td align="left"><code>Code</code></td>
    11374     <td align="left"><code>Gb</code></td>
    11375     <td align="left"><code>wh_counter.o</code></td>
    11376   </tr>
    11377   <tr>
    113787120    <td align="left"><code>__aeabi_lasr</code></td>
    113797121    <td align="right"><code>30</code></td>
     
    114007142  </tr>
    114017143  <tr>
     7144    <td align="left"><code>__aeabi_ui2f</code></td>
     7145    <td align="right"><code>30</code></td>
     7146    <td align="right"><code>4</code></td>
     7147    <td align="left"><code>Code</code></td>
     7148    <td align="left"><code>Wk</code></td>
     7149    <td align="left"><code>floatasmops_arm.o (libc_v6m_t_le_eabi.a)</code></td>
     7150  </tr>
     7151  <tr>
    114027152    <td align="left"><code>__SEGGER_RTL_ascii_isctype</code></td>
    114037153    <td align="right"><code>28</code></td>
     
    114407190  </tr>
    114417191  <tr>
    11442     <td align="left"><code>ADC_DMAError</code></td>
    11443     <td align="right"><code>26</code></td>
    11444     <td align="right"><code>2</code></td>
    11445     <td align="left"><code>Code</code></td>
    11446     <td align="left"><code>Lc</code></td>
    11447     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    11448   </tr>
    11449   <tr>
    114507192    <td align="left"><code>__SEGGER_RTL_prin_flush</code></td>
    114517193    <td align="right"><code>26</code></td>
     
    114647206  </tr>
    114657207  <tr>
    11466     <td align="left"><code>HAL_IncTick</code></td>
    11467     <td align="right"><code>24</code></td>
    11468     <td align="right"><code>4</code></td>
    11469     <td align="left"><code>Code</code></td>
    11470     <td align="left"><code>Wk</code></td>
    11471     <td align="left"><code>stm32g0xx_hal.o</code></td>
    11472   </tr>
    11473   <tr>
    11474     <td align="left"><code>HAL_NVIC_EnableIRQ</code></td>
    11475     <td align="right"><code>24</code></td>
    11476     <td align="right"><code>4</code></td>
    11477     <td align="left"><code>Code</code></td>
    11478     <td align="left"><code>Gb</code></td>
    11479     <td align="left"><code>stm32g0xx_hal_cortex.o</code></td>
    11480   </tr>
    11481   <tr>
    114827208    <td align="left"><code>__SEGGER_RTL_float64_isinf</code></td>
    114837209    <td align="right"><code>24</code></td>
     
    114967222  </tr>
    114977223  <tr>
    11498     <td align="left"><code>HAL_GPIO_EXTI_Falling_Callback</code></td>
     7224    <td align="left"><code>ADC_DMAError</code></td>
    114997225    <td align="right"><code>20</code></td>
    11500     <td align="right"><code>4</code></td>
    11501     <td align="left"><code>Code</code></td>
    11502     <td align="left"><code>Gb</code></td>
    11503     <td align="left"><code>gpio.o</code></td>
    11504   </tr>
    11505   <tr>
    11506     <td align="left"><code>HAL_PWR_DisableBkUpAccess</code></td>
    11507     <td align="right"><code>20</code></td>
    11508     <td align="right"><code>4</code></td>
    11509     <td align="left"><code>Code</code></td>
    11510     <td align="left"><code>Gb</code></td>
    11511     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    11512   </tr>
    11513   <tr>
    11514     <td align="left"><code>HAL_PWR_EnableBkUpAccess</code></td>
    11515     <td align="right"><code>20</code></td>
    11516     <td align="right"><code>4</code></td>
    11517     <td align="left"><code>Code</code></td>
    11518     <td align="left"><code>Gb</code></td>
    11519     <td align="left"><code>stm32g0xx_hal_pwr.o</code></td>
    11520   </tr>
    11521   <tr>
    11522     <td align="left"><code>HSI16_MeasurementInit</code></td>
    11523     <td align="right"><code>20</code></td>
    11524     <td align="right"><code>4</code></td>
    11525     <td align="left"><code>Code</code></td>
    11526     <td align="left"><code>Gb</code></td>
    11527     <td align="left"><code>hsi16.o</code></td>
     7226    <td align="right"><code>2</code></td>
     7227    <td align="left"><code>Code</code></td>
     7228    <td align="left"><code>Lc</code></td>
     7229    <td align="left"><code>firmware_lto.o</code></td>
    115287230  </tr>
    115297231  <tr>
     
    115687270  </tr>
    115697271  <tr>
    11570     <td align="left"><code>DMA_Channel1_IRQHandler</code></td>
    11571     <td align="right"><code>16</code></td>
    11572     <td align="right"><code>4</code></td>
    11573     <td align="left"><code>Code</code></td>
    11574     <td align="left"><code>Gb</code></td>
    11575     <td align="left"><code>stm32g0xx_it.o</code></td>
    11576   </tr>
    11577   <tr>
    11578     <td align="left"><code>HAL_GPIO_TogglePin</code></td>
    11579     <td align="right"><code>16</code></td>
    11580     <td align="right"><code>2</code></td>
    11581     <td align="left"><code>Code</code></td>
    11582     <td align="left"><code>Gb</code></td>
    11583     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    11584   </tr>
    11585   <tr>
    11586     <td align="left"><code>HAL_GPIO_WritePin</code></td>
    11587     <td align="right"><code>16</code></td>
    11588     <td align="right"><code>2</code></td>
    11589     <td align="left"><code>Code</code></td>
    11590     <td align="left"><code>Gb</code></td>
    11591     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    11592   </tr>
    11593   <tr>
    11594     <td align="left"><code>OUTPUTS_Init</code></td>
    11595     <td align="right"><code>16</code></td>
    11596     <td align="right"><code>4</code></td>
    11597     <td align="left"><code>Code</code></td>
    11598     <td align="left"><code>Gb</code></td>
    11599     <td align="left"><code>outputs.o</code></td>
    11600   </tr>
    11601   <tr>
    11602     <td align="left"><code>TIM16_IRQHandler</code></td>
    11603     <td align="right"><code>16</code></td>
    11604     <td align="right"><code>4</code></td>
    11605     <td align="left"><code>Code</code></td>
    11606     <td align="left"><code>Gb</code></td>
    11607     <td align="left"><code>stm32g0xx_it.o</code></td>
    11608   </tr>
    11609   <tr>
    11610     <td align="left"><code>USART1_IRQHandler</code></td>
    11611     <td align="right"><code>16</code></td>
    11612     <td align="right"><code>4</code></td>
    11613     <td align="left"><code>Code</code></td>
    11614     <td align="left"><code>Gb</code></td>
    11615     <td align="left"><code>stm32g0xx_it.o</code></td>
    11616   </tr>
    11617   <tr>
    116187272    <td align="left"><code>__SEGGER_RTL_ascii_wctomb</code></td>
    116197273    <td align="right"><code>16</code></td>
     
    116807334  </tr>
    116817335  <tr>
    11682     <td align="left"><code>EXTI4_15_IRQHandler</code></td>
    11683     <td align="right"><code>12</code></td>
    11684     <td align="right"><code>2</code></td>
    11685     <td align="left"><code>Code</code></td>
    11686     <td align="left"><code>Gb</code></td>
    11687     <td align="left"><code>stm32g0xx_it.o</code></td>
    11688   </tr>
    11689   <tr>
    11690     <td align="left"><code>HAL_ADC_ConvCpltCallback</code></td>
    11691     <td align="right"><code>12</code></td>
    11692     <td align="right"><code>4</code></td>
    11693     <td align="left"><code>Code</code></td>
    11694     <td align="left"><code>Gb</code></td>
    11695     <td align="left"><code>main.o</code></td>
    11696   </tr>
    11697   <tr>
    11698     <td align="left"><code>HAL_GetTick</code></td>
    11699     <td align="right"><code>12</code></td>
    11700     <td align="right"><code>4</code></td>
    11701     <td align="left"><code>Code</code></td>
    11702     <td align="left"><code>Wk</code></td>
    11703     <td align="left"><code>stm32g0xx_hal.o</code></td>
    11704   </tr>
    11705   <tr>
    117067336    <td align="left"><code>__SEGGER_RTL_ascii_toupper</code></td>
    117077337    <td align="right"><code>12</code></td>
     
    117287358  </tr>
    117297359  <tr>
    11730     <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
    11731     <td align="right"><code>10</code></td>
    11732     <td align="right"><code>2</code></td>
    11733     <td align="left"><code>Code</code></td>
    11734     <td align="left"><code>Lc</code></td>
    11735     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    11736   </tr>
    11737   <tr>
    11738     <td align="left"><code>HAL_GPIO_ReadPin</code></td>
    11739     <td align="right"><code>10</code></td>
    11740     <td align="right"><code>2</code></td>
    11741     <td align="left"><code>Code</code></td>
    11742     <td align="left"><code>Gb</code></td>
    11743     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    11744   </tr>
    11745   <tr>
    117467360    <td align="left"><code>__SEGGER_RTL_X_file_write</code></td>
    117477361    <td align="right"><code>10</code></td>
     
    117527366  </tr>
    117537367  <tr>
    11754     <td align="left"><code>ADS1260_ConversionFinished</code></td>
    11755     <td align="right"><code>8</code></td>
    11756     <td align="right"><code>2</code></td>
    11757     <td align="left"><code>Code</code></td>
    11758     <td align="left"><code>Gb</code></td>
    11759     <td align="left"><code>ads1260.o</code></td>
    11760   </tr>
    11761   <tr>
    117627368    <td align="left"><code>abs</code></td>
    117637369    <td align="right"><code>8</code></td>
     
    117927398  </tr>
    117937399  <tr>
    11794     <td align="left"><code>mbGetFrameComplete</code></td>
    11795     <td align="right"><code>4</code></td>
    11796     <td align="right"><code>2</code></td>
    11797     <td align="left"><code>Code</code></td>
    11798     <td align="left"><code>Gb</code></td>
    11799     <td align="left"><code>modbus.o</code></td>
    11800   </tr>
    11801   <tr>
    11802     <td align="left"><code>Error_Handler</code></td>
    11803     <td align="right"><code>2</code></td>
    11804     <td align="right"><code>2</code></td>
    11805     <td align="left"><code>Code</code></td>
    11806     <td align="left"><code>Gb</code></td>
    11807     <td align="left"><code>main.o</code></td>
    11808   </tr>
    11809   <tr>
    11810     <td align="left"><code>HAL_ADC_ConvHalfCpltCallback</code></td>
    11811     <td align="right"><code>2</code></td>
    11812     <td align="right"><code>2</code></td>
    11813     <td align="left"><code>Code</code></td>
    11814     <td align="left"><code>Wk</code></td>
    11815     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    11816   </tr>
    11817   <tr>
    11818     <td align="left"><code>HAL_ADC_ErrorCallback</code></td>
    11819     <td align="right"><code>2</code></td>
    11820     <td align="right"><code>2</code></td>
    11821     <td align="left"><code>Code</code></td>
    11822     <td align="left"><code>Wk</code></td>
    11823     <td align="left"><code>stm32g0xx_hal_adc.o</code></td>
    11824   </tr>
    11825   <tr>
    11826     <td align="left"><code>HAL_CRC_MspInit</code></td>
    11827     <td align="right"><code>2</code></td>
    11828     <td align="right"><code>2</code></td>
    11829     <td align="left"><code>Code</code></td>
    11830     <td align="left"><code>Wk</code></td>
    11831     <td align="left"><code>stm32g0xx_hal_crc.o</code></td>
    11832   </tr>
    11833   <tr>
    11834     <td align="left"><code>HAL_GPIO_EXTI_Rising_Callback</code></td>
    11835     <td align="right"><code>2</code></td>
    11836     <td align="right"><code>2</code></td>
    11837     <td align="left"><code>Code</code></td>
    11838     <td align="left"><code>Wk</code></td>
    11839     <td align="left"><code>stm32g0xx_hal_gpio.o</code></td>
    11840   </tr>
    11841   <tr>
    11842     <td align="left"><code>HAL_TIMEx_Break2Callback</code></td>
    11843     <td align="right"><code>2</code></td>
    11844     <td align="right"><code>2</code></td>
    11845     <td align="left"><code>Code</code></td>
    11846     <td align="left"><code>Wk</code></td>
    11847     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    11848   </tr>
    11849   <tr>
    11850     <td align="left"><code>HAL_TIMEx_BreakCallback</code></td>
    11851     <td align="right"><code>2</code></td>
    11852     <td align="right"><code>2</code></td>
    11853     <td align="left"><code>Code</code></td>
    11854     <td align="left"><code>Wk</code></td>
    11855     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    11856   </tr>
    11857   <tr>
    11858     <td align="left"><code>HAL_TIMEx_CommutCallback</code></td>
    11859     <td align="right"><code>2</code></td>
    11860     <td align="right"><code>2</code></td>
    11861     <td align="left"><code>Code</code></td>
    11862     <td align="left"><code>Wk</code></td>
    11863     <td align="left"><code>stm32g0xx_hal_tim_ex.o</code></td>
    11864   </tr>
    11865   <tr>
    11866     <td align="left"><code>HAL_TIM_IC_MspDeInit</code></td>
    11867     <td align="right"><code>2</code></td>
    11868     <td align="right"><code>2</code></td>
    11869     <td align="left"><code>Code</code></td>
    11870     <td align="left"><code>Wk</code></td>
    11871     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11872   </tr>
    11873   <tr>
    11874     <td align="left"><code>HAL_TIM_IC_MspInit</code></td>
    11875     <td align="right"><code>2</code></td>
    11876     <td align="right"><code>2</code></td>
    11877     <td align="left"><code>Code</code></td>
    11878     <td align="left"><code>Wk</code></td>
    11879     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11880   </tr>
    11881   <tr>
    11882     <td align="left"><code>HAL_TIM_OC_DelayElapsedCallback</code></td>
    11883     <td align="right"><code>2</code></td>
    11884     <td align="right"><code>2</code></td>
    11885     <td align="left"><code>Code</code></td>
    11886     <td align="left"><code>Wk</code></td>
    11887     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11888   </tr>
    11889   <tr>
    11890     <td align="left"><code>HAL_TIM_PWM_PulseFinishedCallback</code></td>
    11891     <td align="right"><code>2</code></td>
    11892     <td align="right"><code>2</code></td>
    11893     <td align="left"><code>Code</code></td>
    11894     <td align="left"><code>Wk</code></td>
    11895     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11896   </tr>
    11897   <tr>
    11898     <td align="left"><code>HAL_TIM_PeriodElapsedCallback</code></td>
    11899     <td align="right"><code>2</code></td>
    11900     <td align="right"><code>2</code></td>
    11901     <td align="left"><code>Code</code></td>
    11902     <td align="left"><code>Wk</code></td>
    11903     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11904   </tr>
    11905   <tr>
    11906     <td align="left"><code>HAL_TIM_TriggerCallback</code></td>
    11907     <td align="right"><code>2</code></td>
    11908     <td align="right"><code>2</code></td>
    11909     <td align="left"><code>Code</code></td>
    11910     <td align="left"><code>Wk</code></td>
    11911     <td align="left"><code>stm32g0xx_hal_tim.o</code></td>
    11912   </tr>
    11913   <tr>
    11914     <td align="left"><code>HAL_UART_RxCpltCallback</code></td>
    11915     <td align="right"><code>2</code></td>
    11916     <td align="right"><code>2</code></td>
    11917     <td align="left"><code>Code</code></td>
    11918     <td align="left"><code>Wk</code></td>
    11919     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
    11920   </tr>
    11921   <tr>
    11922     <td align="left"><code>HAL_UART_TxCpltCallback</code></td>
    11923     <td align="right"><code>2</code></td>
    11924     <td align="right"><code>2</code></td>
    11925     <td align="left"><code>Code</code></td>
    11926     <td align="left"><code>Wk</code></td>
    11927     <td align="left"><code>stm32g0xx_hal_uart.o</code></td>
     7400    <td align="left"><code>ADC_DMAHalfConvCplt</code></td>
     7401    <td align="right"><code>2</code></td>
     7402    <td align="right"><code>2</code></td>
     7403    <td align="left"><code>Code</code></td>
     7404    <td align="left"><code>Lc</code></td>
     7405    <td align="left"><code>firmware_lto.o</code></td>
    119287406  </tr>
    119297407  <tr>
     
    119337411    <td align="left"><code>Code</code></td>
    119347412    <td align="left"><code>Gb</code></td>
    11935     <td align="left"><code>stm32g0xx_it.o</code></td>
     7413    <td align="left"><code>firmware_lto.o</code></td>
    119367414  </tr>
    119377415  <tr>
     
    119417419    <td align="left"><code>Code</code></td>
    119427420    <td align="left"><code>Gb</code></td>
    11943     <td align="left"><code>stm32g0xx_it.o</code></td>
     7421    <td align="left"><code>firmware_lto.o</code></td>
    119447422  </tr>
    119457423  <tr>
     
    119497427    <td align="left"><code>Code</code></td>
    119507428    <td align="left"><code>Gb</code></td>
    11951     <td align="left"><code>stm32g0xx_it.o</code></td>
     7429    <td align="left"><code>firmware_lto.o</code></td>
    119527430  </tr>
    119537431  <tr>
     
    119577435    <td align="left"><code>Code</code></td>
    119587436    <td align="left"><code>Gb</code></td>
    11959     <td align="left"><code>stm32g0xx_it.o</code></td>
     7437    <td align="left"><code>firmware_lto.o</code></td>
    119607438  </tr>
    119617439  <tr>
     
    119657443    <td align="left"><code>Code</code></td>
    119667444    <td align="left"><code>Gb</code></td>
    11967     <td align="left"><code>system_stm32g0xx.o</code></td>
     7445    <td align="left"><code>firmware_lto.o</code></td>
    119687446  </tr>
    119697447  <tr>
     
    124217899  <tr>
    124227900    <td align="left"><code>ADS1260_ProcessCurrent.avgsum</code></td>
    12423     <td align="right"><code>0x20000FB0</code></td>
    12424     <td align="right"><code>4</code></td>
    12425     <td align="right"><code>4</code></td>
    12426     <td align="left"><code>Zero</code></td>
    12427     <td align="left"><code>Lc</code></td>
    12428     <td align="left"><code>ads1260.o</code></td>
     7901    <td align="right"><code>0x20000F7C</code></td>
     7902    <td align="right"><code>4</code></td>
     7903    <td align="right"><code>4</code></td>
     7904    <td align="left"><code>Zero</code></td>
     7905    <td align="left"><code>Lc</code></td>
     7906    <td align="left"><code>firmware_lto.o</code></td>
    124297907  </tr>
    124307908  <tr>
    124317909    <td align="left"><code>ADS1260_ProcessCurrent.meas_counter</code></td>
    12432     <td align="right"><code>0x20000FAC</code></td>
    12433     <td align="right"><code>4</code></td>
    12434     <td align="right"><code>4</code></td>
    12435     <td align="left"><code>Zero</code></td>
    12436     <td align="left"><code>Lc</code></td>
    12437     <td align="left"><code>ads1260.o</code></td>
     7910    <td align="right"><code>0x20000F78</code></td>
     7911    <td align="right"><code>4</code></td>
     7912    <td align="right"><code>4</code></td>
     7913    <td align="left"><code>Zero</code></td>
     7914    <td align="left"><code>Lc</code></td>
     7915    <td align="left"><code>firmware_lto.o</code></td>
    124387916  </tr>
    124397917  <tr>
    124407918    <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
    12441     <td align="right"><code>0x20000FB8</code></td>
    12442     <td align="right"><code>2</code></td>
    12443     <td align="right"><code>2</code></td>
    12444     <td align="left"><code>Zero</code></td>
    12445     <td align="left"><code>Lc</code></td>
    12446     <td align="left"><code>ah_counter.o</code></td>
     7919    <td align="right"><code>0x20000F8E</code></td>
     7920    <td align="right"><code>2</code></td>
     7921    <td align="right"><code>2</code></td>
     7922    <td align="left"><code>Zero</code></td>
     7923    <td align="left"><code>Lc</code></td>
     7924    <td align="left"><code>firmware_lto.o</code></td>
    124477925  </tr>
    124487926  <tr>
    124497927    <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
    12450     <td align="right"><code>0x20000FB6</code></td>
    12451     <td align="right"><code>2</code></td>
    12452     <td align="right"><code>2</code></td>
    12453     <td align="left"><code>Zero</code></td>
    12454     <td align="left"><code>Lc</code></td>
    12455     <td align="left"><code>ah_counter.o</code></td>
     7928    <td align="right"><code>0x20000F8A</code></td>
     7929    <td align="right"><code>2</code></td>
     7930    <td align="right"><code>2</code></td>
     7931    <td align="left"><code>Zero</code></td>
     7932    <td align="left"><code>Lc</code></td>
     7933    <td align="left"><code>firmware_lto.o</code></td>
    124567934  </tr>
    124577935  <tr>
    124587936    <td align="left"><code>AH_COUNTER_Exec.totalCharge</code></td>
    12459     <td align="right"><code>0x200005C0</code></td>
    12460     <td align="right"><code>8</code></td>
    12461     <td align="right"><code>8</code></td>
    12462     <td align="left"><code>Zero</code></td>
    12463     <td align="left"><code>Lc</code></td>
    12464     <td align="left"><code>ah_counter.o</code></td>
    12465   </tr>
    12466   <tr>
    12467     <td align="left"><code>AH_COUNTER_Exec.totalDischarge</code></td>
    12468     <td align="right"><code>0x200005B8</code></td>
    12469     <td align="right"><code>8</code></td>
    12470     <td align="right"><code>8</code></td>
    12471     <td align="left"><code>Zero</code></td>
    12472     <td align="left"><code>Lc</code></td>
    12473     <td align="left"><code>ah_counter.o</code></td>
    12474   </tr>
    12475   <tr>
    12476     <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
    12477     <td align="right"><code>0x20000FA8</code></td>
    12478     <td align="right"><code>4</code></td>
    12479     <td align="right"><code>4</code></td>
    12480     <td align="left"><code>Zero</code></td>
    12481     <td align="left"><code>Lc</code></td>
    12482     <td align="left"><code>battery_voltage.o</code></td>
    12483   </tr>
    12484   <tr>
    12485     <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
    12486     <td align="right"><code>0x20000FA4</code></td>
    12487     <td align="right"><code>4</code></td>
    12488     <td align="right"><code>4</code></td>
    12489     <td align="left"><code>Zero</code></td>
    12490     <td align="left"><code>Lc</code></td>
    12491     <td align="left"><code>battery_voltage.o</code></td>
    12492   </tr>
    12493   <tr>
    12494     <td align="left"><code>Capture</code></td>
    12495     <td align="right"><code>0x20000FA0</code></td>
    12496     <td align="right"><code>4</code></td>
    12497     <td align="right"><code>4</code></td>
    12498     <td align="left"><code>Zero</code></td>
    12499     <td align="left"><code>Lc</code></td>
    12500     <td align="left"><code>hsi16.o</code></td>
    12501   </tr>
    12502   <tr>
    12503     <td align="left"><code>CaptureState</code></td>
    12504     <td align="right"><code>0x20000F9C</code></td>
    12505     <td align="right"><code>4</code></td>
    12506     <td align="right"><code>4</code></td>
    12507     <td align="left"><code>Zero</code></td>
    12508     <td align="left"><code>Lc</code></td>
    12509     <td align="left"><code>hsi16.o</code></td>
    12510   </tr>
    12511   <tr>
    12512     <td align="left"><code>ESR_Exec.last_refresh</code></td>
    12513     <td align="right"><code>0x20000F98</code></td>
    12514     <td align="right"><code>4</code></td>
    12515     <td align="right"><code>4</code></td>
    12516     <td align="left"><code>Zero</code></td>
    12517     <td align="left"><code>Lc</code></td>
    12518     <td align="left"><code>esr.o</code></td>
    12519   </tr>
    12520   <tr>
    12521     <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
    12522     <td align="right"><code>0x20000F94</code></td>
    12523     <td align="right"><code>4</code></td>
    12524     <td align="right"><code>4</code></td>
    12525     <td align="left"><code>Zero</code></td>
    12526     <td align="left"><code>Lc</code></td>
    12527     <td align="left"><code>esr.o</code></td>
    12528   </tr>
    12529   <tr>
    12530     <td align="left"><code>EraseInitStruct</code></td>
    12531     <td align="right"><code>0x20000F2C</code></td>
    12532     <td align="right"><code>16</code></td>
    12533     <td align="right"><code>4</code></td>
    12534     <td align="left"><code>Zero</code></td>
    12535     <td align="left"><code>Lc</code></td>
    12536     <td align="left"><code>eeprom.o</code></td>
    12537   </tr>
    12538   <tr>
    12539     <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
    12540     <td align="right"><code>0x20000F90</code></td>
    12541     <td align="right"><code>4</code></td>
    12542     <td align="right"><code>4</code></td>
    12543     <td align="left"><code>Zero</code></td>
    12544     <td align="left"><code>Lc</code></td>
    12545     <td align="left"><code>fast_current.o</code></td>
    12546   </tr>
    12547   <tr>
    12548     <td align="left"><code>IC1ReadValue1</code></td>
    12549     <td align="right"><code>0x20000F8C</code></td>
    12550     <td align="right"><code>4</code></td>
    12551     <td align="right"><code>4</code></td>
    12552     <td align="left"><code>Zero</code></td>
    12553     <td align="left"><code>Lc</code></td>
    12554     <td align="left"><code>hsi16.o</code></td>
    12555   </tr>
    12556   <tr>
    12557     <td align="left"><code>IC1ReadValue2</code></td>
    12558     <td align="right"><code>0x20000F88</code></td>
    12559     <td align="right"><code>4</code></td>
    12560     <td align="right"><code>4</code></td>
    12561     <td align="left"><code>Zero</code></td>
    12562     <td align="left"><code>Lc</code></td>
    12563     <td align="left"><code>hsi16.o</code></td>
    12564   </tr>
    12565   <tr>
    12566     <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
    12567     <td align="right"><code>0x20000FB4</code></td>
    12568     <td align="right"><code>2</code></td>
    12569     <td align="right"><code>2</code></td>
    12570     <td align="left"><code>Zero</code></td>
    12571     <td align="left"><code>Lc</code></td>
    12572     <td align="left"><code>outputs.o</code></td>
    12573   </tr>
    12574   <tr>
    12575     <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
    12576     <td align="right"><code>0x2000002A</code></td>
    12577     <td align="right"><code>2</code></td>
    12578     <td align="right"><code>2</code></td>
    12579     <td align="left"><code>Zero</code></td>
    12580     <td align="left"><code>Lc</code></td>
    12581     <td align="left"><code>outputs.o</code></td>
    12582   </tr>
    12583   <tr>
    12584     <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
    12585     <td align="right"><code>0x20000F84</code></td>
    12586     <td align="right"><code>4</code></td>
    12587     <td align="right"><code>4</code></td>
    12588     <td align="left"><code>Zero</code></td>
    12589     <td align="left"><code>Lc</code></td>
    12590     <td align="left"><code>ref_voltage.o</code></td>
    12591   </tr>
    12592   <tr>
    12593     <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
    12594     <td align="right"><code>0x20000F80</code></td>
    12595     <td align="right"><code>4</code></td>
    12596     <td align="right"><code>4</code></td>
    12597     <td align="left"><code>Zero</code></td>
    12598     <td align="left"><code>Lc</code></td>
    12599     <td align="left"><code>self_discharge.o</code></td>
    12600   </tr>
    12601   <tr>
    12602     <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
    12603     <td align="right"><code>0x20000F7C</code></td>
    12604     <td align="right"><code>4</code></td>
    12605     <td align="right"><code>4</code></td>
    12606     <td align="left"><code>Zero</code></td>
    12607     <td align="left"><code>Lc</code></td>
    12608     <td align="left"><code>self_discharge.o</code></td>
    12609   </tr>
    12610   <tr>
    12611     <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
    12612     <td align="right"><code>0x20000F78</code></td>
    12613     <td align="right"><code>4</code></td>
    12614     <td align="right"><code>4</code></td>
    12615     <td align="left"><code>Zero</code></td>
    12616     <td align="left"><code>Lc</code></td>
    12617     <td align="left"><code>self_discharge.o</code></td>
    12618   </tr>
    12619   <tr>
    12620     <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
    12621     <td align="right"><code>0x20000F74</code></td>
    12622     <td align="right"><code>4</code></td>
    12623     <td align="right"><code>4</code></td>
    12624     <td align="left"><code>Zero</code></td>
    12625     <td align="left"><code>Lc</code></td>
    12626     <td align="left"><code>self_discharge.o</code></td>
    12627   </tr>
    12628   <tr>
    12629     <td align="left"><code>SaveCounter.last_days</code></td>
    12630     <td align="right"><code>0x20000F70</code></td>
    12631     <td align="right"><code>4</code></td>
    12632     <td align="right"><code>4</code></td>
    12633     <td align="left"><code>Zero</code></td>
    12634     <td align="left"><code>Lc</code></td>
    12635     <td align="left"><code>main.o</code></td>
    12636   </tr>
    12637   <tr>
    12638     <td align="left"><code>SysTick_Handler.ms</code></td>
    12639     <td align="right"><code>0x20000F6C</code></td>
    12640     <td align="right"><code>4</code></td>
    12641     <td align="right"><code>4</code></td>
    12642     <td align="left"><code>Zero</code></td>
    12643     <td align="left"><code>Lc</code></td>
    12644     <td align="left"><code>stm32g0xx_it.o</code></td>
    12645   </tr>
    12646   <tr>
    12647     <td align="left"><code>SystemCoreClock</code></td>
    12648     <td align="right"><code>0x20000024</code></td>
    12649     <td align="right"><code>4</code></td>
    12650     <td align="right"><code>4</code></td>
    12651     <td align="left"><code>Init</code></td>
    12652     <td align="left"><code>Gb</code></td>
    12653     <td align="left"><code>system_stm32g0xx.o</code></td>
    12654   </tr>
    12655   <tr>
    12656     <td align="left"><code>TimHandle</code></td>
    12657     <td align="right"><code>0x20000E54</code></td>
    12658     <td align="right"><code>76</code></td>
    12659     <td align="right"><code>4</code></td>
    12660     <td align="left"><code>Zero</code></td>
    12661     <td align="left"><code>Gb</code></td>
    12662     <td align="left"><code>hsi16.o</code></td>
    12663   </tr>
    12664   <tr>
    12665     <td align="left"><code>WH_COUNTER_Exec.totalCharge</code></td>
    126667937    <td align="right"><code>0x200005B0</code></td>
    126677938    <td align="right"><code>8</code></td>
     
    126697940    <td align="left"><code>Zero</code></td>
    126707941    <td align="left"><code>Lc</code></td>
    12671     <td align="left"><code>wh_counter.o</code></td>
    12672   </tr>
    12673   <tr>
    12674     <td align="left"><code>WH_COUNTER_Exec.totalDischarge</code></td>
     7942    <td align="left"><code>firmware_lto.o</code></td>
     7943  </tr>
     7944  <tr>
     7945    <td align="left"><code>AH_COUNTER_Exec.totalDischarge</code></td>
    126757946    <td align="right"><code>0x200005A8</code></td>
    126767947    <td align="right"><code>8</code></td>
     
    126787949    <td align="left"><code>Zero</code></td>
    126797950    <td align="left"><code>Lc</code></td>
    12680     <td align="left"><code>wh_counter.o</code></td>
     7951    <td align="left"><code>firmware_lto.o</code></td>
     7952  </tr>
     7953  <tr>
     7954    <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
     7955    <td align="right"><code>0x20000F74</code></td>
     7956    <td align="right"><code>4</code></td>
     7957    <td align="right"><code>4</code></td>
     7958    <td align="left"><code>Zero</code></td>
     7959    <td align="left"><code>Lc</code></td>
     7960    <td align="left"><code>firmware_lto.o</code></td>
     7961  </tr>
     7962  <tr>
     7963    <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
     7964    <td align="right"><code>0x20000F70</code></td>
     7965    <td align="right"><code>4</code></td>
     7966    <td align="right"><code>4</code></td>
     7967    <td align="left"><code>Zero</code></td>
     7968    <td align="left"><code>Lc</code></td>
     7969    <td align="left"><code>firmware_lto.o</code></td>
     7970  </tr>
     7971  <tr>
     7972    <td align="left"><code>Capture</code></td>
     7973    <td align="right"><code>0x20000F6C</code></td>
     7974    <td align="right"><code>4</code></td>
     7975    <td align="right"><code>4</code></td>
     7976    <td align="left"><code>Zero</code></td>
     7977    <td align="left"><code>Lc</code></td>
     7978    <td align="left"><code>firmware_lto.o</code></td>
     7979  </tr>
     7980  <tr>
     7981    <td align="left"><code>CaptureState</code></td>
     7982    <td align="right"><code>0x20000F68</code></td>
     7983    <td align="right"><code>4</code></td>
     7984    <td align="right"><code>4</code></td>
     7985    <td align="left"><code>Zero</code></td>
     7986    <td align="left"><code>Lc</code></td>
     7987    <td align="left"><code>firmware_lto.o</code></td>
     7988  </tr>
     7989  <tr>
     7990    <td align="left"><code>ESR_Exec.last_refresh</code></td>
     7991    <td align="right"><code>0x20000F64</code></td>
     7992    <td align="right"><code>4</code></td>
     7993    <td align="right"><code>4</code></td>
     7994    <td align="left"><code>Zero</code></td>
     7995    <td align="left"><code>Lc</code></td>
     7996    <td align="left"><code>firmware_lto.o</code></td>
     7997  </tr>
     7998  <tr>
     7999    <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
     8000    <td align="right"><code>0x20000F60</code></td>
     8001    <td align="right"><code>4</code></td>
     8002    <td align="right"><code>4</code></td>
     8003    <td align="left"><code>Zero</code></td>
     8004    <td align="left"><code>Lc</code></td>
     8005    <td align="left"><code>firmware_lto.o</code></td>
     8006  </tr>
     8007  <tr>
     8008    <td align="left"><code>EraseInitStruct.0</code></td>
     8009    <td align="right"><code>0x20000F90</code></td>
     8010    <td align="right"><code>1</code></td>
     8011    <td align="right"><code>4</code></td>
     8012    <td align="left"><code>Zero</code></td>
     8013    <td align="left"><code>Lc</code></td>
     8014    <td align="left"><code>firmware_lto.o</code></td>
     8015  </tr>
     8016  <tr>
     8017    <td align="left"><code>EraseInitStruct.2</code></td>
     8018    <td align="right"><code>0x20000F5C</code></td>
     8019    <td align="right"><code>4</code></td>
     8020    <td align="right"><code>4</code></td>
     8021    <td align="left"><code>Zero</code></td>
     8022    <td align="left"><code>Lc</code></td>
     8023    <td align="left"><code>firmware_lto.o</code></td>
     8024  </tr>
     8025  <tr>
     8026    <td align="left"><code>EraseInitStruct.3</code></td>
     8027    <td align="right"><code>0x20000F8C</code></td>
     8028    <td align="right"><code>1</code></td>
     8029    <td align="right"><code>4</code></td>
     8030    <td align="left"><code>Zero</code></td>
     8031    <td align="left"><code>Lc</code></td>
     8032    <td align="left"><code>firmware_lto.o</code></td>
     8033  </tr>
     8034  <tr>
     8035    <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
     8036    <td align="right"><code>0x20000F58</code></td>
     8037    <td align="right"><code>4</code></td>
     8038    <td align="right"><code>4</code></td>
     8039    <td align="left"><code>Zero</code></td>
     8040    <td align="left"><code>Lc</code></td>
     8041    <td align="left"><code>firmware_lto.o</code></td>
     8042  </tr>
     8043  <tr>
     8044    <td align="left"><code>IC1ReadValue1</code></td>
     8045    <td align="right"><code>0x20000F54</code></td>
     8046    <td align="right"><code>4</code></td>
     8047    <td align="right"><code>4</code></td>
     8048    <td align="left"><code>Zero</code></td>
     8049    <td align="left"><code>Lc</code></td>
     8050    <td align="left"><code>firmware_lto.o</code></td>
     8051  </tr>
     8052  <tr>
     8053    <td align="left"><code>IC1ReadValue2</code></td>
     8054    <td align="right"><code>0x20000F50</code></td>
     8055    <td align="right"><code>4</code></td>
     8056    <td align="right"><code>4</code></td>
     8057    <td align="left"><code>Zero</code></td>
     8058    <td align="left"><code>Lc</code></td>
     8059    <td align="left"><code>firmware_lto.o</code></td>
     8060  </tr>
     8061  <tr>
     8062    <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
     8063    <td align="right"><code>0x20000F86</code></td>
     8064    <td align="right"><code>2</code></td>
     8065    <td align="right"><code>2</code></td>
     8066    <td align="left"><code>Zero</code></td>
     8067    <td align="left"><code>Lc</code></td>
     8068    <td align="left"><code>firmware_lto.o</code></td>
     8069  </tr>
     8070  <tr>
     8071    <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
     8072    <td align="right"><code>0x20000F82</code></td>
     8073    <td align="right"><code>2</code></td>
     8074    <td align="right"><code>2</code></td>
     8075    <td align="left"><code>Zero</code></td>
     8076    <td align="left"><code>Lc</code></td>
     8077    <td align="left"><code>firmware_lto.o</code></td>
     8078  </tr>
     8079  <tr>
     8080    <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
     8081    <td align="right"><code>0x20000F4C</code></td>
     8082    <td align="right"><code>4</code></td>
     8083    <td align="right"><code>4</code></td>
     8084    <td align="left"><code>Zero</code></td>
     8085    <td align="left"><code>Lc</code></td>
     8086    <td align="left"><code>firmware_lto.o</code></td>
     8087  </tr>
     8088  <tr>
     8089    <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
     8090    <td align="right"><code>0x20000F48</code></td>
     8091    <td align="right"><code>4</code></td>
     8092    <td align="right"><code>4</code></td>
     8093    <td align="left"><code>Zero</code></td>
     8094    <td align="left"><code>Lc</code></td>
     8095    <td align="left"><code>firmware_lto.o</code></td>
     8096  </tr>
     8097  <tr>
     8098    <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
     8099    <td align="right"><code>0x20000F44</code></td>
     8100    <td align="right"><code>4</code></td>
     8101    <td align="right"><code>4</code></td>
     8102    <td align="left"><code>Zero</code></td>
     8103    <td align="left"><code>Lc</code></td>
     8104    <td align="left"><code>firmware_lto.o</code></td>
     8105  </tr>
     8106  <tr>
     8107    <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
     8108    <td align="right"><code>0x20000F40</code></td>
     8109    <td align="right"><code>4</code></td>
     8110    <td align="right"><code>4</code></td>
     8111    <td align="left"><code>Zero</code></td>
     8112    <td align="left"><code>Lc</code></td>
     8113    <td align="left"><code>firmware_lto.o</code></td>
     8114  </tr>
     8115  <tr>
     8116    <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
     8117    <td align="right"><code>0x20000F3C</code></td>
     8118    <td align="right"><code>4</code></td>
     8119    <td align="right"><code>4</code></td>
     8120    <td align="left"><code>Zero</code></td>
     8121    <td align="left"><code>Lc</code></td>
     8122    <td align="left"><code>firmware_lto.o</code></td>
     8123  </tr>
     8124  <tr>
     8125    <td align="left"><code>SaveCounter.last_days</code></td>
     8126    <td align="right"><code>0x20000F38</code></td>
     8127    <td align="right"><code>4</code></td>
     8128    <td align="right"><code>4</code></td>
     8129    <td align="left"><code>Zero</code></td>
     8130    <td align="left"><code>Lc</code></td>
     8131    <td align="left"><code>firmware_lto.o</code></td>
     8132  </tr>
     8133  <tr>
     8134    <td align="left"><code>SysTick_Handler.ms</code></td>
     8135    <td align="right"><code>0x20000F34</code></td>
     8136    <td align="right"><code>4</code></td>
     8137    <td align="right"><code>4</code></td>
     8138    <td align="left"><code>Zero</code></td>
     8139    <td align="left"><code>Lc</code></td>
     8140    <td align="left"><code>firmware_lto.o</code></td>
     8141  </tr>
     8142  <tr>
     8143    <td align="left"><code>SystemCoreClock</code></td>
     8144    <td align="right"><code>0x20000020</code></td>
     8145    <td align="right"><code>4</code></td>
     8146    <td align="right"><code>4</code></td>
     8147    <td align="left"><code>Init</code></td>
     8148    <td align="left"><code>Lc</code></td>
     8149    <td align="left"><code>firmware_lto.o</code></td>
     8150  </tr>
     8151  <tr>
     8152    <td align="left"><code>TimHandle</code></td>
     8153    <td align="right"><code>0x20000E44</code></td>
     8154    <td align="right"><code>76</code></td>
     8155    <td align="right"><code>4</code></td>
     8156    <td align="left"><code>Zero</code></td>
     8157    <td align="left"><code>Lc</code></td>
     8158    <td align="left"><code>firmware_lto.o</code></td>
     8159  </tr>
     8160  <tr>
     8161    <td align="left"><code>WH_COUNTER_Exec.totalCharge</code></td>
     8162    <td align="right"><code>0x200005A0</code></td>
     8163    <td align="right"><code>8</code></td>
     8164    <td align="right"><code>8</code></td>
     8165    <td align="left"><code>Zero</code></td>
     8166    <td align="left"><code>Lc</code></td>
     8167    <td align="left"><code>firmware_lto.o</code></td>
     8168  </tr>
     8169  <tr>
     8170    <td align="left"><code>WH_COUNTER_Exec.totalDischarge</code></td>
     8171    <td align="right"><code>0x20000598</code></td>
     8172    <td align="right"><code>8</code></td>
     8173    <td align="right"><code>8</code></td>
     8174    <td align="left"><code>Zero</code></td>
     8175    <td align="left"><code>Lc</code></td>
     8176    <td align="left"><code>firmware_lto.o</code></td>
    126818177  </tr>
    126828178  <tr>
    126838179    <td align="left"><code>_SEGGER_RTT</code></td>
    12684     <td align="right"><code>0x200009FC</code></td>
     8180    <td align="right"><code>0x200009EC</code></td>
    126858181    <td align="right"><code>168</code></td>
    126868182    <td align="right"><code>4</code></td>
     
    127098205  <tr>
    127108206    <td align="left"><code>__SEGGER_RTL_locale_ptr</code></td>
    12711     <td align="right"><code>0x20000F58</code></td>
     8207    <td align="right"><code>0x20000F1C</code></td>
    127128208    <td align="right"><code>4</code></td>
    127138209    <td align="right"><code>4</code></td>
     
    127188214  <tr>
    127198215    <td align="left"><code>__SEGGER_RTL_stderr_file</code></td>
    12720     <td align="right"><code>0x20000F54</code></td>
     8216    <td align="right"><code>0x20000F18</code></td>
    127218217    <td align="right"><code>4</code></td>
    127228218    <td align="right"><code>4</code></td>
     
    127278223  <tr>
    127288224    <td align="left"><code>__SEGGER_RTL_stdin_file</code></td>
    12729     <td align="right"><code>0x20000F50</code></td>
     8225    <td align="right"><code>0x20000F14</code></td>
    127308226    <td align="right"><code>4</code></td>
    127318227    <td align="right"><code>4</code></td>
     
    127368232  <tr>
    127378233    <td align="left"><code>__SEGGER_RTL_stdout_file</code></td>
    12738     <td align="right"><code>0x20000F4C</code></td>
     8234    <td align="right"><code>0x20000F10</code></td>
    127398235    <td align="right"><code>4</code></td>
    127408236    <td align="right"><code>4</code></td>
     
    127458241  <tr>
    127468242    <td align="left"><code>_acDownBuffer</code></td>
    12747     <td align="right"><code>0x2000143A</code></td>
     8243    <td align="right"><code>0x20001391</code></td>
    127488244    <td align="right"><code>16</code></td>
    127498245    <td align="right"><code></code></td>
     
    127548250  <tr>
    127558251    <td align="left"><code>_acUpBuffer</code></td>
    12756     <td align="right"><code>0x20000FBA</code></td>
     8252    <td align="right"><code>0x20000F91</code></td>
    127578253    <td align="right"><code>1 024</code></td>
    127588254    <td align="right"><code></code></td>
     
    127638259  <tr>
    127648260    <td align="left"><code>aFrequenceChangeTable</code></td>
    12765     <td align="right"><code>0x200007FC</code></td>
     8261    <td align="right"><code>0x200007EC</code></td>
    127668262    <td align="right"><code>512</code></td>
    127678263    <td align="right"><code>4</code></td>
    127688264    <td align="left"><code>Zero</code></td>
    12769     <td align="left"><code>Gb</code></td>
    12770     <td align="left"><code>hsi16.o</code></td>
     8265    <td align="left"><code>Lc</code></td>
     8266    <td align="left"><code>firmware_lto.o</code></td>
    127718267  </tr>
    127728268  <tr>
    127738269    <td align="left"><code>adcData</code></td>
    12774     <td align="right"><code>0x20000EF0</code></td>
    12775     <td align="right"><code>32</code></td>
    12776     <td align="right"><code>4</code></td>
    12777     <td align="left"><code>Zero</code></td>
    12778     <td align="left"><code>Lc</code></td>
    12779     <td align="left"><code>main.o</code></td>
     8270    <td align="right"><code>0x20000EE0</code></td>
     8271    <td align="right"><code>36</code></td>
     8272    <td align="right"><code>4</code></td>
     8273    <td align="left"><code>Zero</code></td>
     8274    <td align="left"><code>Lc</code></td>
     8275    <td align="left"><code>firmware_lto.o</code></td>
    127808276  </tr>
    127818277  <tr>
    127828278    <td align="left"><code>avgValWithOffsetCommonModeOffsetCorrection</code></td>
    12783     <td align="right"><code>0x20000F68</code></td>
    12784     <td align="right"><code>4</code></td>
    12785     <td align="right"><code>4</code></td>
    12786     <td align="left"><code>Zero</code></td>
    12787     <td align="left"><code>Gb</code></td>
    12788     <td align="left"><code>ads1260.o</code></td>
    12789   </tr>
    12790   <tr>
    12791     <td align="left"><code>avgValWithOffsetCommonModeOffsetTemperatureCorrection</code></td>
    12792     <td align="right"><code>0x20000F64</code></td>
    12793     <td align="right"><code>4</code></td>
    12794     <td align="right"><code>4</code></td>
    12795     <td align="left"><code>Zero</code></td>
    12796     <td align="left"><code>Gb</code></td>
    12797     <td align="left"><code>ads1260.o</code></td>
     8279    <td align="right"><code>0x20000F30</code></td>
     8280    <td align="right"><code>4</code></td>
     8281    <td align="right"><code>4</code></td>
     8282    <td align="left"><code>Zero</code></td>
     8283    <td align="left"><code>Lc</code></td>
     8284    <td align="left"><code>firmware_lto.o</code></td>
    127988285  </tr>
    127998286  <tr>
    128008287    <td align="left"><code>avgValWithOffsetCompensation</code></td>
    12801     <td align="right"><code>0x20000F60</code></td>
    12802     <td align="right"><code>4</code></td>
    12803     <td align="right"><code>4</code></td>
    12804     <td align="left"><code>Zero</code></td>
    12805     <td align="left"><code>Gb</code></td>
    12806     <td align="left"><code>ads1260.o</code></td>
     8288    <td align="right"><code>0x20000F2C</code></td>
     8289    <td align="right"><code>4</code></td>
     8290    <td align="right"><code>4</code></td>
     8291    <td align="left"><code>Zero</code></td>
     8292    <td align="left"><code>Lc</code></td>
     8293    <td align="left"><code>firmware_lto.o</code></td>
     8294  </tr>
     8295  <tr>
     8296    <td align="left"><code>calTemperatureSensor30Value</code></td>
     8297    <td align="right"><code>0x20000F28</code></td>
     8298    <td align="right"><code>4</code></td>
     8299    <td align="right"><code>4</code></td>
     8300    <td align="left"><code>Zero</code></td>
     8301    <td align="left"><code>Lc</code></td>
     8302    <td align="left"><code>firmware_lto.o</code></td>
     8303  </tr>
     8304  <tr>
     8305    <td align="left"><code>calTemperatureSensorDiff</code></td>
     8306    <td align="right"><code>0x20000F24</code></td>
     8307    <td align="right"><code>4</code></td>
     8308    <td align="right"><code>4</code></td>
     8309    <td align="left"><code>Zero</code></td>
     8310    <td align="left"><code>Lc</code></td>
     8311    <td align="left"><code>firmware_lto.o</code></td>
    128078312  </tr>
    128088313  <tr>
    128098314    <td align="left"><code>current</code></td>
    12810     <td align="right"><code>0x200005A0</code></td>
    12811     <td align="right"><code>8</code></td>
    12812     <td align="right"><code>8</code></td>
    12813     <td align="left"><code>Zero</code></td>
    12814     <td align="left"><code>Gb</code></td>
    12815     <td align="left"><code>ads1260.o</code></td>
    12816   </tr>
    12817   <tr>
    12818     <td align="left"><code>currentWithGainAndGainShuntTempCorrection</code></td>
    12819     <td align="right"><code>0x20000598</code></td>
    12820     <td align="right"><code>8</code></td>
    12821     <td align="right"><code>8</code></td>
    12822     <td align="left"><code>Zero</code></td>
    12823     <td align="left"><code>Gb</code></td>
    12824     <td align="left"><code>ads1260.o</code></td>
    12825   </tr>
    12826   <tr>
    12827     <td align="left"><code>currentWithGainCorrection</code></td>
    128288315    <td align="right"><code>0x20000590</code></td>
    128298316    <td align="right"><code>8</code></td>
    128308317    <td align="right"><code>8</code></td>
    128318318    <td align="left"><code>Zero</code></td>
    12832     <td align="left"><code>Gb</code></td>
    12833     <td align="left"><code>ads1260.o</code></td>
     8319    <td align="left"><code>Lc</code></td>
     8320    <td align="left"><code>firmware_lto.o</code></td>
     8321  </tr>
     8322  <tr>
     8323    <td align="left"><code>currentWithGainCorrection</code></td>
     8324    <td align="right"><code>0x20000588</code></td>
     8325    <td align="right"><code>8</code></td>
     8326    <td align="right"><code>8</code></td>
     8327    <td align="left"><code>Zero</code></td>
     8328    <td align="left"><code>Lc</code></td>
     8329    <td align="left"><code>firmware_lto.o</code></td>
    128348330  </tr>
    128358331  <tr>
    128368332    <td align="left"><code>current_buffer</code></td>
    12837     <td align="right"><code>0x20000CB0</code></td>
     8333    <td align="right"><code>0x20000CA0</code></td>
    128388334    <td align="right"><code>128</code></td>
    128398335    <td align="right"><code>4</code></td>
    128408336    <td align="left"><code>Zero</code></td>
    12841     <td align="left"><code>Gb</code></td>
    12842     <td align="left"><code>esr.o</code></td>
     8337    <td align="left"><code>Lc</code></td>
     8338    <td align="left"><code>firmware_lto.o</code></td>
    128438339  </tr>
    128448340  <tr>
    128458341    <td align="left"><code>current_buffer_fast</code></td>
    12846     <td align="right"><code>0x20000C30</code></td>
     8342    <td align="right"><code>0x20000C20</code></td>
    128478343    <td align="right"><code>128</code></td>
    128488344    <td align="right"><code>4</code></td>
    128498345    <td align="left"><code>Zero</code></td>
    12850     <td align="left"><code>Gb</code></td>
    12851     <td align="left"><code>esr.o</code></td>
     8346    <td align="left"><code>Lc</code></td>
     8347    <td align="left"><code>firmware_lto.o</code></td>
    128528348  </tr>
    128538349  <tr>
    128548350    <td align="left"><code>eepromData</code></td>
    12855     <td align="right"><code>0x200003E8</code></td>
     8351    <td align="right"><code>0x200003E0</code></td>
    128568352    <td align="right"><code>216</code></td>
    128578353    <td align="right"><code>8</code></td>
    128588354    <td align="left"><code>Zero</code></td>
    128598355    <td align="left"><code>Lc</code></td>
    12860     <td align="left"><code>eeprom.o</code></td>
     8356    <td align="left"><code>firmware_lto.o</code></td>
    128618357  </tr>
    128628358  <tr>
    128638359    <td align="left"><code>eepromOldData</code></td>
    12864     <td align="right"><code>0x200004C0</code></td>
     8360    <td align="right"><code>0x200004B8</code></td>
    128658361    <td align="right"><code>208</code></td>
    128668362    <td align="right"><code>8</code></td>
    128678363    <td align="left"><code>Zero</code></td>
    128688364    <td align="left"><code>Lc</code></td>
    12869     <td align="left"><code>eeprom.o</code></td>
     8365    <td align="left"><code>firmware_lto.o</code></td>
    128708366  </tr>
    128718367  <tr>
    128728368    <td align="left"><code>frequencyMW</code></td>
    12873     <td align="right"><code>0x20000F5C</code></td>
    12874     <td align="right"><code>4</code></td>
    12875     <td align="right"><code>4</code></td>
    12876     <td align="left"><code>Zero</code></td>
    12877     <td align="left"><code>Lc</code></td>
    12878     <td align="left"><code>hsi16.o</code></td>
     8369    <td align="right"><code>0x20000F20</code></td>
     8370    <td align="right"><code>4</code></td>
     8371    <td align="right"><code>4</code></td>
     8372    <td align="left"><code>Zero</code></td>
     8373    <td align="left"><code>Lc</code></td>
     8374    <td align="left"><code>firmware_lto.o</code></td>
    128798375  </tr>
    128808376  <tr>
    128818377    <td align="left"><code>hadc1</code></td>
    12882     <td align="right"><code>0x20000D94</code></td>
     8378    <td align="right"><code>0x20000D84</code></td>
    128838379    <td align="right"><code>100</code></td>
    128848380    <td align="right"><code>4</code></td>
    128858381    <td align="left"><code>Zero</code></td>
    12886     <td align="left"><code>Gb</code></td>
    12887     <td align="left"><code>adc.o</code></td>
     8382    <td align="left"><code>Lc</code></td>
     8383    <td align="left"><code>firmware_lto.o</code></td>
    128888384  </tr>
    128898385  <tr>
    128908386    <td align="left"><code>hcrc</code></td>
    12891     <td align="right"><code>0x20000ECC</code></td>
     8387    <td align="right"><code>0x20000EBC</code></td>
    128928388    <td align="right"><code>36</code></td>
    128938389    <td align="right"><code>4</code></td>
    128948390    <td align="left"><code>Zero</code></td>
    12895     <td align="left"><code>Gb</code></td>
    12896     <td align="left"><code>main.o</code></td>
     8391    <td align="left"><code>Lc</code></td>
     8392    <td align="left"><code>firmware_lto.o</code></td>
    128978393  </tr>
    128988394  <tr>
    128998395    <td align="left"><code>hdma_adc1</code></td>
    12900     <td align="right"><code>0x20000DF8</code></td>
     8396    <td align="right"><code>0x20000DE8</code></td>
    129018397    <td align="right"><code>92</code></td>
    129028398    <td align="right"><code>4</code></td>
    129038399    <td align="left"><code>Zero</code></td>
    12904     <td align="left"><code>Gb</code></td>
    12905     <td align="left"><code>adc.o</code></td>
     8400    <td align="left"><code>Lc</code></td>
     8401    <td align="left"><code>firmware_lto.o</code></td>
    129068402  </tr>
    129078403  <tr>
    129088404    <td align="left"><code>hrtc</code></td>
    12909     <td align="right"><code>0x20000EA0</code></td>
     8405    <td align="right"><code>0x20000E90</code></td>
    129108406    <td align="right"><code>44</code></td>
    129118407    <td align="right"><code>4</code></td>
    129128408    <td align="left"><code>Zero</code></td>
    12913     <td align="left"><code>Gb</code></td>
    12914     <td align="left"><code>rtc.o</code></td>
     8409    <td align="left"><code>Lc</code></td>
     8410    <td align="left"><code>firmware_lto.o</code></td>
    129158411  </tr>
    129168412  <tr>
    129178413    <td align="left"><code>hspi1</code></td>
    12918     <td align="right"><code>0x20000D30</code></td>
     8414    <td align="right"><code>0x20000D20</code></td>
    129198415    <td align="right"><code>100</code></td>
    129208416    <td align="right"><code>4</code></td>
    129218417    <td align="left"><code>Zero</code></td>
    12922     <td align="left"><code>Gb</code></td>
    12923     <td align="left"><code>spi.o</code></td>
     8418    <td align="left"><code>Lc</code></td>
     8419    <td align="left"><code>firmware_lto.o</code></td>
    129248420  </tr>
    129258421  <tr>
    129268422    <td align="left"><code>huart1</code></td>
    12927     <td align="right"><code>0x20000AA4</code></td>
     8423    <td align="right"><code>0x20000A94</code></td>
    129288424    <td align="right"><code>140</code></td>
    129298425    <td align="right"><code>4</code></td>
    129308426    <td align="left"><code>Zero</code></td>
    12931     <td align="left"><code>Gb</code></td>
    12932     <td align="left"><code>usart.o</code></td>
     8427    <td align="left"><code>Lc</code></td>
     8428    <td align="left"><code>firmware_lto.o</code></td>
    129338429  </tr>
    129348430  <tr>
    129358431    <td align="left"><code>loopCounter</code></td>
    12936     <td align="right"><code>0x20000F48</code></td>
    12937     <td align="right"><code>4</code></td>
    12938     <td align="right"><code>4</code></td>
    12939     <td align="left"><code>Zero</code></td>
    12940     <td align="left"><code>Lc</code></td>
    12941     <td align="left"><code>hsi16.o</code></td>
     8432    <td align="right"><code>0x20000F0C</code></td>
     8433    <td align="right"><code>4</code></td>
     8434    <td align="right"><code>4</code></td>
     8435    <td align="left"><code>Zero</code></td>
     8436    <td align="left"><code>Lc</code></td>
     8437    <td align="left"><code>firmware_lto.o</code></td>
    129428438  </tr>
    129438439  <tr>
    129448440    <td align="left"><code>modbusData</code></td>
    12945     <td align="right"><code>0x200005C8</code></td>
     8441    <td align="right"><code>0x200005B8</code></td>
    129468442    <td align="right"><code>564</code></td>
    129478443    <td align="right"><code>4</code></td>
    129488444    <td align="left"><code>Zero</code></td>
    12949     <td align="left"><code>Gb</code></td>
    12950     <td align="left"><code>main.o</code></td>
     8445    <td align="left"><code>Lc</code></td>
     8446    <td align="left"><code>firmware_lto.o</code></td>
    129518447  </tr>
    129528448  <tr>
    129538449    <td align="left"><code>newADC</code></td>
    12954     <td align="right"><code>0x20000F44</code></td>
    12955     <td align="right"><code>4</code></td>
    12956     <td align="right"><code>4</code></td>
    12957     <td align="left"><code>Zero</code></td>
    12958     <td align="left"><code>Lc</code></td>
    12959     <td align="left"><code>main.o</code></td>
     8450    <td align="right"><code>0x20000F08</code></td>
     8451    <td align="right"><code>4</code></td>
     8452    <td align="right"><code>4</code></td>
     8453    <td align="left"><code>Zero</code></td>
     8454    <td align="left"><code>Lc</code></td>
     8455    <td align="left"><code>firmware_lto.o</code></td>
    129608456  </tr>
    129618457  <tr>
    129628458    <td align="left"><code>newCurrentValue</code></td>
    12963     <td align="right"><code>0x20000F40</code></td>
    12964     <td align="right"><code>4</code></td>
    12965     <td align="right"><code>4</code></td>
    12966     <td align="left"><code>Zero</code></td>
    12967     <td align="left"><code>Gb</code></td>
    12968     <td align="left"><code>ads1260.o</code></td>
    12969   </tr>
    12970   <tr>
    12971     <td align="left"><code>pFlash</code></td>
    12972     <td align="right"><code>0x20000F10</code></td>
    12973     <td align="right"><code>28</code></td>
    12974     <td align="right"><code>4</code></td>
    12975     <td align="left"><code>Zero</code></td>
    12976     <td align="left"><code>Gb</code></td>
    12977     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
    12978   </tr>
    12979   <tr>
    12980     <td align="left"><code>selectTrimingValue</code></td>
    12981     <td align="right"><code>0x20000029</code></td>
    12982     <td align="right"><code>1</code></td>
    12983     <td align="right"><code></code></td>
    12984     <td align="left"><code>Zero</code></td>
    12985     <td align="left"><code>Lc</code></td>
    12986     <td align="left"><code>hsi16 _calibration.o</code></td>
     8459    <td align="right"><code>0x20000F04</code></td>
     8460    <td align="right"><code>4</code></td>
     8461    <td align="right"><code>4</code></td>
     8462    <td align="left"><code>Zero</code></td>
     8463    <td align="left"><code>Lc</code></td>
     8464    <td align="left"><code>firmware_lto.o</code></td>
     8465  </tr>
     8466  <tr>
     8467    <td align="left"><code>pFlash.0</code></td>
     8468    <td align="right"><code>0x20000F88</code></td>
     8469    <td align="right"><code>1</code></td>
     8470    <td align="right"><code>4</code></td>
     8471    <td align="left"><code>Zero</code></td>
     8472    <td align="left"><code>Lc</code></td>
     8473    <td align="left"><code>firmware_lto.o</code></td>
    129878474  </tr>
    129888475  <tr>
    129898476    <td align="left"><code>startMeasurement</code></td>
    12990     <td align="right"><code>0x20000F3C</code></td>
    12991     <td align="right"><code>4</code></td>
    12992     <td align="right"><code>4</code></td>
    12993     <td align="left"><code>Zero</code></td>
    12994     <td align="left"><code>Gb</code></td>
    12995     <td align="left"><code>ah_counter.o</code></td>
     8477    <td align="right"><code>0x20000F84</code></td>
     8478    <td align="right"><code>1</code></td>
     8479    <td align="right"><code>4</code></td>
     8480    <td align="left"><code>Zero</code></td>
     8481    <td align="left"><code>Lc</code></td>
     8482    <td align="left"><code>firmware_lto.o</code></td>
    129968483  </tr>
    129978484  <tr>
    129988485    <td align="left"><code>stderr</code></td>
    12999     <td align="right"><code>0x20000020</code></td>
     8486    <td align="right"><code>0x2000001C</code></td>
    130008487    <td align="right"><code>4</code></td>
    130018488    <td align="right"><code>4</code></td>
     
    130068493  <tr>
    130078494    <td align="left"><code>stdin</code></td>
    13008     <td align="right"><code>0x2000001C</code></td>
     8495    <td align="right"><code>0x20000018</code></td>
    130098496    <td align="right"><code>4</code></td>
    130108497    <td align="right"><code>4</code></td>
     
    130158502  <tr>
    130168503    <td align="left"><code>stdout</code></td>
    13017     <td align="right"><code>0x20000018</code></td>
     8504    <td align="right"><code>0x20000014</code></td>
    130188505    <td align="right"><code>4</code></td>
    130198506    <td align="right"><code>4</code></td>
     
    130248511  <tr>
    130258512    <td align="left"><code>sys_data</code></td>
    13026     <td align="right"><code>0x20000030</code></td>
     8513    <td align="right"><code>0x20000028</code></td>
    130278514    <td align="right"><code>952</code></td>
    130288515    <td align="right"><code>8</code></td>
    130298516    <td align="left"><code>Zero</code></td>
    13030     <td align="left"><code>Gb</code></td>
    13031     <td align="left"><code>sysdata.o</code></td>
    13032   </tr>
    13033   <tr>
    13034     <td align="left"><code>trimmingValueOrder</code></td>
    13035     <td align="right"><code>0x200013BA</code></td>
     8517    <td align="left"><code>Lc</code></td>
     8518    <td align="left"><code>firmware_lto.o</code></td>
     8519  </tr>
     8520  <tr>
     8521    <td align="left"><code>uwTick</code></td>
     8522    <td align="right"><code>0x20000024</code></td>
     8523    <td align="right"><code>4</code></td>
     8524    <td align="right"><code>4</code></td>
     8525    <td align="left"><code>Zero</code></td>
     8526    <td align="left"><code>Lc</code></td>
     8527    <td align="left"><code>firmware_lto.o</code></td>
     8528  </tr>
     8529  <tr>
     8530    <td align="left"><code>uwTickPrio</code></td>
     8531    <td align="right"><code>0x20000F80</code></td>
     8532    <td align="right"><code>1</code></td>
     8533    <td align="right"><code>4</code></td>
     8534    <td align="left"><code>Zero</code></td>
     8535    <td align="left"><code>Lc</code></td>
     8536    <td align="left"><code>firmware_lto.o</code></td>
     8537  </tr>
     8538  <tr>
     8539    <td align="left"><code>voltage_buffer</code></td>
     8540    <td align="right"><code>0x20000BA0</code></td>
    130368541    <td align="right"><code>128</code></td>
    13037     <td align="right"><code></code></td>
    13038     <td align="left"><code>Zero</code></td>
    13039     <td align="left"><code>Lc</code></td>
    13040     <td align="left"><code>hsi16 _calibration.o</code></td>
    13041   </tr>
    13042   <tr>
    13043     <td align="left"><code>uwTick</code></td>
    13044     <td align="right"><code>0x2000002C</code></td>
    13045     <td align="right"><code>4</code></td>
    13046     <td align="right"><code>4</code></td>
    13047     <td align="left"><code>Zero</code></td>
    13048     <td align="left"><code>Gb</code></td>
    13049     <td align="left"><code>stm32g0xx_hal.o</code></td>
    13050   </tr>
    13051   <tr>
    13052     <td align="left"><code>uwTickFreq</code></td>
    13053     <td align="right"><code>0x20000028</code></td>
    13054     <td align="right"><code>1</code></td>
    13055     <td align="right"><code></code></td>
    13056     <td align="left"><code>Init</code></td>
    13057     <td align="left"><code>Gb</code></td>
    13058     <td align="left"><code>stm32g0xx_hal.o</code></td>
    13059   </tr>
    13060   <tr>
    13061     <td align="left"><code>uwTickPrio</code></td>
    13062     <td align="right"><code>0x20000014</code></td>
    13063     <td align="right"><code>4</code></td>
    13064     <td align="right"><code>4</code></td>
    13065     <td align="left"><code>Init</code></td>
    13066     <td align="left"><code>Gb</code></td>
    13067     <td align="left"><code>stm32g0xx_hal.o</code></td>
    13068   </tr>
    13069   <tr>
    13070     <td align="left"><code>voltage_buffer</code></td>
    13071     <td align="right"><code>0x20000BB0</code></td>
     8542    <td align="right"><code>4</code></td>
     8543    <td align="left"><code>Zero</code></td>
     8544    <td align="left"><code>Lc</code></td>
     8545    <td align="left"><code>firmware_lto.o</code></td>
     8546  </tr>
     8547  <tr>
     8548    <td align="left"><code>voltage_buffer_fast</code></td>
     8549    <td align="right"><code>0x20000B20</code></td>
    130728550    <td align="right"><code>128</code></td>
    130738551    <td align="right"><code>4</code></td>
    130748552    <td align="left"><code>Zero</code></td>
    13075     <td align="left"><code>Gb</code></td>
    13076     <td align="left"><code>esr.o</code></td>
    13077   </tr>
    13078   <tr>
    13079     <td align="left"><code>voltage_buffer_fast</code></td>
    13080     <td align="right"><code>0x20000B30</code></td>
    13081     <td align="right"><code>128</code></td>
    13082     <td align="right"><code>4</code></td>
    13083     <td align="left"><code>Zero</code></td>
    13084     <td align="left"><code>Gb</code></td>
    13085     <td align="left"><code>esr.o</code></td>
     8553    <td align="left"><code>Lc</code></td>
     8554    <td align="left"><code>firmware_lto.o</code></td>
    130868555  </tr>
    130878556</table>
     
    131178586  <tr>
    131188587    <td align="right"><code>0x20000014</code></td>
    13119     <td align="left"><code>uwTickPrio</code></td>
     8588    <td align="left"><code>stdout</code></td>
    131208589    <td align="right"><code>4</code></td>
    131218590    <td align="right"><code>4</code></td>
    131228591    <td align="left"><code>Init</code></td>
    131238592    <td align="left"><code>Gb</code></td>
    13124     <td align="left"><code>stm32g0xx_hal.o</code></td>
     8593    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    131258594  </tr>
    131268595  <tr>
    131278596    <td align="right"><code>0x20000018</code></td>
    13128     <td align="left"><code>stdout</code></td>
     8597    <td align="left"><code>stdin</code></td>
    131298598    <td align="right"><code>4</code></td>
    131308599    <td align="right"><code>4</code></td>
     
    131358604  <tr>
    131368605    <td align="right"><code>0x2000001C</code></td>
    13137     <td align="left"><code>stdin</code></td>
     8606    <td align="left"><code>stderr</code></td>
    131388607    <td align="right"><code>4</code></td>
    131398608    <td align="right"><code>4</code></td>
     
    131448613  <tr>
    131458614    <td align="right"><code>0x20000020</code></td>
    13146     <td align="left"><code>stderr</code></td>
     8615    <td align="left"><code>SystemCoreClock</code></td>
    131478616    <td align="right"><code>4</code></td>
    131488617    <td align="right"><code>4</code></td>
    131498618    <td align="left"><code>Init</code></td>
    13150     <td align="left"><code>Gb</code></td>
    13151     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     8619    <td align="left"><code>Lc</code></td>
     8620    <td align="left"><code>firmware_lto.o</code></td>
    131528621  </tr>
    131538622  <tr>
    131548623    <td align="right"><code>0x20000024</code></td>
    13155     <td align="left"><code>SystemCoreClock</code></td>
    13156     <td align="right"><code>4</code></td>
    13157     <td align="right"><code>4</code></td>
    13158     <td align="left"><code>Init</code></td>
    13159     <td align="left"><code>Gb</code></td>
    13160     <td align="left"><code>system_stm32g0xx.o</code></td>
     8624    <td align="left"><code>uwTick</code></td>
     8625    <td align="right"><code>4</code></td>
     8626    <td align="right"><code>4</code></td>
     8627    <td align="left"><code>Zero</code></td>
     8628    <td align="left"><code>Lc</code></td>
     8629    <td align="left"><code>firmware_lto.o</code></td>
    131618630  </tr>
    131628631  <tr>
    131638632    <td align="right"><code>0x20000028</code></td>
    13164     <td align="left"><code>uwTickFreq</code></td>
    13165     <td align="right"><code>1</code></td>
    13166     <td align="right"><code></code></td>
    13167     <td align="left"><code>Init</code></td>
    13168     <td align="left"><code>Gb</code></td>
    13169     <td align="left"><code>stm32g0xx_hal.o</code></td>
    13170   </tr>
    13171   <tr>
    13172     <td align="right"><code>0x20000029</code></td>
    13173     <td align="left"><code>selectTrimingValue</code></td>
    13174     <td align="right"><code>1</code></td>
    13175     <td align="right"><code></code></td>
    13176     <td align="left"><code>Zero</code></td>
    13177     <td align="left"><code>Lc</code></td>
    13178     <td align="left"><code>hsi16 _calibration.o</code></td>
    13179   </tr>
    13180   <tr>
    13181     <td align="right"><code>0x2000002A</code></td>
    13182     <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
    13183     <td align="right"><code>2</code></td>
    13184     <td align="right"><code>2</code></td>
    13185     <td align="left"><code>Zero</code></td>
    13186     <td align="left"><code>Lc</code></td>
    13187     <td align="left"><code>outputs.o</code></td>
    13188   </tr>
    13189   <tr>
    13190     <td align="right"><code>0x2000002C</code></td>
    13191     <td align="left"><code>uwTick</code></td>
    13192     <td align="right"><code>4</code></td>
    13193     <td align="right"><code>4</code></td>
    13194     <td align="left"><code>Zero</code></td>
    13195     <td align="left"><code>Gb</code></td>
    13196     <td align="left"><code>stm32g0xx_hal.o</code></td>
    13197   </tr>
    13198   <tr>
    13199     <td align="right"><code>0x20000030</code></td>
    132008633    <td align="left"><code>sys_data</code></td>
    132018634    <td align="right"><code>952</code></td>
    132028635    <td align="right"><code>8</code></td>
    132038636    <td align="left"><code>Zero</code></td>
    13204     <td align="left"><code>Gb</code></td>
    13205     <td align="left"><code>sysdata.o</code></td>
    13206   </tr>
    13207   <tr>
    13208     <td align="right"><code>0x200003E8</code></td>
     8637    <td align="left"><code>Lc</code></td>
     8638    <td align="left"><code>firmware_lto.o</code></td>
     8639  </tr>
     8640  <tr>
     8641    <td align="right"><code>0x200003E0</code></td>
    132098642    <td align="left"><code>eepromData</code></td>
    132108643    <td align="right"><code>216</code></td>
     
    132128645    <td align="left"><code>Zero</code></td>
    132138646    <td align="left"><code>Lc</code></td>
    13214     <td align="left"><code>eeprom.o</code></td>
    13215   </tr>
    13216   <tr>
    13217     <td align="right"><code>0x200004C0</code></td>
     8647    <td align="left"><code>firmware_lto.o</code></td>
     8648  </tr>
     8649  <tr>
     8650    <td align="right"><code>0x200004B8</code></td>
    132188651    <td align="left"><code>eepromOldData</code></td>
    132198652    <td align="right"><code>208</code></td>
     
    132218654    <td align="left"><code>Zero</code></td>
    132228655    <td align="left"><code>Lc</code></td>
    13223     <td align="left"><code>eeprom.o</code></td>
    13224   </tr>
    13225   <tr>
    13226     <td align="right"><code>0x20000590</code></td>
     8656    <td align="left"><code>firmware_lto.o</code></td>
     8657  </tr>
     8658  <tr>
     8659    <td align="right"><code>0x20000588</code></td>
    132278660    <td align="left"><code>currentWithGainCorrection</code></td>
    132288661    <td align="right"><code>8</code></td>
    132298662    <td align="right"><code>8</code></td>
    132308663    <td align="left"><code>Zero</code></td>
    13231     <td align="left"><code>Gb</code></td>
    13232     <td align="left"><code>ads1260.o</code></td>
    13233   </tr>
    13234   <tr>
    13235     <td align="right"><code>0x20000598</code></td>
    13236     <td align="left"><code>currentWithGainAndGainShuntTempCorrection</code></td>
    13237     <td align="right"><code>8</code></td>
    13238     <td align="right"><code>8</code></td>
    13239     <td align="left"><code>Zero</code></td>
    13240     <td align="left"><code>Gb</code></td>
    13241     <td align="left"><code>ads1260.o</code></td>
    13242   </tr>
    13243   <tr>
    13244     <td align="right"><code>0x200005A0</code></td>
     8664    <td align="left"><code>Lc</code></td>
     8665    <td align="left"><code>firmware_lto.o</code></td>
     8666  </tr>
     8667  <tr>
     8668    <td align="right"><code>0x20000590</code></td>
    132458669    <td align="left"><code>current</code></td>
    132468670    <td align="right"><code>8</code></td>
    132478671    <td align="right"><code>8</code></td>
    132488672    <td align="left"><code>Zero</code></td>
    13249     <td align="left"><code>Gb</code></td>
    13250     <td align="left"><code>ads1260.o</code></td>
    13251   </tr>
    13252   <tr>
    13253     <td align="right"><code>0x200005A8</code></td>
     8673    <td align="left"><code>Lc</code></td>
     8674    <td align="left"><code>firmware_lto.o</code></td>
     8675  </tr>
     8676  <tr>
     8677    <td align="right"><code>0x20000598</code></td>
    132548678    <td align="left"><code>WH_COUNTER_Exec.totalDischarge</code></td>
    132558679    <td align="right"><code>8</code></td>
     
    132578681    <td align="left"><code>Zero</code></td>
    132588682    <td align="left"><code>Lc</code></td>
    13259     <td align="left"><code>wh_counter.o</code></td>
    13260   </tr>
    13261   <tr>
    13262     <td align="right"><code>0x200005B0</code></td>
     8683    <td align="left"><code>firmware_lto.o</code></td>
     8684  </tr>
     8685  <tr>
     8686    <td align="right"><code>0x200005A0</code></td>
    132638687    <td align="left"><code>WH_COUNTER_Exec.totalCharge</code></td>
    132648688    <td align="right"><code>8</code></td>
     
    132668690    <td align="left"><code>Zero</code></td>
    132678691    <td align="left"><code>Lc</code></td>
    13268     <td align="left"><code>wh_counter.o</code></td>
    13269   </tr>
    13270   <tr>
    13271     <td align="right"><code>0x200005B8</code></td>
     8692    <td align="left"><code>firmware_lto.o</code></td>
     8693  </tr>
     8694  <tr>
     8695    <td align="right"><code>0x200005A8</code></td>
    132728696    <td align="left"><code>AH_COUNTER_Exec.totalDischarge</code></td>
    132738697    <td align="right"><code>8</code></td>
     
    132758699    <td align="left"><code>Zero</code></td>
    132768700    <td align="left"><code>Lc</code></td>
    13277     <td align="left"><code>ah_counter.o</code></td>
    13278   </tr>
    13279   <tr>
    13280     <td align="right"><code>0x200005C0</code></td>
     8701    <td align="left"><code>firmware_lto.o</code></td>
     8702  </tr>
     8703  <tr>
     8704    <td align="right"><code>0x200005B0</code></td>
    132818705    <td align="left"><code>AH_COUNTER_Exec.totalCharge</code></td>
    132828706    <td align="right"><code>8</code></td>
     
    132848708    <td align="left"><code>Zero</code></td>
    132858709    <td align="left"><code>Lc</code></td>
    13286     <td align="left"><code>ah_counter.o</code></td>
    13287   </tr>
    13288   <tr>
    13289     <td align="right"><code>0x200005C8</code></td>
     8710    <td align="left"><code>firmware_lto.o</code></td>
     8711  </tr>
     8712  <tr>
     8713    <td align="right"><code>0x200005B8</code></td>
    132908714    <td align="left"><code>modbusData</code></td>
    132918715    <td align="right"><code>564</code></td>
    132928716    <td align="right"><code>4</code></td>
    132938717    <td align="left"><code>Zero</code></td>
    13294     <td align="left"><code>Gb</code></td>
    13295     <td align="left"><code>main.o</code></td>
    13296   </tr>
    13297   <tr>
    13298     <td align="right"><code>0x200007FC</code></td>
     8718    <td align="left"><code>Lc</code></td>
     8719    <td align="left"><code>firmware_lto.o</code></td>
     8720  </tr>
     8721  <tr>
     8722    <td align="right"><code>0x200007EC</code></td>
    132998723    <td align="left"><code>aFrequenceChangeTable</code></td>
    133008724    <td align="right"><code>512</code></td>
    133018725    <td align="right"><code>4</code></td>
    133028726    <td align="left"><code>Zero</code></td>
    13303     <td align="left"><code>Gb</code></td>
    13304     <td align="left"><code>hsi16.o</code></td>
    13305   </tr>
    13306   <tr>
    13307     <td align="right"><code>0x200009FC</code></td>
     8727    <td align="left"><code>Lc</code></td>
     8728    <td align="left"><code>firmware_lto.o</code></td>
     8729  </tr>
     8730  <tr>
     8731    <td align="right"><code>0x200009EC</code></td>
    133088732    <td align="left"><code>_SEGGER_RTT</code></td>
    133098733    <td align="right"><code>168</code></td>
     
    133148738  </tr>
    133158739  <tr>
    13316     <td align="right"><code>0x20000AA4</code></td>
     8740    <td align="right"><code>0x20000A94</code></td>
    133178741    <td align="left"><code>huart1</code></td>
    133188742    <td align="right"><code>140</code></td>
    133198743    <td align="right"><code>4</code></td>
    133208744    <td align="left"><code>Zero</code></td>
    13321     <td align="left"><code>Gb</code></td>
    13322     <td align="left"><code>usart.o</code></td>
    13323   </tr>
    13324   <tr>
    13325     <td align="right"><code>0x20000B30</code></td>
     8745    <td align="left"><code>Lc</code></td>
     8746    <td align="left"><code>firmware_lto.o</code></td>
     8747  </tr>
     8748  <tr>
     8749    <td align="right"><code>0x20000B20</code></td>
    133268750    <td align="left"><code>voltage_buffer_fast</code></td>
    133278751    <td align="right"><code>128</code></td>
    133288752    <td align="right"><code>4</code></td>
    133298753    <td align="left"><code>Zero</code></td>
    13330     <td align="left"><code>Gb</code></td>
    13331     <td align="left"><code>esr.o</code></td>
    13332   </tr>
    13333   <tr>
    13334     <td align="right"><code>0x20000BB0</code></td>
     8754    <td align="left"><code>Lc</code></td>
     8755    <td align="left"><code>firmware_lto.o</code></td>
     8756  </tr>
     8757  <tr>
     8758    <td align="right"><code>0x20000BA0</code></td>
    133358759    <td align="left"><code>voltage_buffer</code></td>
    133368760    <td align="right"><code>128</code></td>
    133378761    <td align="right"><code>4</code></td>
    133388762    <td align="left"><code>Zero</code></td>
    13339     <td align="left"><code>Gb</code></td>
    13340     <td align="left"><code>esr.o</code></td>
    13341   </tr>
    13342   <tr>
    13343     <td align="right"><code>0x20000C30</code></td>
     8763    <td align="left"><code>Lc</code></td>
     8764    <td align="left"><code>firmware_lto.o</code></td>
     8765  </tr>
     8766  <tr>
     8767    <td align="right"><code>0x20000C20</code></td>
    133448768    <td align="left"><code>current_buffer_fast</code></td>
    133458769    <td align="right"><code>128</code></td>
    133468770    <td align="right"><code>4</code></td>
    133478771    <td align="left"><code>Zero</code></td>
    13348     <td align="left"><code>Gb</code></td>
    13349     <td align="left"><code>esr.o</code></td>
    13350   </tr>
    13351   <tr>
    13352     <td align="right"><code>0x20000CB0</code></td>
     8772    <td align="left"><code>Lc</code></td>
     8773    <td align="left"><code>firmware_lto.o</code></td>
     8774  </tr>
     8775  <tr>
     8776    <td align="right"><code>0x20000CA0</code></td>
    133538777    <td align="left"><code>current_buffer</code></td>
    133548778    <td align="right"><code>128</code></td>
    133558779    <td align="right"><code>4</code></td>
    133568780    <td align="left"><code>Zero</code></td>
    13357     <td align="left"><code>Gb</code></td>
    13358     <td align="left"><code>esr.o</code></td>
    13359   </tr>
    13360   <tr>
    13361     <td align="right"><code>0x20000D30</code></td>
     8781    <td align="left"><code>Lc</code></td>
     8782    <td align="left"><code>firmware_lto.o</code></td>
     8783  </tr>
     8784  <tr>
     8785    <td align="right"><code>0x20000D20</code></td>
    133628786    <td align="left"><code>hspi1</code></td>
    133638787    <td align="right"><code>100</code></td>
    133648788    <td align="right"><code>4</code></td>
    133658789    <td align="left"><code>Zero</code></td>
    13366     <td align="left"><code>Gb</code></td>
    13367     <td align="left"><code>spi.o</code></td>
    13368   </tr>
    13369   <tr>
    13370     <td align="right"><code>0x20000D94</code></td>
     8790    <td align="left"><code>Lc</code></td>
     8791    <td align="left"><code>firmware_lto.o</code></td>
     8792  </tr>
     8793  <tr>
     8794    <td align="right"><code>0x20000D84</code></td>
    133718795    <td align="left"><code>hadc1</code></td>
    133728796    <td align="right"><code>100</code></td>
    133738797    <td align="right"><code>4</code></td>
    133748798    <td align="left"><code>Zero</code></td>
    13375     <td align="left"><code>Gb</code></td>
    13376     <td align="left"><code>adc.o</code></td>
    13377   </tr>
    13378   <tr>
    13379     <td align="right"><code>0x20000DF8</code></td>
     8799    <td align="left"><code>Lc</code></td>
     8800    <td align="left"><code>firmware_lto.o</code></td>
     8801  </tr>
     8802  <tr>
     8803    <td align="right"><code>0x20000DE8</code></td>
    133808804    <td align="left"><code>hdma_adc1</code></td>
    133818805    <td align="right"><code>92</code></td>
    133828806    <td align="right"><code>4</code></td>
    133838807    <td align="left"><code>Zero</code></td>
    13384     <td align="left"><code>Gb</code></td>
    13385     <td align="left"><code>adc.o</code></td>
    13386   </tr>
    13387   <tr>
    13388     <td align="right"><code>0x20000E54</code></td>
     8808    <td align="left"><code>Lc</code></td>
     8809    <td align="left"><code>firmware_lto.o</code></td>
     8810  </tr>
     8811  <tr>
     8812    <td align="right"><code>0x20000E44</code></td>
    133898813    <td align="left"><code>TimHandle</code></td>
    133908814    <td align="right"><code>76</code></td>
    133918815    <td align="right"><code>4</code></td>
    133928816    <td align="left"><code>Zero</code></td>
    13393     <td align="left"><code>Gb</code></td>
    13394     <td align="left"><code>hsi16.o</code></td>
    13395   </tr>
    13396   <tr>
    13397     <td align="right"><code>0x20000EA0</code></td>
     8817    <td align="left"><code>Lc</code></td>
     8818    <td align="left"><code>firmware_lto.o</code></td>
     8819  </tr>
     8820  <tr>
     8821    <td align="right"><code>0x20000E90</code></td>
    133988822    <td align="left"><code>hrtc</code></td>
    133998823    <td align="right"><code>44</code></td>
    134008824    <td align="right"><code>4</code></td>
    134018825    <td align="left"><code>Zero</code></td>
    13402     <td align="left"><code>Gb</code></td>
    13403     <td align="left"><code>rtc.o</code></td>
    13404   </tr>
    13405   <tr>
    13406     <td align="right"><code>0x20000ECC</code></td>
     8826    <td align="left"><code>Lc</code></td>
     8827    <td align="left"><code>firmware_lto.o</code></td>
     8828  </tr>
     8829  <tr>
     8830    <td align="right"><code>0x20000EBC</code></td>
    134078831    <td align="left"><code>hcrc</code></td>
    134088832    <td align="right"><code>36</code></td>
    134098833    <td align="right"><code>4</code></td>
    134108834    <td align="left"><code>Zero</code></td>
    13411     <td align="left"><code>Gb</code></td>
    13412     <td align="left"><code>main.o</code></td>
    13413   </tr>
    13414   <tr>
    13415     <td align="right"><code>0x20000EF0</code></td>
     8835    <td align="left"><code>Lc</code></td>
     8836    <td align="left"><code>firmware_lto.o</code></td>
     8837  </tr>
     8838  <tr>
     8839    <td align="right"><code>0x20000EE0</code></td>
    134168840    <td align="left"><code>adcData</code></td>
    13417     <td align="right"><code>32</code></td>
    13418     <td align="right"><code>4</code></td>
    13419     <td align="left"><code>Zero</code></td>
    13420     <td align="left"><code>Lc</code></td>
    13421     <td align="left"><code>main.o</code></td>
     8841    <td align="right"><code>36</code></td>
     8842    <td align="right"><code>4</code></td>
     8843    <td align="left"><code>Zero</code></td>
     8844    <td align="left"><code>Lc</code></td>
     8845    <td align="left"><code>firmware_lto.o</code></td>
     8846  </tr>
     8847  <tr>
     8848    <td align="right"><code>0x20000F04</code></td>
     8849    <td align="left"><code>newCurrentValue</code></td>
     8850    <td align="right"><code>4</code></td>
     8851    <td align="right"><code>4</code></td>
     8852    <td align="left"><code>Zero</code></td>
     8853    <td align="left"><code>Lc</code></td>
     8854    <td align="left"><code>firmware_lto.o</code></td>
     8855  </tr>
     8856  <tr>
     8857    <td align="right"><code>0x20000F08</code></td>
     8858    <td align="left"><code>newADC</code></td>
     8859    <td align="right"><code>4</code></td>
     8860    <td align="right"><code>4</code></td>
     8861    <td align="left"><code>Zero</code></td>
     8862    <td align="left"><code>Lc</code></td>
     8863    <td align="left"><code>firmware_lto.o</code></td>
     8864  </tr>
     8865  <tr>
     8866    <td align="right"><code>0x20000F0C</code></td>
     8867    <td align="left"><code>loopCounter</code></td>
     8868    <td align="right"><code>4</code></td>
     8869    <td align="right"><code>4</code></td>
     8870    <td align="left"><code>Zero</code></td>
     8871    <td align="left"><code>Lc</code></td>
     8872    <td align="left"><code>firmware_lto.o</code></td>
    134228873  </tr>
    134238874  <tr>
    134248875    <td align="right"><code>0x20000F10</code></td>
    13425     <td align="left"><code>pFlash</code></td>
    13426     <td align="right"><code>28</code></td>
    13427     <td align="right"><code>4</code></td>
    13428     <td align="left"><code>Zero</code></td>
    13429     <td align="left"><code>Gb</code></td>
    13430     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
     8876    <td align="left"><code>__SEGGER_RTL_stdout_file</code></td>
     8877    <td align="right"><code>4</code></td>
     8878    <td align="right"><code>4</code></td>
     8879    <td align="left"><code>Zero</code></td>
     8880    <td align="left"><code>Lc</code></td>
     8881    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     8882  </tr>
     8883  <tr>
     8884    <td align="right"><code>0x20000F14</code></td>
     8885    <td align="left"><code>__SEGGER_RTL_stdin_file</code></td>
     8886    <td align="right"><code>4</code></td>
     8887    <td align="right"><code>4</code></td>
     8888    <td align="left"><code>Zero</code></td>
     8889    <td align="left"><code>Lc</code></td>
     8890    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     8891  </tr>
     8892  <tr>
     8893    <td align="right"><code>0x20000F18</code></td>
     8894    <td align="left"><code>__SEGGER_RTL_stderr_file</code></td>
     8895    <td align="right"><code>4</code></td>
     8896    <td align="right"><code>4</code></td>
     8897    <td align="left"><code>Zero</code></td>
     8898    <td align="left"><code>Lc</code></td>
     8899    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     8900  </tr>
     8901  <tr>
     8902    <td align="right"><code>0x20000F1C</code></td>
     8903    <td align="left"><code>__SEGGER_RTL_locale_ptr</code></td>
     8904    <td align="right"><code>4</code></td>
     8905    <td align="right"><code>4</code></td>
     8906    <td align="left"><code>Zero</code></td>
     8907    <td align="left"><code>Gb</code></td>
     8908    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
     8909  </tr>
     8910  <tr>
     8911    <td align="right"><code>0x20000F20</code></td>
     8912    <td align="left"><code>frequencyMW</code></td>
     8913    <td align="right"><code>4</code></td>
     8914    <td align="right"><code>4</code></td>
     8915    <td align="left"><code>Zero</code></td>
     8916    <td align="left"><code>Lc</code></td>
     8917    <td align="left"><code>firmware_lto.o</code></td>
     8918  </tr>
     8919  <tr>
     8920    <td align="right"><code>0x20000F24</code></td>
     8921    <td align="left"><code>calTemperatureSensorDiff</code></td>
     8922    <td align="right"><code>4</code></td>
     8923    <td align="right"><code>4</code></td>
     8924    <td align="left"><code>Zero</code></td>
     8925    <td align="left"><code>Lc</code></td>
     8926    <td align="left"><code>firmware_lto.o</code></td>
     8927  </tr>
     8928  <tr>
     8929    <td align="right"><code>0x20000F28</code></td>
     8930    <td align="left"><code>calTemperatureSensor30Value</code></td>
     8931    <td align="right"><code>4</code></td>
     8932    <td align="right"><code>4</code></td>
     8933    <td align="left"><code>Zero</code></td>
     8934    <td align="left"><code>Lc</code></td>
     8935    <td align="left"><code>firmware_lto.o</code></td>
    134318936  </tr>
    134328937  <tr>
    134338938    <td align="right"><code>0x20000F2C</code></td>
    13434     <td align="left"><code>EraseInitStruct</code></td>
    13435     <td align="right"><code>16</code></td>
    13436     <td align="right"><code>4</code></td>
    13437     <td align="left"><code>Zero</code></td>
    13438     <td align="left"><code>Lc</code></td>
    13439     <td align="left"><code>eeprom.o</code></td>
     8939    <td align="left"><code>avgValWithOffsetCompensation</code></td>
     8940    <td align="right"><code>4</code></td>
     8941    <td align="right"><code>4</code></td>
     8942    <td align="left"><code>Zero</code></td>
     8943    <td align="left"><code>Lc</code></td>
     8944    <td align="left"><code>firmware_lto.o</code></td>
     8945  </tr>
     8946  <tr>
     8947    <td align="right"><code>0x20000F30</code></td>
     8948    <td align="left"><code>avgValWithOffsetCommonModeOffsetCorrection</code></td>
     8949    <td align="right"><code>4</code></td>
     8950    <td align="right"><code>4</code></td>
     8951    <td align="left"><code>Zero</code></td>
     8952    <td align="left"><code>Lc</code></td>
     8953    <td align="left"><code>firmware_lto.o</code></td>
     8954  </tr>
     8955  <tr>
     8956    <td align="right"><code>0x20000F34</code></td>
     8957    <td align="left"><code>SysTick_Handler.ms</code></td>
     8958    <td align="right"><code>4</code></td>
     8959    <td align="right"><code>4</code></td>
     8960    <td align="left"><code>Zero</code></td>
     8961    <td align="left"><code>Lc</code></td>
     8962    <td align="left"><code>firmware_lto.o</code></td>
     8963  </tr>
     8964  <tr>
     8965    <td align="right"><code>0x20000F38</code></td>
     8966    <td align="left"><code>SaveCounter.last_days</code></td>
     8967    <td align="right"><code>4</code></td>
     8968    <td align="right"><code>4</code></td>
     8969    <td align="left"><code>Zero</code></td>
     8970    <td align="left"><code>Lc</code></td>
     8971    <td align="left"><code>firmware_lto.o</code></td>
    134408972  </tr>
    134418973  <tr>
    134428974    <td align="right"><code>0x20000F3C</code></td>
     8975    <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
     8976    <td align="right"><code>4</code></td>
     8977    <td align="right"><code>4</code></td>
     8978    <td align="left"><code>Zero</code></td>
     8979    <td align="left"><code>Lc</code></td>
     8980    <td align="left"><code>firmware_lto.o</code></td>
     8981  </tr>
     8982  <tr>
     8983    <td align="right"><code>0x20000F40</code></td>
     8984    <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
     8985    <td align="right"><code>4</code></td>
     8986    <td align="right"><code>4</code></td>
     8987    <td align="left"><code>Zero</code></td>
     8988    <td align="left"><code>Lc</code></td>
     8989    <td align="left"><code>firmware_lto.o</code></td>
     8990  </tr>
     8991  <tr>
     8992    <td align="right"><code>0x20000F44</code></td>
     8993    <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
     8994    <td align="right"><code>4</code></td>
     8995    <td align="right"><code>4</code></td>
     8996    <td align="left"><code>Zero</code></td>
     8997    <td align="left"><code>Lc</code></td>
     8998    <td align="left"><code>firmware_lto.o</code></td>
     8999  </tr>
     9000  <tr>
     9001    <td align="right"><code>0x20000F48</code></td>
     9002    <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
     9003    <td align="right"><code>4</code></td>
     9004    <td align="right"><code>4</code></td>
     9005    <td align="left"><code>Zero</code></td>
     9006    <td align="left"><code>Lc</code></td>
     9007    <td align="left"><code>firmware_lto.o</code></td>
     9008  </tr>
     9009  <tr>
     9010    <td align="right"><code>0x20000F4C</code></td>
     9011    <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
     9012    <td align="right"><code>4</code></td>
     9013    <td align="right"><code>4</code></td>
     9014    <td align="left"><code>Zero</code></td>
     9015    <td align="left"><code>Lc</code></td>
     9016    <td align="left"><code>firmware_lto.o</code></td>
     9017  </tr>
     9018  <tr>
     9019    <td align="right"><code>0x20000F50</code></td>
     9020    <td align="left"><code>IC1ReadValue2</code></td>
     9021    <td align="right"><code>4</code></td>
     9022    <td align="right"><code>4</code></td>
     9023    <td align="left"><code>Zero</code></td>
     9024    <td align="left"><code>Lc</code></td>
     9025    <td align="left"><code>firmware_lto.o</code></td>
     9026  </tr>
     9027  <tr>
     9028    <td align="right"><code>0x20000F54</code></td>
     9029    <td align="left"><code>IC1ReadValue1</code></td>
     9030    <td align="right"><code>4</code></td>
     9031    <td align="right"><code>4</code></td>
     9032    <td align="left"><code>Zero</code></td>
     9033    <td align="left"><code>Lc</code></td>
     9034    <td align="left"><code>firmware_lto.o</code></td>
     9035  </tr>
     9036  <tr>
     9037    <td align="right"><code>0x20000F58</code></td>
     9038    <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
     9039    <td align="right"><code>4</code></td>
     9040    <td align="right"><code>4</code></td>
     9041    <td align="left"><code>Zero</code></td>
     9042    <td align="left"><code>Lc</code></td>
     9043    <td align="left"><code>firmware_lto.o</code></td>
     9044  </tr>
     9045  <tr>
     9046    <td align="right"><code>0x20000F5C</code></td>
     9047    <td align="left"><code>EraseInitStruct.2</code></td>
     9048    <td align="right"><code>4</code></td>
     9049    <td align="right"><code>4</code></td>
     9050    <td align="left"><code>Zero</code></td>
     9051    <td align="left"><code>Lc</code></td>
     9052    <td align="left"><code>firmware_lto.o</code></td>
     9053  </tr>
     9054  <tr>
     9055    <td align="right"><code>0x20000F60</code></td>
     9056    <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
     9057    <td align="right"><code>4</code></td>
     9058    <td align="right"><code>4</code></td>
     9059    <td align="left"><code>Zero</code></td>
     9060    <td align="left"><code>Lc</code></td>
     9061    <td align="left"><code>firmware_lto.o</code></td>
     9062  </tr>
     9063  <tr>
     9064    <td align="right"><code>0x20000F64</code></td>
     9065    <td align="left"><code>ESR_Exec.last_refresh</code></td>
     9066    <td align="right"><code>4</code></td>
     9067    <td align="right"><code>4</code></td>
     9068    <td align="left"><code>Zero</code></td>
     9069    <td align="left"><code>Lc</code></td>
     9070    <td align="left"><code>firmware_lto.o</code></td>
     9071  </tr>
     9072  <tr>
     9073    <td align="right"><code>0x20000F68</code></td>
     9074    <td align="left"><code>CaptureState</code></td>
     9075    <td align="right"><code>4</code></td>
     9076    <td align="right"><code>4</code></td>
     9077    <td align="left"><code>Zero</code></td>
     9078    <td align="left"><code>Lc</code></td>
     9079    <td align="left"><code>firmware_lto.o</code></td>
     9080  </tr>
     9081  <tr>
     9082    <td align="right"><code>0x20000F6C</code></td>
     9083    <td align="left"><code>Capture</code></td>
     9084    <td align="right"><code>4</code></td>
     9085    <td align="right"><code>4</code></td>
     9086    <td align="left"><code>Zero</code></td>
     9087    <td align="left"><code>Lc</code></td>
     9088    <td align="left"><code>firmware_lto.o</code></td>
     9089  </tr>
     9090  <tr>
     9091    <td align="right"><code>0x20000F70</code></td>
     9092    <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
     9093    <td align="right"><code>4</code></td>
     9094    <td align="right"><code>4</code></td>
     9095    <td align="left"><code>Zero</code></td>
     9096    <td align="left"><code>Lc</code></td>
     9097    <td align="left"><code>firmware_lto.o</code></td>
     9098  </tr>
     9099  <tr>
     9100    <td align="right"><code>0x20000F74</code></td>
     9101    <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
     9102    <td align="right"><code>4</code></td>
     9103    <td align="right"><code>4</code></td>
     9104    <td align="left"><code>Zero</code></td>
     9105    <td align="left"><code>Lc</code></td>
     9106    <td align="left"><code>firmware_lto.o</code></td>
     9107  </tr>
     9108  <tr>
     9109    <td align="right"><code>0x20000F78</code></td>
     9110    <td align="left"><code>ADS1260_ProcessCurrent.meas_counter</code></td>
     9111    <td align="right"><code>4</code></td>
     9112    <td align="right"><code>4</code></td>
     9113    <td align="left"><code>Zero</code></td>
     9114    <td align="left"><code>Lc</code></td>
     9115    <td align="left"><code>firmware_lto.o</code></td>
     9116  </tr>
     9117  <tr>
     9118    <td align="right"><code>0x20000F7C</code></td>
     9119    <td align="left"><code>ADS1260_ProcessCurrent.avgsum</code></td>
     9120    <td align="right"><code>4</code></td>
     9121    <td align="right"><code>4</code></td>
     9122    <td align="left"><code>Zero</code></td>
     9123    <td align="left"><code>Lc</code></td>
     9124    <td align="left"><code>firmware_lto.o</code></td>
     9125  </tr>
     9126  <tr>
     9127    <td align="right"><code>0x20000F80</code></td>
     9128    <td align="left"><code>uwTickPrio</code></td>
     9129    <td align="right"><code>1</code></td>
     9130    <td align="right"><code>4</code></td>
     9131    <td align="left"><code>Zero</code></td>
     9132    <td align="left"><code>Lc</code></td>
     9133    <td align="left"><code>firmware_lto.o</code></td>
     9134  </tr>
     9135  <tr>
     9136    <td align="right"><code>0x20000F82</code></td>
     9137    <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
     9138    <td align="right"><code>2</code></td>
     9139    <td align="right"><code>2</code></td>
     9140    <td align="left"><code>Zero</code></td>
     9141    <td align="left"><code>Lc</code></td>
     9142    <td align="left"><code>firmware_lto.o</code></td>
     9143  </tr>
     9144  <tr>
     9145    <td align="right"><code>0x20000F84</code></td>
    134439146    <td align="left"><code>startMeasurement</code></td>
    13444     <td align="right"><code>4</code></td>
    13445     <td align="right"><code>4</code></td>
    13446     <td align="left"><code>Zero</code></td>
    13447     <td align="left"><code>Gb</code></td>
    13448     <td align="left"><code>ah_counter.o</code></td>
    13449   </tr>
    13450   <tr>
    13451     <td align="right"><code>0x20000F40</code></td>
    13452     <td align="left"><code>newCurrentValue</code></td>
    13453     <td align="right"><code>4</code></td>
    13454     <td align="right"><code>4</code></td>
    13455     <td align="left"><code>Zero</code></td>
    13456     <td align="left"><code>Gb</code></td>
    13457     <td align="left"><code>ads1260.o</code></td>
    13458   </tr>
    13459   <tr>
    13460     <td align="right"><code>0x20000F44</code></td>
    13461     <td align="left"><code>newADC</code></td>
    13462     <td align="right"><code>4</code></td>
    13463     <td align="right"><code>4</code></td>
    13464     <td align="left"><code>Zero</code></td>
    13465     <td align="left"><code>Lc</code></td>
    13466     <td align="left"><code>main.o</code></td>
    13467   </tr>
    13468   <tr>
    13469     <td align="right"><code>0x20000F48</code></td>
    13470     <td align="left"><code>loopCounter</code></td>
    13471     <td align="right"><code>4</code></td>
    13472     <td align="right"><code>4</code></td>
    13473     <td align="left"><code>Zero</code></td>
    13474     <td align="left"><code>Lc</code></td>
    13475     <td align="left"><code>hsi16.o</code></td>
    13476   </tr>
    13477   <tr>
    13478     <td align="right"><code>0x20000F4C</code></td>
    13479     <td align="left"><code>__SEGGER_RTL_stdout_file</code></td>
    13480     <td align="right"><code>4</code></td>
    13481     <td align="right"><code>4</code></td>
    13482     <td align="left"><code>Zero</code></td>
    13483     <td align="left"><code>Lc</code></td>
    13484     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    13485   </tr>
    13486   <tr>
    13487     <td align="right"><code>0x20000F50</code></td>
    13488     <td align="left"><code>__SEGGER_RTL_stdin_file</code></td>
    13489     <td align="right"><code>4</code></td>
    13490     <td align="right"><code>4</code></td>
    13491     <td align="left"><code>Zero</code></td>
    13492     <td align="left"><code>Lc</code></td>
    13493     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    13494   </tr>
    13495   <tr>
    13496     <td align="right"><code>0x20000F54</code></td>
    13497     <td align="left"><code>__SEGGER_RTL_stderr_file</code></td>
    13498     <td align="right"><code>4</code></td>
    13499     <td align="right"><code>4</code></td>
    13500     <td align="left"><code>Zero</code></td>
    13501     <td align="left"><code>Lc</code></td>
    13502     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    13503   </tr>
    13504   <tr>
    13505     <td align="right"><code>0x20000F58</code></td>
    13506     <td align="left"><code>__SEGGER_RTL_locale_ptr</code></td>
    13507     <td align="right"><code>4</code></td>
    13508     <td align="right"><code>4</code></td>
    13509     <td align="left"><code>Zero</code></td>
    13510     <td align="left"><code>Gb</code></td>
    13511     <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    13512   </tr>
    13513   <tr>
    13514     <td align="right"><code>0x20000F5C</code></td>
    13515     <td align="left"><code>frequencyMW</code></td>
    13516     <td align="right"><code>4</code></td>
    13517     <td align="right"><code>4</code></td>
    13518     <td align="left"><code>Zero</code></td>
    13519     <td align="left"><code>Lc</code></td>
    13520     <td align="left"><code>hsi16.o</code></td>
    13521   </tr>
    13522   <tr>
    13523     <td align="right"><code>0x20000F60</code></td>
    13524     <td align="left"><code>avgValWithOffsetCompensation</code></td>
    13525     <td align="right"><code>4</code></td>
    13526     <td align="right"><code>4</code></td>
    13527     <td align="left"><code>Zero</code></td>
    13528     <td align="left"><code>Gb</code></td>
    13529     <td align="left"><code>ads1260.o</code></td>
    13530   </tr>
    13531   <tr>
    13532     <td align="right"><code>0x20000F64</code></td>
    13533     <td align="left"><code>avgValWithOffsetCommonModeOffsetTemperatureCorrection</code></td>
    13534     <td align="right"><code>4</code></td>
    13535     <td align="right"><code>4</code></td>
    13536     <td align="left"><code>Zero</code></td>
    13537     <td align="left"><code>Gb</code></td>
    13538     <td align="left"><code>ads1260.o</code></td>
    13539   </tr>
    13540   <tr>
    13541     <td align="right"><code>0x20000F68</code></td>
    13542     <td align="left"><code>avgValWithOffsetCommonModeOffsetCorrection</code></td>
    13543     <td align="right"><code>4</code></td>
    13544     <td align="right"><code>4</code></td>
    13545     <td align="left"><code>Zero</code></td>
    13546     <td align="left"><code>Gb</code></td>
    13547     <td align="left"><code>ads1260.o</code></td>
    13548   </tr>
    13549   <tr>
    13550     <td align="right"><code>0x20000F6C</code></td>
    13551     <td align="left"><code>SysTick_Handler.ms</code></td>
    13552     <td align="right"><code>4</code></td>
    13553     <td align="right"><code>4</code></td>
    13554     <td align="left"><code>Zero</code></td>
    13555     <td align="left"><code>Lc</code></td>
    13556     <td align="left"><code>stm32g0xx_it.o</code></td>
    13557   </tr>
    13558   <tr>
    13559     <td align="right"><code>0x20000F70</code></td>
    13560     <td align="left"><code>SaveCounter.last_days</code></td>
    13561     <td align="right"><code>4</code></td>
    13562     <td align="right"><code>4</code></td>
    13563     <td align="left"><code>Zero</code></td>
    13564     <td align="left"><code>Lc</code></td>
    13565     <td align="left"><code>main.o</code></td>
    13566   </tr>
    13567   <tr>
    13568     <td align="right"><code>0x20000F74</code></td>
    13569     <td align="left"><code>SELF_DISCHARGE_Exec.u_hold</code></td>
    13570     <td align="right"><code>4</code></td>
    13571     <td align="right"><code>4</code></td>
    13572     <td align="left"><code>Zero</code></td>
    13573     <td align="left"><code>Lc</code></td>
    13574     <td align="left"><code>self_discharge.o</code></td>
    13575   </tr>
    13576   <tr>
    13577     <td align="right"><code>0x20000F78</code></td>
    13578     <td align="left"><code>SELF_DISCHARGE_Exec.last_days</code></td>
    13579     <td align="right"><code>4</code></td>
    13580     <td align="right"><code>4</code></td>
    13581     <td align="left"><code>Zero</code></td>
    13582     <td align="left"><code>Lc</code></td>
    13583     <td align="left"><code>self_discharge.o</code></td>
    13584   </tr>
    13585   <tr>
    13586     <td align="right"><code>0x20000F7C</code></td>
    13587     <td align="left"><code>SELF_DISCHARGE_Exec.holding_counter</code></td>
    13588     <td align="right"><code>4</code></td>
    13589     <td align="right"><code>4</code></td>
    13590     <td align="left"><code>Zero</code></td>
    13591     <td align="left"><code>Lc</code></td>
    13592     <td align="left"><code>self_discharge.o</code></td>
    13593   </tr>
    13594   <tr>
    13595     <td align="right"><code>0x20000F80</code></td>
    13596     <td align="left"><code>SELF_DISCHARGE_Exec.avgsum</code></td>
    13597     <td align="right"><code>4</code></td>
    13598     <td align="right"><code>4</code></td>
    13599     <td align="left"><code>Zero</code></td>
    13600     <td align="left"><code>Lc</code></td>
    13601     <td align="left"><code>self_discharge.o</code></td>
    13602   </tr>
    13603   <tr>
    13604     <td align="right"><code>0x20000F84</code></td>
    13605     <td align="left"><code>REF_VOLTAGE_Exec.avgsum</code></td>
    13606     <td align="right"><code>4</code></td>
    13607     <td align="right"><code>4</code></td>
    13608     <td align="left"><code>Zero</code></td>
    13609     <td align="left"><code>Lc</code></td>
    13610     <td align="left"><code>ref_voltage.o</code></td>
     9147    <td align="right"><code>1</code></td>
     9148    <td align="right"><code>4</code></td>
     9149    <td align="left"><code>Zero</code></td>
     9150    <td align="left"><code>Lc</code></td>
     9151    <td align="left"><code>firmware_lto.o</code></td>
     9152  </tr>
     9153  <tr>
     9154    <td align="right"><code>0x20000F86</code></td>
     9155    <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
     9156    <td align="right"><code>2</code></td>
     9157    <td align="right"><code>2</code></td>
     9158    <td align="left"><code>Zero</code></td>
     9159    <td align="left"><code>Lc</code></td>
     9160    <td align="left"><code>firmware_lto.o</code></td>
    136119161  </tr>
    136129162  <tr>
    136139163    <td align="right"><code>0x20000F88</code></td>
    13614     <td align="left"><code>IC1ReadValue2</code></td>
    13615     <td align="right"><code>4</code></td>
    13616     <td align="right"><code>4</code></td>
    13617     <td align="left"><code>Zero</code></td>
    13618     <td align="left"><code>Lc</code></td>
    13619     <td align="left"><code>hsi16.o</code></td>
     9164    <td align="left"><code>pFlash.0</code></td>
     9165    <td align="right"><code>1</code></td>
     9166    <td align="right"><code>4</code></td>
     9167    <td align="left"><code>Zero</code></td>
     9168    <td align="left"><code>Lc</code></td>
     9169    <td align="left"><code>firmware_lto.o</code></td>
     9170  </tr>
     9171  <tr>
     9172    <td align="right"><code>0x20000F8A</code></td>
     9173    <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
     9174    <td align="right"><code>2</code></td>
     9175    <td align="right"><code>2</code></td>
     9176    <td align="left"><code>Zero</code></td>
     9177    <td align="left"><code>Lc</code></td>
     9178    <td align="left"><code>firmware_lto.o</code></td>
    136209179  </tr>
    136219180  <tr>
    136229181    <td align="right"><code>0x20000F8C</code></td>
    13623     <td align="left"><code>IC1ReadValue1</code></td>
    13624     <td align="right"><code>4</code></td>
    13625     <td align="right"><code>4</code></td>
    13626     <td align="left"><code>Zero</code></td>
    13627     <td align="left"><code>Lc</code></td>
    13628     <td align="left"><code>hsi16.o</code></td>
     9182    <td align="left"><code>EraseInitStruct.3</code></td>
     9183    <td align="right"><code>1</code></td>
     9184    <td align="right"><code>4</code></td>
     9185    <td align="left"><code>Zero</code></td>
     9186    <td align="left"><code>Lc</code></td>
     9187    <td align="left"><code>firmware_lto.o</code></td>
     9188  </tr>
     9189  <tr>
     9190    <td align="right"><code>0x20000F8E</code></td>
     9191    <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
     9192    <td align="right"><code>2</code></td>
     9193    <td align="right"><code>2</code></td>
     9194    <td align="left"><code>Zero</code></td>
     9195    <td align="left"><code>Lc</code></td>
     9196    <td align="left"><code>firmware_lto.o</code></td>
    136299197  </tr>
    136309198  <tr>
    136319199    <td align="right"><code>0x20000F90</code></td>
    13632     <td align="left"><code>FAST_CURRENT_Exec.measCounter</code></td>
    13633     <td align="right"><code>4</code></td>
    13634     <td align="right"><code>4</code></td>
    13635     <td align="left"><code>Zero</code></td>
    13636     <td align="left"><code>Lc</code></td>
    13637     <td align="left"><code>fast_current.o</code></td>
    13638   </tr>
    13639   <tr>
    13640     <td align="right"><code>0x20000F94</code></td>
    13641     <td align="left"><code>ESR_FAST_Exec.last_refresh</code></td>
    13642     <td align="right"><code>4</code></td>
    13643     <td align="right"><code>4</code></td>
    13644     <td align="left"><code>Zero</code></td>
    13645     <td align="left"><code>Lc</code></td>
    13646     <td align="left"><code>esr.o</code></td>
    13647   </tr>
    13648   <tr>
    13649     <td align="right"><code>0x20000F98</code></td>
    13650     <td align="left"><code>ESR_Exec.last_refresh</code></td>
    13651     <td align="right"><code>4</code></td>
    13652     <td align="right"><code>4</code></td>
    13653     <td align="left"><code>Zero</code></td>
    13654     <td align="left"><code>Lc</code></td>
    13655     <td align="left"><code>esr.o</code></td>
    13656   </tr>
    13657   <tr>
    13658     <td align="right"><code>0x20000F9C</code></td>
    13659     <td align="left"><code>CaptureState</code></td>
    13660     <td align="right"><code>4</code></td>
    13661     <td align="right"><code>4</code></td>
    13662     <td align="left"><code>Zero</code></td>
    13663     <td align="left"><code>Lc</code></td>
    13664     <td align="left"><code>hsi16.o</code></td>
    13665   </tr>
    13666   <tr>
    13667     <td align="right"><code>0x20000FA0</code></td>
    13668     <td align="left"><code>Capture</code></td>
    13669     <td align="right"><code>4</code></td>
    13670     <td align="right"><code>4</code></td>
    13671     <td align="left"><code>Zero</code></td>
    13672     <td align="left"><code>Lc</code></td>
    13673     <td align="left"><code>hsi16.o</code></td>
    13674   </tr>
    13675   <tr>
    13676     <td align="right"><code>0x20000FA4</code></td>
    13677     <td align="left"><code>BATTERY_VOLTAGE_Exec.measCounter</code></td>
    13678     <td align="right"><code>4</code></td>
    13679     <td align="right"><code>4</code></td>
    13680     <td align="left"><code>Zero</code></td>
    13681     <td align="left"><code>Lc</code></td>
    13682     <td align="left"><code>battery_voltage.o</code></td>
    13683   </tr>
    13684   <tr>
    13685     <td align="right"><code>0x20000FA8</code></td>
    13686     <td align="left"><code>BATTERY_VOLTAGE_Exec.avgsumP</code></td>
    13687     <td align="right"><code>4</code></td>
    13688     <td align="right"><code>4</code></td>
    13689     <td align="left"><code>Zero</code></td>
    13690     <td align="left"><code>Lc</code></td>
    13691     <td align="left"><code>battery_voltage.o</code></td>
    13692   </tr>
    13693   <tr>
    13694     <td align="right"><code>0x20000FAC</code></td>
    13695     <td align="left"><code>ADS1260_ProcessCurrent.meas_counter</code></td>
    13696     <td align="right"><code>4</code></td>
    13697     <td align="right"><code>4</code></td>
    13698     <td align="left"><code>Zero</code></td>
    13699     <td align="left"><code>Lc</code></td>
    13700     <td align="left"><code>ads1260.o</code></td>
    13701   </tr>
    13702   <tr>
    13703     <td align="right"><code>0x20000FB0</code></td>
    13704     <td align="left"><code>ADS1260_ProcessCurrent.avgsum</code></td>
    13705     <td align="right"><code>4</code></td>
    13706     <td align="right"><code>4</code></td>
    13707     <td align="left"><code>Zero</code></td>
    13708     <td align="left"><code>Lc</code></td>
    13709     <td align="left"><code>ads1260.o</code></td>
    13710   </tr>
    13711   <tr>
    13712     <td align="right"><code>0x20000FB4</code></td>
    13713     <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
    13714     <td align="right"><code>2</code></td>
    13715     <td align="right"><code>2</code></td>
    13716     <td align="left"><code>Zero</code></td>
    13717     <td align="left"><code>Lc</code></td>
    13718     <td align="left"><code>outputs.o</code></td>
    13719   </tr>
    13720   <tr>
    13721     <td align="right"><code>0x20000FB6</code></td>
    13722     <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
    13723     <td align="right"><code>2</code></td>
    13724     <td align="right"><code>2</code></td>
    13725     <td align="left"><code>Zero</code></td>
    13726     <td align="left"><code>Lc</code></td>
    13727     <td align="left"><code>ah_counter.o</code></td>
    13728   </tr>
    13729   <tr>
    13730     <td align="right"><code>0x20000FB8</code></td>
    13731     <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
    13732     <td align="right"><code>2</code></td>
    13733     <td align="right"><code>2</code></td>
    13734     <td align="left"><code>Zero</code></td>
    13735     <td align="left"><code>Lc</code></td>
    13736     <td align="left"><code>ah_counter.o</code></td>
    13737   </tr>
    13738   <tr>
    13739     <td align="right"><code>0x20000FBA</code></td>
     9200    <td align="left"><code>EraseInitStruct.0</code></td>
     9201    <td align="right"><code>1</code></td>
     9202    <td align="right"><code>4</code></td>
     9203    <td align="left"><code>Zero</code></td>
     9204    <td align="left"><code>Lc</code></td>
     9205    <td align="left"><code>firmware_lto.o</code></td>
     9206  </tr>
     9207  <tr>
     9208    <td align="right"><code>0x20000F91</code></td>
    137409209    <td align="left"><code>_acUpBuffer</code></td>
    137419210    <td align="right"><code>1 024</code></td>
     
    137469215  </tr>
    137479216  <tr>
    13748     <td align="right"><code>0x200013BA</code></td>
    13749     <td align="left"><code>trimmingValueOrder</code></td>
    13750     <td align="right"><code>128</code></td>
    13751     <td align="right"><code></code></td>
    13752     <td align="left"><code>Zero</code></td>
    13753     <td align="left"><code>Lc</code></td>
    13754     <td align="left"><code>hsi16 _calibration.o</code></td>
    13755   </tr>
    13756   <tr>
    13757     <td align="right"><code>0x2000143A</code></td>
     9217    <td align="right"><code>0x20001391</code></td>
    137589218    <td align="left"><code>_acDownBuffer</code></td>
    137599219    <td align="right"><code>16</code></td>
     
    137879247    <td align="right"><code>8</code></td>
    137889248    <td align="left"><code>Zero</code></td>
    13789     <td align="left"><code>Gb</code></td>
    13790     <td align="left"><code>sysdata.o</code></td>
     9249    <td align="left"><code>Lc</code></td>
     9250    <td align="left"><code>firmware_lto.o</code></td>
    137919251  </tr>
    137929252  <tr>
     
    137959255    <td align="right"><code>4</code></td>
    137969256    <td align="left"><code>Zero</code></td>
    13797     <td align="left"><code>Gb</code></td>
    13798     <td align="left"><code>main.o</code></td>
     9257    <td align="left"><code>Lc</code></td>
     9258    <td align="left"><code>firmware_lto.o</code></td>
    137999259  </tr>
    138009260  <tr>
     
    138039263    <td align="right"><code>4</code></td>
    138049264    <td align="left"><code>Zero</code></td>
    13805     <td align="left"><code>Gb</code></td>
    13806     <td align="left"><code>hsi16.o</code></td>
     9265    <td align="left"><code>Lc</code></td>
     9266    <td align="left"><code>firmware_lto.o</code></td>
    138079267  </tr>
    138089268  <tr>
     
    138129272    <td align="left"><code>Zero</code></td>
    138139273    <td align="left"><code>Lc</code></td>
    13814     <td align="left"><code>eeprom.o</code></td>
     9274    <td align="left"><code>firmware_lto.o</code></td>
    138159275  </tr>
    138169276  <tr>
     
    138209280    <td align="left"><code>Zero</code></td>
    138219281    <td align="left"><code>Lc</code></td>
    13822     <td align="left"><code>eeprom.o</code></td>
     9282    <td align="left"><code>firmware_lto.o</code></td>
    138239283  </tr>
    138249284  <tr>
     
    138359295    <td align="right"><code>4</code></td>
    138369296    <td align="left"><code>Zero</code></td>
    13837     <td align="left"><code>Gb</code></td>
    13838     <td align="left"><code>usart.o</code></td>
     9297    <td align="left"><code>Lc</code></td>
     9298    <td align="left"><code>firmware_lto.o</code></td>
    138399299  </tr>
    138409300  <tr>
     
    138439303    <td align="right"><code>4</code></td>
    138449304    <td align="left"><code>Zero</code></td>
    13845     <td align="left"><code>Gb</code></td>
    13846     <td align="left"><code>esr.o</code></td>
     9305    <td align="left"><code>Lc</code></td>
     9306    <td align="left"><code>firmware_lto.o</code></td>
    138479307  </tr>
    138489308  <tr>
     
    138519311    <td align="right"><code>4</code></td>
    138529312    <td align="left"><code>Zero</code></td>
    13853     <td align="left"><code>Gb</code></td>
    13854     <td align="left"><code>esr.o</code></td>
    13855   </tr>
    13856   <tr>
    13857     <td align="left"><code>trimmingValueOrder</code></td>
    13858     <td align="right"><code>128</code></td>
    13859     <td align="right"><code></code></td>
    13860     <td align="left"><code>Zero</code></td>
    13861     <td align="left"><code>Lc</code></td>
    13862     <td align="left"><code>hsi16 _calibration.o</code></td>
     9313    <td align="left"><code>Lc</code></td>
     9314    <td align="left"><code>firmware_lto.o</code></td>
    138639315  </tr>
    138649316  <tr>
     
    138679319    <td align="right"><code>4</code></td>
    138689320    <td align="left"><code>Zero</code></td>
    13869     <td align="left"><code>Gb</code></td>
    13870     <td align="left"><code>esr.o</code></td>
     9321    <td align="left"><code>Lc</code></td>
     9322    <td align="left"><code>firmware_lto.o</code></td>
    138719323  </tr>
    138729324  <tr>
     
    138759327    <td align="right"><code>4</code></td>
    138769328    <td align="left"><code>Zero</code></td>
    13877     <td align="left"><code>Gb</code></td>
    13878     <td align="left"><code>esr.o</code></td>
     9329    <td align="left"><code>Lc</code></td>
     9330    <td align="left"><code>firmware_lto.o</code></td>
    138799331  </tr>
    138809332  <tr>
     
    138839335    <td align="right"><code>4</code></td>
    138849336    <td align="left"><code>Zero</code></td>
    13885     <td align="left"><code>Gb</code></td>
    13886     <td align="left"><code>adc.o</code></td>
     9337    <td align="left"><code>Lc</code></td>
     9338    <td align="left"><code>firmware_lto.o</code></td>
    138879339  </tr>
    138889340  <tr>
     
    138919343    <td align="right"><code>4</code></td>
    138929344    <td align="left"><code>Zero</code></td>
    13893     <td align="left"><code>Gb</code></td>
    13894     <td align="left"><code>spi.o</code></td>
     9345    <td align="left"><code>Lc</code></td>
     9346    <td align="left"><code>firmware_lto.o</code></td>
    138959347  </tr>
    138969348  <tr>
     
    138999351    <td align="right"><code>4</code></td>
    139009352    <td align="left"><code>Zero</code></td>
    13901     <td align="left"><code>Gb</code></td>
    13902     <td align="left"><code>adc.o</code></td>
     9353    <td align="left"><code>Lc</code></td>
     9354    <td align="left"><code>firmware_lto.o</code></td>
    139039355  </tr>
    139049356  <tr>
     
    139079359    <td align="right"><code>4</code></td>
    139089360    <td align="left"><code>Zero</code></td>
    13909     <td align="left"><code>Gb</code></td>
    13910     <td align="left"><code>hsi16.o</code></td>
     9361    <td align="left"><code>Lc</code></td>
     9362    <td align="left"><code>firmware_lto.o</code></td>
    139119363  </tr>
    139129364  <tr>
     
    139159367    <td align="right"><code>4</code></td>
    139169368    <td align="left"><code>Zero</code></td>
    13917     <td align="left"><code>Gb</code></td>
    13918     <td align="left"><code>rtc.o</code></td>
     9369    <td align="left"><code>Lc</code></td>
     9370    <td align="left"><code>firmware_lto.o</code></td>
     9371  </tr>
     9372  <tr>
     9373    <td align="left"><code>adcData</code></td>
     9374    <td align="right"><code>36</code></td>
     9375    <td align="right"><code>4</code></td>
     9376    <td align="left"><code>Zero</code></td>
     9377    <td align="left"><code>Lc</code></td>
     9378    <td align="left"><code>firmware_lto.o</code></td>
    139199379  </tr>
    139209380  <tr>
     
    139239383    <td align="right"><code>4</code></td>
    139249384    <td align="left"><code>Zero</code></td>
    13925     <td align="left"><code>Gb</code></td>
    13926     <td align="left"><code>main.o</code></td>
    13927   </tr>
    13928   <tr>
    13929     <td align="left"><code>adcData</code></td>
    13930     <td align="right"><code>32</code></td>
    13931     <td align="right"><code>4</code></td>
    13932     <td align="left"><code>Zero</code></td>
    13933     <td align="left"><code>Lc</code></td>
    13934     <td align="left"><code>main.o</code></td>
    13935   </tr>
    13936   <tr>
    13937     <td align="left"><code>pFlash</code></td>
    13938     <td align="right"><code>28</code></td>
    13939     <td align="right"><code>4</code></td>
    13940     <td align="left"><code>Zero</code></td>
    13941     <td align="left"><code>Gb</code></td>
    13942     <td align="left"><code>stm32g0xx_hal_flash.o</code></td>
     9385    <td align="left"><code>Lc</code></td>
     9386    <td align="left"><code>firmware_lto.o</code></td>
    139439387  </tr>
    139449388  <tr>
     
    139579401    <td align="left"><code>Gb</code></td>
    139589402    <td align="left"><code>mbops.o (mbops_timeops_v6m_t_le_eabi.a)</code></td>
    13959   </tr>
    13960   <tr>
    13961     <td align="left"><code>EraseInitStruct</code></td>
    13962     <td align="right"><code>16</code></td>
    13963     <td align="right"><code>4</code></td>
    13964     <td align="left"><code>Zero</code></td>
    13965     <td align="left"><code>Lc</code></td>
    13966     <td align="left"><code>eeprom.o</code></td>
    139679403  </tr>
    139689404  <tr>
     
    139809416    <td align="left"><code>Zero</code></td>
    139819417    <td align="left"><code>Lc</code></td>
    13982     <td align="left"><code>ah_counter.o</code></td>
     9418    <td align="left"><code>firmware_lto.o</code></td>
    139839419  </tr>
    139849420  <tr>
     
    139889424    <td align="left"><code>Zero</code></td>
    139899425    <td align="left"><code>Lc</code></td>
    13990     <td align="left"><code>ah_counter.o</code></td>
     9426    <td align="left"><code>firmware_lto.o</code></td>
    139919427  </tr>
    139929428  <tr>
     
    139969432    <td align="left"><code>Zero</code></td>
    139979433    <td align="left"><code>Lc</code></td>
    13998     <td align="left"><code>wh_counter.o</code></td>
     9434    <td align="left"><code>firmware_lto.o</code></td>
    139999435  </tr>
    140009436  <tr>
     
    140049440    <td align="left"><code>Zero</code></td>
    140059441    <td align="left"><code>Lc</code></td>
    14006     <td align="left"><code>wh_counter.o</code></td>
     9442    <td align="left"><code>firmware_lto.o</code></td>
    140079443  </tr>
    140089444  <tr>
     
    140119447    <td align="right"><code>8</code></td>
    140129448    <td align="left"><code>Zero</code></td>
    14013     <td align="left"><code>Gb</code></td>
    14014     <td align="left"><code>ads1260.o</code></td>
    14015   </tr>
    14016   <tr>
    14017     <td align="left"><code>currentWithGainAndGainShuntTempCorrection</code></td>
    14018     <td align="right"><code>8</code></td>
    14019     <td align="right"><code>8</code></td>
    14020     <td align="left"><code>Zero</code></td>
    14021     <td align="left"><code>Gb</code></td>
    14022     <td align="left"><code>ads1260.o</code></td>
     9449    <td align="left"><code>Lc</code></td>
     9450    <td align="left"><code>firmware_lto.o</code></td>
    140239451  </tr>
    140249452  <tr>
     
    140279455    <td align="right"><code>8</code></td>
    140289456    <td align="left"><code>Zero</code></td>
    14029     <td align="left"><code>Gb</code></td>
    14030     <td align="left"><code>ads1260.o</code></td>
     9457    <td align="left"><code>Lc</code></td>
     9458    <td align="left"><code>firmware_lto.o</code></td>
    140319459  </tr>
    140329460  <tr>
     
    140369464    <td align="left"><code>Zero</code></td>
    140379465    <td align="left"><code>Lc</code></td>
    14038     <td align="left"><code>ads1260.o</code></td>
     9466    <td align="left"><code>firmware_lto.o</code></td>
    140399467  </tr>
    140409468  <tr>
     
    140449472    <td align="left"><code>Zero</code></td>
    140459473    <td align="left"><code>Lc</code></td>
    14046     <td align="left"><code>ads1260.o</code></td>
     9474    <td align="left"><code>firmware_lto.o</code></td>
    140479475  </tr>
    140489476  <tr>
     
    140529480    <td align="left"><code>Zero</code></td>
    140539481    <td align="left"><code>Lc</code></td>
    14054     <td align="left"><code>battery_voltage.o</code></td>
     9482    <td align="left"><code>firmware_lto.o</code></td>
    140559483  </tr>
    140569484  <tr>
     
    140609488    <td align="left"><code>Zero</code></td>
    140619489    <td align="left"><code>Lc</code></td>
    14062     <td align="left"><code>battery_voltage.o</code></td>
     9490    <td align="left"><code>firmware_lto.o</code></td>
    140639491  </tr>
    140649492  <tr>
     
    140689496    <td align="left"><code>Zero</code></td>
    140699497    <td align="left"><code>Lc</code></td>
    14070     <td align="left"><code>hsi16.o</code></td>
     9498    <td align="left"><code>firmware_lto.o</code></td>
    140719499  </tr>
    140729500  <tr>
     
    140769504    <td align="left"><code>Zero</code></td>
    140779505    <td align="left"><code>Lc</code></td>
    14078     <td align="left"><code>hsi16.o</code></td>
     9506    <td align="left"><code>firmware_lto.o</code></td>
    140799507  </tr>
    140809508  <tr>
     
    140849512    <td align="left"><code>Zero</code></td>
    140859513    <td align="left"><code>Lc</code></td>
    14086     <td align="left"><code>esr.o</code></td>
     9514    <td align="left"><code>firmware_lto.o</code></td>
    140879515  </tr>
    140889516  <tr>
     
    140929520    <td align="left"><code>Zero</code></td>
    140939521    <td align="left"><code>Lc</code></td>
    14094     <td align="left"><code>esr.o</code></td>
     9522    <td align="left"><code>firmware_lto.o</code></td>
     9523  </tr>
     9524  <tr>
     9525    <td align="left"><code>EraseInitStruct.2</code></td>
     9526    <td align="right"><code>4</code></td>
     9527    <td align="right"><code>4</code></td>
     9528    <td align="left"><code>Zero</code></td>
     9529    <td align="left"><code>Lc</code></td>
     9530    <td align="left"><code>firmware_lto.o</code></td>
    140959531  </tr>
    140969532  <tr>
     
    141009536    <td align="left"><code>Zero</code></td>
    141019537    <td align="left"><code>Lc</code></td>
    14102     <td align="left"><code>fast_current.o</code></td>
     9538    <td align="left"><code>firmware_lto.o</code></td>
    141039539  </tr>
    141049540  <tr>
     
    141089544    <td align="left"><code>Zero</code></td>
    141099545    <td align="left"><code>Lc</code></td>
    14110     <td align="left"><code>hsi16.o</code></td>
     9546    <td align="left"><code>firmware_lto.o</code></td>
    141119547  </tr>
    141129548  <tr>
     
    141169552    <td align="left"><code>Zero</code></td>
    141179553    <td align="left"><code>Lc</code></td>
    14118     <td align="left"><code>hsi16.o</code></td>
     9554    <td align="left"><code>firmware_lto.o</code></td>
    141199555  </tr>
    141209556  <tr>
     
    141249560    <td align="left"><code>Zero</code></td>
    141259561    <td align="left"><code>Lc</code></td>
    14126     <td align="left"><code>ref_voltage.o</code></td>
     9562    <td align="left"><code>firmware_lto.o</code></td>
    141279563  </tr>
    141289564  <tr>
     
    141329568    <td align="left"><code>Zero</code></td>
    141339569    <td align="left"><code>Lc</code></td>
    14134     <td align="left"><code>self_discharge.o</code></td>
     9570    <td align="left"><code>firmware_lto.o</code></td>
    141359571  </tr>
    141369572  <tr>
     
    141409576    <td align="left"><code>Zero</code></td>
    141419577    <td align="left"><code>Lc</code></td>
    14142     <td align="left"><code>self_discharge.o</code></td>
     9578    <td align="left"><code>firmware_lto.o</code></td>
    141439579  </tr>
    141449580  <tr>
     
    141489584    <td align="left"><code>Zero</code></td>
    141499585    <td align="left"><code>Lc</code></td>
    14150     <td align="left"><code>self_discharge.o</code></td>
     9586    <td align="left"><code>firmware_lto.o</code></td>
    141519587  </tr>
    141529588  <tr>
     
    141569592    <td align="left"><code>Zero</code></td>
    141579593    <td align="left"><code>Lc</code></td>
    14158     <td align="left"><code>self_discharge.o</code></td>
     9594    <td align="left"><code>firmware_lto.o</code></td>
    141599595  </tr>
    141609596  <tr>
     
    141649600    <td align="left"><code>Zero</code></td>
    141659601    <td align="left"><code>Lc</code></td>
    14166     <td align="left"><code>main.o</code></td>
     9602    <td align="left"><code>firmware_lto.o</code></td>
    141679603  </tr>
    141689604  <tr>
     
    141729608    <td align="left"><code>Zero</code></td>
    141739609    <td align="left"><code>Lc</code></td>
    14174     <td align="left"><code>stm32g0xx_it.o</code></td>
     9610    <td align="left"><code>firmware_lto.o</code></td>
    141759611  </tr>
    141769612  <tr>
     
    141799615    <td align="right"><code>4</code></td>
    141809616    <td align="left"><code>Init</code></td>
    14181     <td align="left"><code>Gb</code></td>
    14182     <td align="left"><code>system_stm32g0xx.o</code></td>
     9617    <td align="left"><code>Lc</code></td>
     9618    <td align="left"><code>firmware_lto.o</code></td>
    141839619  </tr>
    141849620  <tr>
     
    142199655    <td align="right"><code>4</code></td>
    142209656    <td align="left"><code>Zero</code></td>
    14221     <td align="left"><code>Gb</code></td>
    14222     <td align="left"><code>ads1260.o</code></td>
    14223   </tr>
    14224   <tr>
    14225     <td align="left"><code>avgValWithOffsetCommonModeOffsetTemperatureCorrection</code></td>
    14226     <td align="right"><code>4</code></td>
    14227     <td align="right"><code>4</code></td>
    14228     <td align="left"><code>Zero</code></td>
    14229     <td align="left"><code>Gb</code></td>
    14230     <td align="left"><code>ads1260.o</code></td>
     9657    <td align="left"><code>Lc</code></td>
     9658    <td align="left"><code>firmware_lto.o</code></td>
    142319659  </tr>
    142329660  <tr>
     
    142359663    <td align="right"><code>4</code></td>
    142369664    <td align="left"><code>Zero</code></td>
    14237     <td align="left"><code>Gb</code></td>
    14238     <td align="left"><code>ads1260.o</code></td>
     9665    <td align="left"><code>Lc</code></td>
     9666    <td align="left"><code>firmware_lto.o</code></td>
     9667  </tr>
     9668  <tr>
     9669    <td align="left"><code>calTemperatureSensor30Value</code></td>
     9670    <td align="right"><code>4</code></td>
     9671    <td align="right"><code>4</code></td>
     9672    <td align="left"><code>Zero</code></td>
     9673    <td align="left"><code>Lc</code></td>
     9674    <td align="left"><code>firmware_lto.o</code></td>
     9675  </tr>
     9676  <tr>
     9677    <td align="left"><code>calTemperatureSensorDiff</code></td>
     9678    <td align="right"><code>4</code></td>
     9679    <td align="right"><code>4</code></td>
     9680    <td align="left"><code>Zero</code></td>
     9681    <td align="left"><code>Lc</code></td>
     9682    <td align="left"><code>firmware_lto.o</code></td>
    142399683  </tr>
    142409684  <tr>
     
    142449688    <td align="left"><code>Zero</code></td>
    142459689    <td align="left"><code>Lc</code></td>
    14246     <td align="left"><code>hsi16.o</code></td>
     9690    <td align="left"><code>firmware_lto.o</code></td>
    142479691  </tr>
    142489692  <tr>
     
    142529696    <td align="left"><code>Zero</code></td>
    142539697    <td align="left"><code>Lc</code></td>
    14254     <td align="left"><code>hsi16.o</code></td>
     9698    <td align="left"><code>firmware_lto.o</code></td>
    142559699  </tr>
    142569700  <tr>
     
    142609704    <td align="left"><code>Zero</code></td>
    142619705    <td align="left"><code>Lc</code></td>
    14262     <td align="left"><code>main.o</code></td>
     9706    <td align="left"><code>firmware_lto.o</code></td>
    142639707  </tr>
    142649708  <tr>
     
    142679711    <td align="right"><code>4</code></td>
    142689712    <td align="left"><code>Zero</code></td>
    14269     <td align="left"><code>Gb</code></td>
    14270     <td align="left"><code>ads1260.o</code></td>
     9713    <td align="left"><code>Lc</code></td>
     9714    <td align="left"><code>firmware_lto.o</code></td>
     9715  </tr>
     9716  <tr>
     9717    <td align="left"><code>stderr</code></td>
     9718    <td align="right"><code>4</code></td>
     9719    <td align="right"><code>4</code></td>
     9720    <td align="left"><code>Init</code></td>
     9721    <td align="left"><code>Gb</code></td>
     9722    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     9723  </tr>
     9724  <tr>
     9725    <td align="left"><code>stdin</code></td>
     9726    <td align="right"><code>4</code></td>
     9727    <td align="right"><code>4</code></td>
     9728    <td align="left"><code>Init</code></td>
     9729    <td align="left"><code>Gb</code></td>
     9730    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     9731  </tr>
     9732  <tr>
     9733    <td align="left"><code>stdout</code></td>
     9734    <td align="right"><code>4</code></td>
     9735    <td align="right"><code>4</code></td>
     9736    <td align="left"><code>Init</code></td>
     9737    <td align="left"><code>Gb</code></td>
     9738    <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
     9739  </tr>
     9740  <tr>
     9741    <td align="left"><code>uwTick</code></td>
     9742    <td align="right"><code>4</code></td>
     9743    <td align="right"><code>4</code></td>
     9744    <td align="left"><code>Zero</code></td>
     9745    <td align="left"><code>Lc</code></td>
     9746    <td align="left"><code>firmware_lto.o</code></td>
     9747  </tr>
     9748  <tr>
     9749    <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
     9750    <td align="right"><code>2</code></td>
     9751    <td align="right"><code>2</code></td>
     9752    <td align="left"><code>Zero</code></td>
     9753    <td align="left"><code>Lc</code></td>
     9754    <td align="left"><code>firmware_lto.o</code></td>
     9755  </tr>
     9756  <tr>
     9757    <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
     9758    <td align="right"><code>2</code></td>
     9759    <td align="right"><code>2</code></td>
     9760    <td align="left"><code>Zero</code></td>
     9761    <td align="left"><code>Lc</code></td>
     9762    <td align="left"><code>firmware_lto.o</code></td>
     9763  </tr>
     9764  <tr>
     9765    <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
     9766    <td align="right"><code>2</code></td>
     9767    <td align="right"><code>2</code></td>
     9768    <td align="left"><code>Zero</code></td>
     9769    <td align="left"><code>Lc</code></td>
     9770    <td align="left"><code>firmware_lto.o</code></td>
     9771  </tr>
     9772  <tr>
     9773    <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
     9774    <td align="right"><code>2</code></td>
     9775    <td align="right"><code>2</code></td>
     9776    <td align="left"><code>Zero</code></td>
     9777    <td align="left"><code>Lc</code></td>
     9778    <td align="left"><code>firmware_lto.o</code></td>
     9779  </tr>
     9780  <tr>
     9781    <td align="left"><code>EraseInitStruct.0</code></td>
     9782    <td align="right"><code>1</code></td>
     9783    <td align="right"><code>4</code></td>
     9784    <td align="left"><code>Zero</code></td>
     9785    <td align="left"><code>Lc</code></td>
     9786    <td align="left"><code>firmware_lto.o</code></td>
     9787  </tr>
     9788  <tr>
     9789    <td align="left"><code>EraseInitStruct.3</code></td>
     9790    <td align="right"><code>1</code></td>
     9791    <td align="right"><code>4</code></td>
     9792    <td align="left"><code>Zero</code></td>
     9793    <td align="left"><code>Lc</code></td>
     9794    <td align="left"><code>firmware_lto.o</code></td>
     9795  </tr>
     9796  <tr>
     9797    <td align="left"><code>pFlash.0</code></td>
     9798    <td align="right"><code>1</code></td>
     9799    <td align="right"><code>4</code></td>
     9800    <td align="left"><code>Zero</code></td>
     9801    <td align="left"><code>Lc</code></td>
     9802    <td align="left"><code>firmware_lto.o</code></td>
    142719803  </tr>
    142729804  <tr>
    142739805    <td align="left"><code>startMeasurement</code></td>
    14274     <td align="right"><code>4</code></td>
    14275     <td align="right"><code>4</code></td>
    14276     <td align="left"><code>Zero</code></td>
    14277     <td align="left"><code>Gb</code></td>
    14278     <td align="left"><code>ah_counter.o</code></td>
    14279   </tr>
    14280   <tr>
    14281     <td align="left"><code>stderr</code></td>
    14282     <td align="right"><code>4</code></td>
    14283     <td align="right"><code>4</code></td>
    14284     <td align="left"><code>Init</code></td>
    14285     <td align="left"><code>Gb</code></td>
    14286     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    14287   </tr>
    14288   <tr>
    14289     <td align="left"><code>stdin</code></td>
    14290     <td align="right"><code>4</code></td>
    14291     <td align="right"><code>4</code></td>
    14292     <td align="left"><code>Init</code></td>
    14293     <td align="left"><code>Gb</code></td>
    14294     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    14295   </tr>
    14296   <tr>
    14297     <td align="left"><code>stdout</code></td>
    14298     <td align="right"><code>4</code></td>
    14299     <td align="right"><code>4</code></td>
    14300     <td align="left"><code>Init</code></td>
    14301     <td align="left"><code>Gb</code></td>
    14302     <td align="left"><code>prinops_rtt.o (prinops_rtt_v6m_t_le_eabi.a)</code></td>
    14303   </tr>
    14304   <tr>
    14305     <td align="left"><code>uwTick</code></td>
    14306     <td align="right"><code>4</code></td>
    14307     <td align="right"><code>4</code></td>
    14308     <td align="left"><code>Zero</code></td>
    14309     <td align="left"><code>Gb</code></td>
    14310     <td align="left"><code>stm32g0xx_hal.o</code></td>
     9806    <td align="right"><code>1</code></td>
     9807    <td align="right"><code>4</code></td>
     9808    <td align="left"><code>Zero</code></td>
     9809    <td align="left"><code>Lc</code></td>
     9810    <td align="left"><code>firmware_lto.o</code></td>
    143119811  </tr>
    143129812  <tr>
    143139813    <td align="left"><code>uwTickPrio</code></td>
    14314     <td align="right"><code>4</code></td>
    14315     <td align="right"><code>4</code></td>
    14316     <td align="left"><code>Init</code></td>
    14317     <td align="left"><code>Gb</code></td>
    14318     <td align="left"><code>stm32g0xx_hal.o</code></td>
    14319   </tr>
    14320   <tr>
    14321     <td align="left"><code>AH_COUNTER_Exec.batteryFullCounter</code></td>
    14322     <td align="right"><code>2</code></td>
    14323     <td align="right"><code>2</code></td>
    14324     <td align="left"><code>Zero</code></td>
    14325     <td align="left"><code>Lc</code></td>
    14326     <td align="left"><code>ah_counter.o</code></td>
    14327   </tr>
    14328   <tr>
    14329     <td align="left"><code>AH_COUNTER_Exec.lowVoltageCnt</code></td>
    14330     <td align="right"><code>2</code></td>
    14331     <td align="right"><code>2</code></td>
    14332     <td align="left"><code>Zero</code></td>
    14333     <td align="left"><code>Lc</code></td>
    14334     <td align="left"><code>ah_counter.o</code></td>
    14335   </tr>
    14336   <tr>
    14337     <td align="left"><code>OUTPUTS_CheckLVP.lastMode</code></td>
    14338     <td align="right"><code>2</code></td>
    14339     <td align="right"><code>2</code></td>
    14340     <td align="left"><code>Zero</code></td>
    14341     <td align="left"><code>Lc</code></td>
    14342     <td align="left"><code>outputs.o</code></td>
    14343   </tr>
    14344   <tr>
    14345     <td align="left"><code>OUTPUTS_CheckOVP.lastMode</code></td>
    14346     <td align="right"><code>2</code></td>
    14347     <td align="right"><code>2</code></td>
    14348     <td align="left"><code>Zero</code></td>
    14349     <td align="left"><code>Lc</code></td>
    14350     <td align="left"><code>outputs.o</code></td>
    14351   </tr>
    14352   <tr>
    14353     <td align="left"><code>selectTrimingValue</code></td>
    14354     <td align="right"><code>1</code></td>
    14355     <td align="right"><code></code></td>
    14356     <td align="left"><code>Zero</code></td>
    14357     <td align="left"><code>Lc</code></td>
    14358     <td align="left"><code>hsi16 _calibration.o</code></td>
    14359   </tr>
    14360   <tr>
    14361     <td align="left"><code>uwTickFreq</code></td>
    14362     <td align="right"><code>1</code></td>
    14363     <td align="right"><code></code></td>
    14364     <td align="left"><code>Init</code></td>
    14365     <td align="left"><code>Gb</code></td>
    14366     <td align="left"><code>stm32g0xx_hal.o</code></td>
     9814    <td align="right"><code>1</code></td>
     9815    <td align="right"><code>4</code></td>
     9816    <td align="left"><code>Zero</code></td>
     9817    <td align="left"><code>Lc</code></td>
     9818    <td align="left"><code>firmware_lto.o</code></td>
    143679819  </tr>
    143689820</table>
     
    143809832  <tr>
    143819833    <td align="left"><code>AHBPrescTable</code></td>
    14382     <td align="right"><code>0x0800AF7C</code></td>
     9834    <td align="right"><code>0x0800BEC4</code></td>
    143839835    <td align="right"><code>64</code></td>
    143849836    <td align="right"><code>4</code></td>
    143859837    <td align="left"><code>Cnst</code></td>
    14386     <td align="left"><code>Gb</code></td>
    14387     <td align="left"><code>system_stm32g0xx.o</code></td>
     9838    <td align="left"><code>Lc</code></td>
     9839    <td align="left"><code>firmware_lto.o</code></td>
    143889840  </tr>
    143899841  <tr>
    143909842    <td align="left"><code>APBPrescTable</code></td>
    14391     <td align="right"><code>0x0800AFBC</code></td>
     9843    <td align="right"><code>0x0800BF04</code></td>
    143929844    <td align="right"><code>32</code></td>
    143939845    <td align="right"><code>4</code></td>
    143949846    <td align="left"><code>Cnst</code></td>
    14395     <td align="left"><code>Gb</code></td>
    14396     <td align="left"><code>system_stm32g0xx.o</code></td>
     9847    <td align="left"><code>Lc</code></td>
     9848    <td align="left"><code>firmware_lto.o</code></td>
    143979849  </tr>
    143989850  <tr>
    143999851    <td align="left"><code>_DoInit._aInitStr</code></td>
    14400     <td align="right"><code>0x0800C362</code></td>
     9852    <td align="right"><code>0x0800CC62</code></td>
    144019853    <td align="right"><code>17</code></td>
    144029854    <td align="right"><code></code></td>
     
    144169868  <tr>
    144179869    <td align="left"><code>__SEGGER_RTL_ascii_ctype_map</code></td>
    14418     <td align="right"><code>0x0800C56C</code></td>
     9870    <td align="right"><code>0x0800CE6C</code></td>
    144199871    <td align="right"><code>128</code></td>
    144209872    <td align="right"><code></code></td>
     
    144259877  <tr>
    144269878    <td align="left"><code>__SEGGER_RTL_ascii_ctype_mask</code></td>
    14427     <td align="right"><code>0x0800C3DD</code></td>
     9879    <td align="right"><code>0x0800CCDD</code></td>
    144289880    <td align="right"><code>13</code></td>
    144299881    <td align="right"><code></code></td>
     
    144349886  <tr>
    144359887    <td align="left"><code>__SEGGER_RTL_c_locale</code></td>
    14436     <td align="right"><code>0x0800AFDC</code></td>
     9888    <td align="right"><code>0x0800BF24</code></td>
    144379889    <td align="right"><code>12</code></td>
    144389890    <td align="right"><code>4</code></td>
     
    144439895  <tr>
    144449896    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_day_names</code></td>
    14445     <td align="right"><code>0x0800C38E</code></td>
     9897    <td align="right"><code>0x0800CC8E</code></td>
    144469898    <td align="right"><code>29</code></td>
    144479899    <td align="right"><code></code></td>
     
    144529904  <tr>
    144539905    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_month_names</code></td>
    14454     <td align="right"><code>0x0800C3AB</code></td>
     9906    <td align="right"><code>0x0800CCAB</code></td>
    144559907    <td align="right"><code>49</code></td>
    144569908    <td align="right"><code></code></td>
     
    144619913  <tr>
    144629914    <td align="left"><code>__SEGGER_RTL_c_locale_am_pm_indicator</code></td>
    14463     <td align="right"><code>0x0800BFB4</code></td>
     9915    <td align="right"><code>0x0800C8CA</code></td>
    144649916    <td align="right"><code>7</code></td>
    144659917    <td align="right"><code></code></td>
     
    144709922  <tr>
    144719923    <td align="left"><code>__SEGGER_RTL_c_locale_data</code></td>
    14472     <td align="right"><code>0x0800B008</code></td>
     9924    <td align="right"><code>0x0800BF50</code></td>
    144739925    <td align="right"><code>88</code></td>
    144749926    <td align="right"><code>4</code></td>
     
    144799931  <tr>
    144809932    <td align="left"><code>__SEGGER_RTL_c_locale_date_format</code></td>
    14481     <td align="right"><code>0x0800C37C</code></td>
     9933    <td align="right"><code>0x0800CC7C</code></td>
    144829934    <td align="right"><code>9</code></td>
    144839935    <td align="right"><code></code></td>
     
    144889940  <tr>
    144899941    <td align="left"><code>__SEGGER_RTL_c_locale_date_time_format</code></td>
    14490     <td align="right"><code>0x0800BFBB</code></td>
     9942    <td align="right"><code>0x0800C8D1</code></td>
    144919943    <td align="right"><code>15</code></td>
    144929944    <td align="right"><code></code></td>
     
    144979949  <tr>
    144989950    <td align="left"><code>__SEGGER_RTL_c_locale_day_names</code></td>
    14499     <td align="right"><code>0x0800C110</code></td>
     9951    <td align="right"><code>0x0800CA10</code></td>
    145009952    <td align="right"><code>58</code></td>
    145019953    <td align="right"><code></code></td>
     
    145069958  <tr>
    145079959    <td align="left"><code>__SEGGER_RTL_c_locale_month_names</code></td>
    14508     <td align="right"><code>0x0800BF5D</code></td>
     9960    <td align="right"><code>0x0800C873</code></td>
    145099961    <td align="right"><code>87</code></td>
    145109962    <td align="right"><code></code></td>
     
    145159967  <tr>
    145169968    <td align="left"><code>__SEGGER_RTL_c_locale_time_format</code></td>
    14517     <td align="right"><code>0x0800C385</code></td>
     9969    <td align="right"><code>0x0800CC85</code></td>
    145189970    <td align="right"><code>9</code></td>
    145199971    <td align="right"><code></code></td>
     
    145249976  <tr>
    145259977    <td align="left"><code>__SEGGER_RTL_codeset_ascii</code></td>
    14526     <td align="right"><code>0x0800AFE8</code></td>
     9978    <td align="right"><code>0x0800BF30</code></td>
    145279979    <td align="right"><code>32</code></td>
    145289980    <td align="right"><code>4</code></td>
     
    145339985  <tr>
    145349986    <td align="left"><code>__SEGGER_RTL_data_empty_string</code></td>
    14535     <td align="right"><code>0x0800C3DC</code></td>
     9987    <td align="right"><code>0x0800CCDC</code></td>
    145369988    <td align="right"><code>1</code></td>
    145379989    <td align="right"><code></code></td>
     
    145429994  <tr>
    145439995    <td align="left"><code>__SEGGER_RTL_data_utf8_period</code></td>
    14544     <td align="right"><code>0x0800C14C</code></td>
     9996    <td align="right"><code>0x0800CA4C</code></td>
    145459997    <td align="right"><code>2</code></td>
    145469998    <td align="right"><code></code></td>
     
    1456010012  <tr>
    1456110013    <td align="left"><code>__SEGGER_RTL_hex_lc</code></td>
    14562     <td align="right"><code>0x0800C554</code></td>
     10014    <td align="right"><code>0x0800CE54</code></td>
    1456310015    <td align="right"><code>16</code></td>
    1456410016    <td align="right"><code></code></td>
     
    1456910021  <tr>
    1457010022    <td align="left"><code>__SEGGER_RTL_hex_uc</code></td>
    14571     <td align="right"><code>0x0800C544</code></td>
     10023    <td align="right"><code>0x0800CE44</code></td>
    1457210024    <td align="right"><code>16</code></td>
    1457310025    <td align="right"><code></code></td>
     
    1458710039  <tr>
    1458810040    <td align="left"><code>__SEGGER_init_data__</code></td>
    14589     <td align="right"><code>0x0800C60C</code></td>
    14590     <td align="right"><code>[44]</code></td>
     10041    <td align="right"><code>0x0800CF3C</code></td>
     10042    <td align="right"><code>[36]</code></td>
    1459110043    <td align="right"><code>4</code></td>
    1459210044    <td align="left"><code>Cnst</code></td>
     
    1459610048  <tr>
    1459710049    <td align="left"><code>__SEGGER_init_table__</code></td>
    14598     <td align="right"><code>0x0800C5EC</code></td>
    14599     <td align="right"><code>[32]</code></td>
     10050    <td align="right"><code>0x0800CEEC</code></td>
     10051    <td align="right"><code>[80]</code></td>
    1460010052    <td align="right"><code>4</code></td>
    1460110053    <td align="left"><code>Cnst</code></td>
     
    1464310095  </tr>
    1464410096  <tr>
    14645     <td align="right"><code>0x0800AF7C</code></td>
     10097    <td align="right"><code>0x0800BEC4</code></td>
    1464610098    <td align="left"><code>AHBPrescTable</code></td>
    1464710099    <td align="right"><code>64</code></td>
    1464810100    <td align="right"><code>4</code></td>
    1464910101    <td align="left"><code>Cnst</code></td>
    14650     <td align="left"><code>Gb</code></td>
    14651     <td align="left"><code>system_stm32g0xx.o</code></td>
    14652   </tr>
    14653   <tr>
    14654     <td align="right"><code>0x0800AFBC</code></td>
     10102    <td align="left"><code>Lc</code></td>
     10103    <td align="left"><code>firmware_lto.o</code></td>
     10104  </tr>
     10105  <tr>
     10106    <td align="right"><code>0x0800BF04</code></td>
    1465510107    <td align="left"><code>APBPrescTable</code></td>
    1465610108    <td align="right"><code>32</code></td>
    1465710109    <td align="right"><code>4</code></td>
    1465810110    <td align="left"><code>Cnst</code></td>
    14659     <td align="left"><code>Gb</code></td>
    14660     <td align="left"><code>system_stm32g0xx.o</code></td>
    14661   </tr>
    14662   <tr>
    14663     <td align="right"><code>0x0800AFDC</code></td>
     10111    <td align="left"><code>Lc</code></td>
     10112    <td align="left"><code>firmware_lto.o</code></td>
     10113  </tr>
     10114  <tr>
     10115    <td align="right"><code>0x0800BF24</code></td>
    1466410116    <td align="left"><code>__SEGGER_RTL_c_locale</code></td>
    1466510117    <td align="right"><code>12</code></td>
     
    1467010122  </tr>
    1467110123  <tr>
    14672     <td align="right"><code>0x0800AFE8</code></td>
     10124    <td align="right"><code>0x0800BF30</code></td>
    1467310125    <td align="left"><code>__SEGGER_RTL_codeset_ascii</code></td>
    1467410126    <td align="right"><code>32</code></td>
     
    1467910131  </tr>
    1468010132  <tr>
    14681     <td align="right"><code>0x0800B008</code></td>
     10133    <td align="right"><code>0x0800BF50</code></td>
    1468210134    <td align="left"><code>__SEGGER_RTL_c_locale_data</code></td>
    1468310135    <td align="right"><code>88</code></td>
     
    1468810140  </tr>
    1468910141  <tr>
    14690     <td align="right"><code>0x0800BF5D</code></td>
     10142    <td align="right"><code>0x0800C873</code></td>
    1469110143    <td align="left"><code>__SEGGER_RTL_c_locale_month_names</code></td>
    1469210144    <td align="right"><code>87</code></td>
     
    1469710149  </tr>
    1469810150  <tr>
    14699     <td align="right"><code>0x0800BFB4</code></td>
     10151    <td align="right"><code>0x0800C8CA</code></td>
    1470010152    <td align="left"><code>__SEGGER_RTL_c_locale_am_pm_indicator</code></td>
    1470110153    <td align="right"><code>7</code></td>
     
    1470610158  </tr>
    1470710159  <tr>
    14708     <td align="right"><code>0x0800BFBB</code></td>
     10160    <td align="right"><code>0x0800C8D1</code></td>
    1470910161    <td align="left"><code>__SEGGER_RTL_c_locale_date_time_format</code></td>
    1471010162    <td align="right"><code>15</code></td>
     
    1471510167  </tr>
    1471610168  <tr>
    14717     <td align="right"><code>0x0800C110</code></td>
     10169    <td align="right"><code>0x0800CA10</code></td>
    1471810170    <td align="left"><code>__SEGGER_RTL_c_locale_day_names</code></td>
    1471910171    <td align="right"><code>58</code></td>
     
    1472410176  </tr>
    1472510177  <tr>
    14726     <td align="right"><code>0x0800C14C</code></td>
     10178    <td align="right"><code>0x0800CA4C</code></td>
    1472710179    <td align="left"><code>__SEGGER_RTL_data_utf8_period</code></td>
    1472810180    <td align="right"><code>2</code></td>
     
    1473310185  </tr>
    1473410186  <tr>
    14735     <td align="right"><code>0x0800C362</code></td>
     10187    <td align="right"><code>0x0800CC62</code></td>
    1473610188    <td align="left"><code>_DoInit._aInitStr</code></td>
    1473710189    <td align="right"><code>17</code></td>
     
    1474210194  </tr>
    1474310195  <tr>
    14744     <td align="right"><code>0x0800C37C</code></td>
     10196    <td align="right"><code>0x0800CC7C</code></td>
    1474510197    <td align="left"><code>__SEGGER_RTL_c_locale_date_format</code></td>
    1474610198    <td align="right"><code>9</code></td>
     
    1475110203  </tr>
    1475210204  <tr>
    14753     <td align="right"><code>0x0800C385</code></td>
     10205    <td align="right"><code>0x0800CC85</code></td>
    1475410206    <td align="left"><code>__SEGGER_RTL_c_locale_time_format</code></td>
    1475510207    <td align="right"><code>9</code></td>
     
    1476010212  </tr>
    1476110213  <tr>
    14762     <td align="right"><code>0x0800C38E</code></td>
     10214    <td align="right"><code>0x0800CC8E</code></td>
    1476310215    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_day_names</code></td>
    1476410216    <td align="right"><code>29</code></td>
     
    1476910221  </tr>
    1477010222  <tr>
    14771     <td align="right"><code>0x0800C3AB</code></td>
     10223    <td align="right"><code>0x0800CCAB</code></td>
    1477210224    <td align="left"><code>__SEGGER_RTL_c_locale_abbrev_month_names</code></td>
    1477310225    <td align="right"><code>49</code></td>
     
    1477810230  </tr>
    1477910231  <tr>
    14780     <td align="right"><code>0x0800C3DC</code></td>
     10232    <td align="right"><code>0x0800CCDC</code></td>
    1478110233    <td align="left"><code>__SEGGER_RTL_data_empty_string</code></td>
    1478210234    <td align="right"><code>1</code></td>
     
    1478710239  </tr>
    1478810240  <tr>
    14789     <td align="right"><code>0x0800C3DD</code></td>
     10241    <td align="right"><code>0x0800CCDD</code></td>
    1479010242    <td align="left"><code>__SEGGER_RTL_ascii_ctype_mask</code></td>
    1479110243    <td align="right"><code>13</code></td>
     
    1479610248  </tr>
    1479710249  <tr>
    14798     <td align="right"><code>0x0800C544</code></td>
     10250    <td align="right"><code>0x0800CE44</code></td>
    1479910251    <td align="left"><code>__SEGGER_RTL_hex_uc</code></td>
    1480010252    <td align="right"><code>16</code></td>
     
    1480510257  </tr>
    1480610258  <tr>
    14807     <td align="right"><code>0x0800C554</code></td>
     10259    <td align="right"><code>0x0800CE54</code></td>
    1480810260    <td align="left"><code>__SEGGER_RTL_hex_lc</code></td>
    1480910261    <td align="right"><code>16</code></td>
     
    1481410266  </tr>
    1481510267  <tr>
    14816     <td align="right"><code>0x0800C56C</code></td>
     10268    <td align="right"><code>0x0800CE6C</code></td>
    1481710269    <td align="left"><code>__SEGGER_RTL_ascii_ctype_map</code></td>
    1481810270    <td align="right"><code>128</code></td>
     
    1482310275  </tr>
    1482410276  <tr>
    14825     <td align="right"><code>0x0800C5EC</code></td>
     10277    <td align="right"><code>0x0800CEEC</code></td>
    1482610278    <td align="left"><code>__SEGGER_init_table__</code></td>
    14827     <td align="right"><code>[32]</code></td>
     10279    <td align="right"><code>[80]</code></td>
    1482810280    <td align="right"><code>4</code></td>
    1482910281    <td align="left"><code>Cnst</code></td>
     
    1483210284  </tr>
    1483310285  <tr>
    14834     <td align="right"><code>0x0800C60C</code></td>
     10286    <td align="right"><code>0x0800CF3C</code></td>
    1483510287    <td align="left"><code>__SEGGER_init_data__</code></td>
    14836     <td align="right"><code>[44]</code></td>
     10288    <td align="right"><code>[36]</code></td>
    1483710289    <td align="right"><code>4</code></td>
    1483810290    <td align="left"><code>Cnst</code></td>
     
    1488110333  <tr>
    1488210334    <td align="left"><code>__APP_segment_used_end__</code></td>
    14883     <td align="right"><code>0x0800C65E</code></td>
     10335    <td align="right"><code>0x0800CF86</code></td>
    1488410336    <td align="right"><code></code></td>
    1488510337    <td align="right"><code></code></td>
     
    1489010342  <tr>
    1489110343    <td align="left"><code>__APP_segment_used_size__</code></td>
    14892     <td align="right"><code>0x0000C65E</code></td>
     10344    <td align="right"><code>0x0000CF86</code></td>
    1489310345    <td align="right"><code></code></td>
    1489410346    <td align="right"><code></code></td>
     
    1518710639  <tr>
    1518810640    <td align="left"><code>__SEGGER_init_run_loop</code></td>
    15189     <td align="right"><code>0x0800B062</code></td>
     10641    <td align="right"><code>0x0800BFAA</code></td>
    1519010642    <td align="right"><code></code></td>
    1519110643    <td align="right"><code>4</code></td>
     
    1535110803  </tr>
    1535210804  <tr>
    15353     <td align="right"><code>0x0000C65E</code></td>
     10805    <td align="right"><code>0x0000CF86</code></td>
    1535410806    <td align="left"><code>__APP_segment_used_size__</code></td>
    1535510807    <td align="right"><code></code></td>
     
    1547710929  </tr>
    1547810930  <tr>
    15479     <td align="right"><code>0x0800B062</code></td>
     10931    <td align="right"><code>0x0800BFAA</code></td>
    1548010932    <td align="left"><code>__SEGGER_init_run_loop</code></td>
    1548110933    <td align="right"><code></code></td>
     
    1548610938  </tr>
    1548710939  <tr>
    15488     <td align="right"><code>0x0800C65E</code></td>
     10940    <td align="right"><code>0x0800CF86</code></td>
    1548910941    <td align="left"><code>__APP_segment_used_end__</code></td>
    1549010942    <td align="right"><code></code></td>
     
    1565911111<h1 id="LINK SUMMARY">LINK SUMMARY</h1>
    1566011112<h2 id="LINK SUMMARY_Memory breakdown">Memory breakdown</h2>
    15661  47 896 bytes read-only  code    +
    15662   2 884 bytes read-only  data    =  50 780 bytes read-only (total)
    15663   7 754 bytes read-write data
     11113 50 254 bytes read-only  code    +
     11114  2 870 bytes read-only  data    =  53 124 bytes read-only (total)
     11115  7 581 bytes read-write data
    1566411116<h2 id="LINK SUMMARY_Region summary">Region summary</h2>
    1566511117<table>
     
    1567611128    <td align="left"><code>08000000-0801c7ff</code></td>
    1567711129    <td align="right"><code>116 736</code></td>
    15678     <td align="right"><code>50 784  43.50%</code></td>
    15679     <td align="right"><code>65 952  56.50%</code></td>
     11130    <td align="right"><code>53 128  45.51%</code></td>
     11131    <td align="right"><code>63 608  54.49%</code></td>
    1568011132    <td align="right"><code>0   0.00%</code></td>
    1568111133  </tr>
     
    1568411136    <td align="left"><code>20000000-20007fff</code></td>
    1568511137    <td align="right"><code>32 768</code></td>
    15686     <td align="right"><code>7 754  23.66%</code></td>
    15687     <td align="right"><code>25 014  76.34%</code></td>
    15688     <td align="right"><code>0   0.00%</code></td>
     11138    <td align="right"><code>7 581  23.14%</code></td>
     11139    <td align="right"><code>25 183  76.85%</code></td>
     11140    <td align="right"><code>4   0.01%</code></td>
    1568911141  </tr>
    1569011142</table>
  • trunk/firmware/Release125A/firmware_files.ind

    r6 r26  
    1 "Release125A/stm32g0xx_hal.o"
    2 "Release125A/stm32g0xx_hal_adc.o"
    3 "Release125A/stm32g0xx_hal_adc_ex.o"
    4 "Release125A/stm32g0xx_hal_cec.o"
    5 "Release125A/stm32g0xx_hal_comp.o"
    6 "Release125A/stm32g0xx_hal_cortex.o"
    7 "Release125A/stm32g0xx_hal_crc.o"
    8 "Release125A/stm32g0xx_hal_crc_ex.o"
    9 "Release125A/stm32g0xx_hal_cryp.o"
    10 "Release125A/stm32g0xx_hal_cryp_ex.o"
    11 "Release125A/stm32g0xx_hal_dac.o"
    12 "Release125A/stm32g0xx_hal_dac_ex.o"
    13 "Release125A/stm32g0xx_hal_dma.o"
    14 "Release125A/stm32g0xx_hal_dma_ex.o"
    15 "Release125A/stm32g0xx_hal_exti.o"
    16 "Release125A/stm32g0xx_hal_flash.o"
    17 "Release125A/stm32g0xx_hal_flash_ex.o"
    18 "Release125A/stm32g0xx_hal_gpio.o"
    19 "Release125A/stm32g0xx_hal_i2c.o"
    20 "Release125A/stm32g0xx_hal_i2c_ex.o"
    21 "Release125A/stm32g0xx_hal_i2s.o"
    22 "Release125A/stm32g0xx_hal_irda.o"
    23 "Release125A/stm32g0xx_hal_iwdg.o"
    24 "Release125A/stm32g0xx_hal_lptim.o"
    25 "Release125A/stm32g0xx_hal_pwr.o"
    26 "Release125A/stm32g0xx_hal_pwr_ex.o"
    27 "Release125A/stm32g0xx_hal_rcc.o"
    28 "Release125A/stm32g0xx_hal_rcc_ex.o"
    29 "Release125A/stm32g0xx_hal_rng.o"
    30 "Release125A/stm32g0xx_hal_rtc.o"
    31 "Release125A/stm32g0xx_hal_rtc_ex.o"
    32 "Release125A/stm32g0xx_hal_smartcard.o"
    33 "Release125A/stm32g0xx_hal_smartcard_ex.o"
    34 "Release125A/stm32g0xx_hal_smbus.o"
    35 "Release125A/stm32g0xx_hal_spi.o"
    36 "Release125A/stm32g0xx_hal_spi_ex.o"
    37 "Release125A/stm32g0xx_hal_tim.o"
    38 "Release125A/stm32g0xx_hal_tim_ex.o"
    39 "Release125A/stm32g0xx_hal_uart.o"
    40 "Release125A/stm32g0xx_hal_uart_ex.o"
    41 "Release125A/stm32g0xx_hal_usart.o"
    42 "Release125A/stm32g0xx_hal_usart_ex.o"
    43 "Release125A/stm32g0xx_hal_wwdg.o"
    44 "Release125A/stm32g0xx_ll_adc.o"
    45 "Release125A/stm32g0xx_ll_comp.o"
    46 "Release125A/stm32g0xx_ll_crc.o"
    47 "Release125A/stm32g0xx_ll_dac.o"
    48 "Release125A/stm32g0xx_ll_dma.o"
    49 "Release125A/stm32g0xx_ll_exti.o"
    50 "Release125A/stm32g0xx_ll_gpio.o"
    51 "Release125A/stm32g0xx_ll_i2c.o"
    52 "Release125A/stm32g0xx_ll_lptim.o"
    53 "Release125A/stm32g0xx_ll_lpuart.o"
    54 "Release125A/stm32g0xx_ll_pwr.o"
    55 "Release125A/stm32g0xx_ll_rcc.o"
    56 "Release125A/stm32g0xx_ll_rng.o"
    57 "Release125A/stm32g0xx_ll_rtc.o"
    58 "Release125A/stm32g0xx_ll_spi.o"
    59 "Release125A/stm32g0xx_ll_tim.o"
    60 "Release125A/stm32g0xx_ll_ucpd.o"
    61 "Release125A/stm32g0xx_ll_usart.o"
    62 "Release125A/stm32g0xx_ll_utils.o"
    63 "Release125A/hsi16 _calibration.o"
    64 "Release125A/hsi16.o"
     1"Release125A/stm32g0xx_hal.bc"
     2"Release125A/stm32g0xx_hal_adc.bc"
     3"Release125A/stm32g0xx_hal_adc_ex.bc"
     4"Release125A/stm32g0xx_hal_cec.bc"
     5"Release125A/stm32g0xx_hal_comp.bc"
     6"Release125A/stm32g0xx_hal_cortex.bc"
     7"Release125A/stm32g0xx_hal_crc.bc"
     8"Release125A/stm32g0xx_hal_crc_ex.bc"
     9"Release125A/stm32g0xx_hal_cryp.bc"
     10"Release125A/stm32g0xx_hal_cryp_ex.bc"
     11"Release125A/stm32g0xx_hal_dac.bc"
     12"Release125A/stm32g0xx_hal_dac_ex.bc"
     13"Release125A/stm32g0xx_hal_dma.bc"
     14"Release125A/stm32g0xx_hal_dma_ex.bc"
     15"Release125A/stm32g0xx_hal_exti.bc"
     16"Release125A/stm32g0xx_hal_flash.bc"
     17"Release125A/stm32g0xx_hal_flash_ex.bc"
     18"Release125A/stm32g0xx_hal_gpio.bc"
     19"Release125A/stm32g0xx_hal_i2c.bc"
     20"Release125A/stm32g0xx_hal_i2c_ex.bc"
     21"Release125A/stm32g0xx_hal_i2s.bc"
     22"Release125A/stm32g0xx_hal_irda.bc"
     23"Release125A/stm32g0xx_hal_iwdg.bc"
     24"Release125A/stm32g0xx_hal_lptim.bc"
     25"Release125A/stm32g0xx_hal_pwr.bc"
     26"Release125A/stm32g0xx_hal_pwr_ex.bc"
     27"Release125A/stm32g0xx_hal_rcc.bc"
     28"Release125A/stm32g0xx_hal_rcc_ex.bc"
     29"Release125A/stm32g0xx_hal_rng.bc"
     30"Release125A/stm32g0xx_hal_rtc.bc"
     31"Release125A/stm32g0xx_hal_rtc_ex.bc"
     32"Release125A/stm32g0xx_hal_smartcard.bc"
     33"Release125A/stm32g0xx_hal_smartcard_ex.bc"
     34"Release125A/stm32g0xx_hal_smbus.bc"
     35"Release125A/stm32g0xx_hal_spi.bc"
     36"Release125A/stm32g0xx_hal_spi_ex.bc"
     37"Release125A/stm32g0xx_hal_tim.bc"
     38"Release125A/stm32g0xx_hal_tim_ex.bc"
     39"Release125A/stm32g0xx_hal_uart.bc"
     40"Release125A/stm32g0xx_hal_uart_ex.bc"
     41"Release125A/stm32g0xx_hal_usart.bc"
     42"Release125A/stm32g0xx_hal_usart_ex.bc"
     43"Release125A/stm32g0xx_hal_wwdg.bc"
     44"Release125A/stm32g0xx_ll_adc.bc"
     45"Release125A/stm32g0xx_ll_comp.bc"
     46"Release125A/stm32g0xx_ll_crc.bc"
     47"Release125A/stm32g0xx_ll_dac.bc"
     48"Release125A/stm32g0xx_ll_dma.bc"
     49"Release125A/stm32g0xx_ll_exti.bc"
     50"Release125A/stm32g0xx_ll_gpio.bc"
     51"Release125A/stm32g0xx_ll_i2c.bc"
     52"Release125A/stm32g0xx_ll_lptim.bc"
     53"Release125A/stm32g0xx_ll_lpuart.bc"
     54"Release125A/stm32g0xx_ll_pwr.bc"
     55"Release125A/stm32g0xx_ll_rcc.bc"
     56"Release125A/stm32g0xx_ll_rng.bc"
     57"Release125A/stm32g0xx_ll_rtc.bc"
     58"Release125A/stm32g0xx_ll_spi.bc"
     59"Release125A/stm32g0xx_ll_tim.bc"
     60"Release125A/stm32g0xx_ll_ucpd.bc"
     61"Release125A/stm32g0xx_ll_usart.bc"
     62"Release125A/stm32g0xx_ll_utils.bc"
     63"Release125A/hsi16 _calibration.bc"
     64"Release125A/hsi16.bc"
    6565"Release125A/SEGGER_THUMB_Startup.o"
    6666"Release125A/STM32G0xx_Startup.o"
    67 "Release125A/modbus.o"
     67"Release125A/modbus.bc"
    6868"Release125A/STM32G07x_Vectors.o"
    69 "Release125A/adc.o"
    70 "Release125A/ads1260.o"
    71 "Release125A/ah_counter.o"
    72 "Release125A/battery_voltage.o"
    73 "Release125A/chip_temperature.o"
    74 "Release125A/dma.o"
    75 "Release125A/eeprom.o"
    76 "Release125A/efficiency.o"
    77 "Release125A/esr.o"
    78 "Release125A/fast_current.o"
    79 "Release125A/gpio.o"
    80 "Release125A/main.o"
    81 "Release125A/outputs.o"
    82 "Release125A/ref_voltage.o"
    83 "Release125A/rtc.o"
    84 "Release125A/self_discharge.o"
    85 "Release125A/shunt_temperature.o"
    86 "Release125A/shunt_voltage.o"
    87 "Release125A/spi.o"
    88 "Release125A/stm32g0xx_hal_msp.o"
    89 "Release125A/stm32g0xx_it.o"
    90 "Release125A/sysdata.o"
    91 "Release125A/system_stm32g0xx.o"
    92 "Release125A/template.o"
    93 "Release125A/usart.o"
    94 "Release125A/wh_counter.o"
     69"Release125A/adc.bc"
     70"Release125A/ads1260.bc"
     71"Release125A/ah_counter.bc"
     72"Release125A/battery_voltage.bc"
     73"Release125A/chip_temperature.bc"
     74"Release125A/dma.bc"
     75"Release125A/eeprom.bc"
     76"Release125A/efficiency.bc"
     77"Release125A/esr.bc"
     78"Release125A/fast_current.bc"
     79"Release125A/gpio.bc"
     80"Release125A/main.bc"
     81"Release125A/outputs.bc"
     82"Release125A/ref_voltage.bc"
     83"Release125A/rtc.bc"
     84"Release125A/self_discharge.bc"
     85"Release125A/shunt_temperature.bc"
     86"Release125A/shunt_voltage.bc"
     87"Release125A/spi.bc"
     88"Release125A/stm32g0xx_hal_msp.bc"
     89"Release125A/stm32g0xx_it.bc"
     90"Release125A/sysdata.bc"
     91"Release125A/system_stm32g0xx.bc"
     92"Release125A/template.bc"
     93"Release125A/usart.bc"
     94"Release125A/wh_counter.bc"
    9595"C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/lib/libc_v6m_t_le_eabi.a"
    9696"C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/lib/SEGGER_crtinit_v6m_t_le_eabi.a"
  • trunk/firmware/Release125A/gpio.d

    r6 r26  
    1 Release125A/gpio.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\gpio.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\gpio.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/gpio.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\gpio.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\gpio.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ads1260.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ads1260.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/hsi16 _calibration.d

    r6 r26  
    1 Release125A/hsi16\ _calibration.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Src\hsi16\ _calibration.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16_calibration.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16.h \
     1Release125A/hsi16\ _calibration.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Src\hsi16\ _calibration.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16_calibration.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
    5252  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h
  • trunk/firmware/Release125A/hsi16.d

    r6 r26  
    1 Release125A/hsi16.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Src\hsi16.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16.h \
     1Release125A/hsi16.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Src\hsi16.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    5050  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h
  • trunk/firmware/Release125A/main.d

    r6 r26  
    1 Release125A/main.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\main.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/main.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\main.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\adc.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\dma.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\rtc.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\spi.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\usart.h \
    54   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\gpio.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Inc\adc.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Inc\dma.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\rtc.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\spi.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\usart.h \
     54  D:\projekte\ecsSmartPro\trunk\firmware\Inc\gpio.h \
    5555  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    56   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdlib.h \
    57   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\math.h \
    58   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_FP.h \
    59   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    60   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\chip_temperature.h \
    61   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\shunt_voltage.h \
    62   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\shunt_temperature.h \
    63   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ads1260.h \
    64   D:\projekte\ecs_smartSwitch\trunk\firmware\Modbus\modbus.h \
     56  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     57  D:\projekte\ecsSmartPro\trunk\firmware\Inc\chip_temperature.h \
     58  D:\projekte\ecsSmartPro\trunk\firmware\Inc\shunt_voltage.h \
     59  D:\projekte\ecsSmartPro\trunk\firmware\Inc\shunt_temperature.h \
     60  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ads1260.h \
     61  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.h \
    6562  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h \
    66   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16.h \
    67   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16_calibration.h \
    68   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\eeprom.h \
    69   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ah_counter.h \
    70   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\battery_voltage.h \
    71   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\ref_voltage.h \
    72   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\fast_current.h \
    73   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\wh_counter.h \
    74   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\efficiency.h \
     63  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16.h \
     64  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16_calibration.h \
     65  D:\projekte\ecsSmartPro\trunk\firmware\Inc\eeprom.h \
     66  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ah_counter.h \
     67  D:\projekte\ecsSmartPro\trunk\firmware\Inc\battery_voltage.h \
     68  D:\projekte\ecsSmartPro\trunk\firmware\Inc\ref_voltage.h \
     69  D:\projekte\ecsSmartPro\trunk\firmware\Inc\fast_current.h \
     70  D:\projekte\ecsSmartPro\trunk\firmware\Inc\wh_counter.h \
     71  D:\projekte\ecsSmartPro\trunk\firmware\Inc\efficiency.h \
    7572  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\inttypes.h \
    76   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\esr.h \
    77   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\self_discharge.h \
    78   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\outputs.h
     73  D:\projekte\ecsSmartPro\trunk\firmware\Inc\esr.h \
     74  D:\projekte\ecsSmartPro\trunk\firmware\Inc\self_discharge.h \
     75  D:\projekte\ecsSmartPro\trunk\firmware\Inc\outputs.h
  • trunk/firmware/Release125A/modbus.d

    r6 r26  
    1 Release125A/modbus.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Modbus\modbus.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Modbus\modbus.h \
     1Release125A/modbus.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2424  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    5353  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h
  • trunk/firmware/Release125A/outputs.d

    r6 r26  
    1 Release125A/outputs.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\outputs.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\outputs.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/outputs.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\outputs.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\outputs.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1616  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    5151  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/ref_voltage.d

    r6 r26  
    1 Release125A/ref_voltage.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\ref_voltage.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/ref_voltage.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\ref_voltage.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release125A/rtc.d

    r6 r26  
    1 Release125A/rtc.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\rtc.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\rtc.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/rtc.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\rtc.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\rtc.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/self_discharge.d

    r6 r26  
    1 Release125A/self_discharge.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\self_discharge.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
     1Release125A/self_discharge.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\self_discharge.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    54  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
    65  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_ConfDefaults.h \
    76  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    87  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\self_discharge.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\self_discharge.h \
    1011  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\inttypes.h
  • trunk/firmware/Release125A/shunt_temperature.d

    r6 r26  
    1 Release125A/shunt_temperature.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\shunt_temperature.c \
     1Release125A/shunt_temperature.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\shunt_temperature.c \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\shunt_temperature.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\shunt_temperature.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2525  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\adc.h
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\adc.h
  • trunk/firmware/Release125A/shunt_voltage.d

    r6 r26  
    1 Release125A/shunt_voltage.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\shunt_voltage.c \
     1Release125A/shunt_voltage.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\shunt_voltage.c \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdio.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\shunt_voltage.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\shunt_voltage.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2525  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\adc.h
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\adc.h
  • trunk/firmware/Release125A/spi.d

    r6 r26  
    1 Release125A/spi.o: D:\projekte\ecs_smartSwitch\trunk\firmware\Src\spi.c \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\spi.h \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/spi.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\spi.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\spi.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal.d

    r6 r26  
    1 Release125A/stm32g0xx_hal.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_adc.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_adc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_adc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_adc_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_adc_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_adc_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_cec.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_cec.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cec.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_cec.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cec.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_comp.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_comp.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_comp.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_comp.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_comp.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_cortex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_cortex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cortex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_cortex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cortex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_crc.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_crc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_crc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_crc_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_crc_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_crc_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_cryp.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_cryp.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_cryp.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_cryp_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_cryp_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_cryp_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_dac.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_dac.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_dac.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_dac_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_dac_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_dac_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_dma.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_dma.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_dma.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_dma_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_dma_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_dma_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_exti.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_exti.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_exti.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_exti.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_exti.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_flash.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_flash.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_flash.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_flash_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_flash_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_flash_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_gpio.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_gpio.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_gpio.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_gpio.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_gpio.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_i2c.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_i2c.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_i2c.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_i2c_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_i2c_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_i2c_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_i2s.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_i2s.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2s.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_i2s.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2s.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_irda.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_irda.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_irda.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_irda.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_irda.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_iwdg.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_iwdg.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_iwdg.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_iwdg.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_iwdg.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_lptim.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_lptim.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_lptim.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_lptim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_lptim.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_msp.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_msp.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\stm32g0xx_hal_msp.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_msp.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\stm32g0xx_hal_msp.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_pwr.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_pwr.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_pwr.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_pwr_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_pwr_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_pwr_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_rcc.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_rcc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_rcc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_rcc_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_rcc_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_rcc_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_rng.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_rng.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rng.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_rng.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rng.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_rtc.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_rtc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_rtc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_rtc_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_rtc_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_rtc_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_smartcard.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_smartcard.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_smartcard.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_smartcard_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_smartcard_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_smartcard_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_smbus.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_smbus.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smbus.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_smbus.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smbus.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_spi.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_spi.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_spi.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_spi_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_spi_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_spi_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_tim.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_tim.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_tim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_tim_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_tim_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_tim_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_uart.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_uart.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_uart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_uart_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_uart_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_uart_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_usart.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_usart.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_usart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_usart_ex.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_usart_ex.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart_ex.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_usart_ex.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart_ex.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_hal_wwdg.d

    r6 r26  
    1 Release125A/stm32g0xx_hal_wwdg.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_wwdg.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_hal_wwdg.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_wwdg.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1313  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/stm32g0xx_it.d

    r6 r26  
    1 Release125A/stm32g0xx_it.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\stm32g0xx_it.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_it.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\stm32g0xx_it.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_it.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Modbus\modbus.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_it.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.h \
    5252  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdbool.h \
    53   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    54   D:\projekte\ecs_smartSwitch\trunk\firmware\HSI16\Inc\hsi16_calibration.h
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     54  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16_calibration.h
  • trunk/firmware/Release125A/stm32g0xx_ll_adc.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_adc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c
     1Release125A/stm32g0xx_ll_adc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c
  • trunk/firmware/Release125A/stm32g0xx_ll_comp.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_comp.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c
     1Release125A/stm32g0xx_ll_comp.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c
  • trunk/firmware/Release125A/stm32g0xx_ll_crc.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_crc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_crc.c
     1Release125A/stm32g0xx_ll_crc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_crc.c
  • trunk/firmware/Release125A/stm32g0xx_ll_dac.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_dac.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dac.c
     1Release125A/stm32g0xx_ll_dac.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dac.c
  • trunk/firmware/Release125A/stm32g0xx_ll_dma.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_dma.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c
     1Release125A/stm32g0xx_ll_dma.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c
  • trunk/firmware/Release125A/stm32g0xx_ll_exti.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_exti.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c
     1Release125A/stm32g0xx_ll_exti.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c
  • trunk/firmware/Release125A/stm32g0xx_ll_gpio.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_gpio.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c
     1Release125A/stm32g0xx_ll_gpio.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c
  • trunk/firmware/Release125A/stm32g0xx_ll_i2c.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_i2c.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_i2c.c
     1Release125A/stm32g0xx_ll_i2c.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_i2c.c
  • trunk/firmware/Release125A/stm32g0xx_ll_lptim.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_lptim.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lptim.c
     1Release125A/stm32g0xx_ll_lptim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lptim.c
  • trunk/firmware/Release125A/stm32g0xx_ll_lpuart.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_lpuart.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lpuart.c
     1Release125A/stm32g0xx_ll_lpuart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lpuart.c
  • trunk/firmware/Release125A/stm32g0xx_ll_pwr.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_pwr.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c
     1Release125A/stm32g0xx_ll_pwr.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c
  • trunk/firmware/Release125A/stm32g0xx_ll_rcc.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_rcc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c
     1Release125A/stm32g0xx_ll_rcc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c
  • trunk/firmware/Release125A/stm32g0xx_ll_rng.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_rng.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rng.c
     1Release125A/stm32g0xx_ll_rng.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rng.c
  • trunk/firmware/Release125A/stm32g0xx_ll_rtc.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_rtc.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rtc.c
     1Release125A/stm32g0xx_ll_rtc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rtc.c
  • trunk/firmware/Release125A/stm32g0xx_ll_spi.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_spi.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_spi.c
     1Release125A/stm32g0xx_ll_spi.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_spi.c
  • trunk/firmware/Release125A/stm32g0xx_ll_tim.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_tim.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c
     1Release125A/stm32g0xx_ll_tim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c
  • trunk/firmware/Release125A/stm32g0xx_ll_ucpd.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_ucpd.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_ucpd.c
     1Release125A/stm32g0xx_ll_ucpd.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_ucpd.c
  • trunk/firmware/Release125A/stm32g0xx_ll_usart.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_usart.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c
     1Release125A/stm32g0xx_ll_usart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c
  • trunk/firmware/Release125A/stm32g0xx_ll_utils.d

    r6 r26  
    1 Release125A/stm32g0xx_ll_utils.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_utils.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/stm32g0xx_ll_utils.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_utils.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h
  • trunk/firmware/Release125A/sysdata.d

    r6 r26  
    1 Release125A/sysdata.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\sysdata.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
     1Release125A/sysdata.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\sysdata.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    55  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
  • trunk/firmware/Release125A/system_stm32g0xx.d

    r6 r26  
    1 Release125A/system_stm32g0xx.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\system_stm32g0xx.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/system_stm32g0xx.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\system_stm32g0xx.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    66  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    77  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1010  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2121  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/template.d

    r6 r26  
    1 Release125A/template.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\template.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/template.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\template.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1111  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1212  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1414  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1515  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2222  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    23   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/usart.d

    r6 r26  
    1 Release125A/usart.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\usart.c \
    3   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\usart.h \
    4   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\main.h \
    5   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     1Release125A/usart.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\usart.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\usart.h \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     4  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     5  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     6  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     7  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    1211  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    1312  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
     
    1514  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Conf.h \
    1615  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2322  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     23  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
  • trunk/firmware/Release125A/wh_counter.d

    r6 r26  
    1 Release125A/wh_counter.o: \
    2   D:\projekte\ecs_smartSwitch\trunk\firmware\Src\wh_counter.c \
     1Release125A/wh_counter.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\wh_counter.c \
    33  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\math.h \
    44  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL_FP.h \
     
    88  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stdint.h \
    99  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\__SEGGER_RTL.h \
    10   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
    17   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
     11  D:\projekte\ecsSmartPro\trunk\firmware\Inc\stm32g0xx_hal_conf.h \
     12  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
     13  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
     14  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
     15  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
     16  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\core_cm0plus.h \
     17  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_version.h \
     18  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_compiler.h \
     19  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\cmsis_gcc.h \
     20  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Include\mpu_armv7.h \
     21  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
     22  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    2323  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.22a\include\stddef.h \
    24   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_smartSwitch\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\sysdata.h \
    52   D:\projekte\ecs_smartSwitch\trunk\firmware\Inc\wh_counter.h
     24  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
     25  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
     26  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
     27  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
     28  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
     29  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
     30  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
     31  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
     32  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
     33  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
     34  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
     35  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
     36  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
     37  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
     38  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
     39  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
     40  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
     41  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
     42  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
     43  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
     44  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
     45  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
     46  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
     47  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
     48  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
     49  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
     50  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
     51  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\wh_counter.h
Note: See TracChangeset for help on using the changeset viewer.