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/Release250A
Files:
99 edited

Legend:

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

    r6 r26  
    11Release250A/SEGGER_THUMB_Startup.o: \
    2  D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\SEGGER_THUMB_Startup.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\SEGGER_THUMB_Startup.s
  • trunk/firmware/Release250A/STM32G07x_Vectors.d

    r6 r26  
    11Release250A/STM32G07x_Vectors.o: \
    2  D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\STM32G07x_Vectors.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\STM32G07x_Vectors.s
  • trunk/firmware/Release250A/STM32G0xx_Startup.d

    r6 r26  
    11Release250A/STM32G0xx_Startup.o: \
    2  D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\STM32G0xx_Startup.s
     2 D:\projekte\ecsSmartPro\trunk\firmware\STM32G0xx_Startup.s
  • trunk/firmware/Release250A/adc.d

    r6 r26  
    1 Release250A/adc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\adc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\adc.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/ads1260.d

    r6 r26  
    1 Release250A/ads1260.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\ads1260.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\ads1260.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\spi.h \
    53   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\math.h \
    54   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_FP.h \
    55   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\eeprom.h \
    56   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdbool.h \
    57   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/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 \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     16  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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 \
     53  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\math.h \
     54  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_FP.h \
     55  D:\projekte\ecsSmartPro\trunk\firmware\Inc\eeprom.h \
     56  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdbool.h \
     57  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/ah_counter.d

    r6 r26  
    1 Release250A/ah_counter.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\ah_counter.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\math.h \
    51   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_FP.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    53   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\ah_counter.h \
    54   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\wh_counter.h \
    55   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\eeprom.h \
    56   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdbool.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\math.h \
     51  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_FP.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 \
     56  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdbool.h
  • trunk/firmware/Release250A/battery_voltage.d

    r6 r26  
    1 Release250A/battery_voltage.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\battery_voltage.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\battery_voltage.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/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 \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     16  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/chip_temperature.d

    r6 r26  
    1 Release250A/chip_temperature.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\chip_temperature.c \
    3   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\chip_temperature.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    17   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    24   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/chip_temperature.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\chip_temperature.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     17  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.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 \
     24  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/dma.d

    r6 r26  
    1 Release250A/dma.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\dma.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\dma.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/eeprom.d

    r6 r26  
    1 Release250A/eeprom.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\eeprom.c \
    3   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\assert.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\eeprom.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdbool.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    53   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    54   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/eeprom.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\eeprom.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\assert.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     16  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdbool.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\main.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     54  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/efficiency.d

    r6 r26  
    1 Release250A/efficiency.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\efficiency.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\efficiency.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\inttypes.h
     1Release250A/efficiency.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\efficiency.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     9  D:\projekte\ecsSmartPro\trunk\firmware\Inc\efficiency.h \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\inttypes.h
  • trunk/firmware/Release250A/esr.d

    r6 r26  
    1 Release250A/esr.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\esr.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\esr.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\inttypes.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdlib.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/esr.bc: D:\projekte\ecsSmartPro\trunk\firmware\Src\esr.c \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\esr.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\inttypes.h \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdlib.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/fast_current.d

    r6 r26  
    1 Release250A/fast_current.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\fast_current.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\fast_current.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/fast_current.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\fast_current.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\fast_current.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/firmware.hex

    r6 r26  
    11:020000040800F2
    2 :10300000008000202DDF000899E600089BE60008FC
    3 :1030100000000000000000000000000000000000B0
    4 :103020000000000000000000000000009DE6000815
    5 :1030300000000000000000009FE6000801B6000844
    6 :1030400061DF000863DF000865DF000867DF000854
    7 :1030500069DF00086BDF00086DDF00088BEA0008FD
    8 :1030600071DF000841B6000875DF000877DF00084F
    9 :1030700079DF00087BDF00087DDF00087FDF0008C4
    10 :1030800081DF000883DF000885DF000887DF000894
    11 :1030900089DF000861B600088DDF00088FDF0008B7
    12 :1030A00091DF000893DF000895DF000851B60008A3
    13 :1030B00099DF00089BDF00089DDF00089FDF000804
    14 :1030C000EDAF16204A62304029BD56B31544E9BF22
    15 :1030D00077900D9CFE0B88C07E2615FA8380734086
    16 :0830E0000FCE674B80D541C003
    17 :1030E80000000000000024400000000000005940DB
    18 :1030F800000000000088C3400000000084D797410A
    19 :103108000080E03779C34143176E05B5B5B89346DB
    20 :10311800F5F93FE9034F384D321D30F94877825AA7
    21 :083128003CBF737FDD4F1575FC
    22 :1031300001000000000000000A0000000000000084
    23 :103140006400000000000000E80300000000000030
    24 :103150001027000000000000A08601000000000011
    25 :1031600040420F0000000000809698000000000020
    26 :1031700000E1F5050000000000CA9A3B00000000D5
    27 :1031800000E40B540200000000E87648170000003D
    28 :103190000010A5D4E800000000A0724E180900003D
    29 :1031A00000407A10F35A00000080C6A47E8D030010
    30 :1031B0000000C16FF286230000008A5D784563013C
    31 :1031C000000064A7B3B6E00D0000E8890423C78AB5
    32 :1031D00010B50124200207490A6802430A6020460C
    33 :1031E00000F00AF8002801D0012010BD08F0F2F923
    34 :0831F000002010BD0020024088
    35 :1031F800B0B505460E4801780124002916D07D2077
    36 :10320800C00009F05FFD01460A48006809F05AFD50
    37 :1032180000F020FE032D09D8002807D10024E04340
    38 :103228002946224600F0DEFD034805602046B0BD71
    39 :0C323800280000202400002014000020CA
    40 :103244000348007803490A68101808607047C046AC
    41 :08325400280000202C000020DE
    42 :0C325C00014800687047C0462C000020AC
    43 :10326800B0B50446FFF7F6FF0546601C02D00448D7
    44 :1032780000780419FFF7EEFF401BA042FAD3B0BD57
    45 :0432880028000020FA
    46 :10328C00F0B587B0044600200690002C75D0059050
    47 :10329C00A06D002807D125465435204604F0F4FAD9
    48 :1032AC0000202870E06501273D072668B068C00043
    49 :1032BC0027D4B0687E4901402943B1607D4800683D
    50 :1032CC007D4909F0FDFC4000801C06900698002802
    51 :1032DC0017D00698401E06900698002811D0069824
    52 :1032EC00401E0690069800280BD00698401E0690AB
    53 :1032FC000698002805D00698401E069006980028CF
    54 :10330C00E7D1B068284208D1A06D10210143A16516
    55 :10331C00E06D012105910843E065B068042101408E
    56 :10332C00A26D102002405118A26D29D103900F20DC
    57 :10333C00C3430493F33B1A40921CA265B268D207B4
    58 :10334C0078D1029027462037226B531E9A411503E1
    59 :10335C00A268237E9B031343627ED1031943A27E92
    60 :10336C0050030843E36803432B430121C807256935
    61 :10337C00002D009009DA854308E0012007B0F0BD6C
    62 :10338C000243A265384607B0F0BD4D052B43387B90
    63 :10339C0045001D43387801280AD1002A13D0A06DAE
    64 :1033AC00012220210143A1651146E06D1043E06527
    65 :1033BC00636A002B01910CD0072080010340A26AA4
    66 :1033CC001A432A4306E008040543636A002B019163
    67 :1033DC00F2D12A46F068394901401143F160387F37
    68 :1033EC0003218F0765682A463A400128E36C0AD10D
    69 :1033FC00206C616C0143A06C084310431843019985
    70 :10340C000843024600E01A4330692D49014011433C
    71 :10341C0031610098854202990CD0BD420AD00198C6
    72 :10342C008007854206D08804054026490A688243F5
    73 :10343C0050190860706907229043656B28437061CE
    74 :10344C00706970218843A16B09010143716127697F
    75 :10345C0001235805874205D0002F0ED1B06A04997C
    76 :10346C00084309E0B06AE06980001C301C2101406F
    77 :10347C00049F8F40206E3843B06270691040A842A0
    78 :10348C000AD10020E065A06D012101430220814397
    79 :10349C00A165059807B0F0BDA06D03990843022102
    80 :1034AC008843A065E06D1843E065012007B0F0BDCE
    81 :1034BC00E8FFFF6F24000020400D03000102DEFF37
    82 :0834CC0002FCFF1F082701406C
    83 :1034D40070B505460068816882680024D20726D04A
    84 :1034E4000222114023D1816805220A40012A16D103
    85 :1034F4008168104A0A40911C816003210160FFF732
    86 :10350400ABFE064628688068C00710D0FFF7A4FE0B
    87 :10351400811B28680329F6D38168C907F3D0A86DF5
    88 :1035240010210143A965E86D01242043E865204684
    89 :0835340070BDC046E8FFFF7FF7
    90 :10353C00F0B581B005460024009400688168C90785
    91 :10354C001AD181682C4A2F32114208D0A86D102153
    92 :10355C000143A965E86D01242043E8650CE081680E
    93 :10356C00254A114001273943816024480068000234
    94 :10357C0005D4687E012825D1204601B0F0BD204835
    95 :10358C000068204909F09CFB401C00900098002822
    96 :10359C00EFD00098401E009000980028E9D00098C9
    97 :1035AC00401E009000980028E3D00098401E009028
    98 :1035BC0000980028DDD00098401E0090009800284C
    99 :1035CC00E7D1D6E7FFF744FE064628680168C9072D
    100 :1035DC00D2D18168C90704D18168074A11403943A7
    101 :1035EC008160FFF735FE811B28680329EED3016843
    102 :1035FC00C907EBD1AAE7C046E8FFFF7F08270140C7
    103 :08360C0024000020400D030022
    104 :10361400F0B581B00E46044601688B6802205B0752
    105 :103624001BD400925422A25C012A16D02746543798
    106 :1036340001253D70C868C0070AD18868C00704D056
    107 :103644008868194A0240901C8860C8682843C8608A
    108 :103654002046FFF771FF002801D001B0F0BDA06D36
    109 :103664001249014028020818A0650020E06521687D
    110 :103674001C220A603870206D0D4A0E4B0E4DC56237
    111 :10368400036342634A68102313434B60403132465C
    112 :10369400009B00F0ADFC21688A68034B13401A1D9F
    113 :1036A4008A6001B0F0BDC046E8FFFF7FFEF0FFFF77
    114 :0C36B4001DE0000813E000089FE900087A
    115 :1036C000F0B589B0002508955422825C012A02D108
    116 :1036D000022009B0F0BD0646543601243470026859
    117 :1036E00093685B0714D404694B68022B18D104203B
    118 :1036F0000443914884426ED18E48C0430B68D9433D
    119 :103700000143906A084090620024002B74D566E063
    120 :10371000816D20220A4382653570012009B0F0BD19
    121 :103720000796069304263443824B834FBC4267D1ED
    122 :103730000F683B40906A1843906238025369834394
    123 :10374000896801407D480840184350610024002FDB
    124 :1037500004D4079E3570002009B0F0BD01267848DA
    125 :103760003B46076807208205394611407548029399
    126 :10377000834200D082E0F0053B4603407ED1704F8B
    127 :103780003B689343194301433960714800687149AC
    128 :1037900009F09CFA0C2141430C310891089800284B
    129 :1037A000D7D0079E0898401E08900898002823D07C
    130 :1037B0000898401E0890089800281DD00898401EC0
    131 :1037C00008900898002817D00898401E089008987C
    132 :1037D0000028E7D110E00B680024002B0CD55848D6
    133 :1037E0000168594A934265D0584A934265D0554A78
    134 :1037F000934201D105225EE03570204609B0F0BD4C
    135 :10380000029605951F27069C27400F2500950397D4
    136 :10381000BD40046E0195AC4304940F681F4245D02F
    137 :10382000FB07059D2C465AD1BB0753D47B0753D4C5
    138 :103830003B0753D4FB06344651D4BB0662D47B0607
    139 :1038400062D43B0662D4FB0562D40297BB0561D407
    140 :103850007B0561D43B0561D4FB0461D4BB0461D416
    141 :103860007B0461D43B04009C39D4FB035ED4BB03CE
    142 :103870005ED47B03DB1712241C4030E03248029BED
    143 :10388000834203D130063B46034008D02F48029BB9
    144 :10389000834200D05DE7B005074000D059E7284FCC
    145 :1038A0003B68934319430143396052E77B00DC0EC8
    146 :1038B000059D14E00322920501E00322D205114088
    147 :1038C0000722920503689343591801603570002060
    148 :1038D00009B0F0BD012402E0022400E00324039EAD
    149 :1038E000B440049B1C430466069B9B08C069984235
    150 :1038F00000D822E70198C043936A0340B800000F44
    151 :10390000B04018E70524EAE70624E8E70724E6E7DD
    152 :103910000824E4E70924E2E70A24E0E70B24DEE7D1
    153 :103920000C24DCE70D24DAE70E24D8E71024D6E7D0
    154 :103930001124D4E7FFFF07000400008000FFFF0709
    155 :1039400008270140001000B0004000B8002000B47B
    156 :0839500024000020400D0300DB
    157 :10395800F0B58BB0044600210A915420205C012860
    158 :1039680002D102200BB0F0BD089120465430012549
    159 :10397800079005702046FFF7A9FD0646236898685A
    160 :10398800C007A16D42D105950296184608308122DC
    161 :1039980052009143891CA165D968DA68D44F174051
    162 :1039A800DF609A68D34D2A40521918329A60FD4A4E
    163 :1039B8000A4001921946B4310691FB490268002A6F
    164 :1039C8002DD50A9A521C0A920A9A8A4200D982E193
    165 :1039D8000268002A23D50A9A521C0A920A9A8A4235
    166 :1039E80000D978E10268002A19D50A9A521C0A926D
    167 :1039F8000A9A8A4200D96EE10268002A0FD50A9A0B
    168 :103A0800521C0A920A9A8A42D8D964E110200143CA
    169 :103A18000898079A1070A16530460BB0F0BD069A59
    170 :103A280012680768ED4D2F40183503952F4307603E
    171 :103A38007F2504952A400768002F24D50A9F7F1CFC
    172 :103A48000A970A9F8F4200D945E10768002F1AD5C7
    173 :103A58000A9F7F1C0A970A9F8F4200D93BE107689B
    174 :103A6800002F10D50A9F7F1C0A970A9F8F4200D902
    175 :103A780031E10768002F06D50A9F7F1C0A970A9F25
    176 :103A88008F42D8D927E1069D2F680668D34D2E406E
    177 :103A9800039D2E430660049D2F40BA180668002E29
    178 :103AA80024D50A9E761C0A960A9E8E4200D912E1F7
    179 :103AB8000668002E1AD50A9E761C0A960A9E8E4221
    180 :103AC80000D908E10668002E10D50A9E761C0A96D1
    181 :103AD8000A9E8E4200D9FEE00668002E06D50A9E90
    182 :103AE800761C0A960A9E8E42D8D9F4E0069D2E6866
    183 :103AF8000768BA4D2F40039D2F430760049D2E4051
    184 :103B0800B2180668002E24D50A9E761C0A960A9ECC
    185 :103B18008E4200D9DFE00668002E1AD50A9E761C70
    186 :103B28000A960A9E8E4200D9D5E00668002E10D566
    187 :103B38000A9E761C0A960A9E8E4200D9CBE0066839
    188 :103B4800002E06D50A9E761C0A960A9E8E42D8D961
    189 :103B5800C1E0069D2E680768A04D2F40039D2F43A6
    190 :103B68000760049D2E40B2180668002E24D50A9ED0
    191 :103B7800761C0A960A9E8E4200D9ACE00668002E92
    192 :103B88001AD50A9E761C0A960A9E8E4200D9A2E091
    193 :103B98000668002E10D50A9E761C0A960A9E8E424A
    194 :103BA80000D998E00668002E06D50A9E761C0A966B
    195 :103BB8000A9E8E42D8D98EE0069D2E680768874DEA
    196 :103BC8002F40039D2F430760049D2E40B2180668BE
    197 :103BD800002E21D50A9E761C0A960A9E8E427AD815
    198 :103BE8000668002E18D50A9E761C0A960A9E8E42F2
    199 :103BF80071D80668002E0FD50A9E761C0A960A9E72
    200 :103C08008E4268D80668002E06D50A9E761C0A964B
    201 :103C18000A9E8E42DBD95EE0069D2E6807686F4DCE
    202 :103C28002F40039D2F430760049D2E40B21806685D
    203 :103C3800002E21D50A9E761C0A960A9E8E424AD8E4
    204 :103C48000668002E18D50A9E761C0A960A9E8E4291
    205 :103C580041D80668002E0FD50A9E761C0A960A9E41
    206 :103C68008E4238D80668002E06D50A9E761C0A961B
    207 :103C78000A9E8E42DBD92EE0069D2E680768574DB6
    208 :103C88002F40039D2F430760049D2E40B2180668FD
    209 :103C9800002E31D50A9E761C0A960A9E8E421AD8A4
    210 :103CA8000668002E28D50A9E761C0A960A9E8E4221
    211 :103CB80011D80668002E1FD50A9E761C0A960A9E01
    212 :103CC8008E4208D80668002E16D50A9E761C0A96DB
    213 :103CD8000A9E8E42DBD9089807990870A06D1021BA
    214 :103CE800014302208143A16505980BB0F0BDC04691
    215 :103CF800FC7FFFFFE8FFFF7F069909689E68374D44
    216 :103D08002E4001252E439E60049E31408918C90823
    217 :103D18001A69920F29D10F229204314B1B68134064
    218 :103D28009A0C072A21D3D21E012393400993099A9A
    219 :103D380052080992099A002A17D0099A521E099224
    220 :103D4800099A002A11D0099A521E0992099A002A42
    221 :103D58000BD0099A521E0992099A002A05D0099A8D
    222 :103D6800521E0992099A002AE7D1069B1A68049EF6
    223 :103D7800B2430A431A600168184A114002273943BE
    224 :103D88000160FFF767FA069020688168C907029EFC
    225 :103D98000FD1C168019A1143C160A06D012101438F
    226 :103DA800B94335E603800000FFF102008168C907C6
    227 :103DB800EFD0FFF74FFA0699411A20680329F5D387
    228 :103DC8008168C907F2D0A06D10210143A165E06D9B
    229 :103DD8002843E06528460BB0F0BDC046E8FFFF7FEA
    230 :043DE8000827014067
    231 :103DEC00002805D40322034693430A4A9A1803E099
    232 :103DFC000C220240064BD2188007C00E8901C9B2B2
    233 :103E0C008140FF238340106898430843106070473B
    234 :083E1C0014ED00E000E400E0F9
    235 :103E2400002805D41F210840012181400148016078
    236 :083E34007047C04600E100E008
    237 :103E3C00002809D41F21084001218140034801605A
    238 :103E4C00BFF34F8FBFF36F8F7047C04680E100E028
    239 :103E5C00401E010E01D0012070470749074A5060EF
    240 :103E6C00074803680B40032189075918016000209B
    241 :103E7C009060072111607047FFFFFF0010E000E029
    242 :043E8C0020ED00E045
    243 :103E9000B0B5002813D00446407F002803D1207716
    244 :103EA00020460AF0CAF8022060772079002808D05E
    245 :103EB000A168E26820460AF073F8002808D00120C3
    246 :103EC000B0BD20680F49416181681822914381602B
    247 :103ED00000256079002801D0216900E0E9432068CD
    248 :103EE000016181686022914362690A43826081684E
    249 :103EF00080229143A2690A438260012060770020FA
    250 :083F0000B0BDC046B71DC104AD
    251 :103F0800F0B583B0002840D0044606462436022087
    252 :103F18007070276838683049014039602F48803010
    253 :103F2800A0642F483818142108F0CCFE80002B49D3
    254 :103F38004118206401916164FC203840083814213C
    255 :103F480008F0C0FE1F210140012528468840E06492
    256 :103F5800A268E16823690B4361691943A3690B43AC
    257 :103F6800E1691943236A0B433968194311433960DE
    258 :103F78000295A9038A421B4A0AD1002301990B60C2
    259 :103F8800636010601F461D461CE0012003B0F0BDB1
    260 :103F980063683F211940019D29601060581E002365
    261 :103FA80003281F461D460DD8481E810053180021BE
    262 :103FB800D96703210140029D8D400B4805607C3381
    263 :103FC800BC3217460020E06323656765A56530703D
    264 :103FD8000299717003B0F0BD0F80FFFF0008024026
    265 :0C3FE800F8FFFDBF8408024044090240BD
    266 :103FF400F0B582B004462420205C012802D10220BE
    267 :1040040002B0F0BD174625462435012028706A7891
    268 :10401400012A2ED1022068700020E06325682A68F6
    269 :1040240001260196B2432A60A26CE66C5660226DAA
    270 :104034000092002A02D0626DA66D5660226C1C2686
    271 :104044001640019AB2401C4E366816431A4A16604E
    272 :104054006B60A368102B3A4600D00A46AA60102B66
    273 :1040640000D03946E9602968226B002A07D00E2265
    274 :104074000AE0002129708021E16302B0F0BD04222E
    275 :10408400914329602A680A21114329600199090290
    276 :10409400626C1368DB0302D513680B431360009B47
    277 :1040A400002B02D01A680A431A602968019A114346
    278 :0C40B400296002B0F0BDC04604000240CC
    279 :1040C000F0B585B03649091F0E68026813680425EB
    280 :1040D00002932B405F425F410490046C1C232340F9
    281 :1040E000294699400C46039634406042604138436B
    282 :1040F00031D0019201210227029E304638404442CD
    283 :1041000044419F40039D2F420A4600D02146049817
    284 :104110000446243400292FD00820064077427741F6
    285 :10412000DD40280700D53A46002A23D1019A1068BD
    286 :104130000E218843106001252946994018480268DD
    287 :104140000A4302600498C563002121706570416BC9
    288 :1041500000290ED10EE01068800602D41068A84332
    289 :1041600010600F4A1068084310600498016B002922
    290 :1041700000D0884705B0F0BD019B1968890605D4B9
    291 :104180001A680A218A431A60012161700021217096
    292 :10419000034A116839431160C16A0029E9D1E9E78E
    293 :0441A00004000240D5
    294 :1041A400F0B587B00E4668490C78012C02D1022084
    295 :1041B40007B0F0BD0193029203900020059048607F
    296 :1041C4000120087004900404FFF746F805465F4A8E
    297 :1041D4001068C0030AD57D20C700FFF73DF8401BD7
    298 :1041E400B8422FD2594A10682042F6D11068584973
    299 :1041F4004B1C1360084003D053494860049E9EE062
    300 :1042040000930120049080040690106840030BD5AD
    301 :104214007D20C700FFF720F8401BB84212D24B4A5A
    302 :10422400106806990842F5D1039F012F0DD15068FB
    303 :1042340001210143516002983060BFF36F8F0198F0
    304 :10424400706046E00326404979E0506806990843C7
    305 :104254005060EFF31080019072B6059A11460298EF
    306 :1042640043587350731845186F685F60AF689F6058
    307 :10427400EF68DF602F691F616F695F61AF699F61DC
    308 :10428400EF69DF612F6A1F626F6A5F62AF6A9F62C4
    309 :10429400EF6ADF622F6B1F636F6B5F63AF6B9F63AC
    310 :1042A400ED6BDD630F231343403110323F2BD7D323
    311 :1042B400264A1168214208D01168214205D01168AC
    312 :1042C400214202D011682142F3D1019880F3108871
    313 :1042D400039F1646FEF7C0FF05463068204232466B
    314 :1042E4000AD07D20C600FEF7B7FF401BB04220D2A3
    315 :1042F400164A10682042F6D11068009911601449DA
    316 :10430400084003D010494860049E15E01068002658
    317 :10431400069908420BD07D20C400FEF79DFF401B88
    318 :10432400A04206D2094A106806990842F5D1064906
    319 :1043340002E003260449054A5068B84350600598D2
    320 :104344000870304607B0F0BD100F00201020024066
    321 :04435400FA830000E8
    322 :10435800F0B581B0054601200090FEF77BFF0646C8
    323 :10436800244F3868C00318D500980404681C11D07D
    324 :10437800FEF770FF801BA84239D238682042F7D177
    325 :104388000BE03868204208D03868204205D03868E9
    326 :10439800204202D038682042F3D1386816494A1CB6
    327 :1043A8003A60084003D015494860009802E039682F
    328 :1043B800490301D401B0F0BD01218C04691C12D05D
    329 :1043C8000090FEF747FF801BA84210D238682042B1
    330 :1043D800F7D1EAE739682142ECD039682142E9D0BF
    331 :1043E80039682142E6D039682142F3D1E2E7032057
    332 :1043F80001B0F0BD10200240FA830000100F002029
    333 :104408000648C168002901D40020704704490160AA
    334 :1044180004490160C068C00F7047C04608200240C8
    335 :0844280023016745AB89EFCDCC
    336 :10443000F0B581B001200090FEF710FF0446194D41
    337 :104440002868C0030BD5009807047D20C600FEF73E
    338 :1044500005FF001BB0421AD228683842F7D12868FD
    339 :1044600011494A1C2A60084002D0104948600EE0F9
    340 :10447000286840030BD5009887047D20C600FEF70E
    341 :10448000EDFE001BB04202D228683842F7D10098F6
    342 :10449000C0076968014369606868C043C00F01B024
    343 :1044A000F0BDC04610200240FA830000100F00202B
    344 :1044B00006488168490001D4012070470449016021
    345 :1044C0000449016080684000C00F70470C20024022
    346 :0844D0003B2A19087F6E5D4CC8
    347 :1044D800F0B581B001200090FEF7BCFE0446194DEE
    348 :1044E8002868C0030BD5009807047D20C600FEF796
    349 :1044F800B1FE001BB0421AD228683842F7D12868AA
    350 :1045080011494A1C2A60084002D0104948600EE050
    351 :10451800286840030BD5009887047D20C600FEF765
    352 :1045280099FE001BB04202D228683842F7D10098A1
    353 :1045380080076968014369606968014048424841E9
    354 :1045480001B0F0BD10200240FA830000100F0020D7
    355 :10455800F0B583B005462A4C2078012802D1022004
    356 :1045680003B0F0BD029100276760012020707D2014
    357 :10457800C6003046FFF7ECFE002802D0277003B0D3
    358 :10458800F0BD04206860286804280BD11E48801CF0
    359 :104598001C490A6802430A603046FFF7D9FE2770B3
    360 :1045A80003B0F0BDF843029908600021AF68E868DD
    361 :1045B800C01987420191084619D2FC0011490868C0
    362 :1045C800124A10402043104A104308603046FFF753
    363 :1045D800BFFE002808D1A868E968081808347F1CBD
    364 :1045E8008742EBD3019801E002990F60044C054B18
    365 :1045F8001968022291431960019F277003B0F0BD2A
    366 :10460800100F0020142002400200010005E0FEFF08
    367 :10461800F0B583B0364D2978012902D1022003B0C4
    368 :10462800F0BD00266E600121029129700168CA0759
    369 :10463800304F07D043688468C26812042243012BB4
    370 :1046480010D1FA6006220A40062A10D1014610311C
    371 :104658000EC90B43FF208243C143514038680840CC
    372 :10466800184328E03A6106220A40062AEED08A0753
    373 :104678000DD4490720D54169FF229143D2434A40CE
    374 :104688003B683968DBB2AA2B0DD11C460CE03968AF
    375 :10469800194A0A40FF21C94351403B680B40006951
    376 :1046A8001843104307E0BB241140CC2B00D1CC2485
    377 :1046B80080692043084338607D20C4002046FFF706
    378 :1046C80047FE002802D02E7003B0F0BD0196029874
    379 :1046D80046040C3F3868304338602046FFF738FE00
    380 :1046E8003968B143019E39602E7003B0F0BDC046F1
    381 :0C46F800100F00202020024000604F073F
    382 :1047040010B5072101604168012901D0102100E0A2
    383 :104714000C210D4A8B583F241C408460895889021F
    384 :10472400890EC16009494161136812680A408261B7
    385 :10473400D9B2AA2901D10A4603E0BB22CC2900D16F
    386 :10474400CC22026110BDC0462020024000604F0709
    387 :10475400F0B58AB00A68002A00D1BDE00E465F4970
    388 :10476400884201D0052100E0032100910027089729
    389 :1047740009973C46029601900FE01A432A60641C94
    390 :1047840032681146E140BF1C089B1B1D0893099B1E
    391 :1047940008330993002900D19EE001250495A54022
    392 :1047A4002A400792EBD003231846B840C043394649
    393 :1047B40077683A461A40561E012E0697059112D87C
    394 :1047C40006460390019883683340029EF6688E4043
    395 :1047D4001E438660FB06DB0FA3404668AE431E43C0
    396 :1047E4004660039907E0032A0146019803D1029E1B
    397 :1047F4003D46059F1DE0C3680B40029EB568059FBA
    398 :10480400BD401D43C560022A069D12D103911C219F
    399 :10481400089A11400F228A40E3089B00C3181D6ABE
    400 :10482400954332698A4003992A431A6275680322C0
    401 :104834002A40BA4003680B4013430360A903890F5D
    402 :104844009DD01821099A11400F238B40032225463D
    403 :104854009543234A5219156E9D43603205231B0765
    404 :1048640098420AD0204B984205D0204B9842009B96
    405 :1048740004D1022302E0049B00E000238B402B437D
    406 :104884001360174D2A687168CB0208D5079B1A4339
    407 :104894002A606A688B0208D4079B9A4307E0079B47
    408 :1048A4009A432A606A688B02F6D5079B1A436A60AA
    409 :1048B4000C4D6A688B0306D5079B1A436A602A6805
    410 :1048C400C90307D559E7079B9A436A602A68C90355
    411 :1048D40000D552E79A4351E70AB0F0BD000C0050EE
    412 :1048E40000180240801802400004005000080050E4
    413 :1048F400B0B50446074D2868204203D02C602046FA
    414 :1049040009F000FD6868204203D06C60204605F081
    415 :08491400CFFFB0BD0C180240FA
    416 :10491C000120000202490A6802430A607047C0463F
    417 :04492C0000700040D7
    418 :104930000120000202490A6882430A607047C046AB
    419 :0449400000700040C3
    420 :10494400F0B581B0032569021C4E3246143A13684F
    421 :104954008B4303431360012461020022884204D183
    422 :10496400174801683068400502D4002001B0F0BD4A
    423 :104974000092A70206204843124908F0A5F9201A1C
    424 :10498400022815D03168394215D0012810D0316879
    425 :10499400394210D000280BD0316839420BD0001DA9
    426 :1049A400032805D031683942EAD1009801B0F0BD3E
    427 :1049B400284601B0F0BD009801B0F0BD147000406D
    428 :0849C4002400002040420F0016
    429 :1049CC00F0B587B00125002800D1EEE104950590E3
    430 :1049DC000078C007FA4F2AD0B868F96803252A4630
    431 :1049EC008A433821014010204840821850425041DF
    432 :1049FC00082914D0002812D105984268012001041E
    433 :104A0C008A4208D005231B049A4200D0DAE08204C3
    434 :104A1C003B6813433B603A680A433A60DBE0386812
    435 :104A2C00800304D505984068002800D173E10598EF
    436 :104A3C000078800723D40598007800070CD5B86857
    437 :104A4C0038210140182971D1386E800704D505989A
    438 :104A5C008069002800D15EE1059A1078400700D4E7
    439 :104A6C002EE1B86838210140202974D1F86D8007F7
    440 :104A7C0000D425E19068002800D021E14BE1B96811
    441 :104A8C003820084010214140FA6803252A400223AF
    442 :104A9C005340CA1851425141002820D000291ED140
    443 :104AAC003868059AD168002900D1A2E00721C90213
    444 :104ABC008843116901433960012001023A680A43B5
    445 :104ACC003A608402FEF7C4FB06463868204200D0E8
    446 :104ADC00A1E0FEF7BDFB801B0228F6D965E1396821
    447 :104AEC004905059B03D5D968002900D113E17F2125
    448 :104AFC0009027A688A4359690902114379600028CE
    449 :104B0C000DD10720C0023968814318690843386009
    450 :104B1C0038688004400FAB49C140AB480160AB48DA
    451 :104B2C000068FEF763FB002885D0F4E0386E059929
    452 :104B3C008969002979D0012108433866FEF788FB82
    453 :104B4C000646386E800787D4FEF782FB801B032550
    454 :104B5C000228F6D929E1012003900107F86B0840DF
    455 :104B6C00029006D1F86B0843F863F86B0840069086
    456 :104B7C000698019196480068C00513D40398040266
    457 :104B8C009349086820430860FEF762FB064690488C
    458 :104B9C000068204206D1FEF75BFB801B0325022830
    459 :104BAC00F5D902E1059880688A4C012805D00528C2
    460 :104BBC005AD1F86D04210143F965F86D0399084346
    461 :104BCC00F8655BE03B688B433B6081043B688B433F
    462 :104BDC003B60002A3AD04404FEF73AFB064638689C
    463 :104BEC00204200D023E7FEF733FB801B6428F6D964
    464 :104BFC00DBE001210A02904338608C02FEF728FBAF
    465 :104C0C0006463868204200D115E7FEF721FB801BD1
    466 :104C1C000228F6D9C9E07F20000279688143059803
    467 :104C2C00406900020843786005E701218843386633
    468 :104C3C00FEF70EFB0646386E800700D40CE7FEF735
    469 :104C4C0007FB801B03250228F5D9AEE04404FEF7D0
    470 :104C5C00FFFA06463868204200D1E8E6FEF7F8FA7B
    471 :104C6C00801B6428F6D9A0E0F96D039A9143F9658D
    472 :104C7C00F96D04229143F96500280CD0FEF7E8FA8F
    473 :104C8C000646F86D800713D4FEF7E2FA801B032565
    474 :104C9C00A042F6D989E0FEF7DBFA0646F86D8007EC
    475 :104CAC0006D5FEF7D5FA801B0325A042F6D97CE089
    476 :104CBC0002980028059A03D1F86B01998843F86390
    477 :104CCC00D469002C78D0B86838210140102925D13E
    478 :104CDC00012C20D0F868032101401346126A91423E
    479 :104CEC0019D1702101405A6A914214D17F210902D5
    480 :104CFC0001409A6A120291420DD11F2149040140D0
    481 :104D0C00DA6A9142049D50D1072149070840196B7A
    482 :104D1C0088424AD150E0049807B0F0BD012529061D
    483 :104D2C003868049188433860FEF792FA0646022CE4
    484 :104D3C000BD103956C063868204211D0FEF788FA27
    485 :104D4C00801B03250228F6D92FE06C063868204218
    486 :104D5C002ED0FEF77DFA801B03250228F6D924E01D
    487 :104D6C00F8681E490140059A106A0843516A0143CC
    488 :104D7C00906A00020843D16A126B01431143F96037
    489 :104D8C00386804990843386003980007F9680143B0
    490 :104D9C00F960FEF75DFA0646386820420CD1FEF742
    491 :104DAC0057FA801B03250228F6D9284607B0F0BD18
    492 :104DBC00F86809490140F960002007B0F0BDC04611
    493 :104DCC00001002400024F4002400002014000020F5
    494 :104DDC000070004088130000FCFFFEEF8C80C11FA8
    495 :104DEC00F0B583B00D46012100281BD00191029033
    496 :104DFC007348006807242040A84216D270490868FE
    497 :104E0C00A043284308606F4EFEF722FA07466C4811
    498 :104E1C0000682040A84208D0FEF71AFAC01BB04226
    499 :104E2C00F5D90321084603B0F0BD029E3068810716
    500 :104E3C00654B0CD5410703D521031A680A431A6048
    501 :104E4C000F2109021A688A43B16811431960C0071F
    502 :104E5C001AD15B4800682040A8422AD958490868F2
    503 :104E6C00A04328430860574FFEF7F2F90646544812
    504 :104E7C0000682040A8421CD0FEF7EAF9801BB8421B
    505 :104E8C00F5D9032003B0F0BD706803285CD881000D
    506 :104E9C0001A251588F46C046B54E0008594F000824
    507 :104EAC00634F00086D4F0008194608390968490519
    508 :104EBC0058E0029A10784007434B05D52003196837
    509 :104ECC008143D0680843186018688006400F22D0D0
    510 :104EDC0018683821084008283C4823D01A680A4032
    511 :104EEC00102A5CD1596803220A40032A00D03848A2
    512 :104EFC0059684906490F491C07F0E2FE32494968D6
    513 :104F0C004904490E484330494968490F491C07F088
    514 :104F1C00D7FE2D4B06E01846083800688004410F78
    515 :104F2C002B48C840196889093C220A4029498958EC
    516 :104F3C001F220A40D0402849086028480068FEF724
    517 :104F4C0055F9004603B0F0BD596D0AE01946083911
    518 :104F5C000968890306E0194608390968890101E0E6
    519 :104F6C00996D8907019900D45CE71968A143014345
    520 :104F7C001960144FFEF76CF9064613480068382187
    521 :104F8C00014002984068C000814200D161E7FEF701
    522 :104F9C005FF9801BB842F0D9032003B0F0BD18684C
    523 :104FAC000840202802D10120C003BBE71868084044
    524 :104FBC00182801D00020B5E77D200002B2E7C046DA
    525 :104FCC0000200240881300000810024000127A00F2
    526 :104FDC000024F40034DE000824000020140000201B
    527 :104FEC0010B51E4C20688006400F06D02068382172
    528 :104FFC00084008281A4807D110BD083C20688004D6
    529 :10500C00410F1848C84010BD22680A40102A15D11B
    530 :10501C00616803220A40032A00D0124861684906DD
    531 :10502C00490F491C07F04CFE61684904490E48437E
    532 :10503C006168490F491C07F043FE10BD2068084009
    533 :10504C00202802D10120C00310BD20680840182878
    534 :10505C0001D0002010BD7D20000210BD08100240C0
    535 :08506C0000127A000024F40098
    536 :105074000648006806490968890A1C220A4005494D
    537 :1050840089581F220A40D0407047C046240000209F
    538 :085094000810024074DE000860
    539 :10509C00F0B587B0064680788007564F01D40020C3
    540 :1050AC0050E00596012319073A46183A1068084053
    541 :1050BC00049006D1106808431060106808400690F0
    542 :1050CC0006980292039101931E024B4C20683043C8
    543 :1050DC002060FEF7BDF80546206830420AD1FEF785
    544 :1050EC00B7F8401B0228F7D90320059E0499002924
    545 :1050FC0023D027E0032000900102B8680840059EE9
    546 :10510C0011D0B16988420ED0B86801990904BA6807
    547 :10511C000A43BA60BA688A43BA600146374A1140FA
    548 :10512C00B960C00755D1B86834490840B16901432A
    549 :10513C00B96000200499002904D1029B1968039AD4
    550 :10514C00914319603568E90707D1A9070DD4A90661
    551 :10515C0013D401216A041AD428E03968032291433C
    552 :10516C0072680A433A60A907F1D539680C22914359
    553 :10517C00B2680A433A60A906EBD5032109033A68E1
    554 :10518C008A43F1681143396001216A040ED53A68EB
    555 :10519C001C4B1A40746922433A605A1C944205D144
    556 :1051AC000A043B46483B1C6814431C602A050ED578
    557 :1051BC008C03032292033B689343326913433B6095
    558 :1051CC00A24204D10A04483F39681143396007B040
    559 :1051DC00F0BDFEF73DF80546094CB8688007A2D42F
    560 :1051EC00FEF736F8401BA042F7D900980499002925
    561 :1051FC00A3D0A7E75410024000700040FFFCFFFF53
    562 :08520C0088130000FFFFFF3FC3
    563 :1052140070B5002849D00446064628367078002820
    564 :1052240006D130701120C0026060204606F084F878
    565 :10523400022070702068CA21416253214162C16812
    566 :10524400490616D4C16880220A43C260FEF704F8F6
    567 :1052540005462068C16849060BD4FDF7FDFF401BD5
    568 :105264007D21C9008842F4D9032070702168CA687E
    569 :1052740018E08169174A0A408261A16862690A4399
    570 :10528400E169114382690A43826121690161E1682C
    571 :10529400090402690A430261204600F01DF82168EE
    572 :1052A400002804D0FF224A6270BD012070BD07208F
    573 :1052B40040078A6982438A61206A626A0243A0695C
    574 :1052C40010438A6902438A61FF204862012070709A
    575 :0852D400002070BDBFFF8FFB3D
    576 :1052DC00F0B581B00446234F38460C380168802263
    577 :1052EC00914301607D20C6003868800615D4206883
    578 :1052FC00C168A0229143C160FDF7AAFF0546206852
    579 :10530C00C068800623D4FDF7A3FF401BB042F6D93A
    580 :10531C0029210320605401B0F0BD38682021009190
    581 :10532C00884338602068C168A0229143C160FDF7B2
    582 :10533C008FFF05462068C06880060BD4FDF788FFF8
    583 :10534C00401BB042F6D929210320605403E0002011
    584 :10535C0001B0F0BD00203968009A1143396001B0EA
    585 :08536C00F0BDC0461828004006
    586 :10537400F0B583B004462820205C012802D1022025
    587 :1053840003B0F0BD16460D46224628320220507066
    588 :105394002068CA21416253214162012101911170A7
    589 :1053A400C168490602921CD4C16880220A43C260C3
    590 :1053B400FDF752FF07462068C168490611D4FDF77E
    591 :1053C4004BFFC01B7D21C9008842F4D90320029FF2
    592 :1053D40078702168CA68FF224A620021397003B0DC
    593 :1053E400F0BD826940211140002E03D0002913D161
    594 :1053F400E97013E0002900D1E9702A7800210A2A13
    595 :1054040017D30A3AD3B2CD265E43F30A0A265E4383
    596 :10541400921B1B0110330DE0E9788905029F019E60
    597 :105424002A7812046B781B029A18AB78D3180B43B2
    598 :105434002BE00B461343DAB213046A780A2A0AD320
    599 :105444000A3AD6B2CD277743FE0A0A277743D21BFE
    600 :105454003601103600E00E46029F1643F2B21202E5
    601 :105464001A43AB780A2B09D30A3BD9B2CD264E4353
    602 :10547400F10A0A264E439B1B09011031019E194370
    603 :10548400C9B20A43E9788B0513430D4919400160F9
    604 :10549400B10482698A438261E9682A690A4381699D
    605 :1054A400114381612046FFF717FF2168FF224A62FA
    606 :1054B400002892D17E700021397003B0F0BDC0463F
    607 :0454C4007F7F7F0067
    608 :1054C800F0B585B000280CD0044605465C3541206F
    609 :1054D8008600606A002807D000202061204614302A
    610 :1054E80007E0012005B0F0BD6068B04203D0204657
    611 :1054F8001C30002101600027A7626878002803D1CA
    612 :105508002870204606F026F802200495019068705D
    613 :10551800206801684022914303900160E168254AB0
    614 :10552800012591422A4600D300221203ED020D43C1
    615 :105538000F2738020290854201D00025A5626568D0
    616 :10554800A768354021239B023B405B1925690198D8
    617 :1055580005401D436069012318402843FC36A769AC
    618 :105568003E400643E069382505403543206A8026D9
    619 :1055780006402E435803A56A05403543039E35600F
    620 :10558800380C04250540029801400A432A43606A02
    621 :10559800102101401143606B082202400A437260E7
    622 :1055A800D802F1698143F1610020206604994B70AB
    623 :0855B80005B0F0BD0107000081
    624 :1055C000F0B585B0044607464437387E012802D13D
    625 :1055D000022005B0F0BD1D460292039101263E76E1
    626 :1055E000FDF73CFE0490797E01297BD103980028C9
    627 :1055F00000D14BE10298002800D147E1002D304650
    628 :105600007CD0787E042801D005207876002323669C
    629 :105610007D80E587E168A34A01200191914200D392
    630 :105620001E46360302032068416891438919416090
    631 :10563000029921643D800399A163E3642365A587F2
    632 :105640000168490603D4016840220A4302600A9EA9
    633 :1056500061684A424A41691E4B424B4113430199DA
    634 :10566000904A91424ED3002B07D0039A1188C16013
    635 :10567000901CA063E08F401EE087701C049B00D14B
    636 :1056800084E0012505E0FDF7E9FD049BC01AB04266
    637 :105690007AD2E08F002803D17888002800D1D2E0A8
    638 :1056A0002068816889070DD5E18F00290AD0012D76
    639 :1056B00008D1A16B0A88C260891CA163E18F491ED1
    640 :1056C000E18700258168C907DDD079880029DAD013
    641 :1056D000216CC0680880881C20647888401E78800F
    642 :1056E0000125D0E74120820063680220934205D162
    643 :1056F000A268002A02D1042900D177E70021397677
    644 :1057000005B0F0BD002B08D0039909780173A06B98
    645 :10571000401CA063E08F401EE087701C049B62D099
    646 :10572000012505E0FDF79AFD049BC01AB0422BD27B
    647 :10573000E08F002803D17888002800D183E020681A
    648 :10574000816889070FD5E18F00290CD0012D0AD17E
    649 :10575000A16B09780173A06B401CA063E08F401E11
    650 :10576000E087206800258168C907DBD07988002997
    651 :10577000D8D0007B216C0870206C401C2064788895
    652 :10578000401E78800125CDE7032084E0012502E05A
    653 :10579000FDF764FD049BE08F002802D17888002883
    654 :1057A00051D02068816889070DD5E18F00290AD082
    655 :1057B000012D08D1A16B0A88C260891CA163E18F09
    656 :1057C000491EE18700258168C907E1D07988002951
    657 :1057D000DED0216CC0680880881C20647888401E58
    658 :1057E00078800125D4E7012502E0FDF737FD049B11
    659 :1057F000E08F002802D17888002824D020688168B2
    660 :1058000089070FD5E18F00290CD0012D0AD1A16B9A
    661 :1058100009780173A06B401CA063E08F401EE087F5
    662 :10582000206800258168C907DFD079880029DCD08D
    663 :10583000007B216C0870206C401C20647888401E1E
    664 :1058400078800125D1E703200490C102204632462A
    665 :105850001D4600F029F800280FD1204631462A467F
    666 :1058600000F0D4F8002808D10498410220463246BE
    667 :105870002B4600F019F8002805D0206E202108439F
    668 :10588000206621660120216E002904D0012000211C
    669 :10589000397605B0F0BD012179760021397605B061
    670 :0858A000F0BDC0460107000045
    671 :1058A800F0B587B0049314460E46054605A80027B0
    672 :1058B8000770FDF7CFFC0499081A02940419FDF744
    673 :1058C800C9FC04904E48006823214143080D6043F9
    674 :1058D800069003952D68A868304233D001970321BC
    675 :1058E8004F020298401C30D0BE4200911CD104E007
    676 :1058F800039800688068384245D0287B05A908705D
    677 :105908000598FDF7A7FC0499401AA0423ED20698D4
    678 :105918000699491E06910028EAD10024E8E7039871
    679 :105928000068806830422ED0FDF794FC0499401A34
    680 :10593800A0422BD206980699491E06910028EED15E
    681 :105948000024ECE7002007B0F0BDBE4247D1287B19
    682 :1059580005A908700598A868384214D0287B05A9BD
    683 :1059680008700598A86838420DD0287B05A90870EA
    684 :105978000598A868384206D0287B05A908700598BC
    685 :10598800A8683842E3D1019807B0F0BD039C2068AD
    686 :105998004168E022914341604121890062688A425E
    687 :1059A8000BD1A1680122D303994202D092029142FD
    688 :1059B80003D1016840229143016001214A03A36A8F
    689 :1059C8005C34934205D1036893430360036813432F
    690 :1059D8000360002020706170009807B0F0BD019945
    691 :1059E800A868304208D0A868304205D0A86830427C
    692 :1059F80002D0A8683042F3D1084607B0F0BDC046CF
    693 :045A08002400002056
    694 :105A0C00F0B583B015460F460446FDF721FC281A65
    695 :105A1C00C519FDF71DFC06462C4800684001000D19
    696 :105A2C0068430290226891680020090622D5791CEF
    697 :105A3C001DD0019027465C3703E020688068000683
    698 :105A4C0041D5FDF705FC801BA84215D2029802999E
    699 :105A5C00491E02910028F0D10025EEE79168090655
    700 :105A6C0008D59168090605D59168090602D5916893
    701 :105A7C000906F3D403B0F0BD20684168E0229143DD
    702 :105A8C0041604121890062688A420BD1A1680122E0
    703 :105A9C00D303994202D09202914203D10168402271
    704 :105AAC009143016001214A03A36A934205D1036823
    705 :105ABC0093430360036813430360002038707970CC
    706 :105ACC00032003B0F0BD019803B0F0BD240000200A
    707 :105ADC00B0B5002823D0044605463C35687800282C
    708 :105AEC0003D12870204608F09FFC022068702068C3
    709 :105AFC0003682E4A904202D02D49884211D1702160
    710 :105B0C008B43A16819432B4B98420EDC284B9842CF
    711 :105B1C0014D02C4B984211D090420FD043E001206E
    712 :105B2C00B0BD1946234B9842F0DD234A904205D074
    713 :105B3C00224A904202D0224A904234D103221202CD
    714 :105B4C00914322690A4380218A43A1691143016070
    715 :105B5C00E168C162616881621B494118890A82054A
    716 :105B6C005118072906D801228A40E1210A4201D0A6
    717 :105B7C006169016322463E3244340121416103696B
    718 :105B8C00DB0702D003698B430361217111705170E3
    719 :105B9C009170D1701171517121706170A170E170AF
    720 :105BAC0069700020B0BD0A46CDE7C046002C01400C
    721 :105BBC0000040040FF3F014000400140004801400C
    722 :0C5BCC00004401400020004000D4FEBF57
    723 :105BD80070B504463C340221617006463E360546DF
    724 :105BE800443501680A6A0E4B1A4207D10A6A0D4BFE
    725 :105BF8001A4203D10A6801239A430A6008F017FC85
    726 :105C08000020287130707070B070F0703071707151
    727 :105C180028706870A870E8702070607070BDC04609
    728 :085C280011110000440400000A
    729 :105C3000F0B581B004463E340346443301270029C1
    730 :105C400018D000908D070E1FB608A81903283BD85E
    731 :105C5000860001A7BE59B746695C00089B5C000836
    732 :105C6000A75C0008B35C0008661C3678012508298B
    733 :105C700024D12EE022781D786D1E6E1EB541012ABA
    734 :105C80003E4600D12E46002E2FD1022222701A70DD
    735 :105C90000B46D341032B28D863E0A61C3678012598
    736 :105CA00008290BD115E0E61C36780125082905D115
    737 :105CB0000FE0261D3678012508290AD0042901D1D4
    738 :105CC0005F1C07E0DF1C05E0661D3678012508290A
    739 :105CD000F4D19F1C3F787F1E7A1E9741012E2E46DD
    740 :105CE00000D13E46002E03D00127384601B0F0BD5A
    741 :105CF00003282F460CD8C0467844007940008744DA
    742 :105D0000010D1326022262700098082911D123E0A8
    743 :105D100002226271009808290BD11DE00222A270B4
    744 :105D20000098082905D117E00222E270009808299E
    745 :105D300012D0042905D15A700B46D341032BD4D875
    746 :105D40000FE0DA700B46D341032BCED809E00222D4
    747 :105D5000227100980829ECD19A700B46D341032B8D
    748 :105D6000C3D89A00144B9B580268D0681843D0607F
    749 :105D70001F200140012318468840116A81431162A7
    750 :105D8000116A014311620D48824205D00C488242DB
    751 :105D900002D00C48824208D190680B49014000278C
    752 :105DA0000629A2D0180481429FD0106818431060C1
    753 :105DB000002001B0F0BDC046D8DD0008000400405E
    754 :0C5DC00000400140002C014007000100E1
    755 :105DCC0030B502230A46DA41032A31D89200284B17
    756 :105DDC009A580368DC681440DC601F240C400122D4
    757 :105DEC001546A5401C6AAC431C621C6A1C621C6AEA
    758 :105DFC00204D2C4206D11C6A1F4D2C4202D11C682E
    759 :105E0C0094431C6003463E334430002912D08C0767
    760 :105E1C000D1FAD086419032C10D8C0467C4424799E
    761 :105E2C006400A744010F131E5A70082911D11BE0FE
    762 :105E3C00012030BD1A700270002030BD5A71082943
    763 :105E4C0007D111E09A70082903D10DE0DA70082906
    764 :105E5C000AD0042902D14270002030BDC27000204B
    765 :105E6C0030BD1A710829F4D18270002030BDC046B3
    766 :0C5E7C00E8DD00081111000044040000E3
    767 :105E8800F0B583B004460068C56802272946394042
    768 :105E98004A424A410169029139404B424B411343FE
    769 :105EA80013D16A49FE310161012121778069800798
    770 :105EB80003D0204600F0FAFE05E0204608F0B8FAC4
    771 :105EC800204608F0B6FA0020207701260422294649
    772 :105ED80011404842484102994907314600D50146D8
    773 :105EE800032000020190002916D10092206857492A
    774 :105EF800FC310161277780690199084203D0204667
    775 :105F080000F0D4FE05E0204608F092FA204608F09A
    776 :105F180090FA00202077009A0827294639404842FD
    777 :105F2800484102990907314600D50146002913D195
    778 :105F380020684649F83101612277C069800703D09B
    779 :105F4800204600F0B3FE05E0204608F071FA20462E
    780 :105F580008F06FFA00202077102129404842484174
    781 :105F68000299C906314600D50146002914D1206896
    782 :105F78003649F03101612777C0690199084203D099
    783 :105F8800204600F093FE05E0204608F051FA20462E
    784 :105F980008F04FFA00202077012129404842484163
    785 :105FA8000299C907314600D00146002906D1206868
    786 :105FB8002649FF310161204608F03CFA80272F402E
    787 :105FC800784278414121C901029A0A42314600D0FB
    788 :105FD8000146002905D120681D490161204608F0C5
    789 :105FE8002CFA784278410299C905314600D5014614
    790 :105FF800002905D1206815490161204608F01EFADC
    791 :10600800402129404842484102994906314600D575
    792 :106018000146002906D120680C49C031016120469B
    793 :1060280008F009FA2020054068426841029989066B
    794 :1060380001D403B0F0BD0600FBD120680349E0316C
    795 :106048000161204608F0F8F903B0F0BDFFFEFFFF3C
    796 :046058007FDFFFFFE8
    797 :10605C00F0B582B03C23C35C012B02D1022002B00C
    798 :10606C00F0BD03463C330224E241032A00D9A4E0EC
    799 :10607C007A44127952009744012E52730268146AC2
    800 :10608C00156A012085431562CD68019560C900969B
    801 :10609C0097694D4E0839B24205D04C4EB24202D0EF
    802 :1060AC004B4EB24202D1032087430098074310465F
    803 :1060BC001830F026B743019E3601F6B2BE19966130
    804 :1060CC000A263540B4436419146294690C25AC4318
    805 :1060DC009461896869E00068026A046A1025AC431F
    806 :1060EC0004624C682402374D2540CC682403A4B2CA
    807 :1060FC006419F3252D028669AE43264386610C682C
    808 :10610C002401A0252C40AA431219026203229202F8
    809 :10611C0084699443846189680902183045E00068F9
    810 :10612C00026A01242402056AA54305624C68F02525
    811 :10613C00AC43CD682D01EDB22C19C569F326B543DE
    812 :10614C002543C561052464020D682D022540A24338
    813 :10615C0052190262C2690C24A243C261896823E00D
    814 :10616C000068026A01242403056AA54305624C6891
    815 :10617C002402144D2540CC682403A4B26419F325E1
    816 :10618C002D02C669AE432643C661052464030D681F
    817 :10619C002D032540A2435219026203229202C469C4
    818 :1061AC009443C461896809021C3002680A43026086
    819 :1061BC0000200021197002B0F0BD012000211970DF
    820 :1061CC0002B0F0BD000FFFFF000400400040014092
    821 :0461DC00002C014052
    822 :1061E0000222D141032909D87944097949008F4411
    823 :1061F00001070B0F006834300068704700207047BB
    824 :10620000006838300068704700683C3000687047AC
    825 :0862100000684030006870478F
    826 :1062180010B53C23C35C012B01D1022010BD0346FD
    827 :106228003C33002A05D0082A06D0042A0ED10A4A8F
    828 :1062380003E00F22D24300E0064A0068846E14404F
    829 :106248000C43846600200021197010BD0120002134
    830 :0C625800197010BDFFFFF0FFFFF0FFFF0A
    831 :1062640070B50446026810686F490140A06823694C
    832 :10627400034360691843636E03430B43E1690B43B3
    833 :1062840013600320000353688343E068184350609D
    834 :10629400A069236A03439068644D05401D439560DB
    835 :1062A400D36A0F208343606A0343D3620023604DA3
    836 :1062B400AA4206DC614DAA4212D0614DAA4215D011
    837 :1062C4000CE05C4DAA4211D05B4B9A4206D15D4A68
    838 :1062D40012689207120F5C4B9B5807E0102305E0ED
    839 :1062E400584A12680C231340574AD3582646683636
    840 :1062F4000125EA03914215D1082B00D98DE0C0464F
    841 :106304007B441B795B009F44048823882988888800
    842 :106314003300FEF7ADFE626A0B2A24D291004C4A88
    843 :10632400515846E0082B00D977E0C0467B441B79DE
    844 :106334005B009F4404722372297272723300FEF769
    845 :1063440097FE626A0B2A24D29100414A515857E0C1
    846 :106354000B2829D280003E49095829E0FEF744FE63
    847 :10636400626A0B2ADAD301210B2A22D1090220E026
    848 :106374000B2824D240003549095A24E00B2833D293
    849 :1063840080003349095833E0FEF72EFE626A0B2A77
    850 :10639400DAD301210B2A33D1090231E00B2829D2A7
    851 :1063A40040002A49095A29E001210B2800D1090299
    852 :1063B400284806F089FC400061684A080AE0012187
    853 :1063C4000B2800D109020120C00306F07DFC420025
    854 :1063D40061684808101806F077FC1F4901401CD07A
    855 :1063E4000007400F084315E001210B2800D10902E2
    856 :1063F400184805E001210B2800D109020120C0033F
    857 :1064040006F062FC61684A08101806F05DFC80B270
    858 :10641400102802D32168C86000251048306000208D
    859 :10642400E0662067284670BDF369FFCFFFF4FF11D3
    860 :10643400FF4B0040004C0040003801400044004045
    861 :106444000048004054100240F8DD000888E90008C4
    862 :1064540008DE00080024F400F0FF00000100010041
    863 :10646400F0B581B0044606467C3600200090F0600A
    864 :10647400FCF7F2FE05462168086800070ED5C869D6
    865 :1064840080020BD401204705FCF7E6FE401B21687F
    866 :10649400174A90421AD8C8693842F5D008684007AC
    867 :1064A400009A10461DD5C8694002104619D401202F
    868 :1064B4008705FCF7D1FE401B21680D4A904205D8A0
    869 :1064C400C8693842F5D0009A10460AE00D20400110
    870 :1064D4000A6882430A608868012290438860032026
    871 :1064E400009A202171603270B16001B0F0BDC046E5
    872 :0464F400FFFFFF01A6
    873 :1064F800F0B581B004467C3465680223202D12D1A2
    874 :10650800012500290CD0002A0AD0866800952F039F
    875 :10651800BE420BD1CD0709D00569002D06D1009DDB
    876 :10652800284601B0F0BD022001B0F0BD2578012D4C
    877 :106538001D46F5D0034654335A800025E5601A807D
    878 :10654800016521216160009B5907426E8A4206D18C
    879 :10655800BE4202D10169002908D0114907E0BE42B4
    880 :1065680002D10169002909D00B4908E00B49002232
    881 :1065780022700167D9050068083004E005492570D4
    882 :1065880001670068802102680A430260002001B0A8
    883 :10659800F0BDC046096600086BE50008AD65000857
    884 :0465A80019E50008E9
    885 :1065AC0070B58021415821291AD102465632938A5E
    886 :1065BC00002B15D00168104C02E05B1E1D040FD09F
    887 :1065CC001588002D0DD0CD692D06F6D5056D2E88BC
    888 :1065DC0026408E62AD1C056515886D1E1580ECE796
    889 :1065EC0070BD0120C0058A6882438A600868402219
    890 :0C65FC0002430A6070BDC046FF010000B1
    891 :1066080010B58022815821290FD1014656310B88B7
    892 :10661800002B0BD0026D1388094C1C4003689C6248
    893 :10662800921C02650888401E088010BD0068016839
    894 :1066380091430160016840220A43026010BDC046D0
    895 :04664800FF0100004E
    896 :10664C00F0B584B004467C34A3680227202B13D108
    897 :10665C00012300290DD0002A0BD0866801252B03BD
    898 :10666C0003939E420BD1CB0709D00369002B06D1B3
    899 :10667C000123184604B0F0BD022004B0F0BD23780D
    900 :10668C00012B3B46F5D003465C335A801A8081655A
    901 :10669C00002E00930AD029078E420CD003998E420B
    902 :1066AC000ED10169002904D126490CE001690029A9
    903 :1066BC0008D1FF2107E00169002903D03F2102E046
    904 :1066CC00002100E07F2199800023E3602221A1605A
    905 :1066DC000768B96829430197B960290202916907D3
    906 :1066EC00476E8F4203D10099898991420ED9039943
    907 :1066FC008E4202D10169002910D0164A029D019EDA
    908 :10670C0000212170C2662035324615E003998E4275
    909 :10671C0002D10169002903D00C4E02E00C4AEDE7CE
    910 :10672C00094E019F3A46083200212170C66638682E
    911 :10673C000299084338602D07106828431060002028
    912 :10674C0004B0F0BDFF010000656700080568000893
    913 :08675C00A5E50008FFE50008B7
    914 :10676400F0B581B004468420205822282BD1254638
    915 :106774005E356E89002E2AD02046843000906F88C2
    916 :1067840002E0761E300422D02068416A3940A26DAE
    917 :1067940011802988491E2980911CA1652988002916
    918 :1067A400EFD10121090202688A4302608168124A1A
    919 :1067B400114081600020E066202000990860204696
    920 :1067C40007F04BFFDDE72068183008210EE0288829
    921 :1067D40000280ED0698988420BD20848E066064832
    922 :1067E400411C206882680A408260202102680A43B2
    923 :1067F400026001B0F0BDC046FEFFFFEFA5E5000852
    924 :10680400F0B581B004468420205822282DD1254695
    925 :106814005E356E89002E2CD02046843000906F881F
    926 :1068240002E0761E300424D02068406A3840A16D0E
    927 :1068340008702888401E2880A06D401CA065288808
    928 :106844000028EED10120000221680A6882430A6010
    929 :106854008868124A104088600020E0662020009971
    930 :106864000860204607F0F9FEDBE7206818300821AD
    931 :106874000EE0288800280ED0698988420BD2084887
    932 :10688400E0660648411C206882680A408260202134
    933 :1068940002680A43026001B0F0BDC046FEFFFFEF8C
    934 :0468A400FFE5000804
    935 :1068A800F0B581B000249A4D2346009406E00546D1
    936 :1068B8004354002B7BD05B1C802B7FD0284699004B
    937 :1068C800924A555820328027214603E0103F403233
    938 :1068D800002FECD01646203E3668B54200DD491C34
    939 :1068E80016461C3E3668B54200DD491C1646183E61
    940 :1068F8003668B54200DD491C1646143E3668B54276
    941 :1069080000DD491C1646103E3668B54200DD491CBC
    942 :1069180016460C3E3668B54200DD491C1646083E50
    943 :106928003668B5421CDC161F3668B5421DDC166891
    944 :10693800B5421EDC5668B5421FDC9668B54220DCBD
    945 :10694800D668B54221DC1669B54222DC5669B542E3
    946 :1069580023DC9669B54224DCD669B542B6DD24E06D
    947 :10696800491C161F3668B542E1DD491C1668B54258
    948 :10697800E0DD491C5668B542DFDD491C9668B54222
    949 :10698800DEDD491CD668B542DDDD491C1669B54215
    950 :10699800DCDD491C5669B542DBDD491C9669B54208
    951 :1069A800DADD491CD669B54290DD491C8EE70098AE
    952 :1069B800012800D1A6E0012300937FE75549402430
    953 :1069C8000C70002203E01032802A00D198E0A85C05
    954 :1069D80084422ED0AB185878844230D098788442BC
    955 :1069E80033D0D878844236D01879844239D058794F
    956 :1069F80084423CD0987984423FD0D879844242D0AE
    957 :106A0800187A844245D0587A844249D0987A844288
    958 :106A18004DD0D87A844251D0187B844255D0587BC7
    959 :106A2800844259D0987B84425DD0D87B8442CAD1B5
    960 :106A380061E00A70D4B2AB1858788442CED1501CA9
    961 :106A48000870C4B298788442CBD1901C0870C4B244
    962 :106A5800D8788442C8D1D01C0870C4B2187984424E
    963 :106A6800C5D1101D0870C4B258798442C2D1501DD6
    964 :106A78000870C4B298798442BFD1901D0870C4B21E
    965 :106A8800D8798442BCD1D01D0870C4B2187A844227
    966 :106A9800B9D1104608300870C4B2587A8442B5D1CA
    967 :106AA800104609300870C4B2987A8442B1D11046B1
    968 :106AB8000A300870C4B2D87A8442ADD110460B307F
    969 :106AC8000870C4B2187B8442A9D110460C300870F3
    970 :106AD800C4B2587B8442A5D110460D300870C4B2A8
    971 :106AE800987B8442A1D110460E300870C4B2D87B7E
    972 :106AF800844200D067E710460F300870C4B262E7DE
    973 :106B080001B0F0BD044806F0A9F9FEE7FC07002033
    974 :0C6B1800CA1300202900002046EC0008F1
    975 :106B240080B500F07FF802480421016080BDC046B2
    976 :046B3400A80F002086
    977 :106B3800F0B583B000F074F8314F0420029038604B
    978 :106B48003048006800900023304C07E00026019B85
    979 :106B5800980032490E505B1C802B45D0294A10689A
    980 :106B68002949084001931902014311600BE00120F3
    981 :106B7800386000212046FFF757F81520FDF74EF939
    982 :106B88000226022EE3D138680428F0D0386802269D
    983 :106B98000328F6D138680328D8D11520FDF74AF91B
    984 :106BA800002520462946FFF70DF902983860184855
    985 :106BB8000168002908D0174B1868174A1268120391
    986 :106BC80080181860092903D8481C11490860D8E7BB
    987 :106BD8000F490D600F490D600A2106F073F821680E
    988 :106BE800896A4E1C4643CCE77F200002009A024087
    989 :106BF80004490868044B18401043086003B0F0BD0E
    990 :106C0800A80F002004100240FF80FFFF540E002050
    991 :106C1800480F00205C0F0020AC0F0020FC0700206C
    992 :106C280070B584B0012670041C490A6802430A60E2
    993 :106C38001B4D1C4A2A6009680140009100982846AB
    994 :106C4800FEF7C6FF184800246C60AC60E8602C6151
    995 :106C58002846FEF73FFF002800D0FEE703940C20EB
    996 :106C68000290019600940E4869460022FFF7F2F957
    997 :106C7800002800D0FEE70A4802210022FFF7C8FAE0
    998 :106C8800002800D0FEE7152000210A46FDF7AAF8E3
    999 :106C98001520FDF7CFF804B070BDC0464010024083
    1000 :0C6CA800540E002000440140FFFF0000DB
    1001 :106CB400F0B581B00446007F01283CD11F4E3068F6
    1002 :106CC400012807D100212046FFF788FA1E490860F1
    1003 :106CD40002202FE0306802282DD100212046FFF742
    1004 :106CE4007DFA174F38601520FDF7A6F815480021E6
    1005 :106CF400FFF76AF80220C04321680861124800685F
    1006 :106D04003968814201D9081A03E0FED2081A0F49F2
    1007 :106D140040180F490860086800030E49884208D2E9
    1008 :106D24000D4806F09DF80A48006801030B4806F078
    1009 :106D340097F80320306001B0F0BDC046A80F0020D2
    1010 :106D4400940F0020540E0020980F0020FFFF000035
    1011 :106D5400AC0F0020405DC600B7F00008C8F0000882
    1012 :106D6400F0B583B00D46029001600C20454906C57C
    1013 :106D74000021E86029616961A961E961296201264C
    1014 :106D84003703083D2C467C340998089A002B04D01C
    1015 :106D9400012B04D10321490202E0B10200E00F46B5
    1016 :106DA400AF602961511E4A1E91414903E96005F013
    1017 :106DB40001FF0027344B3A4607F0A4FC05F072FEAD
    1018 :106DC40001906068002803D12770284604F0D0FCA5
    1019 :106DD4002420606028680168B14301602846FFF7F9
    1020 :106DE4003FFA012835D0A86A002802D0284607F0C7
    1021 :106DF40028FBB0032C68A1680143A160F003A168DB
    1022 :106E04008143A1602068214901402160F005616847
    1023 :106E140001436160B0062168014321606F6803206B
    1024 :106E24004002D63078431A4905F04EFF19498F4283
    1025 :106E3400019A00D3421CFF200006616901401143FE
    1026 :106E440061612068304320602846FFF709FB002871
    1027 :106E540001D007F01EFC029C206807F0FFFB00280D
    1028 :106E640001D007F016FC2068273432022146FFF7D0
    1029 :106E7400EBFB002803D0084805F0F2FFFEE703B05F
    1030 :106E8400F0BDC0460038014000000C40FFFF00FC8C
    1031 :0C6E940040420F00014B000049EE0008D6
    1032 :106EA000F0B58DB005460268D16910680C90506845
    1033 :106EB00001200A90000709900695803590680B9094
    1034 :106EC0000807089049D00998431C0B9803400126F5
    1035 :106ED00037023C4620340C9804401C433DD0074008
    1036 :106EE0007C427C41CF070A9F00D02746002F03D168
    1037 :106EF0001662AC683443AC600B980640744274412F
    1038 :106F00008F070A98074600D52746002F05D102248F
    1039 :106F10001462AC6804272743AF60744274414E0783
    1040 :106F2000064605D4002E05D0089800280BD414E09E
    1041 :106F30002600F9D104241462AC6802262643AE6010
    1042 :106F40000898002809D520240C9804401C4304D03C
    1043 :106F500008231362AC681C43AC600126F00507905F
    1044 :106F60000B050FD50B9B0340B4060C980440E318A7
    1045 :106F700008D0F302136220236B602B60624B1E75F6
    1046 :106F8000624C1E55059620200F460890074022D0DF
    1047 :106F90000B9B099803400C9C089804401C431AD092
    1048 :106FA0006B68222B13D14523DB005748C658059840
    1049 :106FB0000402A6420BD2544CA019526A27268255CD
    1050 :106FC000524A0598A054E258521CE25003E09369DB
    1051 :106FD00008241C43946180240E4626400A98049499
    1052 :106FE00039D00B9A079B1A400C9B2340134332D095
    1053 :106FF000454A136822461C59212C039713D11C467D
    1054 :1070000056342288002A17D01A6802921A6D01920B
    1055 :1070100012782746029CA262019A521C1A653A888D
    1056 :10702000521E3A8011E01F683B6893433B603B6807
    1057 :1070300040241C433C6008E01A681368049FBB436B
    1058 :107040001360136840241C43146023221201059B23
    1059 :107050002D4FBB54039F40240C9B23405A425A415E
    1060 :10706000490606D4002806D0A868002815D10DB01E
    1061 :10707000F0BD1000F8D12648002101700698036881
    1062 :107080001A68A2431A6001670899296007F0E6FAB6
    1063 :1070900022206860A8680028E9D022236B60002FB6
    1064 :1070A00007D00B98099901400C98089A10400843A2
    1065 :1070B0001FD1002EDBD00B99079801400C98049A41
    1066 :1070C00010400843D3D026200F4E0021315406989B
    1067 :1070D000222703681A68A2431A6001670899296089
    1068 :1070E00007F0BCFA6F6023200001059931540DB000
    1069 :1070F000F0BD06980068816908220A438261002079
    1070 :10710000A8600DB0F0BDC046C805002031020000E7
    1071 :04711000EE05002068
    1072 :10711400F0B585B04521CD004159052900D2BBE029
    1073 :1071240003952722825C00920346273301220C46F2
    1074 :1071340014400494D5438A1E0192154002935B1CAB
    1075 :10714400674A684E03E0AD1E9B1C002D71D05C1E87
    1076 :10715400247854406208E40730D15708D20731D16B
    1077 :107164007A08FC0732D15708D20733D17A08FC07D2
    1078 :1071740034D15708D20735D17C08FA0736D16208D2
    1079 :10718400E40700D072401C7854406208E40732D10E
    1080 :107194005408D20733D16208E40734D15408D20723
    1081 :1071A40035D16208E40736D15408D20737D16708CD
    1082 :1071B400E20738D17A08FC07C5D038E07240570896
    1083 :1071C400D207CDD077407A08FC07CCD0724057085C
    1084 :1071D400D207CBD077407A08FC07CAD07240570850
    1085 :1071E400D207C9D077407C08FA07C8D07440620837
    1086 :1071F400E407C7D1C7E772405408D207CBD0744024
    1087 :107204006208E407CAD072405408D207C9D0744057
    1088 :107214006208E407C8D072405408D207C7D074404B
    1089 :107224006708E207C6D077407A08FC078BD0724023
    1090 :1072340089E7049C002C1BD05B1E1B785A40530822
    1091 :10724400D20730D15A08DB0731D15308D20732D1E3
    1092 :107254005A08DB0733D15308D20734D15A08DB0765
    1093 :1072640035D15308D20736D15A08DB0700D0724013
    1094 :1072740001AB38CBE35C0C19641E24782402E318B8
    1095 :10728400934209D1491C07D00221009B002B07D04F
    1096 :10729400154A128B9A4203D04219002101751160DC
    1097 :1072A400084605B0F0BD73405A08DB07CDD07240E4
    1098 :1072B4005308D207CCD073405A08DB07CBD07240B6
    1099 :1072C4005308D207CAD073405A08DB07C9D07240AA
    1100 :1072D4005308D207C8D073405A08DB07C7D1C7E7A1
    1101 :0C72E400FFFF000001A0000030000020AF
    1102 :1072F000F0B585B0054627202B5CFF2420462830BA
    1103 :107300002B544521C9006918002702914F602818A5
    1104 :107310002946273101260490324600F0E5F803465D
    1105 :107320000395263501950028204600D1A7E0184690
    1106 :10733000304000906A4A6B4D012B05D13C463846DF
    1107 :10734000009900297ED19AE01846B043049E03E0DC
    1108 :10735000B61CBF1CB84270D0317869404C08C907D0
    1109 :1073600030D16508E10731D16C08E90732D16508F1
    1110 :10737000E10733D16C08E90734D16508E10735D15D
    1111 :107380006908EC0736D14C08C90700D0544075781D
    1112 :1073900065406908EC0732D14C08C90733D1610850
    1113 :1073A000E40734D14C08C90735D16108E40736D168
    1114 :1073B0004C08C90737D16108E40738D14D08C9071F
    1115 :1073C000C6D038E054406508E107CDD055406C0880
    1116 :1073D000E907CCD054406508E107CBD055406C0894
    1117 :1073E000E907CAD054406508E107C9D0554069088B
    1118 :1073F000EC07C8D051404C08C907C7D1C7E7514076
    1119 :107400004C08C907CBD054406108E407CAD05140AA
    1120 :107410004C08C907C9D054406108E407C8D051409E
    1121 :107420004C08C907C7D054406108E407C6D0514092
    1122 :107430004D08C9078CD055408AE7280A2C46009988
    1123 :1074400000291CD00498C05D45406808E9072AD18E
    1124 :107450004108C0072BD14808C9072CD14108C007F3
    1125 :107460002DD14808C9072ED14108C0072FD148089F
    1126 :10747000C90730D14408C00700D05440200A0499FD
    1127 :10748000CC54CA1850700C20019A10709A1C029D9E
    1128 :107490006A60039C206892B2FFF72EF800202860F3
    1129 :1074A000207505B0F0BD50404108C007D3D0514011
    1130 :1074B0004808C907D2D050404108C007D1D0514038
    1131 :1074C0004808C907D0D050404108C007CFD051402C
    1132 :1074D0004808C907CED050404408C007CDD1CDE7F9
    1133 :0874E00001A00000FFFF000005
    1134 :1074E800F0B586B04C78102C11D0062C1DD0032C8A
    1135 :1074F8002AD1914C258B002B2FD09D422DD086214F
    1136 :107508008154551C0B214155901C06B0F0BD0590C7
    1137 :107518008948048B022601200490002B2FD09C421E
    1138 :107528002DD00B2586241346A9E0834C258B002BF0
    1139 :1075380035D09D4233D086218154531C02240B211F
    1140 :10754800C154A01806B0F0BD80214C408454801866
    1141 :1075580001214170901C06B0F0BD4E790B791B02D9
    1142 :107568009B191D467E3D7D27FF43BD4227D88321B9
    1143 :107578008154551C03214155901C06B0F0BD487933
    1144 :107588000B791B021B181C467C3C7A25ED4390277F
    1145 :107598000397AC4228D20325134690246FE0059048
    1146 :1075A800CD788B781E027619B708772F6FD386218E
    1147 :1075B8008154531C0221C154881806B0F0BDCD78FF
    1148 :1075C800897804910902039549195B185B4D5D1987
    1149 :1075D8006F1E551C594CA74270D283218154022139
    1150 :1075E8004155901C06B0F0BD0090C87801908C7889
    1151 :1075F800029424022718D819504BC5186E1E02256C
    1152 :107608009E4213462E46039C39D30392019A530097
    1153 :10761800029A5502EB18484AD318049300250246EB
    1154 :10762800184646194B19DC7974701C7A44557C1C31
    1155 :10763800944215D25C7AF4709C7AB470BC1C944263
    1156 :107648000ED2DC7A74711C7B3471FC1C944207D214
    1157 :107658005C7BF4719B7BB37108353F1D9742E0D387
    1158 :1076680010200599039A8854881801998170029905
    1159 :107678004170D31C0526042004900024009D059920
    1160 :10768800CC54049880180D54B01806B0F0BD7000A2
    1161 :10769800271804970F79049E77704F79275406248A
    1162 :1076A800059884548418A57063700B79E370131DD2
    1163 :1076B80049790524C154A01806B0F0BD03278754A2
    1164 :1076C80076004655801805900398450004984602B0
    1165 :1076D8007519194845190024059806192F1978783D
    1166 :1076E800B070285DF070481C984219D2F878307153
    1167 :1076F800B8787071881C984216D27879B071387948
    1168 :10770800F071C81C984213D2F8793072B879707247
    1169 :107718000834091D9942DFD31019801C06B0F0BD4A
    1170 :107728001019001D06B0F0BD1019801D06B0F0BD7F
    1171 :107738001019083006B0F0BD3000002024FEFFFF0D
    1172 :10774800F0B583B03C214848012747542C214754C1
    1173 :1077580000240C25056444648464C464072181639F
    1174 :107768004163446284620826C661877604833F4980
    1175 :107778003A030263021D1477016079050322920718
    1176 :1077880042608460C460016146610294019400947F
    1177 :10779800FBF778FD002801D006F079FF02940194E8
    1178 :1077A800009731486946FBF787FF002801D006F0AB
    1179 :1077B8006EFF0294042001902D4800902A486946E3
    1180 :1077C800FBF77AFF002801D006F061FF02940196CA
    1181 :1077D8002848009024486946FBF76EFF002801D02E
    1182 :1077E80006F055FF02940195234800901E4869460B
    1183 :1077F800FBF762FF002801D006F049FF0294102031
    1184 :1078080001901E48009018486946FBF755FF00286C
    1185 :1078180001D006F03CFF0294142001901848009013
    1186 :1078280011486946FBF748FF002801D006F02FFFF2
    1187 :10783800029418200190134800900B486946FBF702
    1188 :107848003BFF002801D006F022FF02941C20019083
    1189 :107858000D48009004486946FBF72EFF002801D028
    1190 :1078680006F015FF03B0F0BD940D00200024014080
    1191 :1078780002000004040000080800000C10000010BA
    1192 :0C7888000001002000040028001000B0E7
    1193 :10789400F0B58BB000240A940994026845498A42E1
    1194 :1078A40001D00BB0F0BD0290012319054248C26813
    1195 :1078B4000A43C260C2680A400592059901681943E7
    1196 :1078C4000160016819400493059105990168022239
    1197 :1078D40003921143016000681040059005980894D4
    1198 :1078E40003270797069305200190050706AE28464F
    1199 :1078F4003146FCF72DFF0894079703980690284615
    1200 :107904003146FCF725FF0894079704200090069061
    1201 :1079140028463146FCF71CFF089407970498069004
    1202 :1079240026483146FCF714FF0894079703980690FD
    1203 :1079340022483146FCF70CFF0894079700980690FC
    1204 :107944001E483146FCF704FF089407970820069068
    1205 :1079540028463146FCF7FCFE089407971020069051
    1206 :1079640028463146FCF7F4FE154D2C622020049A7B
    1207 :10797400D10212028023134E2E60019E6E60AC6011
    1208 :10798400EC602B616A61A961E8612846FCF7BAFAE8
    1209 :10799400002801D006F07DFE0298A86205650C203F
    1210 :1079A40000210A46FCF720FA0C20FCF739FA0BB048
    1211 :1079B400F0BDC046002401403410024000040050D1
    1212 :0879C400F80D0020080002404C
    1213 :1079CC00F0B589B007910646049008AD22200390CB
    1214 :1079DC0028700520070701200190C403002206929D
    1215 :1079EC003846214607F013F80A200590009003232F
    1216 :1079FC000293304629462A46FDF7DCFD38462146DF
    1217 :107A0C00019E324607F003F842202870A87807211F
    1218 :107A1C00014007980143697038462146069A06F0E2
    1219 :107A2C00F6FF059800900223049829462A46FDF794
    1220 :107A3C00C1FD38462146324606F0E9FF039828700E
    1221 :107A4C0038462146069A06F0E2FF05980090049805
    1222 :107A5C0029462A46029BFDF7ADFD384621463246A3
    1223 :107A6C0006F0D5FFA87807990840884201D109B0E3
    1224 :107A7C00F0BD024805F0F0F9FEE7C046C0F2000880
    1225 :107A8C0080B53121C900415881670146CC314A8803
    1226 :107A9C007C23C252CC22825A7C304280896841605D
    1227 :107AAC000248002102F0C6FA80BDC046300000201A
    1228 :107ABC0010B504468034616D616061688022805825
    1229 :107ACC00091A7D20C20005480068504305F0D0F823
    1230 :107ADC00A0600348002102F0ADFA10BD6C0F00202D
    1231 :047AEC003000002046
    1232 :107AF00010B5CC200A4C205A8C216052605E7E2149
    1233 :107B0000615E411A7D20C20006480068504305F0BE
    1234 :107B1000B5F8902160500021204602F091FA10BD86
    1235 :087B200030000020740F00206A
    1236 :107B2800F0B581B00546324805F098F99435A86853
    1237 :107B3800002858D0A86804F0EFFF2E4B002204F06C
    1238 :107B48006DFE2D4AC0CA32463B4604F067FE2B4BF9
    1239 :107B5800002206F0D5FD04F03DFF2860688FA8805C
    1240 :107B6800288FE880264832463B4605F077F9A86812
    1241 :107B780004F0D2FF00221F4B04F050FE02462148B9
    1242 :107B88000B4605F06BF90420285E04F0C5FF1E4E75
    1243 :107B98000022334604F042FE02461C480B4605F01C
    1244 :107BA8005DF90620285E04F0B7FF0022334604F092
    1245 :107BB80035FE024616480B4605F050F9286804F0D1
    1246 :107BC800ABFF00220D4B06F09BFD024611480B4609
    1247 :107BD80005F044F9104805F041F91048002102F079
    1248 :107BE8002BFA01B0F0BD0E4805F038F901B0F0BD30
    1249 :107BF80057EE000800408F40A005002080842E41E9
    1250 :107C0800E1F000085DEC0008000059406CEC000849
    1251 :107C1800C3EE0008DCF20008CDEE000830000020BA
    1252 :047C280069EE0008F9
    1253 :107C2C00F0B583B03A4805F017F9CE24394F385BDC
    1254 :107C3C00A0217852785E04F06DFF374E0022334657
    1255 :107C4C0004F0EAFD024635480B4605F005F9385FAD
    1256 :107C5C009821795E3C46401A04F05CFF0290019139
    1257 :107C6C000022334604F0D8FD02462D480B4605F0A1
    1258 :107C7C00F3F82C480668436800932B48324605F00D
    1259 :107C8C00EBF89C27E05904F045FF284B002204F048
    1260 :107C9C00C3FD024626480B4605F0DEF8E0592746A0
    1261 :107CAC0004F038FF0022214B04F0B6FD3246009B55
    1262 :107CBC0004F0B2FD1F4B002204F066FC029A019BFB
    1263 :107CCC0004F0AAFD1C4C0022234606F017FD04F01C
    1264 :107CDC007FFEA4217850785804F01CFF0022234624
    1265 :107CEC0004F09AFD00220C4B06F008FD134B002209
    1266 :107CFC0004F04AFC024612480B4605F0ADF8114858
    1267 :107D0C0005F0AAF83846002102F094F903B0F0BD52
    1268 :107D1C0077EC000830000020000059408EEC000881
    1269 :107D2C00E3EE0008900500209DEC000800408F4019
    1270 :107D3C00F1EE00080000F0BF65CDCD410000F03F32
    1271 :087D4C00D0EC0008F0F2000881
    1272 :107D5400F0B58FB0052004070122099211030791A1
    1273 :107D6400204606F058FE9620FBF77CFA8048102146
    1274 :107D74000026324606F04FFE9620FBF773FA7C4845
    1275 :107D84001021099A06F047FE9620FBF76BFA202192
    1276 :107D94007748324606F03FFE9620FBF763FA7448B4
    1277 :107DA4002021099D2A4606F036FE9620FBF75AFA52
    1278 :107DB40020460799324606F02EFE0720022106913E
    1279 :107DC4003246FCF711F80720FCF72AF80DAF3246CB
    1280 :107DD4000596BE70674838802E46ED032046294636
    1281 :107DE40006F019FE0A200A900090634839463A4684
    1282 :107DF400069BFDF7E3FB20462946324606F00BFEC0
    1283 :107E04002620387020462946059A0A9E06F003FE6D
    1284 :107E140000960323584839463A46FDF7CFFB2046DF
    1285 :107E240008952946099A06F0F6FDB8780A2800D084
    1286 :107E340099E09620FBF716FA4F482021FFF7C4FD7E
    1287 :107E44000DAD232006902870002209922046089F39
    1288 :107E5400394606F0E0FD009603230493464829467C
    1289 :107E64002A46FDF7ABFB012205922046394606F06F
    1290 :107E7400D2FD432002902870A878EF210140697058
    1291 :107E840020463946099E324606F0C5FD0A98009000
    1292 :107E940002230393384829462A46FDF78FFB2046E0
    1293 :107EA4003946059A06F0B7FD0698287020463946EB
    1294 :107EB400324606F0B0FD0A9800902F4829462A461B
    1295 :107EC400049E3346FDF77AFB20463946059A06F0B0
    1296 :107ED400A2FD0DAD0698287020463946099A06F091
    1297 :107EE4009AFD0A980090244829462A463346FDF70D
    1298 :107EF40065FB20463946059E324606F08CFD029805
    1299 :107F04002870A8789F2101402031697020463946A5
    1300 :107F1400099A06F080FD0A980090174829462A46D7
    1301 :107F2400039BFDF74BFB20463946324606F073FDB2
    1302 :107F34000698287020463946099A06F06CFD0A987E
    1303 :107F440000900D4829462A46049BFDF737FB20463E
    1304 :107F54003946324606F05FFDA878800612D40748F9
    1305 :107F640004F07EFFFEE7064804F07AFFFEE7C04611
    1306 :107F740000040050460A0000300D00200CF30008F5
    1307 :107F8400FEF000080DAD099EAE70342068705120DB
    1308 :107F9400287020463946324606F03DFD0A98009086
    1309 :107FA4001148022329462A46FDF708FB01220692BE
    1310 :107FB4002046394606F02FFD3120287020463946E8
    1311 :107FC400324606F028FD0A98009003230648294605
    1312 :107FD4002A46FDF7F3FA20463946069A06F01BFDB9
    1313 :107FE400A878342808D001E0300D0020014804F0BE
    1314 :107FF40037FF01E0F3EC00080DAE099AB2700D48AA
    1315 :1080040030800BADAA702A802046394606F003FD65
    1316 :108014000A9800900848032331462A46FDF7CEFA11
    1317 :1080240001222046394606F0F6FC2878FF280CD1B8
    1318 :1080340004E0C04625EC0000300D00200DA80078B7
    1319 :108044000BA94978814200D1A2E00DAE099AB27021
    1320 :108054000C4830800BADAA702A802046394606F0C1
    1321 :10806400DAFC0A9800900848032331462A46FDF7B3
    1322 :10807400A5FA01222046394606F0CDFC2878FF28CF
    1323 :108084000AD103E025EC0000300D00200DA8007893
    1324 :108094000BA9497881427BD00DAE099AB2700D4884
    1325 :1080A40030800BADAA702A802046394606F0B3FC16
    1326 :1080B4000A9800900848032331462A46FDF77EFAC1
    1327 :1080C40001222046394606F0A6FC2878FF280BD169
    1328 :1080D40004E0C04625EC0000300D00200DA8007817
    1329 :1080E4000BA94978814253D00DAE099AB2700D485C
    1330 :1080F40030800BADAA702A802046394606F08BFCEE
    1331 :108104000A9800900848032331462A46FDF756FA98
    1332 :1081140001222046394606F07EFC2878FF280BD140
    1333 :1081240004E0C04625EC0000300D00200DA80078C6
    1334 :108134000BA9497881422BD00DAE099AB2700E4832
    1335 :1081440030800BADAA702A802046394606F063FCC5
    1336 :108154000A9800900948032331462A46FDF72EFA6F
    1337 :10816400012620463946324606F055FC2878FF2879
    1338 :1081740006D000F0FFFCC04625EC0000300D0020C6
    1339 :108184000DA800780BA94978814201D000F0F2FCD7
    1340 :108194000BA8099A81786020049001430DAE0691E2
    1341 :1081A40071704520059030700BAD2A802046394609
    1342 :1081B40006F031FC0A9800900748022331462A460B
    1343 :1081C400FDF7FCF901222046394606F024FC287804
    1344 :1081D400FF280AD102E0C046300D00200DA8007827
    1345 :1081E4000BA94978814200D19AE00DAE06987070CF
    1346 :1081F400059830700BAD099A2A802046394606F05E
    1347 :108204000AFC0A9800900748022331462A46FDF7E3
    1348 :10821400D5F901222046394606F0FDFB2878FF28CF
    1349 :1082240008D101E0300D00200DA800780BA9497891
    1350 :10823400814275D00DAE06987070059830700BAD04
    1351 :10824400099A2A802046394606F0E5FB0A980090F0
    1352 :108254000748022331462A46FDF7B0F90122204699
    1353 :10826400394606F0D8FB2878FF2809D102E0C04639
    1354 :10827400300D00200DA800780BA9497881424FD019
    1355 :108284000DAE06987070059830700BAD099A2A806F
    1356 :108294002046394606F0BFFB0A980090074802239F
    1357 :1082A40031462A46FDF78AF901222046394606F06E
    1358 :1082B400B2FB2878FF2809D102E0C046300D002027
    1359 :1082C4000DA800780BA94978814229D00DAE0698F3
    1360 :1082D4007070059830700BAD099A2A802046394693
    1361 :1082E40006F099FB0A9800900848022331462A4672
    1362 :1082F400FDF764F9012620463946324606F08BFB29
    1363 :108304002878FF2804D000F045FCC046300D00203A
    1364 :108314000DA800780BA94978814201D000F03AFCFD
    1365 :108324000DAD099FAF8011480D90114802222946D6
    1366 :1083340005F082FEA8700BAEB7800B972046089913
    1367 :108344003A4606F068FB0A9800900A480623294634
    1368 :108354003246FDF733F901222046089906F05BFB0B
    1369 :10836400301D06903078FF282BD105E025EC000065
    1370 :10837400CC0E0020300D00200DA800780BA9497800
    1371 :1083840081421ED10DA840780BA98978814218D169
    1372 :108394000DA880780BA9C978814212D10BA8457920
    1373 :1083A40003480122069905F047FEA84209D101E0DD
    1374 :1083B400CC0E00200BA8007904990840602800D155
    1375 :1083C4003BE10DADAF8010480D90104802222946C4
    1376 :1083D40005F032FEA8700BAEB7800B9720460899C3
    1377 :1083E4003A4606F018FB0A980090094806232946E5
    1378 :1083F4003246FDF7E3F801222046089906F00BFB0C
    1379 :108404003078FF282BD105E025EC0000CC0E0020AD
    1380 :10841400300D00200DA800780BA9497881421ED1A7
    1381 :108424000DA840780BA98978814218D10DA88078CD
    1382 :108434000BA9C978814212D10BA8457903480122BE
    1383 :10844400069905F0F9FDA84209D101E0CC0E0020FF
    1384 :108454000BA8007904990840602800D1EDE00DAD27
    1385 :10846400AF8010480D9010480222294605F0E4FD23
    1386 :10847400A8700BAEB7800B97204608993A4606F0D1
    1387 :10848400CAFA0A9800900948062329463246FDF79D
    1388 :1084940095F801222046089906F0BDFA3078FF28A5
    1389 :1084A4002BD105E025EC0000CC0E0020300D00207F
    1390 :1084B4000DA800780BA9497881421ED10DA84078F7
    1391 :1084C4000BA98978814218D10DA880780BA9C978A5
    1392 :1084D400814212D10BA8457903480122069905F07F
    1393 :1084E400ABFDA84209D101E0CC0E00200BA8007915
    1394 :1084F40004990840602800D19FE00DADAF8010487A
    1395 :108504000D9010480222294605F096FDA8700BAE86
    1396 :10851400B7800B97204608993A4606F07CFA0A98E9
    1397 :1085240000900948062329463246FDF747F8012200
    1398 :108534002046089906F06FFA3078FF282AD105E022
    1399 :1085440025EC0000CC0E0020300D00200DA8007892
    1400 :108554000BA9497881421DD10DA840780BA98978CF
    1401 :10856400814217D10DA880780BA9C978814211D115
    1402 :108574000BA8457903480122069905F05DFDA84240
    1403 :1085840008D101E0CC0E00200BA800790499084022
    1404 :10859400602852D00DADAF8010480D9010480222D3
    1405 :1085A400294605F049FDA8700BAEB7800B9720460D
    1406 :1085B40008993A4606F02FFA0A98009009480623CB
    1407 :1085C40029463246FCF7FAFF0125204608992A4637
    1408 :1085D40006F021FA3078FF2806D0C0E225EC00002E
    1409 :1085E400CC0E0020300D00200DA800780BA949788E
    1410 :1085F400814200D0B3E20DA840780BA9897881426A
    1411 :1086040000D0ACE20DA880780BA9C978814200D0D3
    1412 :10861400A5E20BA8467904480122069905F00CFD51
    1413 :10862400B04203D09BE2C046CC0E00200BA80079D8
    1414 :1086340004990840602800D091E2089F10480D90EA
    1415 :1086440010480DAD0222294605F0F6FCA870099ADF
    1416 :108654000B922046394606F0DEF90A9800900A4843
    1417 :108664000BAE0423294632460693FCF7A7FF0122EA
    1418 :108674002046394606F0CFF93078FF2819D105E0B5
    1419 :10868400F2EC0000CC0E0020300D00200DA8007884
    1420 :108694000BA9497881420CD10DA840780BA989789F
    1421 :1086A400814206D10DA880780BA9C978814200D1F6
    1422 :1086B400DBE010480D9010480DAD0222294605F06C
    1423 :1086C400BBFCA870099A0B922046394606F0A3F920
    1424 :1086D4000A98009009480BAE042329463246FCF759
    1425 :1086E4006DFF01222046394606F095F93078FF28BF
    1426 :1086F40019D105E0F2EC0000CC0E0020300D002072
    1427 :108704000DA800780BA9497881420CD10DA84078B6
    1428 :108714000BA98978814206D10DA880780BA9C97864
    1429 :10872400814200D1A1E010480D9010480DAD022205
    1430 :10873400294605F081FCA870099A0B922046394617
    1431 :1087440006F069F90A98009009480BAE04232946FB
    1432 :108754003246FCF733FF01222046394606F05BF926
    1433 :108764003078FF2818D105E0F2EC0000CC0E002090
    1434 :10877400300D00200DA800780BA9497881420BD157
    1435 :108784000DA840780BA98978814205D10DA880787D
    1436 :108794000BA9C978814268D0FB480D90FB480DAD08
    1437 :1087A4000222294605F048FCA870099A0B9220463B
    1438 :1087B400394606F030F90A980090F5480BAE0423C8
    1439 :1087C40029463246FCF7FAFE01222046394606F0D5
    1440 :1087D40022F93078FF2811D10DA800780BA9497827
    1441 :1087E40081420BD10DA840780BA98978814205D12B
    1442 :1087F4000DA880780BA9C978814236D0F7480D902E
    1443 :10880400F5480DAD0222294605F016FCA870099A18
    1444 :108814000B922046394606F0FEF80A980090ED487F
    1445 :108824000BAE042329463246FCF7C8FE0125204638
    1446 :1088340039462A4606F0EFF83078FF2800D0B2E136
    1447 :108844000DA800780BA94978814200D0ABE10DA8AE
    1448 :1088540040780BA98978814200D0A4E10DA88078E2
    1449 :108864000BA9C978814200D09DE10DAD099FAF806D
    1450 :10887400DB480D90D8480222294605F0DDFBA8709C
    1451 :108884000BAEB7800B97204608993A4606F0C3F81A
    1452 :108894000A980090CF48062329463246FCF78EFEFC
    1453 :1088A4000125204608992A4606F0B5F8301D0590A2
    1454 :1088B4003078FF2824D10DA800780BA9497881428B
    1455 :1088C4001ED10DA840780BA98978814218D10DA832
    1456 :1088D40080780BA9C978814212D10BAE7779BE4852
    1457 :1088E40005992A4605F0A8FBC01B411E884106993C
    1458 :1088F4007156002900DA00252843012800D05EE1E2
    1459 :108904000DAD099FAF80B6480D90B34802222946A9
    1460 :1089140005F092FBA8700BAEB7800B972046089920
    1461 :108924003A4606F078F80A980090AA4806232946A1
    1462 :108934003246FCF743FE0125204608992A4606F0F4
    1463 :108944006AF83078FF2824D10DA800780BA949785B
    1464 :1089540081421ED10DA840780BA98978814218D193
    1465 :108964000DA880780BA9C978814212D10BAE777912
    1466 :10897400994805992A4605F05FFBC01B411E8841B2
    1467 :1089840006997156002900DA00252843012800D0F1
    1468 :1089940015E10DAD099FAF8091480D908E480222DC
    1469 :1089A400294605F049FBA8700BAEB7800B9720460B
    1470 :1089B40008993A4606F02FF80A980090854806234D
    1471 :1089C40029463246FCF7FAFD0125204608992A4635
    1472 :1089D40006F021F83078FF2824D10DA800780BA9DF
    1473 :1089E400497881421ED10DA840780BA9897881422B
    1474 :1089F40018D10DA880780BA9C978814212D10BAE89
    1475 :108A04007779754805992A4605F016FBC01B411E67
    1476 :108A1400884106997156002900DA00252843012867
    1477 :108A240000D0CCE00DAD099FAF806D480D906A4831
    1478 :108A34000222294605F000FBA8700BAEB7800B9705
    1479 :108A4400204608993A4605F0E6FF0A9800906148E6
    1480 :108A5400062329463246FCF7B1FD01252046089934
    1481 :108A64002A4605F0D8FF3078FF2824D10DA80078D5
    1482 :108A74000BA9497881421ED10DA840780BA98978A9
    1483 :108A8400814218D10DA880780BA9C978814212D1EE
    1484 :108A94000BAE7779504805992A4605F0CDFAC01BEC
    1485 :108AA400411E884106997156002900DA00252843A1
    1486 :108AB400012800D083E00DAD099FAF8048480D9098
    1487 :108AC40045480222294605F0B7FAA8700BAEB780D4
    1488 :108AD4000B97204608993A4605F09DFF0A980090A6
    1489 :108AE4003C48062329463246FCF768FD012520460A
    1490 :108AF40008992A4605F08FFF3078FF2823D10DA866
    1491 :108B040000780BA9497881421DD10DA840780BA9A2
    1492 :108B14008978814217D10DA880780BA9C978814240
    1493 :108B240011D10BAE77792C4805992A4605F084FAC1
    1494 :108B3400C01B411E8841069971560029294600DA56
    1495 :108B4400099908433BD0ED024B2086006436204649
    1496 :108B5400294605F068FF3046FAF784FBF7E7ED0293
    1497 :108B64004B2086002046294605F05DFF3046FAF783
    1498 :108B740079FBF7E7F5022046294605F054FFC820A3
    1499 :108B8400FAF770FBF7E7C046F2EC0000CC0E0020C9
    1500 :108B9400300D0020F5022046294605F044FFFA2056
    1501 :108BA400FAF760FBF7E7ED024B20860032362046E9
    1502 :108BB400294605F038FF3046FAF754FBF7E79620CC
    1503 :108BC400FAF750FB01222046079905F024FF0FB065
    1504 :108BD400F0BDC046300D0020CC0E0020F2EC0000A9
    1505 :048BE40021EC000080
    1506 :108BE800F0B58BB008AE0025357209959F480890FE
    1507 :108BF8009F480222314605F01DFAB07005AF3D725C
    1508 :108C0800069505950520000703900124E1030491CA
    1509 :108C18000195002205F0FDFE0A20009095480923E1
    1510 :108C280031463A46FCF7C8FC03980499029401229D
    1511 :108C380005F0EFFE3878FF2834D108A8007805A998
    1512 :108C4800497881422ED108A8407805A989788142BF
    1513 :108C580028D108A8807805A9C978814222D105A819
    1514 :108C6800057A011D82480424224605F0E3F9A8424A
    1515 :108C780018D105A80057002814D5044012D0402167
    1516 :108C880001400FD1082108400CD105A841790904F9
    1517 :108C9800827912025218C0791318C80D0BD0774880
    1518 :108CA8001B1808E0C120400073490A5A521C0A5296
    1519 :108CB800FFF74CF8019B72480168724A914201D053
    1520 :108CC8004A1C0260019270480068C118C20F8018DF
    1521 :108CD80040100E1AF00F301847103120C000664BB4
    1522 :108CE8001F50986F03901C46C834E0680494802194
    1523 :108CF800595888229A58401A504303F00DFF634B85
    1524 :108D0800002203F08BFD03F065FE632189005A4BB6
    1525 :108D180058505D490E600399791A5D4A1160091A25
    1526 :108D280003915C4801600420205E7E21595E1E4646
    1527 :108D3800401A03F0F1FE04460F469020305803F025
    1528 :108D4800EBFE22463B4605F0DBFC00224F4B03F0CE
    1529 :108D580065FD03F03FFE0399081A4F49086003F0C8
    1530 :108D6800DBFE4E4B002205F0CBFC4D4B002205F0FC
    1531 :108D7800C7FC7D22D305002205F0C2FC06460F463B
    1532 :108D880048480660416094203B4C205803F0C4FEDC
    1533 :108D9800454B002203F042FD32463B4605F0B0FC4D
    1534 :108DA80003900F46414981C106200499085E982125
    1535 :108DB800615E401A03F0B0FE04460E46A4202E4918
    1536 :108DC800085803F0A9FE3A4B002203F027FD22467B
    1537 :108DD800334605F095FC374B002203F0D7FB039A86
    1538 :108DE8003B4605F08DFC06460F4633480660416059
    1539 :108DF800324B3046002203F0ADFD00281BD1002283
    1540 :108E08002F4B3046394603F0C5FD002813D1002208
    1541 :108E18001E4B3046394605F073FC03F0DBFD029A21
    1542 :108E2800019B049C144DE4216850152B0EDA25484B
    1543 :108E380002600BB0F0BD192000010F4D2858029AAE
    1544 :108E4800019B049CE4216850152BF0DBE069216A42
    1545 :108E5800884201DDE0692062E069616A8842E6DAF9
    1546 :108E6800E0696062174802600BB0F0BD12EC0000C8
    1547 :108E7800CC0E0020300D002030000020010000FF43
    1548 :108E8800BC0F0020FFFFFF7FC00F002000408F4075
    1549 :108E98006C0F0020740F0020700F002000000840A5
    1550 :108EA80000005940A005002080842E419005002034
    1551 :108EB80065CDCD410000F03F98050020003071409D
    1552 :088EC800003071C0400F0020D2
    1553 :108ED0000548C16D054A4A430521890142504018A1
    1554 :108EE000D11741607047C04630000020F0F1FFFF0D
    1555 :108EF000F0B589B0DD4DE86DE1210B01010C1C0CD2
    1556 :108F0000002208939BB2594380B2029343430394D7
    1557 :108F10000C0C0904591854410022002040180690F6
    1558 :108F200062410792D24B03CB083B014307D100209B
    1559 :108F30004B2189006958CF4A4A431A605860CE4B8A
    1560 :108F400003CB083B014307D10020132109016958D5
    1561 :108F5000C84A4A431A605860E424285900280594F6
    1562 :108F60000FD45220285A03F027FE0022C34B03F0EF
    1563 :108F700059FC06460F46285903F0D2FD32463B46BF
    1564 :108F800030E0E86D6821695A03F0A0FE06462959D1
    1565 :108F900028597242914229DA03F0C2FD04460F4675
    1566 :108FA0000491304603F0BCFD02460B460120C10788
    1567 :108FB0007940204603F036FC01900F465020285A95
    1568 :108FC00003F0FAFD0022AD4B03F02CFCAC4B002269
    1569 :108FD00003F0E0FA02460B460198394603F05EF9C9
    1570 :108FE0002246049B05F090FB03F0F8FC2C46C834A5
    1571 :108FF000A0627020285EA16A081AA062E169E06997
    1572 :10900000002913D4C1179C4D44CD083D17184E417B
    1573 :10901000984A00233846314603F094FE1321090193
    1574 :10902000924A50502F606E60904D1BE0904A06CAE5
    1575 :109030004042C6170F1856418E4A00233846314623
    1576 :1090400003F080FE4B218900685069587D20C000E4
    1577 :109050004843E96D03F03AFE4F2189006852844885
    1578 :1090600007604660A06A616BC217236B1818206303
    1579 :109070004A416263A06AE16FC217A36F1818A06724
    1580 :109080004A41E267A06FE16F0026089A334603F079
    1581 :1090900041FE2D21C90004916850606B216B069A36
    1582 :1090A000511A0799814105DAF8202A502846F830EC
    1583 :1090B000079941600520800129184A682B585B1EDA
    1584 :1090C000B24102DB00222A504A60E96D5420285A3E
    1585 :1090D000D827EA595823EB5A9A4211DD484303F046
    1586 :1090E0006BFD664B324603F09DFB03F091FC059A45
    1587 :1090F000AA58D317101A8B4102DA62480088461C1E
    1588 :10910000604806805620285A31B281420BDD07980C
    1589 :109110006063069820630020E067A06702F042FDCC
    1590 :10912000594801210160206B616B0026089A334683
    1591 :1091300003F0F0FDE06220690321C901695A884209
    1592 :1091400030DAE8597D21C90088422BDD4F4801887B
    1593 :10915000491C018089B20A2926D34B4C2168012978
    1594 :1091600022D10A2101800920400129580909E12959
    1595 :1091700013D32858464988420FD8049968580028C4
    1596 :10918000685800D5404243218900685002F028FC0D
    1597 :1091900000212160284600F053FF49208000002173
    1598 :1091A000295001E0394806806420285A042835D81F
    1599 :1091B00078440079400087440222282B2E00E86D75
    1600 :1091C0000023010C039C22464A43029E714380B255
    1601 :1091D000464360430F0C090471185741040C000406
    1602 :1091E00046187C41F82028582946F8314968294A10
    1603 :1091F00003F02CFD3246234603F08CFD0DE004996C
    1604 :10920000685800280FD400200FE002F023FC04E08F
    1605 :1092100002F04AFC01E002F07FFC06460120000259
    1606 :109220002E5009B0F0BD68584042432189006A5869
    1607 :10923000002A02DD6F58F91701E0EF6D0021089157
    1608 :10924000C117144E00243246234603F0FFFC3A4671
    1609 :10925000089B03F05FFD721E2346A341121A8B4147
    1610 :1092600000DB341A0029D9D42646D7E73000002085
    1611 :10927000B805002080EE3600C005002000005940EF
    1612 :109280000000F0BFC80F00203C0F0020C60F0020D8
    1613 :0892900080FC0A00A086010029
    1614 :10929800F0B583B00546354B1868354A904206D07C
    1615 :1092A800421C1A60334A904201DC002000E0012091
    1616 :1092B8000190314803681A0A9A1A541904602F4811
    1617 :1092C8000268130AD21A029152180260100A210A7F
    1618 :1092D800081A03F021FC06460F462E4C608803F05E
    1619 :1092E80067FC32463B4605F00BFA0022254B03F09B
    1620 :1092F80095FA254A254B03F049F9254B002205F03C
    1621 :10930800FFF903F067FB2061019800280BD0206962
    1622 :109318006169884201DD206960612069A16988422C
    1623 :1093280001DA2069A0610298281A03F0F5FB0446C7
    1624 :109338000D46CA20124E305A03F03AFC22462B46FC
    1625 :1093480005F0DEF900220F4B03F068FA0E4A0F4BC6
    1626 :1093580003F01CF90E4B002205F0D2F903F03AFB9A
    1627 :1093680065218900705003B0F0BDC046B00F0020E1
    1628 :10937800FFFFFF7FFF090000B40F0020B80F002097
    1629 :1093880030000020ECFF2341DA9E4A94EEBF90BFE4
    1630 :0893980000004540F800002030
    1631 :1093A000F0B581B0114F388803F0F6FB7321CC057E
    1632 :1093B000214603F0DBF90E4E314603F0D7F903F0F6
    1633 :1093C00061FB05460B480560788C03F0E5FB214600
    1634 :1093D00003F0CCF9314603F0C9F903F053FB064919
    1635 :1093E0000860401B0549086001B0F0BDA875FF1F6B
    1636 :1093F00000803B45640F0020680F0020600F0020B4
    1637 :10940000F0B581B027494143080C27490968411A42
    1638 :10941000264848432649096803F030FC254940188E
    1639 :109420000A2103F02BFCCC22234CA0525A21605A73
    1640 :109430000323DD016053A05E6A26A35F98422FDA02
    1641 :10944000A75AA25E6C20235E9A4200DC275A00973E
    1642 :10945000225E6E20235EA05F9042074606DD8242B8
    1643 :1094600007DA665E974208D1002018E0174682426C
    1644 :10947000F7DB0246665E9742F6D0B91AB342184649
    1645 :1094800000DB30460F4647439E4200DC1E46301A42
    1646 :10949000009B1BB29A1A4243D01903F0EFFB6053B2
    1647 :1094A00001B0F0BDE40C0000640F0020A0860100B4
    1648 :0C94B000600F002030750000300000202C
    1649 :1094BC0010B582B00848026801210A4302600068B6
    1650 :1094CC0008400190019809200022FAF789FC092034
    1651 :0C94DC00FAF7A2FC02B010BD38100240EC
    1652 :1094E80070B50121CB06104A12681206920BD518E6
    1653 :1094F8000E4BD418661C0324AE4213D8D25C002845
    1654 :1095080000D00270382A06D0FF2A07D0392A09D19C
    1655 :109518000948012404E00224064801E00024044824
    1656 :1095280003F09CFC204670BDE075FF1F00F8FF07A4
    1657 :0C95380012ED000828F30008FBEE00080C
    1658 :10954400F0B583B00190554803F08AFC544E0125D0
    1659 :10955400358428044B210902B161F06130462A3078
    1660 :109564001E2104F01BFCB8204E493150F920C043A1
    1661 :109574003230B6217052B42032213152B0204A49DF
    1662 :109584003150AC20494A3250A8203150A4203250E6
    1663 :10959400A020474931509C204649315098204649E3
    1664 :1095A400315096200227375294203554AF20800141
    1665 :1095B40070309221705290204049315288204049A5
    1666 :1095C400315080203F493150304618303E49416780
    1667 :1095D4003E49C1663E4900203E4AB264F0643065AB
    1668 :1095E4007065B165BC217050D0217050CC215A22D5
    1669 :1095F40072523146BC3148608860C860C143364A03
    1670 :10960400FB43364C30667066B166F16634673046AB
    1671 :1096140074300EC0D820706039203070B068401C9F
    1672 :10962400B060FAF7EFFE7D20C000FAF793FE2C48F5
    1673 :109634000168C90702D00168A9430160294807608D
    1674 :10964400294C21680906490E491E8160C56002A99A
    1675 :10965400FAF780FF002800D0FEE720680006800BA0
    1676 :10966400224C0519FF2087020CCE01202946083E12
    1677 :10967400FAF796FD0028FED11B48006880023840A6
    1678 :109684002018D430083608358542EDD3FAF7CEFEDB
    1679 :10969400019800F02DF803B0F0BDC04629EF000892
    1680 :1096A400E80300201027070054F248F44C1D581B0F
    1681 :1096B40006FFFA0060EAC0DAC02BE02EB0360000E4
    1682 :1096C40080482800630069000A000200A0860100A7
    1683 :1096D40040420F0090D00300007884C900D68AEA83
    1684 :1096E400142002402C0F0020E075FF1F00F8FF0734
    1685 :1096F400F0B59DB004460120C206D34909680906A5
    1686 :10970400890B8B18D14A8E183146D831994200D929
    1687 :1097140095E10490432080002018029020464030B8
    1688 :10972400009003948C340194701C1C90B01C1B900A
    1689 :10973400F01C1A90301D1990701D1890B01D1790D0
    1690 :10974400F01D1690304608301590304609301490BC
    1691 :1097540030460A30139030460B30129030460C30AD
    1692 :10976400119030460D30109030460E300F90304638
    1693 :109774000F300E90304610300D90304611300C9062
    1694 :10978400304612300B90304613300A903046143075
    1695 :109794000990304615300890304616300790304610
    1696 :1097A4001730069030461830059033461933314649
    1697 :1097B4001A31D724E443A64805193219D827D25DB3
    1698 :1097C400EA551C980219D25DD9202A541B98001915
    1699 :1097D400C05DDA22A8541A980019C05DDB22A8548F
    1700 :1097E40019980019C05DDC22A85418980019C05DAE
    1701 :1097F400DD22A85417980019C05DDE22A8541698DB
    1702 :109804000019C05DDF22A85415980019C05DE0223C
    1703 :10981400A85414980019C05DE122A85413980019A3
    1704 :10982400C05DE222A85412980019C05DE322A85436
    1705 :1098340011980019C05DE422A85410980019C05D65
    1706 :10984400E522A8540F980019C05DE622A8540E988A
    1707 :109854000019C05DE722A8540D980019C05DE822E4
    1708 :10986400A8540C980019C05DE922A8540B9800195B
    1709 :10987400C05DEA22A8540A980019C05DEB22A854DE
    1710 :1098840009980019C05DEC22A85408980019C05D1D
    1711 :10989400ED22A85407980019C05DEE22A85406983A
    1712 :1098A4000019C05DEF22A85405980019C05DF0228C
    1713 :1098B400A8541819C05DF122A8540819C05DF222F9
    1714 :1098C400A8541B3400D076E7614DA8690399086158
    1715 :1098D400A88B8882E88BC882288C0883688C88834C
    1716 :1098E400A88CC883E88C0884288D4884688D009CE3
    1717 :1098F400A087A88DE087E88D019B9881288ED88168
    1718 :10990400688E1880A88E9882E88E9883A86B20644D
    1719 :10991400E86B6064286CA064686C5860A86C18617B
    1720 :10992400E86C9861286D1862686D8867A86D986006
    1721 :109934008020285A60828220285A208228461830A3
    1722 :10994400C06EC8658820285808668C20285AA082D2
    1723 :109954008E20285AE0829020285A20839220285A68
    1724 :1099640060839420285CA0849620285A208598201F
    1725 :10997400285A88869A20285AC8869C20285A0887FC
    1726 :109984009E20285A4887A020285A8887A220285A2F
    1727 :10999400C887A420285A2080A620285A6080A8209E
    1728 :1099A400285AA080AA20285AE080AC20285A208176
    1729 :1099B400AE20285A6081B020285AA081B220285AAB
    1730 :1099C400E081B420285A6085B620285AA085B820A2
    1731 :1099D400285AE085BA20285A2086BC202858029AA2
    1732 :1099E4001062C02028585062C42028589062C820B1
    1733 :1099F4002858D062CC20285A6086D0202858D061BC
    1734 :109A0400286ED866686E1867A86E1060E86E50609D
    1735 :109A1400686F9063286F5063E86F1064A86FD06319
    1736 :109A2400E8684860A888D8280BD10948C08800286D
    1737 :109A3400049804D1064800783938411E88411DB085
    1738 :109A4400F0BD04981DB0F0BDE075FF1F00F8FF07DE
    1739 :049A5400E803002003
    1740 :109A5800F0B59FB00D460446E84803F0FFF9012031
    1741 :109A6800C106E74A12681206920B5118E54BD21844
    1742 :109A78001346D0338B4201D91FB0F0BD0595019430
    1743 :109A8800FF2080020490901C1D90D01C1C90101D7B
    1744 :109A98001B90501D1A90901D1990D01D18901046BB
    1745 :109AA8000830179010460930169010460A30159065
    1746 :109AB80010460B30149010460C30139010460D30A1
    1747 :109AC800129010460E30119010460F30109010462C
    1748 :109AD80010300F90104611300E90104612300D9035
    1749 :109AE800104613300C90104614300B901046153069
    1750 :109AF8000A90104616300990104617300890104604
    1751 :109B08001830079016461936501C0690002003900E
    1752 :109B1800C0430290CF38BC4909181518D023ED5C12
    1753 :109B2800CD54069C2518ED5CD127CD551D9C2518D4
    1754 :109B3800ED5CD227CD551C9C2518ED5CD327CD555F
    1755 :109B48001B9C2518ED5CD427CD551A9C2518ED5C77
    1756 :109B5800D527CD55199C2518ED5CD627CD55189CD1
    1757 :109B68002518ED5CD727CD55179C2518ED5CD82412
    1758 :109B78000D55169D2D18ED5CD927CD55159D2D1821
    1759 :109B8800ED5CDA27CD55149D2D18ED5CDB27CD55FE
    1760 :109B9800139D2D18ED5CDC27CD55129D2D18ED5C1D
    1761 :109BA800DD27CD55119D2D18ED5CDE27CD55109D77
    1762 :109BB8002D18ED5CDF27CD550F9D2D18ED5CE027A6
    1763 :109BC800CD550E9D2D18ED5CE127CD550D9D2D1819
    1764 :109BD800ED5CE227CD550C9D2D18ED5CE327CD55A6
    1765 :109BE8000B9D2D18ED5CE427CD550A9D2D18ED5CD5
    1766 :109BF800E527CD55099D2D18ED5CE627CD55089D27
    1767 :109C08002D18ED5CE727CD55079D2D18ED5CE8274D
    1768 :109C1800CD553518ED5CE927CD551A3000D07AE7D7
    1769 :109C28001D94F449486DF44F7865488D7885888D82
    1770 :109C3800B885486B1B90886B1C900A463C3274CAE6
    1771 :109C4800C86C1A90086D1990488E7886886DB8652A
    1772 :109C5800C88DF885088E38861B9878631C98394615
    1773 :109C6800383175C11A98F86419983865059D012D21
    1774 :109C780006D0E04EB0690399B861084607D107E0FD
    1775 :109C88004B2000020399DB4EB861084600E0B08B18
    1776 :109C9800B883012D03D1FD8304D1632004E0F08B48
    1777 :109CA800F883FAD07820305A328C80217852012DEE
    1778 :109CB80006D0705888217850012D05D10A2405E076
    1779 :109CC800CE4888217850F9E78420345A8C201C909B
    1780 :109CD8003C52012D02D07A24345B00E069248225AD
    1781 :109CE8007C53059D012D00D12A463A84012D039805
    1782 :109CF80002460CD17A8402460DD1BA84012D02465F
    1783 :109D08000ED1FA8402463A8513E0F26F12E0728CA3
    1784 :109D18007A840246F1D0B28CBA84012D0246F0D082
    1785 :109D2800F28CFA84012D0246EDD0328D3A85012D50
    1786 :109D3800EBD1B34A3C461834E2660224012D224690
    1787 :109D480001D08622B25A8E203A52012D1B9001D0A2
    1788 :109D5800725A00E0AB4A90217A52AF2295010598D9
    1789 :109D6800012802D08A22B25A01E02A46703292268D
    1790 :109D7800BA5301281A9101D1014602E09D491C9A63
    1791 :109D8800895C9422B95401281C9402D099491B9CDF
    1792 :109D98000C5B96217C52012802D0964C1A9D655B7B
    1793 :109DA80098243D5301281A9403D09248855B0646AF
    1794 :109DB80001E0954D8F4E9A243D530598012806D011
    1795 :109DC800B25A9C257A53012805D1914A04E08F4A5A
    1796 :109DD8009C257A53F9E7725A9E203A52F922D243C7
    1797 :109DE800059E012E1B9202D082491A9A8A5AA021F6
    1798 :109DF8007A52012E0AD07F49095B08E070F3000807
    1799 :109E0800E075FF1F00F8FF07C0040020FA21A22216
    1800 :109E18001992B9527F4C012E214601D07549495BF0
    1801 :109E2800A4221892B95273490A5A7B48012E00D0CD
    1802 :109E38001046A8211A9178527848012E31460546D5
    1803 :109E480000D01546A622BD52754D012903D0694D93
    1804 :109E5800199C2D5B6F4CAA261996BD53012902D077
    1805 :109E6800644C189D645BAC257C53012901D0614882
    1806 :109E7800805AAE2438530129674A694E02D05D489A
    1807 :109E88001A9A825AB0203A52012902D0594A199E88
    1808 :109E9800965BB2221A92BE52012902D055494D5BF7
    1809 :109EA80000E03225514E1B99B4221B92BD52059DEC
    1810 :109EB800012D0AD04F49095BB6243953012D08D129
    1811 :109EC800584CB8203C5207220CE03231B6243953A2
    1812 :109ED800F6E748490C5AB8203C52012DF3D04549C1
    1813 :109EE8001A9A8A5ABA243A53012D039C224602D060
    1814 :109EF80040491B9A8A58BC217A50012D214601D02D
    1815 :109F08003C490958C0203950C420012D02D0394994
    1816 :109F1800095A00E05A21CC22B952C821012D224603
    1817 :109F280001D0344C6458FC507A503A501C98C043C5
    1818 :109F38003D493E4B3A667A66029CBC66FC663B67C6
    1819 :109F48007C67B967F8672B498868401C88601D9949
    1820 :109F58007960B86039203870012D01D02548027C1D
    1821 :109F68003A74012D224C02D02248C068039003980D
    1822 :109F7800F860FAF745FA7D20C000FAF7E9F92C48AD
    1823 :109F88000168C90703D0016801229143016029488B
    1824 :109F980002210160316801220906490E491E8160CB
    1825 :109FA800C2601EA9FAF7D4FA002800D0FEE730688C
    1826 :109FB80080020499084005190CCF01202946083F62
    1827 :109FC800FAF7ECF80028FED13068800204990840BE
    1828 :109FD8002018D430083708358542EDD3FAF724FA2B
    1829 :109FE8000198FFF783FB1FB0F0BDC046E075FF1F67
    1830 :109FF80000F8FF07C0040020E8030020804828007C
    1831 :10A00800A0860100B0360000E02E000060EAFFFFE5
    1832 :10A01800C0DAFFFF4C1D000054F2FFFF581B000080
    1833 :10A0280048F4FFFF10270000007884C900D68AEAA8
    1834 :08A03800142002402C0F00204F
    1835 :10A04000F0B583B001910446804802F00BFF20690F
    1836 :10A050007F4EB061A08AB083E08AF083208B308489
    1837 :10A06000A08B7084E08BB084208CF084608C308571
    1838 :10A0700021464031C88FB085888F708520468C304E
    1839 :10A080008289F285C28932868C22A35A7386838A9A
    1840 :10A09000B386838BF3860B6CB3634B6CF3638B6C6F
    1841 :10A0A0003364436873640369B3648369F364036A64
    1842 :10A0B0003365A36F73658368B3654B8A8027F35359
    1843 :10A0C0000B8A8227F353E36D37461837FB66236EFE
    1844 :10A0D0008827F3518B8AB352CA8A8E23F2520A8B95
    1845 :10A0E0009023F2524A8B9223F2528A8C9423F25498
    1846 :10A0F0000A8D9623F252A28E9823F252E28E9A2370
    1847 :10A10000F252228F9C23F252628F9E23F252A28F30
    1848 :10A11000A023F252E28FA223F2524022A25AA42399
    1849 :10A12000F2524A88A623F2528A88A823F252CA8899
    1850 :10A13000AA23F2520A89AC23F2524A89AE23F25280
    1851 :10A140008A89B023F252CA89B223F2524A8DB423CB
    1852 :10A15000F2528A8DB623F252CA8DB823F2520A8E79
    1853 :10A16000BA23F25243229300E218176ABC257751B2
    1854 :10A17000556AC027F551956AC427F551D56AC82795
    1855 :10A18000F551498ECC257153D169D0257151016F9C
    1856 :10A190007166C06E3066E058B0665068F066506B0D
    1857 :10A1A0003067906B7067D06BB067106CF0673920C8
    1858 :10A1B0003070D8207060B068401CB06001980028F2
    1859 :10A1C00004D0244802F04EFE6068F060FAF71CF9F3
    1860 :10A1D0007D20C000FAF7C0F81F480168C90703D006
    1861 :10A1E00001680122914301601C48022101601C4D5D
    1862 :10A1F000296801220906490E491E8160C26002A930
    1863 :10A20000FAF7AAF9002800D0FEE728680006800BBC
    1864 :10A2100014494518FF2087020CCE01202946083E2C
    1865 :10A22000F9F7C0FF0028FED10D48006880023840D1
    1866 :10A230000C490818D430083608358542ECD3FAF7B3
    1867 :10A24000F7F82046FFF756FA03B0F0BD3FEF0008DD
    1868 :10A25000E803002023F10008142002402C0F002006
    1869 :08A26000E075FF1F00F8FF0785
    1870 :10A2680070B54F2080000F4E305A002816D0C836DF
    1871 :10A27800F06E02F09DFC04460D46306F02F098FC2B
    1872 :10A2880002460B462046294602F0C8FA0022074B30
    1873 :10A2980004F036FA02F09EFB00B270BD024800B22C
    1874 :10A2A80070BDC04630000020FFFF0000000059408C
    1875 :10A2B800F0B58BB088480068884A1446C834216EC7
    1876 :10A2C800081ACD2149005052854D281D7C22294667
    1877 :10A2D80003F06CFD834F381D39467C2203F066FD80
    1878 :10A2E800E069099028602069386000207E4B0446A8
    1879 :10A2F8000246194606E0001D802833460A9C3A4665
    1880 :10A30800294619D0774D2D58EE177540AE1BA64239
    1881 :10A31800354600DC25460A959E42714C00DB1E46F8
    1882 :10A328002358DC1763401D1B95422F4600DC174657
    1883 :10A338008D42E0DB0D46DEE7781BC1174840441A22
    1884 :10A34800664AD06D6821515A02F0BCFC142102F013
    1885 :10A3580091FC844205DA0120C043401C00B20BB0D6
    1886 :10A36800F0BD0A98801BC1174840401A192803D22B
    1887 :10A378005E4800B20BB0F0BD08900A945D49002217
    1888 :10A38800D7433D4601E0521C10310B1F1E68099847
    1889 :10A39800331ADC1763401C1BAC42104600DC3846FD
    1890 :10A3A8000F68BE1BF3175E40F61AAC421DDDA642CD
    1891 :10A3B8001ED8A64200DC26464D68EB1BDC1763401E
    1892 :10A3C8001C1BB44200D9901CD21C1F2A1DD08B68BC
    1893 :10A3D80009935B1BDD176B405D1BB4420CDDA54286
    1894 :10A3E80017460DD9A542CEDC0DE02C46A642E0D991
    1895 :10A3F800501CA642DFDDDFE73446A5421746F1D8F8
    1896 :10A408000746A542BFDC2546BDE7102860D108985D
    1897 :10A4180002F082FB04460D460A9802F07DFB0246D4
    1898 :10A428000B462046294602F0F9F90024304B224613
    1899 :10A4380004F066F902F0CEFA47218900274A505203
    1900 :10A448002520C0001058244908604320C000101877
    1901 :10A4580001940021224C6258C261224D6B58024679
    1902 :10A468008032D36163185C689E680596DE6806963C
    1903 :10A478001E6907965E6908969E690996DB690A93C4
    1904 :10A4880084616C18231DE8CB029767690397A76955
    1905 :10A498000497E4699361059B43615561069B0361D9
    1906 :10A4A8001661079BC360029BD360089B8360039B74
    1907 :10A4B8009360099B436057600A9A02608022845027
    1908 :10A4C800203820318029C5D1019800B20BB0F0BDE9
    1909 :10A4D80000200BB0F0BDC046A40F002030000020C3
    1910 :10A4E800B00C0020B00B0020FFFFFF7FFEFF000034
    1911 :08A4F80000408F40B80C002069
    1912 :10A50000F0B58BB08A4800688A4A1446C834216E78
    1913 :10A51000081ACD2149005052874D281D7C2229461A
    1914 :10A5200003F048FC854F381D39467C2203F042FC7D
    1915 :10A53000192000017F49085809902860E0683860B8
    1916 :10A5400000207F4B04460246194606E0001D802885
    1917 :10A5500033460A9C3A46294619D0784D2D58EE17B5
    1918 :10A560007540AE1BA642354600DC25460A959E4244
    1919 :10A57000714C00DB1E462358DC1763401D1B9542BF
    1920 :10A580002F4600DC17468D42E0DB0D46DEE7781BE8
    1921 :10A59000C1174840441A674AD06D6821515A02F0E9
    1922 :10A5A00095FBC117890F40188010844205DA0120FD
    1923 :10A5B000C043401C00B20BB0F0BD0A98801BC1170D
    1924 :10A5C0004840401A642803D25E4800B20BB0F0BD88
    1925 :10A5D00008900A945D490022D7433D4601E0521C91
    1926 :10A5E00010310B1F1E680998331ADC1763401C1BBF
    1927 :10A5F000AC42104600DC38460F68BE1BF3175E40C5
    1928 :10A60000F61AAC421DDDA6421ED8A64200DC264644
    1929 :10A610004D68EB1BDC1763401C1BB44200D9901C37
    1930 :10A62000D21C1F2A1DD08B6809935B1BDD176B4062
    1931 :10A630005D1BB4420CDDA54217460DD9A542CEDC08
    1932 :10A640000DE02C46A642E0D9501CA642DFDDDFE734
    1933 :10A650003446A5421746F1D80746A542BFDC254639
    1934 :10A66000BDE7102860D1089802F05AFA04460D465A
    1935 :10A670000A9802F055FA02460B462046294602F097
    1936 :10A68000D1F80024304B224604F03EF802F0A6F93F
    1937 :10A690008F214900274A50522520C00010582449D4
    1938 :10A6A00008606320C000101801940021224C6258F9
    1939 :10A6B000C261224D6B5802468032D36163185C68D8
    1940 :10A6C0009E680596DE6806961E6907965E6908967E
    1941 :10A6D0009E690996DB690A9384616C18231DE8CB97
    1942 :10A6E000029767690397A7690497E4699361059BDB
    1943 :10A6F00043615561069B03611661079BC360029B22
    1944 :10A70000D360089B8360039B9360099B4360576001
    1945 :10A710000A9A026080228450203820318029C5D1D5
    1946 :10A72000019800B20BB0F0BD00200BB0F0BDC046E8
    1947 :10A73000A00F002030000020300C0020300B002043
    1948 :10A74000FFFFFF7FFEFF000000408F40380C00201D
    1949 :10A7500070B5134A1368134CA34201D05B1C1360FD
    1950 :10A76000401A02F0DDF904460D46CA200E4E305A5A
    1951 :10A7700002F022FA22462B4603F0C6FF00220B4BC2
    1952 :10A7800002F050F80A4B002202F04CF8094A0A4B3A
    1953 :10A7900002F048F802F022F919210901705070BD49
    1954 :10A7A0009C0F0020FFFFFF7F30000020ECFF2341C3
    1955 :0CA7B00000004440FCA9F1D24D62303F93
    1956 :10A7BC00F0B58BB000240A94099438480168022241
    1957 :10A7CC00114301600168114005910599016804224B
    1958 :10A7DC00114301600168114005910599016820221F
    1959 :10A7EC0004921143016001681140059105990168BB
    1960 :10A7FC000126314301600068304005900598052022
    1961 :10A80C0000070190F9214D012946224604F0FFF87A
    1962 :10A81C00234F102103913846224604F0F8F83102F8
    1963 :10A82C0002913846224604F0F2F8089621200004E2
    1964 :10A83C0007907002069006AF19483946F9F784FF65
    1965 :10A84C00099408940796069501983946F9F77CFF08
    1966 :10A85C00089607944020069012483946F9F774FF81
    1967 :10A86C00099408940796029806900D4D284639468F
    1968 :10A87C00F9F76AFF099408960796039806902846FC
    1969 :10A88C003946F9F761FF09940896079604980690E3
    1970 :10A89C0028463946F9F758FF0BB0F0BD341002408A
    1971 :08A8AC000004005000080050F8
    1972 :10A8B40001214A02904201D1014801607047C0461B
    1973 :04A8C400400F002021
    1974 :10A8C800A6B000261F961E961D961C961B961A96D5
    1975 :10A8D800199619A8F9F712FF1D98AA2805D0CC28AF
    1976 :10A8E80005D0BB2806D1D54802E0D54800E0D548B8
    1977 :10A8F80002F0B4FAF8F768FC1F961E961D961C968F
    1978 :10A908001B961A961296119610960127B802059072
    1979 :10A91800FAF714F8F9F7FEFFCB4A506A18210143F9
    1980 :10A928005162FAF701F878072590780424900820F6
    1981 :10A938002390229602242194209440201E901D9654
    1982 :10A948003D021C951B9706200290199019A8FAF74A
    1983 :10A9580039F818961796169407200390159015A89D
    1984 :10A968000221FAF73FFA04951495B80713900F9649
    1985 :10A97800B6480E900EA8FAF78DFBB54802F06EFAAD
    1986 :10A98800FCF7CCF8FCF7D4F8FBF78AFFFFF712FFC7
    1987 :10A99800FEF790FD00F0BAFDFCF7D2FE00F08CFC4B
    1988 :10A9A8003903A94C206808432060AA480A9707621F
    1989 :10A9B800FF221023039D8560C360026146618661A2
    1990 :10A9C80002328280A44A026022680A4019921999C8
    1991 :10A9D800F9F75AFA00F048FE00F014FFFEF774FA8F
    1992 :10A9E8000EAC2046FEF77CFD9C4948802278CA813F
    1993 :10A9F800032811D8784400794000874401050901EB
    1994 :10AA08009648FEF79BFD07E09448FEF76FFE03E0CB
    1995 :10AA1800F3480021FFF71CF8F24802F01FFAF04C47
    1996 :10AA28002046FEF763FEF04D4021284603F063FC04
    1997 :10AA380000280FD13220F8F713FC4021284603F0F4
    1998 :10AA48005AFC002806D1E94802F008FAE448012136
    1999 :10AA5800FEF7FEFF2169A28AE38AE5480090E548EF
    2000 :10AA680003F0E7FFFEF798FC2546E34C2046F8F78D
    2001 :10AA78006FFFE24908222046F8F7C8FDE04804992C
    2002 :10AA88003A4603F0C6FF6420F8F7EAFBFDF75EF9E3
    2003 :10AA9800DC4802F0E3F900F087FA0520019004078A
    2004 :10AAA800288B00281CD0F8020C9007460D9601222E
    2005 :10AAB8002046394603F0ADFF2E46049D5E352846F4
    2006 :10AAC800F8F7CEFB00222046394603F0A2FF2846BD
    2007 :10AAD80035460D9EF8F7C4FB761C288B8642E5D3D5
    2008 :10AAE800079400262846C83006900C960B962C46EC
    2009 :10AAF800374603E084202221BD4A1150C24800682D
    2010 :10AB0800012823D10025C04805603C46BB4F786921
    2011 :10AB180000F0B0FB386800F0DFFC7868B968FEF731
    2012 :10AB2800B7FBF8683969FFF70FFE069F3A69D31734
    2013 :10AB3800F869C11702F086F87D22D200002302F0DE
    2014 :10AB4800E5F838642746A64CFFF7D6FCAF480068FE
    2015 :10AB5800012806D103F091FFFFF7AAFB0020AB49BB
    2016 :10AB68000860F8F777FB0146A9480068056840685F
    2017 :10AB78000D918E1B701E8641002F0A9A00DC002260
    2018 :10AB88000F2005400C98854239D008920997252056
    2019 :10AB9800C700E059401CE0510B98002803D10798E2
    2020 :10ABA800059903F03EFFFEF79FF900F03BFE00F029
    2021 :10ABB80003FA00F0AFFAE059964902F083F8964993
    2022 :10ABC8000968884205D09449086000212046FFF7AB
    2023 :10ABD80033FA67202746840000F0C8FB38538B20DF
    2024 :10ABE8004400FFF73DFB38533C46844FF869FEF7B5
    2025 :10ABF80003FCB86900F046FC0C95099F089A2620CA
    2026 :10AC08007C49085C618B002900D1A9E0002800D0AC
    2027 :10AC1800A6E0608B8149884222DC1546401E0A283E
    2028 :10AC280000D98BE078440079400087440533373CED
    2029 :10AC380087D04044484B4F00002127E0E4F3000848
    2030 :10AC4800C8F3000800F40008381002400140020070
    2031 :10AC580029ED0008CC0E0020003002403000002012
    2032 :10AC68006F491546884209DC6F49884231D06C49E2
    2033 :10AC7800884263D1012000F0EDF86EE0FD218900E3
    2034 :10AC880088422AD06749884258D101212046FFF7D7
    2035 :10AC9800D3F962E02046FEF751FC5EE00121204630
    2036 :10ACA800FEF7D6FE59E02046FEF720FD55E0204687
    2037 :10ACB800FCF7E8FE51E02046FCF7FCFE4DE0FCF70F
    2038 :10ACC80013FF4AE02046FCF72BFF46E0FCF7AAFFFB
    2039 :10ACD80043E0002000F0BEF83FE000201F901E90E7
    2040 :10ACE8001D901C901B901A90199019A8F9F706FD51
    2041 :10ACF800019800061F90039800061E90BB201D9027
    2042 :10AD080002981990F9F77CFB002802D0474802F016
    2043 :10AD1800A5F8F9F7C9FB002802D0454802F09EF8CB
    2044 :10AD2800444802F09BF819A8F9F772FC002807D0EC
    2045 :10AD3800414802F093F8F9F7CBFB0EE044480AE0EB
    2046 :10AD4800F9F7C6FB3D4802F089F8F9F76DFB3C4876
    2047 :10AD580002F084F83B4802F081F82A46002060831C
    2048 :10AD68003240BF1A4021204803F0C5FA002819D103
    2049 :10AD7800002F079D16D10A20F8F772FA40211A48C9
    2050 :10AD880003F0B9FA00280DD1049FF4370B98002876
    2051 :10AD980002D000200B9005E00122284605990B926D
    2052 :10ADA80003F037FE134803F066FE00280D9E00D11D
    2053 :10ADB800A4E61048FCF7AAF9022800D09AE60B98F6
    2054 :10ADC800002800D09AE60B48FCF78EFA96E6BFF307
    2055 :10ADD8004F8F1D481D490160BFF34F8F00BFFDE72E
    2056 :10ADE8003000002090F3000800080050A0F300088D
    2057 :10ADF800A40A0020C8050020940D0020F00E0020B1
    2058 :10AE08000004005055EF0008440F0020400F0020B8
    2059 :10AE1800A00E0020805101007C0F0020F1030000EB
    2060 :10AE2800F3030000D2040000F2030000B4F30008AA
    2061 :10AE380038ED000862F1000863EF000873F10008BC
    2062 :10AE48004FED00088CF100080CED00E00400FA0555
    2063 :04AE580030F10008CD
    2064 :10AE5C0030B587B0054600240694059404940394F9
    2065 :10AE6C000294019400946846F9F746FC002D27D013
    2066 :10AE7C00444801F0F1FF0498AA2832D1BB20049079
    2067 :10AE8C0002200090F9F7BAFA002802D0344801F0F9
    2068 :10AE9C00E3FFF9F707FB002802D0334801F0DCFF91
    2069 :10AEAC003A4801F0D9FF6846F9F7B0FB00281AD0F0
    2070 :10AEBC00374801F0D1FFF9F709FB002007B030BD8E
    2071 :10AECC000498BB281CD1AA20049002200090F9F70A
    2072 :10AEDC0095FA002817D0224801F0BEFF002007B0D9
    2073 :10AEEC0030BD29480AE0F9F7F1FA234801F0B4FF24
    2074 :10AEFC00F9F798FA214801F0AFFF264801F0ACFFB2
    2075 :10AF0C00012007B030BD174801F0A6FFF9F7CAFAC7
    2076 :10AF1C00002805D0144801F09FFF002007B030BD79
    2077 :10AF2C00124801F099FF6846F9F770FB002807D02A
    2078 :10AF3C00F9F7CCFA0E4801F08FFF002007B030BDB6
    2079 :10AF4C000C4801F089FFF9F7C1FA0B4801F084FFB6
    2080 :10AF5C00F9F768FA094801F07FFF0948CEE7C046C7
    2081 :10AF6C00B4F300085EED000838ED000897EF000818
    2082 :10AF7C00ADEF0008ADF1000873F100084FED0008CB
    2083 :10AF8C00CFEF000841F1000879EF000862F10008EA
    2084 :08AF9C0063EF00088CF10008CE
    2085 :0CAFA4000148012101607047440F0020AB
    2086 :10AFB00002480021C943C18781877047F8000020FB
    2087 :10AFC000F0B583B074244C4D285B002804D0285B76
    2088 :10AFD00001281AD101221AE0484800880028484870
    2089 :10AFE00002D083214900685283214E00A95B0029C9
    2090 :10AFF00002D0A95B814250D1D8202858A98E0127C0
    2091 :10B0000088420FDA3F4802973DE0285B0022052086
    2092 :10B0100000070121490203F000FD285B3749088041
    2093 :10B0200003B0F0BDE42028583C21695E7D22D200A7
    2094 :10B030004A43904203DA02200290334823E0CE21B3
    2095 :10B040006A5E48202B5E9A4203DD032002902F485F
    2096 :10B0500019E00197CC22AB5E285E83422C4802DDCA
    2097 :10B06000042102910FE06B5E4C216F5EBB4203DA5C
    2098 :10B0700005200290274805E0AA5E695E8A420CDA44
    2099 :10B0800006210291019F01F0EDFE0298A8530520D0
    2100 :10B0900000077902002203F0C0FCA85B0028BCD0A6
    2101 :10B0A000D8202858E98E8842B7DDE42028583C2172
    2102 :10B0B000695E7D22D2004A439042AEDDCE20295EF9
    2103 :10B0C0004A22AB5E9942A8DACC216B5EAA5E93421B
    2104 :10B0D000A3DA2A5E4E202B5E9A429EDD695E285ED0
    2105 :10B0E00081429ADDA85B022897D00B4801F0BAFE96
    2106 :10B0F0000020A85301228AE730000020C40F00205E
    2107 :10B10000FFFF0000F1EF0008CAF1000871ED000830
    2108 :0CB1100013F000081CF4000894ED000887
    2109 :10B11C00F0B581B076244C4D285B002804D0285B18
    2110 :10B12C0001281AD101221AE0484800880028484812
    2111 :10B13C0002D041218900685241218E00A95B00296F
    2112 :10B14C0002D0A95B81424FD1D8202858298F0127E2
    2113 :10B15C0088420FDD3F4800973CE0285B0022052029
    2114 :10B16C0000070121090203F052FC285B37490880D3
    2115 :10B17C0001B0F0BDE42028583E21695E7D22D2004A
    2116 :10B18C004A43904203DD02200090334822E0CE2057
    2117 :10B19C00295E4022AB5E994203DD032000902F48CC
    2118 :10B1AC0018E0CC216B5EAA5E934203DD0420009074
    2119 :10B1BC002B480FE02A5E44202B5E9A4203DA0520CE
    2120 :10B1CC000090284806E0695E285E81420CDA062071
    2121 :10B1DC000090254801F040FE0098A8530520000778
    2122 :10B1EC003902002203F013FCA85B0028BDD0D82044
    2123 :10B1FC002858698F8842B8DAE42028583E21695EC5
    2124 :10B20C007D22D2004A439042AFDACE20295E422200
    2125 :10B21C00AB5E9942A9DACC216B5EAA5E9342A4DAAA
    2126 :10B22C002A5E46202B5E9A429FDD695E285E814233
    2127 :10B23C009BDDA85B022898D00C4801F00DFE002085
    2128 :10B24C00A85301228BE7C046300000202A000020C2
    2129 :10B25C00FFFF0000E3F1000804F20008A3ED000872
    2130 :10B26C0035F0000840F4000857F00008C6ED00085F
    2131 :10B27C00F0B581B00A4D29688A09891A0E18B409EB
    2132 :10B28C0008486043084901F01BFD094F38802E60C7
    2133 :10B29C000648214601F014FD788001B0F0BDC0468F
    2134 :10B2AC00900F0020E8800000FFFF0000D08A2F756F
    2135 :04B2BC00F800002076
    2136 :10B2C00010B586B01A480024FF217F22194B036075
    2137 :10B2D00001239B078460C260016144618461C46191
    2138 :10B2E000036244620394029401940094F9F792FF7C
    2139 :10B2F000002801D003F0CFF901A98C70022008804A
    2140 :10B300000594049402940A480122FAF733F80028BD
    2141 :10B3100001D003F0C0F908480090054869460122B1
    2142 :10B3200002F0F3FF002801D003F0B5F906B010BD1C
    2143 :0CB33000A00E00200028004001041618A8
    2144 :10B33C0081B000680A49884201D001B070470120F1
    2145 :10B34C008102084A13680B43136013680B40009387
    2146 :10B35C000099C003116A0143116201B07047C046E5
    2147 :08B36C00002800403C100240E3
    2148 :10B37400F0B581B05821384E705A745ACF21490023
    2149 :10B38400364D2F68775201F015FC354A354B03F0E2
    2150 :10B39400B9F901F021FBD8217658864202DD00205C
    2151 :10B3A40028600DE0204601F005FC2F4A2F4B03F0E6
    2152 :10B3B400A9F901F011FB86420ADA00202749086046
    2153 :10B3C4002B4908600120C043411C08B201B0F0BD04
    2154 :10B3D40027480168002906D00A460A32964208DD49
    2155 :10B3E40000211E4A0AE0066031460A460A329642A5
    2156 :10B3F400F6DC0A398E42194A06DA0021116001602E
    2157 :10B40400204908B201B0F0BD781C10601949884287
    2158 :10B41400114D04D3E42028582321C9006852252063
    2159 :10B42400C0002858144901F04FFC144A1368002145
    2160 :10B434009842CAD02323DB00EB5E114C2668B7097F
    2161 :10B44400F61BF3189E098D277F00EE5310602360CE
    2162 :10B45400002001B0F0BDC04630000020880F00205D
    2163 :10B464007B14AE47E17AF03F0AD7A3703D0AEF3F61
    2164 :10B47400800F0020312A000080510100840F002039
    2165 :08B484008C0F0020FEFF000008
    2166 :10B48C0010B511494143C817000C08180014642169
    2167 :10B49C0041430E4808180A2101F0EAFB0C4A1146F8
    2168 :10B4AC00C831C88006200B5E08240C5F085EA342DE
    2169 :10B4BC0002DDD021505210BDD223D25E904201DA6F
    2170 :10B4CC00C888488110BDC046E40C0000A015FFFFE1
    2171 :04B4DC00300000201C
    2172 :10B4E000B0B5C1170A4D6A88002301F0AFFB1522E1
    2173 :10B4F000002301F0ABFB01F06DFB044B002201F0D7
    2174 :10B5000091F901F0D1FAE860B0BDC04600002441D5
    2175 :04B51000F80000201F
    2176 :10B5140070B50F4800210162416281620722C26254
    2177 :10B5240001634163102301240A4D0560A50412023E
    2178 :10B534004126B60046608160C2600246103232C2C3
    2179 :10B54400C361F9F7BFFF002801D003F0A2F870BD72
    2180 :08B55400300D00200030014021
    2181 :10B55C0070B58AB000681A49884201D00AB070BD33
    2182 :10B56C00012420031749CA680243CA60CA68024012
    2183 :10B57C0005920598086820430860086820400090F0
    2184 :10B58C00002609960896079602200690E020059062
    2185 :10B59C0000980520050705A92846F9F7D5F8049663
    2186 :10B5AC00039602960194E003009069462846F9F749
    2187 :10B5BC00CBF820212846012203F029FA0AB070BDED
    2188 :08B5CC00003001403410024080
    2189 :10B5D40082B0094841680122114341604168114029
    2190 :10B5E40001910199110702680A430260006808404A
    2191 :0CB5F4000090009802B070473C1002402C
    2192 :10B6000010B5F7F71FFE0B4C2068401C2060C008E7
    2193 :10B610007D280DD3F7F722FE0749884208D3074853
    2194 :10B62000C16D491CC16500212160816D491C816586
    2195 :10B6300010BDC046780F0020214E0000F800002009
    2196 :10B6400080B50248F8F73CFD80BDC046F80D0020EB
    2197 :10B6500080B50248FBF724FC80BDC046A40A002048
    2198 :10B6600080B50248FAF710FC80BDC046540E002099
    2199 :10B6700010B51748174901800246C8320021D1652C
    2200 :10B68000916545239B00CC43C45254649464472382
    2201 :10B690009B00C4528F235B00C4522323DB00C4529F
    2202 :10B6A0008D235B00C45202230381012343810523C0
    2203 :10B6B0008381094B5C1C14625362084B5C1C14812F
    2204 :10B6C0005381074C54619361C1225200815210BDD5
    2205 :10B6D00030000020FF010000FFFFFF7FFF7F000020
    2206 :04B6E0000080FFFFE8
    2207 :10B6E400B0B51E4D2C1F20688006400F411E032953
    2208 :10B6F40022D81B487944097949008F442301171A39
    2209 :10B70400296803220A40032A00D0164829684906FA
    2210 :10B71400490F491C01F0D8FA29684904490E4843E5
    2211 :10B724002968490F491C01F0CFFA0BE07D20000283
    2212 :10B7340008E00120C00305E00C3D28688004410FA7
    2213 :10B744000848C84008490860226892093C2313400D
    2214 :10B75400064AD258D0400860B0BDC0460C10024022
    2215 :10B7640000127A000024F4002400002034DE0008D3
    2216 :10B77400F0B587B000682149884201D007B0F0BD18
    2217 :10B784000127B8031E49CA680243CA60CA68024056
    2218 :10B794000292029808680225284308600868284035
    2219 :10B7A4000190042006900024059404940395082035
    2220 :10B7B40002900198134802AE3146F8F7C9FF069487
    2221 :10B7C400059404970395402002900E483146F8F7FB
    2222 :10B7D400BFFF0694059404940395802002900948C1
    2223 :10B7E4003146F8F7B5FF1B2000210022F8F7FCFAD8
    2224 :10B7F4001B20F8F715FB07B0F0BDC0460038014028
    2225 :08B80400341002400004005062
    2226 :10B80C000548016E054A4A432921C9004250401897
    2227 :10B81C00D11741607047C04630000020F0F1FFFFA7
    2228 :10B82C00F0B589B0674A0ACA0846083A184307D1E6
    2229 :10B83C0000234D20800064490858644941430AC2E2
    2230 :10B84C000191634A12CA0846083A204307D10024E2
    2231 :10B85C002720C0005C4908585C49414312C203913F
    2232 :10B86C000494E420584C2158002902930ED47221E0
    2233 :10B87C00615A20584843642101F0FAF95F2189008C
    2234 :10B88C0060507020205E6158081A01E0F0202058AA
    2235 :10B89C005F21890060506258D317D8202058C117F7
    2236 :10B8AC0001F0CEF97D22D20000230092069301F024
    2237 :10B8BC002BFA17221501089566190796276E7268E0
    2238 :10B8CC006359C31863514A4172602922D200A318EC
    2239 :10B8DC005C683D4DAE583018A8504C415C60E1207E
    2240 :10B8EC000401380C00260594A4B26043BFB27C431B
    2241 :10B8FC000027050C000421187541334E380C3C040C
    2242 :10B90C0061186841079C6468089D75594D1B054674
    2243 :10B91C00A54103DA089C3151079948605868B15821
    2244 :10B92C00491E0699884101DBB1505960B0585968DD
    2245 :10B93C00059C2246002301F0E7F95B218900705039
    2246 :10B94C0008983058079949682246002301F0DCF921
    2247 :10B95C002F21C90070502120C000315830580029C7
    2248 :10B96C0012D4C117039A1418049D4D41174A002391
    2249 :10B97C002046294601F0E0F92721C90070501448EF
    2250 :10B98C000460456009B0F0BD4042C117019A14181B
    2251 :10B99C00029D4D410D4A00232046294601F0CCF969
    2252 :10B9AC003146C831C866496E00984843F16D01F0C4
    2253 :10B9BC0087F94F218900705202480460456009B034
    2254 :10B9CC00F0BDC046A80500203000002080EE3600F7
    2255 :04B9DC00B005002092
    2256 :10B9E000F0B581B05B208000184C21582058002908
    2257 :10B9F00000D540422146C8318864496C144800296A
    2258 :10BA00001ED44321890061587D22E36D994216D2EC
    2259 :10BA1000E36D002B14D0D00000230A0C002680B266
    2260 :10BA200042438FB27843150C110440187541002130
    2261 :10BA3000002210186941E26D01F084F900E0D000A5
    2262 :10BA400045218900605201B0F0BDC04630000020A1
    2263 :04BA5000FFFF0000F4
    2264 :10BA5400F0B581B01149086E00281CD0E122120112
    2265 :10BA64000023040C002692B2544380B24243270CB4
    2266 :10BA74002404121977410024002085187C411720E2
    2267 :10BA84000201885889184968054A01F0DDF82A46F8
    2268 :10BA9400234601F03DF901B0F0BDC046300000205E
    2269 :04BAA400A086010077
    2270 :10BAA800F0B581B05B20800016490A58002A01D4FD
    2271 :10BAB800002001E008584042112212018B58002B47
    2272 :10BAC80002DD8D58EE1701E00D6E0026C1170E4FEE
    2273 :10BAD8007A1C0024234601F0B5F82A46334601F0C3
    2274 :10BAE80015F902460948BB1A23468B4103DA002997
    2275 :10BAF80004D501B0F0BD841A0029FAD4204601B05B
    2276 :10BB0800F0BDC046300000209F860100A0860100DD
    2277 :10BB1800F0B581B0112003011E4AD058002808DD75
    2278 :10BB28004320800010582D21C90051580818C1170A
    2279 :10BB380005E0D06D2D21C900515808180021144680
    2280 :10BB4800C83426690325ED01575BA46C012C02DB80
    2281 :10BB5800D458E51701E0146E0025F219D30FD31855
    2282 :10BB68005A10DB1701F06EF87D22D200002301F095
    2283 :10BB7800CDF8094E3246002301F064F822462B46E0
    2284 :10BB880001F0C4F8C1178843B04200DB304601B069
    2285 :0CBB9800F0BDC04630000020A086010077
    2286 :10BBA40070B51248026EE1210B010021140C00262D
    2287 :10BBB4009BB25C4392B25343250C24041B19754178
    2288 :10BBC40000240022D2186C4117231B01C250C21852
    2289 :10BBD40054602922D2008150821851605B22920065
    2290 :10BBE400815009225201815070BDC04630000020AE
    2291 :10BBF400C20F490089184000034A40428A4101D3D8
    2292 :0CBC040000207047012070470000E0FFA6
    2293 :10BC10000122D2079143034A4A401043414248411E
    2294 :08BC20007047C0460000F07FF0
    2295 :10BC2800074A0A40531E9A41C00F4900081805499F
    2296 :10BC3800884201D3002000E0012010407047C04630
    2297 :08BC48000000F07F0000E0FFA6
    2298 :10BC500030B50E4B5D1C0C0D2C4010D0AC420ED0FC
    2299 :10BC6000A2189A4205DD0120C007014009480918C1
    2300 :10BC700009E0002A04DD064B19401205114330BDCE
    2301 :10BC80000120C0070140002030BDC046FE07000073
    2302 :08BC9000FFFF0F800000F07FB0
    2303 :10BC980010B54B005B0D084CA34201D0002B02D11C
    2304 :10BCA8000023136010BD054C1B191360044A114092
    2305 :10BCB800044A891810BDC046FF07000002FCFFFFB8
    2306 :08BCC800FFFF0F800000E03FC8
    2307 :10BCD000F0B589B01E460025EF436A4C7B1C0794E3
    2308 :10BCE00023466B4103937B1C0493674B1C460895CA
    2309 :10BCF0006C41069474000294640D644D00D1A8E078
    2310 :10BD0000C40F4D0001952D19440005973C1B079C5D
    2311 :10BD1000AC4100D2ACE0D40F029D2D195700049C19
    2312 :10BD2000E71B039CAC41089C584D00D28DE0069C5B
    2313 :10BD30000C4006940C461C4033400746059D2F409E
    2314 :10BD4000154005950297ED1B1D46A54100D382E0E5
    2315 :10BD500001252F050797019F7F0D039508D000242B
    2316 :10BD600008946D42079DA5412940079C214311E09D
    2317 :10BD7000079884420CD2E80408900298C10F65002D
    2318 :10BD8000691840007F1E089DAC420C46F6D301E0C6
    2319 :10BD900002982146340D3E4D2C4009D000230893D3
    2320 :10BDA000039D6D42079D9D412E40079B1E4312E05F
    2321 :10BDB000079A93420DD2039AD2040892059AD60F9D
    2322 :10BDC0005D00AE195200641E089DAB423346F6D3A7
    2323 :10BDD00001E0059A1E46A74212DD831A0D46B541C1
    2324 :10BDE00004D450407140014302D112E003460D4695
    2325 :10BDF000D80F6900091858007F1EA742EDDC2746BE
    2326 :10BE0000841A0B46B341039D06D450407140014350
    2327 :10BE100004D1049C069D18E004460B460798034293
    2328 :10BE200009D1E804E10F5A00511864007F1E034253
    2329 :10BE30000B46F7D000E01946002F1CDD781E049A4F
    2330 :10BE4000A418069A514100050D182046294609B04C
    2331 :10BE5000F0BD089CF9E7059A3D4655405C402C43EF
    2332 :10BE6000069D00D00D46002C00D00490049CECE709
    2333 :10BE7000089C064DE9E7EA1B204600F0C7FE044691
    2334 :10BE80000020DCE7FFFFDFFFFFFFFF7F0000F87F00
    2335 :04BE9000FF070000A8
    2336 :10BE9400F0B583B00E46044627494A1C300D1040C5
    2337 :10BEA400421E8A423DD22649884205D20024002EF1
    2338 :10BEB400254632DA254D30E03331884201D9354602
    2339 :10BEC4002BE01E494518204631462A4600F08CFED8
    2340 :10BED4001C4A114001434F424F4100201A4901902E
    2341 :10BEE40002952A4600F0A0FE0D463540019A01D580
    2342 :10BEF400114600E001210F4320400446D043401C7A
    2343 :10BF040010495141029A00F07FFE20186941002F28
    2344 :10BF140000D10D46002F00D104462046294603B027
    2345 :10BF2400F0BD002802D10121C9070E403546002882
    2346 :10BF3400F3D10024F1E7C046FE07000001FCFFFF37
    2347 :10BF4400FF030000FFFF0F000000F0FF0000F0BF40
    2348 :10BF5400F0B587B00A0D521E494B9A4215D206AA73
    2349 :10BF6400FFF798FE06460F46069C49484949711A50
    2350 :10BF7400394681413046394618DA0022474B00F0F1
    2351 :10BF840007FB06460F46641E14E0C30F4A00D3188D
    2352 :10BF9400440064423B4C9C416AD3520D6CD000294E
    2353 :10BFA4000A4600DA394A002963DA66E000223A4B8D
    2354 :10BFB40000F0EEFA019404900D460024E243059447
    2355 :10BFC40030463946FFF742FE354B002200F0E0FAD6
    2356 :10BFD40002460B460498294600F022FC04900F46C2
    2357 :10BFE40002460B4602F08EFB04460D462D4E0221FE
    2358 :10BFF400304622462B4602F068FD2B4A2B4B00F0BC
    2359 :10C00400C7FA0390029110360321304622462B468C
    2360 :10C0140002F083FD02460B460398029900F000FCEF
    2361 :10C0240022462B4602F06EFB049C22463B4602F05D
    2362 :10C0340069FB22463B4600F0ABFA06460F460198E0
    2363 :10C0440000F06CFD04460D46194A1A4B02F05AFBE7
    2364 :10C0540032463B4600F09CFA06460F46164B2046F5
    2365 :10C064002946059A02F04EFB32463B4600F090FA10
    2366 :10C074000A46114607B0F0BD034A0020F9E7C0465E
    2367 :10C08400FE0700000000E0FF0000F0FF0000F87F62
    2368 :10C094009EA0E63FCE3B7F660000F0BF0000E0BFFD
    2369 :10C0A4000000E03FC03000089AB5B312FF0750C04B
    2370 :0CC0B400A80C615C10D02BBF0030E63FF0
    2371 :10C0C000F0B585B00D4607465A48411C2A0D0A4076
    2372 :10C0D000511E814200D390E059485A49C91BA841DA
    2373 :10C0E00000DAA4E000205849584AD21BA941014671
    2374 :10C0F00000D280E00120C007294681435548564AB6
    2375 :10C10000BA1A814175D3554A554B3846294602F033
    2376 :10C11000FBFA00240494E243524B521C63412B402F
    2377 :10C12000514C234300F036FA00F058FC039000F025
    2378 :10C13000F7FC04460E464D4B049A02F0E5FA3A46E7
    2379 :10C140002B4600F027FA05460F46494A494B204640
    2380 :10C15000314602F0D9FA2A463B4600F01BFA064661
    2381 :10C160000D4602460B4602F0CFFA0F46424A434BB9
    2382 :10C170000446029002F0C8FA414A424B00F00AFA23
    2383 :10C1800022463B4602F0C0FA3F4B049C224600F098
    2384 :10C1900001FA32462B4602F0B7FA05460E46204613
    2385 :10C1A00031492A46334600F0D9FA01900091374AC6
    2386 :10C1B000374B029C2046394602F0A6FA354A364BE8
    2387 :10C1C00000F0E8F922463B4602F09EFA019A009BF5
    2388 :10C1D00000F0E0F902460B462846314600F022FB0B
    2389 :10C1E000049A214B00F0D6F9039A521CFFF730FD58
    2390 :10C1F00001E01749002005B0F0BDF80F69000818EC
    2391 :10C20000790049420C49814129460ED30120C007DB
    2392 :10C2100081430A484840384300D074E7002D29463E
    2393 :10C2200000DA0021002D00DA00273846E3E7034951
    2394 :10C23000E0E7C046FE0700000000E0FF0000F07FDE
    2395 :10C24000422E8640EF39FAFE2B2386C0D2BC7ADD1F
    2396 :10C250000000F03FA19CC73B2342920C3CF92F9E6B
    2397 :10C260002C15F73FFFFFFF7F0000E03F0030E6BFE7
    2398 :10C27000A80C615C10D02B3F1CDC586FA452F13E1F
    2399 :10C28000E0F6B36FE4707C3F0000D03F0938DE6F0A
    2400 :0CC29000993F403FB35142718E71AC3FAA
    2401 :10C29C00F0B587B01D460027FC43864B641C7B41E0
    2402 :10C2AC0006914B40029003436FD06E00700D824993
    2403 :10C2BC007DD00592824B5A1C06990C0D1440641EBD
    2404 :10C2CC009C4277D22B0D13407E4A9B18521C9342F2
    2405 :10C2DC0070D3059C2046294600F07AFB074600F0F7
    2406 :10C2EC0019FC60406940014332D101200490C00721
    2407 :10C2FC0087422DD0002F019749D0F81747403D1A9F
    2408 :10C30C006D4F002403940298069E012D039A00D0D1
    2409 :10C31C0002460694012D684B00D033460446314644
    2410 :10C32C0002F0ECF93246064605912846049908407D
    2411 :10C33C00614B00D01346424222400698394602F027
    2412 :10C34C00DDF904460F466D083046059EDDD120E030
    2413 :10C35C000027029C2046069E31463A463B4600F09A
    2414 :10C36C0017FB002801D05C4921E00120C107002205
    2415 :10C37C00404291410E4020463146FFF7E5FD059ABB
    2416 :10C38C002B4602F0BBF9FFF795FE07460FE04A4F2C
    2417 :10C39C0000240020484922463B4600F03DFA019A11
    2418 :10C3AC00002A00D43946002A074600D427463846CE
    2419 :10C3BC0007B0F0BD029CE20F4B009A1863005B1EA5
    2420 :10C3CC00424B53410598F1D23F4A0124C30FF11857
    2421 :10C3DC0043001B1B914114D204943849069A13460E
    2422 :10C3EC000B4011D03A4914464C400298044326D0D5
    2423 :10C3FC001446324A544004433BD1002D56DA394698
    2424 :10C40C00D5E707462946D2E7294600F0E1FA074668
    2425 :10C41C0000F080FB2A46059C4A40234643401343C8
    2426 :10C42C0000D05EE7069E0021002D00DA2349F807B4
    2427 :10C43C0003D00498C007064071180027B7E7002006
    2428 :10C44C000690002D00DB1D480390059F38462946B9
    2429 :10C45C0000F0BEFA044600F05DFB694078400843EA
    2430 :10C46C0017D10498044014D0C00703990918069FEB
    2431 :10C47C009DE74D40059828430ED11649069D4D4029
    2432 :10C48C00029828430C4992D000210A4898428ED336
    2433 :10C49C000CE0069F03998AE706489842394686D2F3
    2434 :10C4AC000C48069D45400298284301D011467EE772
    2435 :10C4BC0001497CE7FFFFEF3F0000F03F0000F07FF9
    2436 :10C4CC00FE07000001F8FFFF0000E0FFFFFF1F0068
    2437 :0CC4DC000000F0FF0000F0BF0000F87F3F
    2438 :10C4E80003490868002800D0704702480860704770
    2439 :08C4F800580F00200000002095
    2440 :10C500007F2805D8034A125C0348405C10407047FE
    2441 :0CC510000020704764F400087EF2000870
    2442 :10C51C007F2805D8034A125C0348405C10407047E2
    2443 :0CC52C000020704764F400087EF2000854
    2444 :10C53800F0B581B000280090124D13D00146C01705
    2445 :10C5480041400F1A0026104CF80707D00CCC304693
    2446 :10C558002946083C02F0D4F806460D4608347F0800
    2447 :10C56800F2D100E000260020064932462B4600F0B2
    2448 :10C5780055F9009A002A00D43046002A00D42946EA
    2449 :0CC5880001B0F0BD0000F03FE8300008FA
    2450 :10C59400F0B40125ED070F005F405AD48B4200D15F
    2451 :10C5A400824205D950404240504059404B40594086
    2452 :10C5B4004E18760DDF187F0D3BD0741C640529D00E
    2453 :10C5C400F41B352C26D80E0DDB022B43DB0AC902E3
    2454 :10C5D4002943C9121700202C1ED2E741E2405740DC
    2455 :10C5E400E3415A40A340E3405A4000248018594193
    2456 :10C5F4000AD3B21C520521D0C207012F6241170091
    2457 :10C604004008CB0718434908013636054208AF41B4
    2458 :10C6140060417141F0BC7047203C06D01F00E741E7
    2459 :10C62400E3405F400024012A6741C0186141EBD315
    2460 :10C63400DFE7002EEED129400020EBE7013631057B
    2461 :10C644000020E7E7E742E5D10020C143090DC90412
    2462 :10C65400E0E76B400E00871A9E4104D26E40C01B77
    2463 :10C66400B141D21973414E18DF18AC0AE642E9D23F
    2464 :10C67400760D7F0D31D0F41B362CCBD8B4460E0D7D
    2465 :10C68400DB022B43DB0AC9022943C90A012C32D835
    2466 :10C6940004D1D4075208DF073A435B08EF0A644227
    2467 :10C6A400904199411ED0002239424DD12419404174
    2468 :10C6B40049410124394204D1013400184941394225
    2469 :10C6C400FAD06246A24204D9361B013E36058919C6
    2470 :10C6D400A0E7F10AC90700209CE736429AD100205E
    2471 :10C6E400002197E70200224394D0B842DED2010031
    2472 :10C6F40020002024E3D1202C13DD203CE24117004C
    2473 :10C70400A240E2405740E3415A40A340E3405A402C
    2474 :10C71400012FBF410137174300227C4298419141C8
    2475 :10C724000CE01700E741E2405740E3415A40A34080
    2476 :10C73400E3405A407C429041994100220F0303D2C6
    2477 :10C74400013E241940414941013E36054708AC41A8
    2478 :08C7540050417141F0BC704737
    2479 :10C75C00F0B40125ED076B40004C20479BC5000849
    2480 :10C76C0030B405004D400124E407254042004B0045
    2481 :10C77C00120E32D01B0E3CD0FF2A33D0FF2B3FD0F1
    2482 :10C78C00D21800022043000A09022143090AC4B24C
    2483 :10C79C004C43000AC3B24B43000A4843210A5B18BE
    2484 :10C7AC00190A091801D44900013A080A7F3A2ADB10
    2485 :10C7BC00FE2A0FD2D2051C43240601D001242143AA
    2486 :10C7CC00C9B280295041802901D14008400028433A
    2487 :10C7DC0030BC7047FF20C005F9E71B0EFF2B0AD0B9
    2488 :10C7EC002800F5E7400206D1FF2BF3D1490202D114
    2489 :10C7FC00F0E7FF2AF4D17F2000010C300005E7E7B9
    2490 :10C80C004902F8D1E6E743020132E9D15B12023367
    2491 :08C81C00E6D9D805E4E7C046A7
    2492 :10C82400F0B40125ED070C005C402C40A446AE0A90
    2493 :10C834004C18DF18F4423DD2F74245D2640D4CD077
    2494 :10C844007F0D3CD0E41BC9022943CF0ADB022B43F2
    2495 :10C85400DB0A0600B61A9F4104D2013CB6197F4197
    2496 :10C86400B6185F416812800D241838DD0018844220
    2497 :10C8740025D8E80C0021B6197F41B61A9F4103D38D
    2498 :10C8840040414941F7D304E0B6185F4100184941DB
    2499 :10C89400F1D32405B6197F41B61A9F4105D3374316
    2500 :10C8A400C20717430022012F5041614162461143E0
    2501 :10C8B400F0BC70470CD100280AD1F74208D20020FE
    2502 :10C8C400C143490D0905F1E7002A01D1F74206D019
    2503 :10C8D4000020C143090DC904EAE77F0DF8D0002008
    2504 :04C8E4006146E5E7DD
    2505 :10C8E80070B4012676054C005D00E6420CD8EE4295
    2506 :10C8F8000AD825430543154303D0994204D19042F1
    2507 :10C9080002D1012070BC7047002070BC7047C0463F
    2508 :10C9180030B401256D054C00E54215D85C00E542B0
    2509 :10C9280012D80C001C436400044314430FD005D2F2
    2510 :10C93800904299418041013030BC704782428B411E
    2511 :10C948008041013030BC7047002030BC7047012066
    2512 :04C9580030BC704738
    2513 :10C95C0030B401256D054C00E54215D85C00E5426C
    2514 :10C96C0012D80C001C436400044314430CD005D2B1
    2515 :10C97C0082428B418041404230BC70479042994189
    2516 :10C98C008041404230BC7047002030BC7047C046EC
    2517 :10C99C0030B401256D054C00E54215D85C00E5422C
    2518 :10C9AC0012D80C001C436400044314430CD005D271
    2519 :10C9BC00904299418041404230BC704782428B4149
    2520 :10C9CC008041404230BC7047002030BC7047C046AC
    2521 :10C9DC00F4464A1805D200F063F801D5C017400898
    2522 :10C9EC00604701235B05D34206D200F059F801D50C
    2523 :10C9FC000120C0074042604701D10042F5D0D0175A
    2524 :04CA0C004008704727
    2525 :10CA10004A00520D01239B02D21A01321DD4524208
    2526 :10CA20003F321DDD8C46C902430D1943C00201236C
    2527 :10CA3000DB071943202A02D308000021203AD14104
    2528 :10CA4000D04048409140D140484063461B4203D506
    2529 :10CA5000002340428B41190070470020002170479D
    2530 :10CA6000002801D0012211434B0001225205D3427C
    2531 :10CA700000D959080020C90FC90701D4C043410893
    2532 :04CA80007047C046F5
    2533 :10CA840041000DD2090E7F390AD449421F3105D421
    2534 :10CA940000020122D2071043C8407047C8177047EC
    2535 :04CAA40000207047B7
    2536 :10CAA8004A0010D2520D03231B02FF33D21A0AD4B4
    2537 :10CAB80052421F3209D4400DC90208430123DB0743
    2538 :10CAC8001843D040704700207047D0177047C046C1
    2539 :10CAD8004B001BD25A0D01239B02D21A013215D4E6
    2540 :10CAE80052423F3215DBC902430D1943C0020123EC
    2541 :10CAF800DB071943202A02D308000021203AD1413C
    2542 :10CB0800D04048409140D140484070470020002123
    2543 :08CB18007047D01701007047BF
    2544 :10CB2000054B004206D5404200B5984708BC01229B
    2545 :0CCB3000D207114318470000B9CB0008E1
    2546 :10CB3C000B00034329D0CA0FD200043212023D323B
    2547 :10CB4C00094203D5002349424042994102D10100D8
    2548 :10CB5C000020203A0B0C04D1103A0904030C1943A1
    2549 :10CB6C000004094203D4013A00184941FBD584461C
    2550 :10CB7C00C00A4B051843C90A120563465B055B41A5
    2551 :0CCB8C0002D3012B002358415141704797
    2552 :10CB98009D2201000AD002D4013A4900FCD5D205F1
    2553 :10CBA800080A0906494100D3012950417047C04687
    2554 :10CBB80042221201033A010007D002D4013A0018B8
    2555 :0CCBC800FCD51205C30A400599187047FF
    2556 :10CBD4000B00034305D0042212023D320942014BEB
    2557 :08CBE4001847704759CB000807
    2558 :10CBEC00202A07D203009040914052422032D34079
    2559 :10CBFC0019437047203A0100914000207047C0460D
    2560 :10CC0C00202A07D2D0400B00D14052422032934010
    2561 :10CC1C0018437047203A0800D04000217047C046A6
    2562 :10CC2C00202A07D2D0400B001141524220329340AF
    2563 :10CC3C0018437047203A08001041C9177047C04686
    2564 :10CC4C0030B5514343435C18010C130C0D005D438C
    2565 :10CC5C00641992B2514380B242430D0C090452182C
    2566 :10CC6C0065415843010C00048018694130BDC04631
    2567 :10CC7C00CA1751408B1A17D0C1174A4094464840E6
    2568 :10CC8C00411A48081A0000E052008242FCD90020E8
    2569 :10CC9C0000E05208914200D3891A40419A42F8D1DF
    2570 :10CCAC0062465040801A704710B500F095F810BDE0
    2571 :10CCBC0007B5FFF7DDFF0EBC4243891A00BDC04625
    2572 :10CCCC000A0015D00300400800E052008242FCD953
    2573 :10CCDC00002000E052089B1A06D340418A42F9D149
    2574 :10CCEC00704752089B18F8D200188A42F9D1704745
    2575 :08CCFC0010B500F071F810BD45
    2576 :10CD040038B504004D42FFF7DFFF4543611938BDD4
    2577 :10CD140070B5CC1760406140001BA141DD176A402B
    2578 :10CD24006B40521BAB4100F00BF862406340121B96
    2579 :10CD3400A3416C4060406140001BA14170BDC046EE
    2580 :10CD4400002B09D1002907D110B51100FFF7D8FF36
    2581 :10CD54000A000021002310BD70B400240125ED0752
    2582 :10CD6400002B07D1002905D0834203D213000022EF
    2583 :10CD74002C0000250026A419994200D1904212D912
    2584 :10CD840092185B4103D2EE076D086408F3E7DE07EF
    2585 :10CD94005B08520892190126F6079B1903E0DE0787
    2586 :10CDA4005B0852089219801A994103D364416D417A
    2587 :10CDB400F5D30FE024196D410AD2DE075B0852084F
    2588 :10CDC400921980185941F5D364416D41E7D301E0CC
    2589 :10CDD4008018594102000B002000290070BC7047E4
    2590 :08CDE400002000217047C04649
    2591 :10CDEC00F0B503AF93B06E46F51D2135F41D393403
    2592 :10CDFC0074613362F261F160306101F0ECFEB0609D
    2593 :10CE0C00C21D07218A436946B1616946881A706060
    2594 :10CE1C008546F41D1D3400212422204600F0BEFF5F
    2595 :10CE2C000B487169F2680A6048600A4828603069EA
    2596 :10CE3C002862B06868617068E8602046F169326AFF
    2597 :10CE4C0000F01EF8B1698D46FC1F053CA546F0BDEF
    2598 :08CE5C00D3EB0008FFFFFF7F8C
    2599 :10CE640083B010B581B0044603A80EC0054800681D
    2600 :10CE740003AA0092214601F04BFD01B010BC02BC94
    2601 :08CE840003B00847180000206C
    2602 :10CE8C00F0B59FB013920B460446002020600121A0
    2603 :10CE9C000A020F924A020B928A020492CA0203926D
    2604 :10CEAC0003220C92920206920A0309924A030792F9
    2605 :10CEBC008A0305920191C90317910890C04302900F
    2606 :10CECC0016941978252909D0002901D100F032FED9
    2607 :10CEDC005C1C169801F0BBFC2346F2E7DB1C089F98
    2608 :10CEEC000B9C099D981E00780246203A102A2DD8DA
    2609 :10CEFC00802192003E461F4602A39A583B46374675
    2610 :10CF0C009746C04655CF000875CF000875CF00086E
    2611 :10CF1C006FCF000875CF000875CF000875CF0008DB
    2612 :10CF2C0061CF000875CF000875CF000899CF0008B5
    2613 :10CF3C0065CF000875CF000869CF000875CF0008D1
    2614 :10CF4C0075CF00086DCF000840210AE05E28294605
    2615 :10CF5C0007D009E0179904E0202102E0102100E03D
    2616 :10CF6C0021460F435B1CBDE75B1E01463039002494
    2617 :10CF7C00092917D80A2161434418303C591C1878E8
    2618 :10CF8C000246303A0A2A0B46F4D30BE0139901C936
    2619 :10CF9C001391002801D510210F43C1174840441AA2
    2620 :10CFAC00581E007800252E281CD118782A2805D167
    2621 :10CFBC0058789B1C139920C913910FE05B1C0146F8
    2622 :10CFCC00303909290CD80A2169434518303D591CC0
    2623 :10CFDC0018780246303A0A2A0B46F4D3002D01D4B5
    2624 :10CFEC000F990F43E1176B2808DC4C2803D06828F5
    2625 :10CFFC0036D06A280AD10220074305E06C2834D0C9
    2626 :10D00C007A2801D0742801D118785B1C8C434628EF
    2627 :10D01C0011930D9419DD01466339152935D8C04695
    2628 :10D02C007944097949008F44540B4919D10A0B0AE8
    2629 :10D03C000A0A0A65737F0A0A8D0A920A0A3840E7BF
    2630 :10D04C00059B1F430024394689E0442815DD4528FB
    2631 :10D05C0032D0462800D034E70798074303982EE0D7
    2632 :10D06C00187868282ED1082003E018786C282CD169
    2633 :10D07C000220074358789B1CC8E7252800D07BE288
    2634 :10D08C002521169801F0E3FB74E2472800D19BE0C0
    2635 :10D09C00582800D015E707990F43D14A782800D1BA
    2636 :10D0AC0020323906CC170F990F4201D0CD490F40D1
    2637 :10D0BC003946059B144052E00798074304980743F0
    2638 :10D0CC00069A85E05B1C042201E05B1C01221743DD
    2639 :10D0DC009CE7139D20462C78421E169E30463946FE
    2640 :10D0EC00159201F006FC3046214601F0B0FB2D1DD7
    2641 :10D0FC001395D7E013980068390700D540E2B907BB
    2642 :10D10C0016990968016000D43DE2002141603AE2C1
    2643 :10D11C000F990F42394601D0B24A11403A06D21744
    2644 :10D12C0030241440059B1AE038060F990F430E97D4
    2645 :10D13C00C017232101400A91139840C81390002472
    2646 :10D14C000825B0E11295139901C9139186E00F9946
    2647 :10D15C000F4201D0A3490F403946059B00240222FF
    2648 :10D16C000A4019420A9405D1002A139A08D1131DBA
    2649 :10D17C0000240BE0002A139B13D104CBD41715E029
    2650 :10D18C00D21D07239A435468134608331393166829
    2651 :10D19C004A0713D408220A4000D0F6B2002A0ED156
    2652 :10D1AC0002E1DB1D0722934314CB003313934B078F
    2653 :10D1BC0007D40B0700D5E3E01646E4E0B6B2002432
    2654 :10D1CC00F2E016B21204DDE007980743069A174303
    2655 :10D1DC000F98074201D0284600E00620394611403E
    2656 :10D1EC00891A4A424A41002800D002461292139CE6
    2657 :10D1FC00E41D072084432668656830462946FEF7FF
    2658 :10D20C0001FD083413940028304629460DD0002225
    2659 :10D21C001346FFF7BDFB3A4607990A4000280ED08B
    2660 :10D22C00002A714818D0714816E0FEF7DDFC002882
    2661 :10D23C003ED0079807426E480ED06E480CE0002A8C
    2662 :10D24C006D4900D06D49002A01D06C4800E06A4855
    2663 :10D25C00401CBA0600D5084669490F400028694EA3
    2664 :10D26C0000D006463D465F4805400F9807423046C1
    2665 :10D27C0002D100F00FFD02E0129900F043FD0446CC
    2666 :10D28C00169F0D98021B38462946159201F031FB6A
    2667 :10D29C00002C06D03178384601F0D9FA761C641E81
    2668 :10D2AC00F8D12F46119BF80600D40AE6159A5DE1D9
    2669 :10D2BC0030462946FEF7B2FC002800D1064600286D
    2670 :10D2CC0000D1002514963046294601F0F8FB04469F
    2671 :10D2DC000120002C0A9001D0C00745401EAA304600
    2672 :10D2EC0010952946FEF7D2FC1E980C9948430A214A
    2673 :10D2FC00FFF7BEFC1E900646002C01D060200743B1
    2674 :10D30C000022149C2046294615921346FFF7E6FA94
    2675 :10D31C00002818D1701CFFF709F922462B46FFF79D
    2676 :10D32C0037FB00281E9806D0411C1E91801CF2E78A
    2677 :10D33C001E98401E1E90FFF7F9F822462B46FFF769
    2678 :10D34C0007FB0028F4D13B4606990B400A98800253
    2679 :10D35C008342109D149C00D119E10E908B42129ABD
    2680 :10D36C0008D11E98824200DC12E10421C943884294
    2681 :10D37C0000DC0DE10498074200D015E11592FAE1AA
    2682 :10D38C0056B21206D417002C05D48A060AD44A06C3
    2683 :10D39C000AD5202207E000227642A2412D230A93CF
    2684 :10D3AC00144601E02B220A920F9A114201D00D4A29
    2685 :10D3BC0011400A460F990A420E9200D1012500270E
    2686 :10D3CC006E2838DD6F38092800D98BE07844007955
    2687 :10D3DC004000874419688787878736878768C046E7
    2688 :10D3EC0058300000FFFDFFFF90F200088BF20008A0
    2689 :10D3FC0008F5000804F500089AF2000895F20008F8
    2690 :10D40C00FFFEFFFF42EE0008304620436AD0F008D2
    2691 :10D41C0061074018014607203040303018AAD0551B
    2692 :10D42C00C808E408620780180A4622437F1C002AB9
    2693 :10D43C000E46EFD156E0582835D0642801D0692823
    2694 :10D44C0050D1304620434DD01146179801401091D1
    2695 :10D45C00129532461098002808D038460C9908408E
    2696 :10D46C00032803D118A82C21C1557F1C0025104678
    2697 :10D47C001594214614920A222B46FFF75DFC0C46AC
    2698 :10D48C000A2206462B46FFF7DBFB149A101A3021B2
    2699 :10D49C00014318A8C1557F1C0920801A1598854195
    2700 :10D4AC00129DD6D31EE0304620431AD007980E9911
    2701 :10D4BC000142FB4800D0FB4831092207891800279C
    2702 :10D4CC000A460F213140415C18ABD955110924098A
    2703 :10D4DC002307C918134623437F1C002B1646EFD194
    2704 :10D4EC0000E000270D98C01B0A99FF2900D9401EA7
    2705 :10D4FC00002900D0401EED1BE9178D43421B0B98F1
    2706 :10D50C000E99014205D1169801F0F3F900201590FF
    2707 :10D51C0000E015920A9C210A169E03D0304601F0B9
    2708 :10D52C0096F901E0002C03D03046214601F08FF92A
    2709 :10D53C0030460E99159C224601F0DBF9302130461D
    2710 :10D54C002A4601F032FB012F0ADB7D1C18A840197A
    2711 :10D55C00801E0178304601F07AF96D1E012DF5D848
    2712 :10D56C000E98C006119B00D4ABE4224620211698DD
    2713 :10D57C0001F01BFB119BA4E4002800D0A1E4E9E21C
    2714 :10D58C001699096801701398001D139099E41E9860
    2715 :10D59C0015930F993431884233D120462946CA4A13
    2716 :10D5AC00CA4BFFF739F933E01E980E2800DDE2E094
    2717 :10D5BC00C0431418102C00DB1024380600D5D9E019
    2718 :10D5CC00002C159400D1D6E02046FEF7AFFF149A3C
    2719 :10D5DC002B4601F093F800263246BD4BFEF7D4FFE4
    2720 :10D5EC00FEF752FC3246BB4BFEF76CFB32461596EF
    2721 :10D5FC000023FFF773F9002800D1BBE0641EE3D1D0
    2722 :10D60C00B9E04042FEF792FF22462B4601F076F835
    2723 :10D61C0004460E4600221346FFF760F9002839D164
    2724 :10D62C0020463146FEF7EEFA00282046314600D05F
    2725 :10D63C00EDE50E970022A74BFFF768F91E9F002817
    2726 :10D64C000FD0002220463146A24BFFF7E5F80446E6
    2727 :10D65C000E4600229F4BFFF759F97F1C0028F0D192
    2728 :10D66C001E970022204631469B4BFFF791F900286C
    2729 :10D67C0011D0002220463146964B01F03FF804466B
    2730 :10D68C000E460022944BFFF783F97F1E0028F0D141
    2731 :10D69C001E9700E00E97069815998142129801D0BA
    2732 :10D6AC00014600E0411E029D0028159100D1002189
    2733 :10D6BC0014914842FEF73AFF2A46FEF7C3FA224677
    2734 :10D6CC003346FEF761FF06460D4600221092814C50
    2735 :10D6DC002346FFF71BF900280AD01E98401C1E9009
    2736 :10D6EC000022304629462346FFF796F806460D469B
    2737 :10D6FC00149812960095002839D003990B46803364
    2738 :10D70C000E9A13408B4200D0A9E0102800DB1020A9
    2739 :10D71C000546FEF70BFF3246009B00F0EFFFFFF7CC
    2740 :10D72C00D5F9074608431098159000D197E00C46A0
    2741 :10D73C000A2200233846FFF7FFFA002D00D18DE0B6
    2742 :10D74C001A4300D08AE015950A2200233846214658
    2743 :10D75C00FFF7F2FA0C4607460A220023FFF7ECFA11
    2744 :10D76C001598401E15907AD01A43EDD077E010989A
    2745 :10D77C00159074E015941E981038159949428842FA
    2746 :10D78C0000DC0846FEF7D2FE029AFEF75BFA149A0A
    2747 :10D79C002B46FEF7F9FE05460C461E98401CFEF77C
    2748 :10D7AC00C5FE2A462346FFF7F3F81E99002800D041
    2749 :10D7BC00491C002914D4112918D3084610381E907E
    2750 :10D7CC001020401AFEF7B2FE2A46234600F096FFC0
    2751 :10D7DC00FFF77CF906460C46002012900A9018E0E0
    2752 :10D7EC000A95129400261E96344612E000201E90D4
    2753 :10D7FC0028462146FFF76AF9129406460C46FFF7B5
    2754 :10D80C00E3F902460B4628461299FEF7A1FF0A904F
    2755 :10D81C00129138460E998843D349083100250A469F
    2756 :10D82C0008326D1C0B684968F31A23468B4111466C
    2757 :10D83C00F6D21495159B002B019901D1F9B2C909A7
    2758 :10D84C007A06920F01D1494200E0C9431E9A891A07
    2759 :10D85C000D9AD21A5118491B074677E01595159D5C
    2760 :10D86C00002D019802D10E98C0B2C0090D99491B28
    2761 :10D87C00081A0E9F421F1E9C09983E46074202D171
    2762 :10D88C000A990F463EE01092032720463946FFF7CF
    2763 :10D89C000FFA881C04282ED803A1085C400087448A
    2764 :10D8AC00F4F40008E4F40008061D2C061D00641EA8
    2765 :10D8BC001E94002212980099A94B00F01FFF109A99
    2766 :10D8CC00521E022714E0C046A0C8EB85F3CCE17FC2
    2767 :10D8DC000000E03F000024400000F03FA41E1E9416
    2768 :10D8EC000022129800999F4B00F008FF109A921E8C
    2769 :10D8FC001290009103E0002700E00127109A0A998A
    2770 :10D90C00E81785437006800F159500D0521E1092B3
    2771 :10D91C00CD02204601F025F96328149702DD1098FA
    2772 :10D92C00401E10903746AF431298009D2946FFF7D2
    2773 :10D93C00CDF806460C46FFF747F902460B461298FF
    2774 :10D94C002946FEF705FF0A9012911099C8170D464B
    2775 :10D95C0085430B9810300E9707420AD1012908DB3A
    2776 :10D96C00169F2021384600F072FF6D1EF9D10E99DA
    2777 :10D97C0000E03946402008408906149F03D4002853
    2778 :10D98C0009D0202104E0002801D02D2100E02B211A
    2779 :10D99C00169800F05CFF0E98C00609D4002D07D035
    2780 :10D9AC00169F3021384600F052FF6D1EF9D1149F9E
    2781 :10D9BC007F1EF8006C4A111849681258B01A20469C
    2782 :10D9CC00884101D2302007E03020B61A8C41401C2F
    2783 :10D9DC00B31A23468B41F8D2C1B2169800F037FF28
    2784 :10D9EC00002FE5D10E9E344603980440169F0BD0B1
    2785 :10D9FC001E98012808DB401E1E903021384600F08E
    2786 :10DA0C0026FF1E980028F6DC80203040159E3043FF
    2787 :10DA1C0046D02E21384600F01AFF102E00DB1026BF
    2788 :10DA2C00F01737468743002C01D1384601E01E9889
    2789 :10DA3C00381AFEF77BFD159A1497D21B1092012E03
    2790 :10DA4C0021DB0A9A129B00F059FEFFF73FF80446BF
    2791 :10DA5C000E467F1EF800444A111849681258A01A45
    2792 :10DA6C003046884101D2302007E03020A41A8E4184
    2793 :10DA7C00401CA31A33468B41F8D2C1B2169800F061
    2794 :10DA8C00E6FE002FE5D110980028169F159807D0B8
    2795 :10DA9C0014990C1A3021384600F0D9FE641CF9D3C5
    2796 :10DAAC0004980E99014238D00798014201D04521C3
    2797 :10DABC0000E06521169E304600F0C9FE1E98002835
    2798 :10DACC00304604D42B2100F0C2FE1E9805E02D2117
    2799 :10DADC0000F0BDFE1E9840421E9064280DDB6421B0
    2800 :10DAEC00FFF7EEF801463031304600F0B0FE1E98DC
    2801 :10DAFC006421FFF7DDF808461E910A21FFF7B8F8FC
    2802 :10DB0C0001463031304600F0A2FE1E980A21FFF784
    2803 :10DB1C00CFF83031304600F09AFE002D119B01D128
    2804 :10DB2C00FFF7CFF9169C2021204600F090FE6D1EC9
    2805 :10DB3C00F9D11FE5169CE068002805D006CC083CFE
    2806 :10DB4C00914201D2089A4254204600F0C5FE20684A
    2807 :10DB5C001FB0F0BD169800F0BFFE0298F8E7C04663
    2808 :0CDB6C0000002440000059403031000847
    2809 :10DB780009490968091A4A1E9141084A1268121A85
    2810 :10DB8800531E9A410A4006490968081A411E8841ED
    2811 :10DB9800104040427047C046180000201C0000207A
    2812 :04DBA8002000002039
    2813 :10DBAC000F480321016141610E4A82610E49C16136
    2814 :10DBBC00012189020162002181624162C162026617
    2815 :10DBCC000A4A4266102282660167C1664167084AAA
    2816 :10DBDC0013784354521E491C1029F9D17047C04682
    2817 :10DBEC00FC090020B0F20008CA0F00204A140020E3
    2818 :04DBFC00AEF200087D
    2819 :10DC0000F0B581B00D461821414316484618F06A18
    2820 :10DC10001836022811D01446012814D000270028F5
    2821 :10DC20001DD1304600F088FEA04218D33046294668
    2822 :10DC3000224600F08CFE274611E03046294600F0CF
    2823 :10DC4000D2FF07460BE0304600F076FE0746A042C2
    2824 :10DC500000D32746304629463A4600F078FE38463B
    2825 :08DC600001B0F0BDFC09002039
    2826 :10DC6800F0B581B014460D4606460A4800780028EB
    2827 :10DC780001D1FFF797FFEFF31087012181F3108897
    2828 :10DC8800304629462246FFF7B7FF87F3108801B0D0
    2829 :08DC9800F0BDC046FC090020AC
    2830 :10DCA000F0B581B00178002925D003220146009209
    2831 :10DCB00091430D680023DC438607F60EB440E4432D
    2832 :10DCC0002C43114D6719A743104A174206D14C68DF
    2833 :10DCD00067191646A643091D3E42F8D022060FD00A
    2834 :10DCE0002204120E09D02202120E08D0220E009B2E
    2835 :10DCF00006D0042304E0002004E0012300E0022316
    2836 :10DD0000C918081A01B0F0BDFFFEFEFE80808080B9
    2837 :10DD1000F0B581B00022002933D00378002B30D039
    2838 :10DD2000032302469A4316680024E5438707FF0E43
    2839 :10DD3000BD40ED43354306461E407118042900934B
    2840 :10DD40000AD3124EAF19104BAB433B4204D1091F0B
    2841 :10DD50005568121D0329F5D82B060DD02B041B0E78
    2842 :10DD600007D02B021B0E06D02B0E009C04D00424DF
    2843 :10DD700002E0012400E002248C4200D30C46101A79
    2844 :10DD80000219104601B0F0BD80808080FFFEFEFECB
    2845 :10DD9000002A03D0013A8B5C8354FBD17047C04604
    2846 :10DDA00000220B0011001A00002A02D0013A81540F
    2847 :04DDB000FCD17047EB
    2848 :10DDB400002A09D0884207D007D280188918524215
    2849 :10DDC4008B5C83540132FBD17047013A8B5C8354E2
    2850 :04DDD400FBD17047C8
    2851 :10DDD800020000000400000008000000100000001D
    2852 :10DDE800FDFFFFFFFBFFFFFFF7FFFFFFEFFFFFFF59
    2853 :10DDF800000000000400000002000000080000000D
    2854 :10DE080001000000020000000400000006000000FD
    2855 :10DE1800080000000A0000000C00000010000000CC
    2856 :0CDE28002000000040000000800000000E
    2857 :10DE340000000000000000000000000000000000DE
    2858 :10DE440000000000000000000000000000000000CE
    2859 :10DE540001000000020000000300000004000000B4
    2860 :10DE64000600000007000000080000000900000090
    2861 :10DE7400000000000000000000000000000000009E
    2862 :10DE84000100000002000000030000000400000084
    2863 :0CDE940079F00008C0DE0008A0DE0008E5
    2864 :10DEA00001C5000887EB000893EB00081DC50008BA
    2865 :10DEB0009FEB0008ABEB000877EB0008A3E6000837
    2866 :10DEC0007BF000086BF200086BF200086BF20008B0
    2867 :10DED0006BF200086BF200086BF200086BF20008AE
    2868 :10DEE0006BF200086BF20008FFFFFFFFFFFFFFFF70
    2869 :10DEF000FFFFFFFFFFFF00007DF000081DF200089C
    2870 :10DF0000D5ED00083AF200082CEE00086CF200088B
    2871 :08DF100075F2000833EE000871
    2872 :10DF1800034C206804348047FBE7FCF7D1FCFEE79C
    2873 :04DF28000CF50008EC
    2874 :10DF2C000448054988438546044880470448054908
    2875 :10DF3C000160EBE70080002007000000A1E600086C
    2876 :08DF4C0008ED00E000300008C0
    2877 :10DF5400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE795
    2878 :10DF6400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE785
    2879 :10DF7400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE775
    2880 :10DF8400FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE765
    2881 :0CDF9400FEE7FEE7FEE7FEE7FEE7FEE723
    2882 :10DFA000F0B581B000904C000120640C0446054699
    2883 :10DFB000064610D10C04240E01D000240BE00C0600
    2884 :10DFC00005D44C0606D000242546264603E000244E
    2885 :10DFD000254600E0044603231746DF41032F10D8EF
    2886 :10DFE0007F443F797F00BF4403010E11002C08D10C
    2887 :10DFF000009800684161816818239943114381604A
    2888 :10E00000002001B0F0BD002DF2D0FAE7002EEFD0D5
    2889 :02E01000F7E730
    2890 :0AE0120080B5806A00F00FF880BDB1
    2891 :10E01C0080B5806A816D40220A438265C16D0422FD
    2892 :0AE02C000A43C26500F001F880BD50
    2893 :02E03600704731
    2894 :02E0380070472F
    2895 :02E03A0070472D
    2896 :10E03C00F0B587B01346022545770468A26801271E
    2897 :10E04C003A43A260026A012A0FD0022A20D0032A86
    2898 :10E05C002CD1002B00D147E11D461540042B06970F
    2899 :10E06C000591039043D2002250E005919E0821D0E7
    2900 :10E07C0003223146019211400291711E0329069729
    2901 :10E08C000390049300954FD20027059A019880E0E5
    2902 :10E09C0005915E08069720D00493032135460D4068
    2903 :10E0AC00731E032B00D3C8E00027E7E0477700205E
    2904 :10E0BC0007B0F0BD0021059E1A4603231A40032A1F
    2905 :10E0CC0000D0B2E00B463B43F35C2A46755C2D0254
    2906 :10E0DC00EB1823800A43B15CACE00021059EDA0703
    2907 :10E0EC0000D1EAE04900715A2180069FFCE093437D
    2908 :10E0FC0000220E463768276077682760B76827606C
    2909 :10E10C00F76827601036121D9342F3D1002D00D111
    2910 :10E11C00DEE0069B9100059842582260012D00D04C
    2911 :10E12C00D9E01F460398DFE0104696430027059A76
    2912 :10E13C00D15D0D06D1194B781B045B198D782D021E
    2913 :10E14C005B19CD785B1923600B791B064D792D0477
    2914 :10E15C00EB188D792D025B19CD795B1923600B7A45
    2915 :10E16C001B064D7A2D04EB188D7A2D025B19CD7A96
    2916 :10E17C005B1923600B7B1B064D7B2D04EB188D7BF1
    2917 :10E18C002D025B19C97B59182160361F1037002EE0
    2918 :10E19C00CED1029900291646009D3CD0F15D0906AE
    2919 :10E1AC003B46069A1343F35C1B0459183B462B431E
    2920 :10E1BC00F35C1B02C9183B460343F35CC91821608E
    2921 :10E1CC000299012927D0391D735C1B0628460D4680
    2922 :10E1DC001543755D2D04EB180D460543755D2D0239
    2923 :10E1EC005B19054601980143715C5918216002992D
    2924 :10E1FC00022910D00837F15D09063B461343F35C46
    2925 :10E20C001B0459183B462B43F35C1B02C9180743EC
    2926 :10E21C00F35DC9182160049A114681430398069F47
    2927 :10E22C0003231A40032A00D14CE7022A47D0012AC3
    2928 :10E23C0001D1715C2170046856E08E43059A083256
    2929 :10E24C000027931F1B881146083909880904C9182F
    2930 :10E25C002160911E0988131F1B881B04591821600B
    2931 :10E26C00518813881B0459182160D18893881B048A
    2932 :10E27C005918216010323F1DBE42E2D1002D059E7F
    2933 :10E28C0014D0BA00B1184B88B25A1204D2182260BA
    2934 :10E29C00012D0BD0CA888B881B049A182260022D82
    2935 :10E2AC0004D04A890989090489182160049B1946FC
    2936 :10E2BC00069A9143DA0700D014E7069F14E00B4648
    2937 :10E2CC003B43F35C715C0902C918218004680BE0C4
    2938 :10E2DC000398069F08E009184A682260022D1F4621
    2939 :10E2EC00039801D08968216021684777084607B0F8
    2940 :02E2FC00F0BD73
    2941 :0AE2FE0000690840411E8841704786
    2942 :02E3080070475C
    2943 :10E30A00F0B583B004462820205C012802D10220FF
    2944 :10E31A0003B0F0BD234628330220587001271F702E
    2945 :10E32A00002A0097029306D0C87800044A7812029D
    2946 :10E33A0017188E783AE04878C20603D5EF221040C3
    2947 :10E34A000A304870CA7800260A2A0FD30A3AD3B28A
    2948 :10E35A00CD255D43EB0A0A255D43521B1B01103391
    2949 :10E36A001343DAB20A2804D233460CE0D2B20A289E
    2950 :10E37A00FAD30A38C3B2CD255D43EB0A0A255D43B9
    2951 :10E38A00401B1B01103312040343D8B207028878DA
    2952 :10E39A000A2809D30A38C3B2CD255D43EB0A0A25F8
    2953 :10E3AA005D43401B1E011036174306432068CA22EC
    2954 :10E3BA004262532242620A78C168490601921CD419
    2955 :10E3CA00C16880220A43C260F4F743FF0546206809
    2956 :10E3DA00C168490611D4F4F73CFF401B7D21C900EE
    2957 :10E3EA008842F4D90320029B58702168CA68FF2228
    2958 :10E3FA004A620021197003B0F0BDF1B20F430199CE
    2959 :10E40A004903C02297430F4347602046F6F761FF4E
    2960 :10E41A002168FF224A620028029BEAD100985870BC
    2961 :0AE42A0000200021197003B0F0BDBE
    2962 :02E4340070472F
    2963 :02E4360070472D
    2964 :02E4380070472B
    2965 :02E43A00704729
    2966 :02E43C00704727
    2967 :02E43E00704725
    2968 :02E44000704723
    2969 :02E44200704721
    2970 :02E4440070471F
    2971 :10E4460030B5816ACA070CD18A0714D44A071CD48E
    2972 :10E456000A0724D4CA062CD48A0634D44A063CD4E5
    2973 :10E466004CE00122520403685C689443C26A22436A
    2974 :10E476005A608A07EAD50122120403685C6894434D
    2975 :10E48600026B22435A604A07E2D5012292040368CE
    2976 :10E496005C689443426B22435A600A07DAD501222C
    2977 :10E4A600D20303685C689443826B22435A60CA06AF
    2978 :10E4B600D2D50122120303689C689443C26B22439F
    2979 :10E4C6009A608A06CAD50122520303689C6894435F
    2980 :10E4D600026C22439A604A0610D50122130502688F
    2981 :10E4E60054689C43456C2C4354609D4206D10323DB
    2982 :10E4F6005B0554689C43836C23435360090607D528
    2983 :10E506000121C904026853688B43C06C18435060EC
    2984 :02E5160030BD16
    2985 :10E5180030B580214158212918D102465632938AB4
    2986 :10E52800002B13D0016802E05B1E1C040ED0148877
    2987 :10E53800002C0CD0CC692406F6D5046D25788D62A4
    2988 :10E54800641C04651488641E1480EDE730BD012046
    2989 :10E55800C0058A6882438A600868402202430A60CC
    2990 :02E5680030BDC4
    2991 :10E56A0010B580214258212A0DD10246563213880D
    2992 :10E57A00002B09D00168036D1C788C62591C016557
    2993 :10E58A001088401E108010BD006802688A4302602D
    2994 :0AE59A00016840220A43026010BD30
    2995 :10E5A40010B584214158222901680FD102465E32F8
    2996 :10E5B40053884C6A1C40836D1C801488641E14802C
    2997 :10E5C4009B1C83651288002A05D010BD8869082227
    2998 :10E5D40002438A6110BD0246843209235B010C6840
    2999 :10E5E4009C430C608B680124A3438B600021C166AB
    3000 :0AE5F4002021116000F031F810BD85
    3001 :10E5FE0010B5842141582229016810D102465E329D
    3002 :10E60E005388496A1940836D19701188491E11800B
    3003 :10E61E00816D491C81651188002905D010BD88695E
    3004 :10E62E00082202438A6110BD01468431092252013B
    3005 :10E63E0003681C6894431C609A680124A2439A6084
    3006 :0EE64E000022C26620220A6000F002F810BD11
    3007 :02E65C00704705
    3008 :02E65E00704703
    3009 :10E6600030B57C21415C012901D1022030BD024638
    3010 :10E670007C322421516001680B680C680125AC4391
    3011 :10E680000C606C07A3430B600021416611702020D1
    3012 :06E690005060002030BDC7
    3013 :02E696007047CB
    3014 :02E698007047C9
    3015 :02E69A00FEE799
    3016 :02E69C007047C5
    3017 :02E69E007047C3
    3018 :02E6A0007047C1
    3019 :10E6A20010B50446002000290DD0002A0BD00978AD
    3020 :10E6B20048B2002808D4002C00D021600021196043
    3021 :0EE6C2005960411E884110BD0120C04310BDAB
    3022 :10E6D00008D1002806D1F54204D801D3002A01D17F
    3023 :10E6E0006D0D09D10020C143090DC904F0BDF9D158
    3024 :10E6F0001242F7D1640DF5D00020C1434905490805
    3025 :10E70000A6E000206146F0BDF0B50127FF070E002E
    3026 :10E710005E403E40B446BE0A4C18DD18F442D7D2E3
    3027 :10E72000F542E4D2640DECD06D0DEAD06419C90253
    3028 :10E730003943460DC0023143DB023B43DB0A10B4D0
    3029 :10E740008E4685B297B26F43140C6C433E0CA419ED
    3030 :10E75000260C2404BFB227439CB26C43A419190CA5
    3031 :10E760006943250CA4B249190D04090C6419000C65
    3032 :10E7700095B245433E0C76193743BFB2360C150CA3
    3033 :10E780004543AD19A6B2240CAD192E0437432E0C07
    3034 :10E7900036199DB24543AD19ACB22E0C89191D0C2A
    3035 :10E7A00045436D182E04290C3443704680B295B24F
    3036 :10E7B00045433E0C76193743BFB2360C150C454322
    3037 :10E7C000AD19A6B2AD19240C2E0437432E0C361900
    3038 :10E7D0009DB24543AD19ACB22E0C89191D0C4543B1
    3039 :10E7E0006D182E043443290C75462D0C90B26843E5
    3040 :10E7F0003E0C80190604BFB23E43070CA0B23F187E
    3041 :10E80000120C6A43D019020C80B2240CA4189AB2DC
    3042 :10E810006A43121914042043120C89181B0C6B4311
    3043 :10E82000C91810BC01273D05294203D1B619404142
    3044 :10E830004941013CFF077D0D013D641B0BDB6D0071
    3045 :10E84000AC4209DA240500254208BE416841614115
    3046 :0AE8500066463143F0BD54E74EE781
    3047 :10E85A0030B581B0044668460170206900280FD09F
    3048 :10E86A000CCC083C9A4233D26269531C63618154CE
    3049 :10E87A00A069616981422BD1204600F02EF827E079
    3050 :10E88A00E068002809D00CCC083C9A4220D2551CDA
    3051 :10E89A009D4200D1002181541AE0A068002808D0C6
    3052 :10E8AA000CCC083C9A4213D2551C9D420DD0C9B2D9
    3053 :10E8BA000CE0236A002B0BD003CC083C884207D219
    3054 :10E8CA00694601222046984702E0002192008150C1
    3055 :0AE8DA002068401C206001B030BD32
    3056 :10E8E40010B54269002A07D00446036A002B01D000
    3057 :0AE8F400216998470020606110BD03
    3058 :10E8FE0080B5CB0606D4890501D5302100E0202154
    3059 :06E90E0000F052F980BD8B
    3060 :10E9140070B514460D460646FDF7E4FD0146304643
    3061 :0AE924002A462346FEF760FA70BD94
    3062 :0AE92E0080B50068FFF799F980BD7D
    3063 :10E93800C2680169914201D9D04302E0D2438918E3
    3064 :06E948008068081870470A
    3065 :10E94E00F0B581B0154604464068A268E6688019A5
    3066 :10E95E00971BAF4204D92A46FFF713FA751909E03F
    3067 :10E96E000E463A46FFF70DFAF119ED1B60682A467E
    3068 :0AE97E00FFF707FAE56001B0F0BDF5
    3069 :10E98800010002000400060008000A000C00100044
    3070 :06E9980020004000800099
    3071 :10E99E00B0B50146806A836D826D5024234206D045
    3072 :10E9AE00D20610D4006D426B08469047B0BD0121CF
    3073 :10E9BE004B021A4382650268D3681B059B0F05D074
    3074 :10E9CE00FCF7E9FAB0BDFFF72FFBB0BD837E002B3D
    3075 :10E9DE00F6D113681B07F3D593685B070AD4034679
    3076 :10E9EE00583354680C25AC435460FF2402341A6823
    3077 :10E9FE00A24306E0826D20231343836503465C33F6
    3078 :0CEA0E00C26D0A431A60FCF7C6FAB0BDE6
    3079 :10EA1A00002A02D01822815070472822815070475C
    3080 :10EA2A0042690B4693430A401104C9188161704731
    3081 :10EA3A0070B582B015460A4604460120C143DE1E5F
    3082 :10EA4A008E4200D318460090022D01D3092100E01E
    3083 :10EA5A000A2108180190069920462B46F8F77DF9F5
    3084 :10EA6A00262000212154A184E16121841C34A17152
    3085 :04EA7A0002B070BDB9
    3086 :04EA7E00007D704760
    3087 :08EA820080B5FAF7B0F880BD81
    3088 :0CEA8A0080B501204002F5F730FF80BD90
    3089 :10EA9600F0B581B01E4615460C4607461846FFF7E8
    3090 :10EAA60068F80146002000290AD46543A54207D329
    3091 :10EAB600304639462A46FFF737FF2146FEF703F967
    3092 :04EAC60001B0F0BDEE
    3093 :04EACA00C80F7047BA
    3094 :10EACE00F0B581B01C4615460091CA0017183E4697
    3095 :10EADE00103EB068F1682A46FFF70FFE0CCEFDF728
    3096 :10EAEE0052FD009A032A0DDB183F561E2A46234676
    3097 :10EAFE00FFF703FE0CCF083FFDF745FD761E083FDE
    3098 :10EB0E00012EF3D82A462346FFF7F7FD01B0F0BDDC
    3099 :10EB1E00F0B581B01D4616460346C800022916DB25
    3100 :10EB2E0000931F18083F4C1C304629460CCF083F57
    3101 :10EB3E00FDF729FD32462B46FFF7DFFD641E083F29
    3102 :10EB4E00022CF3D8009B083306460D4600E01B1836
    3103 :10EB5E00083B0CCB30462946FDF715FD01B0F0BD44
    3104 :08EB6E00C1174840401A70472E
    3105 :10EB7600024601207F2901D9C043704711707047B2
    3106 :0CEB8600014661391A2900D2203870477E
    3107 :0CEB9200014641391A2900D2203070479A
    3108 :0CEB9E00014661391A2900D22038704766
    3109 :0CEBAA00014641391A2900D22030704782
    3110 :10EBB60070B5012A09DB0C460546561C2846214637
    3111 :0CEBC600FFF748FE761E012EF8D870BD47
    3112 :10EBD20010B50C46436A01212046FFF75BFF10BDCA
    3113 :04EBE2004020704718
    3114 :10EBE600F0B583B016460D46C7680021019002694C
    3115 :10EBF600BA42029103D9F9435418826803E0F943F3
    3116 :10EC0600511882688C184168D21B944200D314466E
    3117 :10EC1600C819B44200D3344629462246FFF7B5F850
    3118 :10EC2600E719019881688F4200D100270299C760D1
    3119 :10EC3600361B2D196118002ED9D1084603B0F0BD38
    3120 :10EC46004552524F52205452494D4D494E47205637
    3121 :07EC5600414C5545530A0033
    3122 :0FEC5D0049205265666572656E7A3D25660A002C
    3123 :0BEC6C00547368756E743D25660A0045
    3124 :10EC77002D2D2D204761696E2044726966742043EB
    3125 :07EC8700414C202D2D2D0052
    3126 :0FEC8E0041637475616C20543D256620430A0074
    3127 :10EC9D0041637574616C20493D2566204128776973
    3128 :10ECAD0074686F7574206761696E2074656D70206E
    3129 :10ECBD00647269667420636F7272656374696F6ED6
    3130 :03ECCD00290A0011
    3131 :10ECD0004B6F7272656B74757266616B746F723DA7
    3132 :10ECE0002566205B2031202F2043656C7369757386
    3133 :03ECF0005D0A00BA
    3134 :10ECF3004552524F52204144535F313236305F49BF
    3135 :0FED03006E7075744D757853656C6563740A0096
    3136 :10ED120046697273742073746172742064657465D9
    3137 :07ED220063746564210A001F
    3138 :0FED29004953454E534F523A20496E69740A00C0
    3139 :10ED3800466C617368206F6220756E6C6F636B2020
    3140 :07ED48006572726F720A0090
    3141 :0FED4F00466C61736820206C6F636B65640A000B
    3142 :10ED5E002E2E2E466C61736820756E6C6F636B651C
    3143 :03ED6E00640A0034
    3144 :10ED71004F5554505554535F4C56505F5348554E60
    3145 :10ED8100545F4F56455254454D504552415455528A
    3146 :03ED9100450A0030
    3147 :0FED94004F5554505554204C5650204F4B0A00A9
    3148 :10EDA3004F5554505554535F4F56505F5348554E2B
    3149 :10EDB300545F4F56455254454D5045524154555258
    3150 :03EDC300450A00FE
    3151 :0FEDC6004F5554505554204F5650204F4B0A0074
    3152 :10EDD5004A616E7561727900466562727561727914
    3153 :10EDE500004D6172636800417072696C004D617914
    3154 :10EDF500004A756E65004A756C79004175677573D3
    3155 :10EE0500740053657074656D626572004F63746F4D
    3156 :10EE1500626572004E6F76656D626572004465636A
    3157 :07EE2500656D6265720000DB
    3158 :07EE2C00414D00504D0000B4
    3159 :0FEE3300256120256220256520255420255900C2
    3160 :07EE4200286E756C6C2900BD
    3161 :0EEE490075617274206572726F72200A0D007E
    3162 :10EE57002D2D2D204761696E202043414C202D2DFB
    3163 :02EE67002D007C
    3164 :10EE69004144535F313236305F426174746572795F
    3165 :10EE790043757272656E744761696E43616C69624C
    3166 :10EE8900726174696F6E53746172743A204552529B
    3167 :10EE99004F5220494E2043414C4942524154494F17
    3168 :10EEA9004E2C204E4F205245464552454E43452053
    3169 :0AEEB90043555252454E54210A0001
    3170 :0AEEC30054736869703D25660A006B
    3171 :10EECD002D2D2D204761696E202043414C20454E4C
    3172 :06EEDD0044452D2D2D001F
    3173 :0EEEE30064656C746120543D256620430A006E
    3174 :0AEEF10052656620493D25660A00BF
    3175 :10EEFB004E6F726D616C20737461727420776974DC
    3176 :10EF0B00686F757420454550524F4D206368616E94
    3177 :0EEF1B006765732064657465637465640A003D
    3178 :10EF2900454550524F4D2046554C4C20524553545F
    3179 :06EF39004F5245210A00C1
    3180 :10EF3F00454550524F4D2053544F524520434F4E4D
    3181 :06EF4F00464947210A00BB
    3182 :0EEF55004144533132363020496E69740A004F
    3183 :10EF63002E2E2E456E61626C65206C6F636B20657F
    3184 :06EF730072726F720A00C9
    3185 :10EF79002E2E2E466C617368206C6F636B20616C5A
    3186 :0EEF89007265616479206163746976650A00BF
    3187 :10EF97002E2E2E466C617368206F6220756E6C6F23
    3188 :06EFA700636B65640A00C3
    3189 :10EFAD00466C617368204F7074696F6E6279746519
    3190 :10EFBD002070726F6772616D6D206661696C65643A
    3191 :02EFCD000A0038
    3192 :10EFCF002E2E2E44697361626C65206C6F636B200B
    3193 :10EFDF0070726F636573732066696E6973686564B9
    3194 :02EFEF000A0016
    3195 :10EFF1004F5554505554535F4C56505F42415454F1
    3196 :10F001004552595F554E444552564F4C5441474520
    3197 :02F011000A00F3
    3198 :10F013004F5554505554535F4C56505F43484950D5
    3199 :10F023005F4F56455254454D5045524154555245F4
    3200 :02F033000A00D1
    3201 :10F035004F5554505554535F4F56505F43484950B0
    3202 :10F045005F4F56455254454D5045524154555245D2
    3203 :02F055000A00AF
    3204 :10F057004F5554505554535F4F56505F434849508E
    3205 :10F067005F554E444554454D5045524154555245C0
    3206 :02F077000A008D
    3207 :02F07900430052
    3208 :02F07B002E0065
    3209 :10F07D0053756E646179004D6F6E646179005475DE
    3210 :10F08D006573646179005765646E657364617900B9
    3211 :10F09D0054687572736461790046726964617900B0
    3212 :0AF0AD00536174757264617900000C
    3213 :10F0B70056616C7565206E6F742076616C69640AA1
    3214 :01F0C7000048
    3215 :10F0C8004672657175656E6379204D6561737572F9
    3216 :09F0D8006564203D2025640A0056
    3217 :10F0E100492028776974686F757420636F6D706546
    3218 :0DF0F1006E736174696F6E293D25660A001B
    3219 :10F0FE004552524F52204144535F313236305F53A6
    3220 :10F10E006574496E7465726E616C52656665726582
    3221 :05F11E006E63650A00AC
    3222 :0DF1230057726974696E6720534E210A000F
    3223 :10F13000554E4B4E4F574E20434F4D4D414E440A76
    3224 :01F1400000CE
    3225 :10F14100537461727420656E61626C6520726561D1
    3226 :10F15100646F75742070726F74656374696F6E0A81
    3227 :01F1610000AD
    3228 :10F162002E2E2E466C61736820756E6C6F636B0A6F
    3229 :01F17200009C
    3230 :10F17300466C617368204F7074696F6E6279746551
    3231 :09F18300206C6F636B65640A00E7
    3232 :10F18C002E2E2E456E61626C65206C6F636B207049
    3233 :10F19C00726F636573732066696E69736865640A60
    3234 :01F1AC000062
    3235 :10F1AD00466C617368204F7074696F6E6279746517
    3236 :0DF1BD002070726F6772616D6D65640A00ED
    3237 :10F1CA004F5554505554535F4C56505F4F56455205
    3238 :09F1DA0043555252454E540A00FF
    3239 :10F1E3004F5554505554535F4F56505F42415454FA
    3240 :10F1F3004552595F4F564552564F4C544147450A65
    3241 :01F20300000A
    3242 :10F204004F5554505554535F4F56505F4F564552C7
    3243 :09F2140043555252454E540A00C4
    3244 :10F21D0053756E004D6F6E00547565005765640033
    3245 :0DF22D00546875004672690053617400005A
    3246 :10F23A004A616E00466562004D617200417072005B
    3247 :10F24A004D6179004A756E004A756C004175670018
    3248 :10F25A00536570004F6374004E6F76004465630017
    3249 :01F26A0000A3
    3250 :01F26B0000A2
    3251 :09F26C00256D2F25642F25790082
    3252 :09F2750025483A254D3A255300C5
    3253 :0DF27E00000703200417020108571040800C
    3254 :05F28B002D494E460074
    3255 :05F290002D696E66000F
    3256 :05F295002B494E46006C
    3257 :05F29A002B696E660007
    3258 :10F29F000000000000005454522052454747455388
    3259 :01F2AF00005E
    3260 :09F2B0005465726D696E616C0019
    3261 :03F2B900FFFFFF55
    3262 :04F2BC00E5B60008AB
    3263 :10F2C0004552524F52204144535F313236305F53E2
    3264 :0CF2D000657444617461526174650A0049
    3265 :10F2DC004B6F7272656B74757266616B746F723D95
    3266 :04F2EC0025660A0089
    3267 :10F2F0002D2D2D204761696E20447269667420436C
    3268 :0CF30000414C20454E4445202D2D2D0091
    3269 :10F30C004552524F52204144535F313236305F5395
    3270 :0CF31C00657443686F704D6F64650A00F3
    3271 :10F32800454550524F4D20776173206368616E6781
    3272 :10F33800656421205765206E65656420746F2070B0
    3273 :10F34800726573657276652063616C696272617457
    3274 :10F35800696F6E20616E642073657474696E67737B
    3275 :08F368002064617461210A00B8
    3276 :10F37000454550524F4D20464143544F525920521B
    3277 :10F380004553544F52452F555044415445210A008E
    3278 :10F390007265616420636F6E6669672E2E2E0A00A7
    3279 :10F3A000666163746F727920726573746F72652E13
    3280 :04F3B0002E2E0A00F3
    3281 :10F3B400466C61736820756E6C6F636B2065727246
    3282 :04F3C4006F720A005A
    3283 :10F3C80050524F54454354494F4E3A204F425F5292
    3284 :0CF3D80044505F4C4556454C5F300A0025
    3285 :10F3E40050524F54454354494F4E3A204F425F5276
    3286 :0CF3F40044505F4C4556454C5F310A0008
    3287 :10F4000050524F54454354494F4E3A204F425F5259
    3288 :0CF4100044505F4C4556454C5F320A00EA
    3289 :10F41C004F5554505554535F4C56505F5348554EAE
    3290 :10F42C00545F554E44455254454D504552415455E8
    3291 :04F43C0052450A002B
    3292 :10F440004F5554505554535F4F56505F5348554E87
    3293 :10F45000545F554E44455254454D504552415455C4
    3294 :04F4600052450A0007
    3295 :10F464002020202020202020206828282828202030
    3296 :10F474002020202020202020202020202020202088
    3297 :10F484004810101010101010101010101010101040
    3298 :10F4940084848484848484848484101010101010E0
    3299 :10F4A4001081818181818101010101010101010139
    3300 :10F4B40001010101010101010101011010101010ED
    3301 :10F4C400108282828282820202020202020202020A
    3302 :10F4D40002020202020202020202021010101020B2
    3303 :10F4E4003031323334353637383941424344454676
    3304 :10F4F40030313233343536373839616263646566A6
    3305 :04F504004E414E0026
    3306 :04F508006E616E00C2
    3307 :10F50C0059F5000829000020311400006BF50008A3
    3308 :10F51C00000000202CF500082900000023DF000863
    3309 :10F52C0094DE000894DE000894DE000894DE0008E7
    3310 :10F53C0094DE0008040000004C0F0020500F002047
    3311 :0CF54C00540F00200024F4000100000017
    3312 :10F55800206861680834002200E042540139FCD573
    3313 :02F568007047EA
    3314 :10F56A0020686168A2680C3401E08B5C8354013A1C
    3315 :04F57A00FBD5704706
    3316 :10F57E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    3317 :10F58E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    3318 :10F59E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    3319 :10F5AE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    3320 :10F5BE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    3321 :10F5CE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    3322 :10F5DE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    3323 :10F5EE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    3324 :10F5FE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    3325 :10F60E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    3326 :10F61E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    3327 :10F62E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    3328 :10F63E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    3329 :10F64E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    3330 :10F65E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    3331 :10F66E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    3332 :10F67E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    3333 :10F68E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    3334 :10F69E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    3335 :10F6AE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    3336 :10F6BE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    3337 :10F6CE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    3338 :10F6DE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    3339 :10F6EE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    3340 :10F6FE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    3341 :10F70E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    3342 :10F71E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    3343 :10F72E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    3344 :10F73E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    3345 :10F74E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    3346 :10F75E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    3347 :10F76E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    3348 :10F77E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    3349 :10F78E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    3350 :10F79E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    3351 :10F7AE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    3352 :10F7BE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    3353 :10F7CE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    3354 :10F7DE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    3355 :10F7EE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    3356 :10F7FE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    3357 :10F80E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    3358 :10F81E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    3359 :10F82E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    3360 :10F83E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    3361 :10F84E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    3362 :10F85E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    3363 :10F86E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    3364 :10F87E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    3365 :10F88E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    3366 :10F89E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    3367 :10F8AE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    3368 :10F8BE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    3369 :10F8CE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    3370 :10F8DE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    3371 :10F8EE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    3372 :10F8FE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    3373 :10F90E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    3374 :10F91E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    3375 :10F92E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    3376 :10F93E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    3377 :10F94E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    3378 :10F95E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    3379 :10F96E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    3380 :10F97E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    3381 :10F98E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    3382 :10F99E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    3383 :10F9AE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    3384 :10F9BE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    3385 :10F9CE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    3386 :10F9DE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    3387 :10F9EE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    3388 :10F9FE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    3389 :10FA0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    3390 :10FA1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    3391 :10FA2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    3392 :10FA3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    3393 :10FA4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    3394 :10FA5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    3395 :10FA6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    3396 :10FA7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    3397 :10FA8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    3398 :10FA9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    3399 :10FAAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    3400 :10FABE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    3401 :10FACE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    3402 :10FADE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    3403 :10FAEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    3404 :10FAFE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    3405 :10FB0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    3406 :10FB1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    3407 :10FB2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    3408 :10FB3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    3409 :10FB4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    3410 :10FB5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    3411 :10FB6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    3412 :10FB7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    3413 :10FB8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    3414 :10FB9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    3415 :10FBAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    3416 :10FBBE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    3417 :10FBCE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    3418 :10FBDE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    3419 :10FBEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    3420 :10FBFE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    3421 :10FC0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    3422 :10FC1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    3423 :10FC2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    3424 :10FC3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    3425 :10FC4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    3426 :10FC5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    3427 :10FC6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    3428 :10FC7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    3429 :10FC8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    3430 :10FC9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    3431 :10FCAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    3432 :10FCBE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    3433 :10FCCE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    3434 :10FCDE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    3435 :10FCEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    3436 :10FCFE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    3437 :10FD0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    3438 :10FD1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    3439 :10FD2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    3440 :10FD3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    3441 :10FD4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    3442 :10FD5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    3443 :10FD6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    3444 :10FD7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    3445 :10FD8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    3446 :10FD9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    3447 :10FDAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    3448 :10FDBE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    3449 :10FDCE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    3450 :10FDDE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    3451 :10FDEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    3452 :10FDFE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    3453 :10FE0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    3454 :10FE1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    3455 :10FE2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    3456 :10FE3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    3457 :10FE4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    3458 :10FE5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    3459 :10FE6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    3460 :10FE7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    3461 :10FE8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    3462 :10FE9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    3463 :10FEAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    3464 :10FEBE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    3465 :10FECE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    3466 :10FEDE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    3467 :10FEEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    3468 :10FEFE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    3469 :10FF0E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    3470 :10FF1E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    3471 :10FF2E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    3472 :10FF3E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    3473 :10FF4E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    3474 :10FF5E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    3475 :10FF6E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    3476 :10FF7E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    3477 :10FF8E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    3478 :10FF9E00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    3479 :10FFAE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    3480 :10FFBE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    3481 :10FFCE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    3482 :10FFDE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    3483 :10FFEE00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    3484 :02FFFE00FFFF03
     2:100000000080002089BC0008ABBD00080D930008EB
     3:1000100000000000000000000000000000000000E0
     4:10002000000000000000000000000000ADBD00085E
     5:100030000000000000000000AFBD00082D93000884
     6:10004000BDBC0008BFBC0008C1BC0008C3BC0008A0
     7:10005000C5BC0008C7BC0008C9BC0008D59600088C
     8:10006000CDBC000871930008D1BC0008D3BC0008C7
     9:10007000D5BC0008D7BC0008D9BC0008DBBC000810
     10:10008000DDBC0008DFBC0008E1BC0008E3BC0008E0
     11:10009000E5BC000801970008E9BC0008EBBC0008BB
     12:1000A000EDBC0008EFBC0008F1BC00085D9400083E
     13:1000B000F5BC0008F7BC0008F9BC0008FBBC000850
     14:1000C000EDAF16204A62304029BD56B31544E9BF52
     15:1000D00077900D9CFE0B88C07E2615FA83807340B6
     16:0800E0000FCE674B80D541C033
     17:1000E800000000000000244000000000000059400B
     18:1000F800000000000088C3400000000084D797413A
     19:100108000080E03779C34143176E05B5B5B893460B
     20:10011800F5F93FE9034F384D321D30F94877825AD7
     21:080128003CBF737FDD4F15752C
     22:1001300001000000000000000A00000000000000B4
     23:100140006400000000000000E80300000000000060
     24:100150001027000000000000A08601000000000041
     25:1001600040420F0000000000809698000000000050
     26:1001700000E1F5050000000000CA9A3B0000000005
     27:1001800000E40B540200000000E87648170000006D
     28:100190000010A5D4E800000000A0724E180900006D
     29:1001A00000407A10F35A00000080C6A47E8D030040
     30:1001B0000000C16FF286230000008A5D784563016C
     31:1001C000000064A7B3B6E00D0000E8890423C78AE5
     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:100304006FFB0C2141430C310A910A98002800D15B
     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:1008180005B0F0BD8C0F00202400002010200240FD
     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:100B54000099F3E78C0F00202400002010200240AD
     188:100B6400FA830000900F0020600F002005E0FEFFD4
     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:100D740051600021014A117003B0F0BD8C0F0020B6
     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:08162000FFFEFFFF51BD0008B1
     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:0418280097C100085C
     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:101A200083FF0D48006801030E4809F0A7F8032062
     429:101A3000206001B0F0BDC0466C0F0020500F0020A8
     430:101A400080E100E0440E0020111100004404000079
     431:101A5000540F0020FFFF0000700F0020405DC60003
     432:081A6000A4C9000802C7000838
     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:101C7800B8C30008E4C90008D3C300080BAD069830
     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:102098000EE0C046ECC5000825EC00001800005012
     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:1027B800F0B583B0B44807F0B3F8B44D01262E84C1
     647:1027C80037044B200002A861EF6128462A301E21F9
     648:1027D80009F07AF9B820AE492950F920C0433230BF
     649:1027E800B6216852B42032212952B020A949295073
     650:1027F800AC20A94A2A50A8202950A4202A50A02059
     651:10280800A64929509C20A64929509820A549295015
     652:1028180096210220685294216E549021A24A6A504F
     653:102828008821A24A6A508021A14A6A502946183153
     654:10283800A04A4A67A04ACA66A04A0021A04BAB64D6
     655:10284800E96429656965AA65BC22A950D022A95006
     656:10285800CC225A23AB522A46BC3251609160D160D7
     657:10286800CA43984BC043984C29666966AA66EA66CB
     658:102878002C676A67AB67E867D820686039202870DA
     659:10288800A868401CA860914C6068002806D52046BE
     660:1028980008388F4901608F49016060688E48006878
     661:1028A8002168C9031FD421688C4A531C2360114234
     662:1028B80002D1216849036FD46068C00702D06068FC
     663:1028C800B043606086480670864C206886490E7062
     664:1028D8000006400E401E8549086002A8FEF75EF813
     665:1028E800002823D0FEE77D21C9007B4A1268121A0E
     666:1028F8008A42E1D222683A42D5D0774A1268121A3F
     667:102908008A42D9D222683A42CDD0734A1268121A42
     668:102918008A42D1D222683A42C5D06F4A1268121A46
     669:102928008A42C9D222683A42DFD1BCE700970196B1
     670:1029380020680006800B6E4E8419FF2087020CCD9C
     671:102948002046083DFDF79CFE0028FED1654800683A
     672:10295800800238403018D430083508348442EED329
     673:102968005D48006859490968009B1942019C3CD19F
     674:10297800564D2968594A531C2B60114202D12968C7
     675:10298800490359D4E007514A5168014351605068DE
     676:1029980000F0B0F803B0F0BDB1047D22D2004E4B78
     677:1029A8001B681B1A934287D223680B4284D04A4B78
     678:1029B8001B681B1A934200D37EE723680B4200D1A1
     679:1029C8007AE7454B1B681B1A934200D374E72368C8
     680:1029D8000B4200D170E7404B1B681B1A934200D38F
     681:1029E8006AE723680B42DAD166E77D21C9003A4AD3
     682:1029F8001268121A8A42C5D2344A12681A42B7D0EB
     683:102A0800354A1268121A8A42BCD2304A12681A42EF
     684:102A1800AED0314A1268121A8A42B3D22B4A1268CF
     685:102A28001A42A5D02C4A1268121A8A42AAD2274AF8
     686:102A380012681A42DBD19BE7A1047D22D200264B03
     687:102A48001B681B1A93429DD2204B1B680B4299D0DE
     688:102A5800214B1B681B1A934294D21C4B1B680B42D8
     689:102A680090D01D4B1B681B1A93428BD2174B1B68C7
     690:102A78000B4287D0184B1B681B1A934282D2134B08
     691:102A88001B680B42DBD17DE7BEC70008E0030020CE
     692:102A98001027070054F248F44C1D581B06FFFA0093
     693:102AA800983AB036E02ED430B036D430804828007A
     694:102AB800630069000A000200A086010040420F007E
     695:102AC80090D00300007884C900D68AEA102002401A
     696:102AD80023016745AB89EFCD24000020FA8300006D
     697:102AE800940F0020E075FF1F900F0020600F00205A
     698:042AF80000F8FF07DC
     699:102AFC00F0B598B0DC4800680006800BDB49411843
     700:102B0C00481C1790881C1690C81C1590081D149012
     701:102B1C00481D1390881D1290C81D1190084608304E
     702:102B2C001090084609300F9008460A300E9008465F
     703:102B3C000B300D9008460C300C9008460D300B9065
     704:102B4C0008460E300A9008460F300990084610309F
     705:102B5C000890084611300790084612300690084637
     706:102B6C001330059008461430049008461530039035
     707:102B7C000846163002900846173001900846183067
     708:102B8C0000900D4619350E461A36D720C743B84863
     709:102B9C00C019CB19D8229B5C8354179BDB199B5C07
     710:102BAC00D9240355169BDB199B5CDA240355159B22
     711:102BBC00DB199B5CDB240355149BDB199B5CDC242D
     712:102BCC000355139BDB199B5CDD240355129BDB190E
     713:102BDC009B5CDE240355119BDB199B5CDF240355A6
     714:102BEC00109BDB199B5CE02403550F9BDB199B5C52
     715:102BFC00E12403550E9BDB199B5CE22403550D9BD2
     716:102C0C00DB199B5CE32403550C9BDB199B5CE424D4
     717:102C1C0003550B9BDB199B5CE52403550A9BDB19C5
     718:102C2C009B5CE6240355099BDB199B5CE72403554D
     719:102C3C00089BDB199B5CE8240355079BDB199B5C09
     720:102C4C00E9240355069BDB199B5CEA240355059B81
     721:102C5C00DB199B5CEB240355049BDB199B5CEC247C
     722:102C6C000355039BDB199B5CED240355029BDB197D
     723:102C7C009B5CEE240355019BDB199B5CEF240355F5
     724:102C8C00009BDB199B5CF0240355EB199B5CF12436
     725:102C9C000355F3199A5CF223C2541B3700D076E724
     726:102CAC0073498869734C2061888BA082C88BE08241
     727:102CBC00088C2083488CA083888CE083C88C20846B
     728:102CCC00088D6084488D7C22A052888D7E22A05273
     729:102CDC00C88D98221692A052088E9A221492A05255
     730:102CEC00488E8C221292A052888EA0221592A0524D
     731:102CFC00C88EA8221792A0520A463832ECCAC86C69
     732:102D0C001390086D1090486D0F90802022508422F3
     733:102D1C00A3508822A55090231193E6509C26A751CE
     734:102D2C00A425139B6351AC231393109FE7500F9B67
     735:102D3C00A3678F6D9423E750085A5227E0538220E3
     736:102D4C00085A5027E05308461830C06EE065885882
     737:102D5C0020661298085A5422A0528E20085A5622E5
     738:102D6C00A0521198085A5822A0529220085A5A225E
     739:102D7C00A052C85C6422A0529620085A6822A05225
     740:102D8C001698085AA0861498085AE086885B208703
     741:102D9C009E20085A60871598085AA087A220085AC6
     742:102DAC00E087485B4022A052A620085A4222A0523B
     743:102DBC001798085A4422A052AA20085A4622A05218
     744:102DCC001398085A4822A052AE20085A4A22A05200
     745:102DDC00B020085A4C22A052B220085A4E22A052BF
     746:102DEC00B420085A6A22A052B620085A6C22A0526B
     747:102DFC00B820085A6E22A052BA20085A7022A0524B
     748:102E0C00BC200A582046C8304266C0228A588266C6
     749:102E1C00C4228A58C266C8228A580267CC228A5AAF
     750:102E2C007223E252D0228A5802660A6E15924B6EB9
     751:102E3C000A46683264CA14964F6F8E6F1696CE6F20
     752:102E4C0017964363159B036342648564C767149AA2
     753:102E5C0082672920C000169A225020184660C86844
     754:102E6C00606018B0F0BDC046E075FF1F00F8FF07AA
     755:082E7C00E00300202800002003
     756:102E8400F0B59DB00390E24806F04CFDE1480068BF
     757:102E94000006800BE0494218501C1B90901C1A90AD
     758:102EA400D01C1990101D1890501D1790901D16904D
     759:102EB400D01D159010460830149010460930139018
     760:102EC40010460A30129010460B30119010460C3008
     761:102ED400109010460D300F9010460E300E90104694
     762:102EE4000F300D90104610300C90104611300B909E
     763:102EF400104612300A9010461330099010461430D0
     764:102F0400089010461530079010461630069010466B
     765:102F14001730059010461830049011461931FF23DC
     766:102F24009B02029300230193DC430094CF3CBB4BF0
     767:102F34001D191619D023F65CEE541B980619F65C7D
     768:102F4400D127EE551A980619F65CD227EE55199832
     769:102F54000619F65CD327EE5518980619F65CD427A3
     770:102F6400EE5517980619F65CD527EE5516980619EE
     771:102F7400F65CD627EE5515980619F65CD727EE555C
     772:102F840014980619F65CD8202E54139E3619F65C54
     773:102F9400D927EE55129E3619F65CDA27EE55119EA6
     774:102FA4003619F65CDB27EE55109E3619F65CDC27E5
     775:102FB400EE550F9E3619F65CDD27EE550E9E36193A
     776:102FC400F65CDE27EE550D9E3619F65CDF27EE55CE
     777:102FD4000C9E3619F65CE027EE550B9E3619F65C0E
     778:102FE400E127EE550A9E3619F65CE227EE55099E56
     779:102FF4003619F65CE327EE55089E3619F65CE4278D
     780:10300400EE55079E3619F65CE527EE55069E3619F1
     781:10301400F65CE627EE55059E3619F65CE727EE5575
     782:10302400049E3619F65CE827EE550E19F65CE9277E
     783:10303400EE557A4D1A3400D079E71A90686D784EBF
     784:103044007065688D7085A88DB085686B1990294668
     785:10305400383116C9686C1B90AF6CE86C1890286DF9
     786:103064001790688E7086A86DB065E88DF085288EFF
     787:10307400308619987063B163F26334641B9870648A
     788:10308400B7641898F06417983065039F012F01D036
     789:10309400A86901E04B2000020199B061012F0846A4
     790:1030A40000D0A88BB083012F03D1F78304D1632010
     791:1030B40004E0E88BF083FAD07820285A2A8C802107
     792:1030C4007052012F06D0685888217050012F05D105
     793:1030D4000A2405E0534888217050F9E784202C5ACB
     794:1030E4008C2019903452012F06D07A242C5B82252F
     795:1030F4007453012F03D003E06924822574533A46A4
     796:103104003284012F01980246444D0CD17284024648
     797:103114000DD1B284012F02460ED1F28402463285CB
     798:1031240013E0EA6F12E06A8C72840246F1D0AA8C32
     799:10313400B284012F0246F0D0EA8CF284012F0246B9
     800:10314400EDD02A8D3285012FEBD1374A344618341D
     801:10315400E2660222012F1B9201D08622AA5A8E20F7
     802:1031640018903252314C012F00D06C5A9022B45234
     803:103174002F49012F0C4601D08A242C5B92201790F2
     804:1031840034523846012F01D1054601E0199C2D5DCA
     805:103194009424355501281B98FD4D01D01898285AC0
     806:1031A40096271997F0530398012805D0AA5A982511
     807:1031B4007253012804D106E0F74A9825725302E0BD
     808:1031C400F3481799415A9A27F1530398012802D0DA
     809:1031D400EF48025B00E0F14AEE4C9C2172520398E6
     810:1031E400012802D0EA48199A845A9E203452F922BE
     811:1031F400D443039A012A1994224601D0E44A525B2B
     812:10320400A0243253039A012A14D0E14AD25B12E07B
     813:1032140035C40008E075FF1F00F8FF07B80400205C
     814:10322400E003002080482800A0860100B03600009A
     815:10323400D4300000FA22A22417943253D84A039DB2
     816:10324400012D01D0D24A525AA42116917252D0496A
     817:103254000A5AD449012D084600D01046A8271897C9
     818:10326400F053D148012D054600D01546A622B5528B
     819:10327400CE4F039D012D3D4601D0C54D2D5BAA24A3
     820:1032840017943553039D012DC54C02D0C04C169D97
     821:10329400645BAC257453039C012C01D0BC48805A58
     822:1032A400AE2430530398012802D0B9481899415AE2
     823:1032B400B02031520399012902D0B549179A8F5A87
     824:1032C400B222B752039F012F02D0B1494D5B00E0F7
     825:1032D4003225B42118917552012F02D0AC4D295BCF
     826:1032E40001E019993231019DB6243153012F07D0E1
     827:1032F400A74C245AB8203452012F05D1072205E0E7
     828:10330400AB4CB8203452F9E7A14CA25ABA24325338
     829:10331400012F2A4602D09E4A18995258BC21725055
     830:10332400012F2946984C01D099490958C0203150A1
     831:10333400C420012F02D09649095A00E05A21CC2218
     832:10334400B152C821012F2A4601D0914A5258F25055
     833:10335400755035501B98C0439649974A3566756633
     834:10336400009BB366F36632677367B167F067884999
     835:103374008868401C88601A997160B0603920307088
     836:10338400012F284601D08248007C3074012F01D0DF
     837:103394007F48C568F560894D6868002806D52846C9
     838:1033A4000838874901608749016068688648006871
     839:1033B40001211B910F042968C9031FD42968834A7A
     840:1033C400531C2B60114202D1296849036AD46868EE
     841:1033D400C0071B9A02D06868904368607C480270FA
     842:1033E40020687C490A700006400E401E7A49086035
     843:1033F4001CA8FDF7D5FA002823D0FEE77D21C900DB
     844:10340400714A1268121A8A42E1D22A683A42D5D025
     845:103414006D4A1268121A8A42D9D22A683A42CDD029
     846:10342400694A1268121A8A42D1D22A683A42C5D02D
     847:10343400654A1268121A8A42C9D22A683A42DFD10E
     848:10344400BCE72068800202990840504944180CCE19
     849:103454002046083EFDF716F90028FED14A480068C8
     850:1034640080020299084049490818D43008360834C3
     851:103474008442ECD354480068296839423BD1296816
     852:10348400524A531C2B60114202D12968490355D476
     853:103494001B98C0076968014369606868FFF72CFBE3
     854:1034A4001DB0F0BD1B9989047D22D200464B1B68D8
     855:1034B4001B1A93428BD22B680B4288D0424B1B6859
     856:1034C4001B1A934283D22B680B4200D17FE73E4BF9
     857:1034D4001B681B1A934200D379E72B680B4200D177
     858:1034E40075E7394B1B681B1A934200D36FE72B68AF
     859:1034F4000B42DBD16BE77D21C900334A1268121AF3
     860:103504008A42C5D22A683A42B9D02F4A1268121A9E
     861:103514008A42BDD22A683A42B1D02B4A1268121AA2
     862:103524008A42B5D22A683A42A9D0274A1268121AA6
     863:103534008A42ADD22A683A42DFD1A0E71B998904B6
     864:103544007D22D200204B1B681B1A9342A0D22B6809
     865:103554000B429DD01C4B1B681B1A934298D22B68BC
     866:103564000B4295D0184B1B681B1A934290D22B68C0
     867:103574000B428DD0144B1B681B1A934288D22B68C4
     868:103584000B42DFD184E7C046E075FF1F00F8FF0758
     869:10359400B8040020B0360000E02E0000983A000085
     870:1035A4004C1D000054F2FFFF581B000048F4FFFFBD
     871:1035B40010270000007884C900D68AEA102002404F
     872:1035C40023016745AB89EFCD24000020FA83000076
     873:0C35D400940F0020900F0020600F0020DA
     874:1035E000F0B591B00F90F14806F09EF9F04E3069B9
     875:1035F000F04DA861B08AA883F08AE883308B2884D4
     876:10360000B08B6884F08BA884308CE884708C28851B
     877:103610007E20305AA8857C20305A688598200C90EE
     878:10362000305AE8859A200A90305A28868C200790D4
     879:10363000305A6886A0200B90305AA886A8200E9099
     880:10364000305AE8868024305904908422B058039080
     881:1036500088200590305802909020069030580190B4
     882:103660009C2008903358A42009903258AC200D902B
     883:103670003058B16F049FAF63039FEF63029F2F64C5
     884:10368000019F6F64AB64EA642865696594203158D2
     885:10369000A9655221715A29535021715A8222A95287
     886:1036A000F16D2A461832D166316E059AA95054211F
     887:1036B000715A079AA9525621715A8E22A95258213D
     888:1036C000715A069AA9525A21715A9222A95264211A
     889:1036D000715A29546820305A96216852B08E0C993C
     890:1036E0006852F08E0A996852308F08996852708F2C
     891:1036F0009E216852B08F0B996852F08FA2216852B8
     892:103700004020305A099968524220305AA621685206
     893:103710004420305A0E9968524620305AAA216852E5
     894:103720004820305A0D9968524A20305AAE216852CA
     895:103730004C20305AB02168524E20305AB221685283
     896:103740006A20305AB42168526C20305AB62168522F
     897:103750006E20305AB82168527020305ABA2168520F
     898:103760003046C830416EBC22A950816EC022A9509B
     899:10377000C16EC422A950016FC822A9507221715A8A
     900:10378000CC22A952016ED022A950016B0E91416B3F
     901:103790000D91436C846C876FC06F0C902920C00022
     902:1037A0003158301840680E9A2A660D9A6A66AB66E0
     903:1037B000EC662F670C9A6A67A967E867A868401CDF
     904:1037C000D8216960A860392028700F98002804D09B
     905:1037D000794806F0A9F87068E860784C60680028BD
     906:1037E00006D5204608387649016076490160606850
     907:1037F000754E3068012739040F912168C9031FD421
     908:103800002168724A531C2360114202D12168490386
     909:1038100069D46068C00702D06068B84360606C48D3
     910:1038200007706C4C20686C490F700006400E401EFB
     911:103830006A49086010A8FDF7B5F8002820D0FEE717
     912:103840007D21C9003268121A8A42E2D222680F9B97
     913:103850001A42D5D03268121A8A42DAD222681A4243
     914:10386000CED03268121A8A42D3D222681A42C7D006
     915:103870003268121A8A42CCD222681A42E2D1BFE7D9
     916:103880000E9720680006800B554FC419FF20860252
     917:103890000CCD2046083DFCF7F7FE0028FED14D4830
     918:1038A0000068800230403818D4300835083484422B
     919:1038B000EED3454D2868414C21680F9A11420E9E67
     920:1038C00034D12168414A531C2360114202D121683E
     921:1038D00049034BD4F0076168014361606068FFF7FA
     922:1038E0000DF911B0F0BDB9047D22D20033681B1A66
     923:1038F00093428ED223680B428BD033681B1A9342BB
     924:1039000087D223680B4284D033681B1A934200D3BA
     925:103910007FE723680B4200D17BE733681B1A934291
     926:1039200000D376E723680B42E0D172E77D21C9001E
     927:103930002A68121A8A42CDD222680F9B1A42C0D03E
     928:103940002A68121A8A42C5D222681A42B9D02A6855
     929:10395000121A8A42BED222681A42B2D02A68121AB9
     930:103960008A42B7D222681A42E2D1AAE7B1047D2284
     931:10397000D2002B681B1A9342ACD223680B42A9D009
     932:103980002B681B1A9342A5D223680B42A2D02B6846
     933:103990001B1A93429ED223680B429BD02B681B1AA2
     934:1039A000934297D223680B42E3D193E7D3C7000831
     935:1039B00028000020E003002008CA00081020024070
     936:1039C00023016745AB89EFCD24000020FA83000076
     937:1039D000940F0020E075FF1F900F0020600F002063
     938:0439E00000F8FF07E5
     939:1039E40010B5FFB083B0E349086A086A0869096939
     940:1039F4004424C1B2AA2904D0E0433322CC2904D000
     941:103A040004E05520C043332200E0D0430146563140
     942:103A1400049208D0C0B2CC2803D0BB2806D1F54804
     943:103A240002E0F54800E0F54805F07CFF6E94F44DA3
     944:103A3400DB35EF4C103C2068284020600126310221
     945:103A440020686291084320607D205D90C100ED48AC
     946:103A540000686C9106F0C4FF401E010E37076F9694
     947:103A6400B207119203223A92920763920029E64E1A
     948:103A740023D1E6494860E64A1068E64B1840639B48
     949:103A84001843106000208860072008601068E1492E
     950:103A94000840119908431060DF486F990170B06BBA
     951:103AA4000843B063B06B084074907498706B3843EB
     952:103AB4007063706B38407490749868973A9B59029D
     953:103AC400D64A1068509188430127B9024B91401897
     954:103AD40010601068629908431060706D18210143EA
     955:103AE4007165106828401060306838216A91084078
     956:103AF400102201466792514072681A400223739360
     957:103B04005A4089184A424A41B90365917197790626
     958:103B14006991314608396B910968C14F00282ED04C
     959:103B2400002A2CD10720C00281436B9A11601068CF
     960:103B3400629908431060BB4801686B9A12684B9BFA
     961:103B44001A4228D10268521A022A6FD86B9A126854
     962:103B54001A4220D10268521A022A67D86B9A126854
     963:103B64001A4218D10268521A022A5FD86B9A126854
     964:103B74001A4210D10268521A022ADED956E0311FC5
     965:103B84000A68A94B1A40659B1A430A6000280BD0A7
     966:103B94009C48006815E09C4D281F0168A24A11400A
     967:103BA400659A1143016032E00720C0026B9A1168E4
     968:103BB4008143116010688004410F9C48C8409149BA
     969:103BC400086095490E78002E119D00D135465D9907
     970:103BD400C90006F005FF401E8E49884226D88B494D
     971:103BE40048608B4A10688B4B1840639B18431060E5
     972:103BF4000020886007200860002E17D0114608684E
     973:103C0400844A104028430860834806707E4D286823
     974:103C14006A9A1040202801D000F0FBFC686D2868E7
     975:103C24001040102801D000F0D1FD68687198C003DD
     976:103C3400389020684007800F00D14EE20720729030
     977:103C44000003714B1968014319607949F1391A6805
     978:103C54000A401A606B990968699A114200D005E21A
     979:103C6400694B586B6899084007D1596B689A11439E
     980:103C74005963596B114074917499684F3968629A09
     981:103C840011433960719C21046091664E31686E9DC8
     982:103C94003A68629B1A4219D13268521A022A27D80A
     983:103CA4003A681A4212D13268521A022A20D83A6863
     984:103CB4001A420BD13268521A022A19D83A681A42A7
     985:103CC40004D13268521A022AE2D911E06C99E83917
     986:103CD4004D4A526D0A4021020A438A42554901D095
     987:103CE40000F0DAFC484B5A6D0A4062990A435A655F
     988:103CF4000028454E04D101200007716B8143716394
     989:103D04003A98C043F16C0140F164119A501EF16C71
     990:103D140001401143F164706860990843706046483B
     991:103D240005F000FEFDF780FD444F04243C60FDF7E0
     992:103D34007BFD52943C60719840057290301F6D90E9
     993:103D44000068669000213E4E3E4C08E00021709BC6
     994:103D540098003D4A1150591C802900D1C7E06D9A42
     995:103D640010680B46304908407093190240181060DF
     996:103D74000BE0C046102002400A6802430A607298B1
     997:103D84003249086073990229E1D13868042865D161
     998:103D9400012038603E21735C725D521E551EAA419B
     999:103DA400012B6F9B00D11346002B6E9DE7D102229D
     1000:103DB400725472553168CB681343CB600A6A8243EC
     1001:103DC4000A620A6A02430A62214A914205D0214AE0
     1002:103DD400914202D0204A9142CED1609AD31D8A6882
     1003:103DE4001A40062ACBD003049A42C8D0C4E7C0467E
     1004:103DF4001020024091C4000876C40008ACC4000836
     1005:103E040024FEFFFF200000200810024010E000E024
     1006:103E140020ED00E0FFFFFF00840F00200070004051
     1007:103E24008813000024000020FF80FFFF0024F4001A
     1008:103E3400F0F1FFFFFFFCFFFF20C600086C0F00201D
     1009:103E4400440E0020200F0020EC07002000E100E0D9
     1010:103E54000004004000400140002C01403868032861
     1011:103E6400739990D13868032800D06FE77298B349EA
     1012:103E74000860BFF34F8FBFF36F8F3568E868022186
     1013:103E84008843E860286A719B98432862286A2862FC
     1014:103E9400286AAB4A104207D14B9844302A6A02423E
     1015:103EA40002D12868984328603E2033546E983354D6
     1016:103EB40052983860A3480268002A07D02068A24BB1
     1017:103EC4001B681B03C0182060092A03D8501C9D4A94
     1018:103ED40010600AE000219B4A11609C4A11600A218B
     1019:103EE40006F07EFDA96A491C41436E9D4BE77F2085
     1020:103EF40001026191669C0C406D9B1968944A1140C3
     1021:103F040021431960401EFDD1709078907790914CB8
     1022:103F1400E06A02210F910843E062E06A08407B9066
     1023:103F24007B98E06A52990843E062E06A08407B901B
     1024:103F34007B98E06A202173910843E062E06A0840BC
     1025:103F44007B907B98E06A719E3043E062E06A304087
     1026:103F54007B907B98F92047017F4807617F496298ED
     1027:103F6400886276962120379000047590700227901D
     1028:103F7400749074AD08462946FCF70AFF7098779050
     1029:103F840076907596669774977348183864902946A6
     1030:103F9400FCF7FEFE7696709F759740205E907490B5
     1031:103FA4006F4810382946FCF7F3FE77977697759695
     1032:103FB4006298749069482946FCF7EAFE77977696EA
     1033:103FC400759673987490654829463D46FCF7E0FE63
     1034:103FD400206B30432063206B304074907498FF2032
     1035:103FE4000E9000025F4A1168814365980143116095
     1036:103FF4005D48279901605D4C0720B1040702629A6D
     1037:10400400121D5B4B23605C926260A5605B97E76066
     1038:1040140025616661A161679AE26125626562A562B4
     1039:104024000D90E062256365635D206D90205C320332
     1040:1040340000280F9F0C92139100D19DE06D98275496
     1041:1040440018681F465E9B98435F9738605A95599548
     1042:10405400579556952F461346679851905891314677
     1043:10406400284653955C9D54955593E1E01D46296877
     1044:104074000222709211430523994329603D490D683A
     1045:10408400344E36686A9A1640102E00D188E20E68C3
     1046:10409400761BBE4200D9E3E52E4E36681640102E3C
     1047:1040A40000D17DE20E68761BBE4200D9D8E5294EC8
     1048:1040B40036681640102E00D172E20E68761BBE429E
     1049:1040C40000D9CDE5234E36681640102E00D167E2A4
     1050:1040D4000E68761BBE42D3D9C2E520680221014393
     1051:1040E4000520814321602348016823680722134087
     1052:1040F400022B00D1A2E503685B1ABB4200D9AFE5ED
     1053:1041040023681340022B00D198E503685B1ABB4275
     1054:1041140000D9A5E523681340022B00D18EE503687E
     1055:104124005B1ABB4200D99BE523681340022B00D1E4
     1056:1041340084E50268521ABA42D7D991E580E100E0D9
     1057:10414400111100000C0F0020700F0020200F002020
     1058:10415400FF80FFFF081002401800005000040050C8
     1059:104164001008005008E400E000E100E0200D002009
     1060:1041740000300140240000205C2000272754F4492B
     1061:10418400886B10438863886B104074907498C86A75
     1062:1041940001252843C862C86A28407B90789777979E
     1063:1041A400769702205F907590E02074907B9874A9B4
     1064:1041B400649E3046FCF7ECFD7F977E977D977C9557
     1065:1041C40038987B907BA93046FCF7E2FD7398E1496F
     1066:1041D40008606D985F992154226810685E9988433D
     1067:1041E4001060E802E36818430F210902884200D0F6
     1068:1041F400A7625F925B9883425C9D00D80C9F5597A1
     1069:10420400D548F13003405B93606B5A9020461030E0
     1070:1042140007C85892E2695192226A5692626A599288
     1071:10422400A26A579262685492A2685392719E709FD8
     1072:10423400549A2A40C94DAD1D539B1D40AA180F9B8B
     1073:104244001840104331400143589D2846279A104096
     1074:1042540008436A99519B0B40034380200990569A66
     1075:1042640002401A436698E030669057990140114322
     1076:104274005F9B19605B9A55980243280C5299084039
     1077:1042840010435999679D2940014308225A981040C8
     1078:1042940008435860F002D9698143D96127666D9853
     1079:1042A40026543C20AE4C129026542C206D9026545B
     1080:1042B400256473986064A764E76427630D9860635A
     1081:1042C400A0636762A762E661A6762783A54D201DD9
     1082:1042D4000777A548183025606060A760E7600790FD
     1083:1042E4002061359262617D977C977B978097A06D62
     1084:1042F400002805D0A868689F384200D1A7E0CEE026
     1085:1043040000247894779401231805914A916B014312
     1086:104314009163916B014081918198D06A1843D06276
     1087:10432400D06A1840709381908198D06A022171916B
     1088:104334000843D062D06A084081908198769403271C
     1089:104344007597749374AD649E30462946FCF720FD3E
     1090:10435400769475977198749030462946FCF718FD49
     1091:104364007694759704206790749030462946FCF73C
     1092:104374000FFD76947597709874907C48064629468C
     1093:10438400FCF706FD7694759771987490304629462B
     1094:10439400FCF7FEFC7694759767987490304629462E
     1095:1043A400FCF7F6FC7694759735987490649E3046C5
     1096:1043B4002946FCF7EDFC76947597102074903046EE
     1097:1043C4002946FCF7E5FC25216948719A4254694A5B
     1098:1043D4000F32694B1D6815401D604D2252011D6846
     1099:1043E40015431D60654A05251560654F709E3E6046
     1100:1043F400C46346540462F102802728C00460446008
     1101:104404008760629BC3600161739941618463C26385
     1102:104414008032026446648464C464046524210838D8
     1103:1044240044544F4908658162564A50680E9988433E
     1104:1044340050600C9854490860542049490C54484829
     1105:10444400C465474C2568A868689F384227D1A86886
     1106:104454004E4901403943A9604D4800684D4906F072
     1107:10446400BFFA4000801C80908098002817D0809864
     1108:10447400401E80908098002811D08098401E809023
     1109:10448400809800280BD08098401E80908098002847
     1110:1044940005D08098401E809080980028E7D1A868B5
     1111:1044A40038423D4E07D1A06D10210143A165E06D56
     1112:1044B40001210143E165A868529908401022A16DC9
     1113:1044C400114008180F215B91C94364910028A16D24
     1114:1044D400679239D13148D9300140022071900143AB
     1115:1044E400A1652169AA68D20700D06DE2236B002B75
     1116:1044F4000C9A00D100220029729B02DA1A4B17335E
     1117:104504000B402646A4681C43337E9B032343747EDE
     1118:10451400E4031C43B37E5F032743F4683C43144322
     1119:104524006D98325C52002243739FF45D012C00D0DD
     1120:1045340009E2002B00D104E20948836D3B43836503
     1121:10454400C36D1C43C465FFE11143A165A0E2C046ED
     1122:1045540008100240180000500F0E0000FA830000FB
     1123:10456400840D002000240140E8FFFF7F0004005078
     1124:10457400E80D00200080FFFF080002400008024010
     1125:104584008408024008E400E000E100E0E8FFFF6F77
     1126:1045940020000020400D03002400002024FEFFFF23
     1127:1045A4002568729A1540032D00D2B7E02568709AE9
     1128:1045B40015439D4325600A682368729D2B40022B96
     1129:1045C40000D1ABE00B689B1ABB4201D9FFF748FB53
     1130:1045D40023682B40022B00D1A0E00B689B1ABB423E
     1131:1045E40001D9FFF73DFB23682B40022B00D195E056
     1132:1045F4000B689B1ABB4201D9FFF732FB23682B409F
     1133:10460400022B00D18AE00B689B1ABB42D4D9FFF776
     1134:1046140027FB686B6899084007D1696B689A114356
     1135:104624006963696B114074917499F4490968629AD9
     1136:10463400114200D09EE0F14B196811431960FE4904
     1137:104644000A68FC4B1B68629D2B4200D092E00B6809
     1138:104654009B1A022B01D9FFF7E9FAF64B1B682B4290
     1139:1046640000D087E00B689B1A022B01D9FFF7DEFA12
     1140:10467400F04B1B682B427DD10B689B1A022B01D98E
     1141:10468400FFF7D4FAEB4B1B682B4273D10B689B1AD0
     1142:10469400022BD6D9FFF7CAFAE84F7A6D7B6D609C7E
     1143:1046A40023437B657B6DA3437B6513460B407B658E
     1144:1046B400E34CD20701D1FFF715FB3268DF4B5B6D8A
     1145:1046C4009B0701D5FFF70EFB33689B1AA34201D960
     1146:1046D400FFF70EFBD94B5B6D9B0701D5FFF702FB80
     1147:1046E40033689B1AA34201D9FFF702FBD34B5B6DDE
     1148:1046F4009B0701D5FFF7F6FA33689B1AA34201D949
     1149:10470400FFF7F6FACD4B5B6D9B0701D5FFF7EAFA8D
     1150:1047140033689B1AA342D1D9FFF7EAFAC74C216840
     1151:104724008143216020688006400F00D1CEE02068DC
     1152:104734006A9A10400828C34800D1CDE0216811408E
     1153:10474400102901D001F081F8616803220A40032A8C
     1154:1047540000D0BD4861684906490F491C06F040F97C
     1155:1047640061684904490E48436168490F491C06F0D1
     1156:1047740037F9B1E0B14A516D719B19435165AE49A6
     1157:104784000A68AE4D6B6D9B0751D40B689B1ABB42F4
     1158:1047940001D9FFF74BFA6B6D9B0748D40B689B1A42
     1159:1047A400BB4201D9FFF742FA6B6D9B073FD40B68FC
     1160:1047B4009B1ABB4201D9FFF739FA6B6D9B0736D4BC
     1161:1047C4000B689B1ABB42DCD9FFF730FA71980006DC
     1162:1047D4006B9A116881431160974801686B9A12685B
     1163:1047E400699B1A422FD00268521A022A01D9FFF794
     1164:1047F4001DFA6B9A12681A4225D00268521A022ACC
     1165:1048040001D9FFF713FA6B9A12681A421BD0026897
     1166:10481400521A022A01D9FFF709FA6B9A12681A424E
     1167:1048240011D00268521A022AD8D9FFF7FFF90028DA
     1168:104834006A9A01D0FFF7F3F971980007696B814315
     1169:104844006963FFF7ECF97D4B5968804A0A40804957
     1170:10485400511859607F49491C6B9D2A680A432A6094
     1171:104864005968689A1143596001686B9A1268699B88
     1172:104874001A4201D0FFF7DAF90268521A022A01D962
     1173:10488400FFF7D4F96B9A12681A4201D0FFF7CEF9F8
     1174:104894000268521A022A01D9FFF7C8F96B9A126802
     1175:1048A4001A4201D0FFF7C2F90268521A022A01D94A
     1176:1048B400FFF7BCF96B9A12681A4201D0FFF7B6F9F8
     1177:1048C4000268521A022AD0D9FFF7B0F96B9800682F
     1178:1048D4008004410F5C48C840216889093C220A4091
     1179:1048E4005D4989581F220A40D0405C4908605C4CED
     1180:1048F4002578002D119E00D12E465D99C90006F041
     1181:104904006FF8401E5349884201D9FFF7A9F9554968
     1182:104914004860554A10684F4B1840639B1843106019
     1183:104924000020886072980860002D01D1FFF798F983
     1184:1049340011460868474A1040304308602570FFF765
     1185:104944008FF9609B1A434948436A876AEE68484C6A
     1186:104954003440002B709103D0629EC03633403B43F9
     1187:1049640013432343EB60426863991140C36C129C68
     1188:10497400045D012C09D1046C466C2643846C3443D9
     1189:104984000C431C430121214300E019432A4E2B69A7
     1190:10499400384C1C400C432C610123DC07A242334CED
     1191:1049A400709911D00324A407A242304C0CD09B0769
     1192:1049B4009A4209D05B9B9B041A402F4C26689E4365
     1193:1049C400B2181D4E2260294C6A690D9B9A43636B91
     1194:1049D4001A436A616A6920467024A243846B2401E5
     1195:1049E40014436C6101225405A14209D0002913D15A
     1196:1049F400A96A64980143A9620EE0C04600700040B1
     1197:104A0400A96A1A48C16989001C311C240C406499A4
     1198:104A1400A140046E0C43AC6269690D9C214099422B
     1199:104A24002CD100211148C165816D1143719A9143C4
     1200:104A340081652DE000700040240000200810024031
     1201:104A44008813000000127A000024F4008C80C11F37
     1202:104A540002080220FFFFFF0090BB00082000002096
     1203:104A6400840F002010E000E020ED00E0840D002021
     1204:104A74000102DEFF02FCFF1F08270140FC4CA16D70
     1205:104A840010230B4371988343A365E06D1043E065E5
     1206:104A940000277D9701247C947B947BAD2846FBF70B
     1207:104AA400CFFBA0061890801C7B902846FBF7C8FB20
     1208:104AB4006D94E0065C90001D7B902846FBF7C0FBDC
     1209:104AC400EC487B902846FBF7BBFB689810307B9042
     1210:104AD4002846FBF7B5FBE8487B902846FBF7B0FB7C
     1211:104AE400E6487B902846FBF7ABFBE5487B902846DD
     1212:104AF400FBF7A6FBE3487B902846FBF7A1FBE24CBF
     1213:104B04007F20A7605790E0600E9820616761A761DD
     1214:104B1400E7611198206271976762DC4802460C3A9B
     1215:104B240022602927E15D002912D128210023635442
     1216:104B34001121C9026160D64D696B4B9B19436963AE
     1217:104B4400696B194074917499696D389B194369654F
     1218:104B54000F990697E155CA215A91816153218161C8
     1219:104B640003685B066D9F27D4036880241C4304609C
     1220:104B74003368046864061FD43468E41A6C9DAC423C
     1221:104B840014D80468640617D43468E41AAC420DD807
     1222:104B94000468640610D43468E41AAC4206D8046885
     1223:104BA400640609D43468E41AAC42E2D90323B64C4F
     1224:104BB400069D6355036868E0C368B64C1C40C46036
     1225:104BC400C368C3600E9B4360579B1B0444681C432B
     1226:104BD40044600368099CA3430360C3689B0626D40E
     1227:104BE4000368A024A343036033680468A40654D470
     1228:104BF4003468E41A6C9DAC4214D80468A4064CD4FE
     1229:104C04003468E41AAC420DD80468A40645D4346868
     1230:104C1400E41AAC4206D80468A4063ED43468E41A04
     1231:104C2400AC42E2D93A9B984C069D63552DE0C3688B
     1232:104C3400739CA343C3600368A024A3430360336845
     1233:104C44000468A40625D43468E41A6C9DAC4214D8D4
     1234:104C54000468A4061DD43468E41AAC420DD8046870
     1235:104C6400A40616D43468E41AAC4206D80468A40630
     1236:104C74000FD43468E41AAC42E2D93A9B824C069DC4
     1237:104C84006355C368739C2343C3600E9B83617E4B4F
     1238:104C940011E0C368739C2343C360C3687C07641E2C
     1239:104CA4001C40C460C368119C2343C3600E9B836192
     1240:104CB400754B069C1F5528240B941B5D012B00D1BA
     1241:104CC4005AE10F9B704C069D63550B9BE7545A9B0E
     1242:104CD4008361816103685B0627D40368099C2343CD
     1243:104CE40003603368046864061FD43468E41A6C9D56
     1244:104CF400AC4214D80468640617D43468E41AAC428D
     1245:104D04000DD80468640610D43468E41AAC4206D89A
     1246:104D14000468640609D43468E41AAC42E2D93A9AC5
     1247:104D2400594B069D5A55026864E0C3687B041360BE
     1248:104D3400BA04C3689343C360C268C2600268099B33
     1249:104D44009A430260C268920626D40268A0239A435A
     1250:104D54000260326803689B0653D433689B1A6C9CC8
     1251:104D6400A34214D803689B064BD433689B1AA3420E
     1252:104D74000DD803689B0644D433689B1AA34206D813
     1253:104D840003689B063DD433689B1AA342E2D93A9A3E
     1254:104D94003D4B069D5A552DE0C268739B9A43C260F1
     1255:104DA4000268A0239A430260326803689B0624D4F5
     1256:104DB40033689B1A6C9CA34214D803689B061CD4CA
     1257:104DC40033689B1AA3420DD803689B0615D4336835
     1258:104DD4009B1AA34206D803689B060ED433689B1A19
     1259:104DE400A342E2D93A9A284B069D5A55C268739C4D
     1260:104DF4002243C2600E9A826108E0C268739B1A4320
     1261:104E0400C2600E9A8261204B069D5F550F9A5A55D7
     1262:104E14000B9A9F545A9A82618161016849063BD476
     1263:104E24000168099A1143016031680268520633D45B
     1264:104E34003268521A6C9B9A4214D8026852062BD4D8
     1265:104E44003268521A9A420DD80268520624D4326843
     1266:104E5400521A9A4206D8026852061DD43268521A6F
     1267:104E64009A42E2D93A99084A069BD154016873E000
     1268:104E7400840D00200800000C001000B00001002088
     1269:104E84000002002400040028900E00200C2800409A
     1270:104E940008100240BFFF8FFB01460839B44A0A607C
     1271:104EA4000168099A91430160C168890626D40168A2
     1272:104EB400A0229143016031680268920654D432689A
     1273:104EC400521A6C9B9A4214D8026892064CD43268E7
     1274:104ED400521A9A420DD80268920645D43268521A80
     1275:104EE4009A4206D8026892063ED43268521A9A420E
     1276:104EF400E2D93A999F4A069BD1542DE0C168739A2E
     1277:104F04009143C1600168A022914301603168026845
     1278:104F1400920625D43268521A6C9B9A4214D80268BD
     1279:104F240092061DD43268521A9A420DD8026892062B
     1280:104F340016D43268521A9A4206D8026892060FD4DE
     1281:104F44003268521A9A42E2D93A998A4A069BD15453
     1282:104F5400C168739B1943C1600E998161104608E0D2
     1283:104F6400C168739A1143C1600E99816181480699A1
     1284:104F740047540B99719A4254F74D286B0C9B184374
     1285:104F84002863F64C27620D9AA260679DE5600E982F
     1286:104F94002061719F6761A7610230A080F5480146D6
     1287:104FA40008392160EC49096B194074917499617F47
     1288:104FB400002900D121770F9B6377C26001682943E0
     1289:104FC400359A9143016021698160016860229143AF
     1290:104FD40001600168099A914301606D9D657728021B
     1291:104FE4005590FF30E44A10801446C834E765A7653D
     1292:104FF40045204A908100F8430591505264990F313D
     1293:105004006164A164472116918900159150528F2142
     1294:105014004900149150522321C900089150528D2106
     1295:105024004900029150521381558105203690908198
     1296:1050340007982062D148173059906062D048208187
     1297:10504400411E5491618160616198FF30A061C1206B
     1298:1050540040002D901752106ECA4B58430699C90050
     1299:105064005050649151186391C0174860D06D5843F3
     1300:10507400A067C0177094E067C348806B0006800B7C
     1301:10508400C249405C382815D0392809D0FF281DD1E1
     1302:10509400BF4804F047FCB8494F800E98C88118E017
     1303:1050A400BC4804F03FFCB4494D803920C881FDF769
     1304:1050B40023FD10E0B84804F035FC0220AE494880D6
     1305:1050C4006A98C8810020FDF7DBFE04E03A9951801C
     1306:1050D400D081FDF76FFBB14804F024FCFDF70CFD13
     1307:1050E400AF48006840061AD430683168091A32297A
     1308:1050F4000BD83168091A322907D83168091A3229BC
     1309:1051040003D83168091A3329EFD3A548006840064B
     1310:1051140005D4A44804F006FC0120FDF7B1FEA24822
     1311:10512400A24A02600C24A24B54619761D7611762B2
     1312:10513400576297629049086913605060888A9D4A53
     1313:10514400531EC98ACA1E92B210939A422A4600D3A9
     1314:105154000A46022801D3092100E00A2192B200285C
     1315:105164004B9D0C9B0AD0012806D1509D06E0C046F9
     1316:1051740016241800900E00203D463B4688188B49A3
     1317:1051840061938B605F950D61012A00D0669F874D06
     1318:105194006697EF6005F09AFB874B719F3A4606F0DD
     1319:1051A40033FE05F00BFB5890099AA85800283E4698
     1320:1051B40038463B4639467E4F41D17C2000247B490A
     1321:1051C4000C546549886B659A10438863886B10405A
     1322:1051D40074907498C86A02252843C862C86A284033
     1323:1051E4007B90789477940120769075955E9874906E
     1324:1051F4007B9874AE714F38463146FBF7C9FD7894FD
     1325:105204007794769475958020749038463146FBF7F0
     1326:10521400BFFD099A6A4B18696A49084018616A48CF
     1327:105224005C990160614DA8686190E868669028699E
     1328:105234005F906C69AB69E969286A6E6A2F685C9350
     1329:105244000B4624215691594DA9503A680121539196
     1330:105254008A433A605F990C4361990C436A6E224316
     1331:105264003C685A4D2540154365931D433D603A9A69
     1332:1052740012037C68944366990C437C605C990843F0
     1333:10528400BA68534B13400343BB60F86A5B9A90437C
     1334:105294003043F8624F4887423B46354609DC4E4866
     1335:1052A40083424E4E679917D04D4883423F4F1BD0DF
     1336:1052B40010E04C488342494E3C4F679914D03C4817
     1337:1052C400834207D12448C06C8007000F464A105817
     1338:1052D400719009E0719107E01F48C06C0C220240F4
     1339:1052E400414880587190314F67936D98C003389A44
     1340:1052F4006599914226D17199082900D959E149004B
     1341:105304007944898849008F4408005401D800540125
     1342:105314008A00540154015401E400344800680E49E1
     1343:105324000968890A1C220A40314989581F220A4007
     1344:10533400D0400B2D00D2F8E00B2D629900D1F7E09C
     1345:105344000121F5E07199082900D932E104A249004C
     1346:10535400515A49008F44C04608100240BC0E002038
     1347:105364004E002D01B7002D018A002D012D012D01C4
     1348:10537400C300C0460830024028000020E8FFFF7F39
     1349:105384000080FFFFF0F1FFFFA875FF1F00F8FF0783
     1350:105394000AC6000891C70008EEC3000854C40008F8
     1351:1053A4001008005063C40008B8050020940A0020C7
     1352:1053B40000380140FFFF000000000C4000040050D2
     1353:1053C40008E400E0FFFFFF0000E100E0F369FFCF25
     1354:1053D400FFF4FF11FF4B0040004400402400002074
     1355:1053E40000480040004C004054BB0008200000204E
     1356:1053F400D0BB0008F9480068F9490968890A1C22E9
     1357:105404000A40F84989581F220A40D0400B2D00D287
     1358:10541400A8E00B2D629900D1A7E00121A5E0F04A94
     1359:1054240010688006400F77D010686A9B18400828DF
     1360:10543400ED4877D011681940102900D014E2516862
     1361:1054440003220A40032A00D0E848E54C6168490673
     1362:10545400490F491C05F0C4FA61684904490E4843E0
     1363:105464006168490F491C05F0BBFA5BE0DC4A10682F
     1364:105474008006400F6DD010686A9B18400828DA48EF
     1365:105484006DD011681940102900D0FAE151683A9A98
     1366:105494001140032900D0D548D14C61684906490F11
     1367:1054A400491C05F09DFA61684904490E4843616846
     1368:1054B400490F491C05F094FA51E00B2D15D2A800B0
     1369:1054C400CB49095814E00B2D14D2A800C849095837
     1370:1054D40013E00B2D13D26900C64A515A12E00B2D6A
     1371:1054E40016D26900C34A515A3FE0629900D00121A3
     1372:1054F400BE481DE0629900D00121BC4835E05599B1
     1373:1055040000D0012105F06CFA41007C68600814E0C9
     1374:1055140055992AD0539928E06B9800688004410F6C
     1375:10552400B248C8400B2D00D306E7A900B04A515831
     1376:1055340005F056FA40007C6861080818214605F019
     1377:105544004FFA60991039014033D00007400F0843E7
     1378:1055540016E06B9800688004410FA448C8400B2DE6
     1379:1055640000D356E7A900A24A515805F039FA7C68DD
     1380:1055740061080818214605F033FA80B20F2818D9BB
     1381:10558400679AD06000259C48B866FD663D67B86A96
     1382:10559400002870D0C10713D181071BD4410723D43D
     1383:1055A40001072BD4C10632D481063AD4410642D431
     1384:1055B40057E09148B8660020F8663867739FD9E0D1
     1385:1055C40001214904134652688A43F96A1143596018
     1386:1055D4008107E3D501210904679B5A688A43396B23
     1387:1055E400114359604107DBD501218904679B5A683F
     1388:1055F4008A43796B114359600107D3D5679B596876
     1389:10560400549A1140BA6B0A435A60C106CCD50121A1
     1390:105614000903679B9A688A43F96B11439960810671
     1391:10562400C4D501214903679B9A688A43396C1143A5
     1392:105634009960410615D50121090571953546679E86
     1393:1056440072688A437B6C1A4372602E46719D8B424A
     1394:1056540007D13A994905679B5A688A43B96C114343
     1395:1056640059600006679A06D50120C0045168814339
     1396:10567400F86C084350600127F805516801435160F4
     1397:1056840010681899084310603A984002D630604375
     1398:105694005A4905F0A5F95A498C42589A00D3421C3C
     1399:1056A4005848401C679C616901401143616120684E
     1400:1056B40038432060882054490D5030682168090718
     1401:1056C40022D5E169729A11421ED131680A1A699988
     1402:1056D400491E8A423ED8E269729B1A4214D132684A
     1403:1056E400121A8A4236D8E2691A420DD13268121A65
     1404:1056F4008A422FD8E2691A4206D13268121A8A42C3
     1405:1057040028D8E1691942E0D0216849072AD5E1691E
     1406:10571400490227D4B9053268131A699A521E934272
     1407:1057240018D8E3690B421DD133681B1A934211D870
     1408:10573400E3690B4216D133681B1A93420AD8E36912
     1409:105744000B420FD133681B1A934203D8E2690A4211
     1410:10575400E1D007E02D483B30216801402160A0687A
     1411:10576400B843A06009982849739F0F507C200D54BA
     1412:1057740084200F50264800687C210A91445C01462D
     1413:105784007C31012C0ED0569A4A6002681368156861
     1414:105794000126B54315607507AB43136000224266CA
     1415:1057A4000A704F608A68202A0C9E13D103465C332A
     1416:1057B4008268B2420CD1012C0CD00469002C09D0AF
     1417:1057C400559C5C801C800E9C9C80124C846567E018
     1418:1057D400012C23D1104805F0CFF9FEE7200000206A
     1419:1057E40008100240D0BB000800127A000024F40024
     1420:1057F40064BB000834C100080100010040420F00EE
     1421:10580400014B0000FFFFFFFE940A002024FEFFFF6F
     1422:10581400B8050020DF05002094C50008559C5C8075
     1423:105824001C80FD4C8465002A08D001242407A24270
     1424:1058340009D10469002C04D03F2430E00469002C11
     1425:105844002CD0579C2BE0002429E02068104020280D
     1426:10585400389801D1FFF740F820681040182800D18B
     1427:10586400A3E10020FFF738F8106818402028389882
     1428:1058740000D157E610681840182800D1CEE1002066
     1429:1058840050E6106818402028389800D167E6106860
     1430:105894001840182800D1C4E1002060E60E9C9C80CA
     1431:1058A40000247394CC60222439948C600468A56825
     1432:1058B40001273D43A56058977F07456E0197BD4278
     1433:1058C40003D19B89559DAB420ED9B24203D10269E3
     1434:1058D400002A00D1CEE0D44AD44E00230B70C26615
     1435:1058E400629F2037224611E0B24203D10269002AA6
     1436:1058F40000D125E1CE4BCD4E689F224608320025CB
     1437:105904000D70C36620686299084320602620659064
     1438:10591400739D3554106838431060F561B58435843F
     1439:1059240030461C308571C34F388804F0BFFF7321A3
     1440:10593400CC05214604F082FDBF4F394604F07EFDBC
     1441:1059440004F02AFF0646BD480660BA48408C04F0BD
     1442:10595400ADFF214604F072FD394604F06FFD04F0FA
     1443:105964001BFF801BB649086054277495B54BD85D5E
     1444:105974005899CA05039201281C68349702D1A0687B
     1445:10598400B14EE4E2D955A068A168C907AE4E23D050
     1446:105994000F99084020D1A06836990840012812D1F7
     1447:1059A400A068AA4908400F990843A0603A9820606B
     1448:1059B4003068A168C9070FD03168091A0329F8D3E0
     1449:1059C400A168C907F5D09F4A906D102101439165E4
     1450:1059D400D06D58990843D065A068C007994A906D66
     1451:1059E40040D19B49D93108400F9908439065E1683B
     1452:1059F4009848001FE2680240E260A068934A1040A1
     1453:105A040010181830A0603898C01C084072902146C5
     1454:105A1400B431914AA368002B2ED5749B5B1C7493FC
     1455:105A2400749B934200D9B5E1A368002B24D5749BE1
     1456:105A34005B1C7493749B934200D9ABE1A368002B65
     1457:105A44001AD5749B5B1C7493749B934200D9A1E197
     1458:105A5400A368002B10D5749B5B1C7493749B9342B6
     1459:105A6400D8D997E1102108437649739ACA558865B5
     1460:105A7400104698E1794A2FE70B68A56873480540FA
     1461:105A840045191835A56057980340A568002D24D5FD
     1462:105A9400749D6D1C7495749D954200D97AE1A56836
     1463:105AA400002D1AD5749D6D1C7495749D954200D972
     1464:105AB40070E1A568002D10D5749D6D1C7495749DBE
     1465:105AC400954200D966E1A568002D06D5749D6D1C2C
     1466:105AD4007495749D9542D8D95CE10D68A6685B48BD
     1467:105AE400064086191836A660574E57980540EB189D
     1468:105AF400A568002D26D5749D6D1C7495749D9542E2
     1469:105B040000D947E1A568002D1CD5749D6D1C7495C2
     1470:105B1400749D954200D93DE1A568002D12D5749D70
     1471:105B24006D1C7495749D954200D933E1A568002DD0
     1472:105B340008D5749D6D1C7495749D9542D8D929E13E
     1473:105B4400474BD8E60D68A6684048064086191836C3
     1474:105B5400A6603D4E579805405B19A568002D28D5D1
     1475:105B6400749D6D1C7495749D954200D912E1A568CD
     1476:105B7400002D1ED5749D6D1C7495749D954200D99D
     1477:105B840008E1A568002D14D5749D6D1C7495749D51
     1478:105B9400954200D9FEE0A568002D0AD5749D6D1CC0
     1479:105BA4007495749D9542D8D9F4E05D980002FEF78F
     1480:105BB40093FE0D68A6682548064086191836A66027
     1481:105BC400214E579805405B19A568002D4AD5749D50
     1482:105BD4006D1C7495749D954200D9DBE0A568002D79
     1483:105BE40040D5749D6D1C7495749D954200D9D1E087
     1484:105BF400A568002D36D5749D6D1C7495749D9542D1
     1485:105C040000D9C7E0A568002D2CD5749D6D1C749532
     1486:105C1400749D9542D8D9BDE0DF0500205D9800024F
     1487:105C240080E45D9800029AE451BD0008B8050020A4
     1488:105C3400F1130008A875FF1F00803B45280F0020C2
     1489:105C4400240F0020840D002024000020E8FFFF7FA3
     1490:105C540024FEFFFF0080FFFFFFF1020097C1000850
     1491:105C6400291600080D68A668E84806408619183603
     1492:105C7400A660E74E579805405B19A568002D22D50C
     1493:105C8400749D6D1C7495749D954200D982E0A5683D
     1494:105C9400002D18D5749D6D1C7495749D954279D80A
     1495:105CA400A568002D0FD5749D6D1C7495749D954247
     1496:105CB40070D8A568002D06D5749D6D1C7495749DCF
     1497:105CC4009542DAD966E00D68A668D0480640861980
     1498:105CD4001836A660CE4E579805405B19A568002D6E
     1499:105CE40021D5749D6D1C7495749D954252D8A568F8
     1500:105CF400002D18D5749D6D1C7495749D954249D8DA
     1501:105D0400A568002D0FD5749D6D1C7495749D9542E6
     1502:105D140040D8A568002D06D5749D6D1C7495749D9E
     1503:105D24009542DBD936E00D68A668B8480640861966
     1504:105D34001836A660B64E579805405819A568002D28
     1505:105D440001D403F023F8749D6D1C7495749D9542E1
     1506:105D540020D8A568002D01D403F018F8749D6D1C9B
     1507:105D64007495749D954215D8A568002D01D403F04F
     1508:105D74000DF8749D6D1C7495749D95420AD8A568A0
     1509:105D8400002D01D403F002F8749D6D1C7495749D6C
     1510:105D94009542D3D900209F4BD855996D10220A43C0
     1511:105DA4000F998A439A65411E48424841A1684907B0
     1512:105DB4006F9900D40146002900D0C8E0589995484D
     1513:105DC400C155E068C0070CD1A068C00706D0A06820
     1514:105DD4008E4908400F9908435899A060E068084329
     1515:105DE400E06073987490A068C00741D187482F3051
     1516:105DF400A168014209D0874A906D10210143916541
     1517:105E0400D06D58990843D065A1E0A0687F49084047
     1518:105E140058990843A060804800680399084221D03B
     1519:105E24007E4800687E4904F0DBFD401C7490749841
     1520:105E3400002817D07498401E74907498002811D0CC
     1521:105E44007498401E7490749800280BD07498401E67
     1522:105E540074907498002805D07498401E74907498B7
     1523:105E64000028E7D16B48407E012801D002F074FF7E
     1524:105E7400684A739BD3556B48FF30916D014062981B
     1525:105E840001439165D3651C232360106D6649674AFD
     1526:105E9400674DC56202634163616810220A43626010
     1527:105EA4005699415C01294CD001462431589D0D700E
     1528:105EB4004A78012A41D10F9A4A707399C1630168E3
     1529:105EC4000A68AA430A60826CC56C5560026D002A98
     1530:105ED40002D0456D866D6E6025464035066C1E40C9
     1531:105EE400589BB340534E361F37681F43376009230E
     1532:105EF4004B608668504B102E1F4600D02F468F6093
     1533:105F0400102E00D01D46CD600B680E251D430D607C
     1534:105F1400406C0368609D2B423D4E03D00368629D34
     1535:105F24002B430360002A03D01068629B184310605F
     1536:105F34000868589A1043086003E0739A0A70099934
     1537:105F4400C163A0683149084052990843A060306891
     1538:105F54003168091A64290BD83168091A642907D8E9
     1539:105F64003168091A642903D83168091A6529EFD3FD
     1540:105F7400FBF778FD314803F0D5FC70983049C187B0
     1541:105F84008187304F388B002831D05898C0020021C7
     1542:105F940004E0491C2B4A128B914228D22A4A1060F1
     1543:105FA40033683268D41A629A5E3294420BD83468E9
     1544:105FB400E41A944207D83468E41A944203D8346843
     1545:105FC400E41A9442EDD9204B186133683468E41A1A
     1546:105FD4009442DED83468E41A9442DAD83468E41A75
     1547:105FE4009442D6D83468E41A9442EFD9D1E7E12038
     1548:105FF40000016B904D20179040010021134D5F303C
     1549:1060040019906D9169915F912BE0C046E8FFFF7F85
     1550:1060140024000020840D00200827014020000020D7
     1551:10602400400D0300FFEFFFFF4BC10008FDBC00085B
     1552:10603400D101000808000240E00E0020E8C7000873
     1553:10604400FFFF0000280000201800005001A00000FD
     1554:10605400002073997050307584209249399A0A50FF
     1555:1060640039466A9190480068012801D000F0F8FB95
     1556:1060740000258D4805608D4F38688109401A8C4F82
     1557:10608400B9684418A1098B484843000CC8228A4BBC
     1558:1060940098528A4804F0A4FC709E70803868C11736
     1559:1060A4007288002304F05CFC0622002304F058FCF0
     1560:1060B4000904000C4018F0607C48046080480068C3
     1561:1060C4007C6880491731739188426F9908D0411CCC
     1562:1060D4007B4A11601999884201DC002100E001210A
     1563:1060E4007291794A1068010A401A00191060000A76
     1564:1060F400718800230A0C050C2F46574380B2424393
     1565:106104008EB270436E43150C110440187D41310C5E
     1566:106114003204709E10186941062204F021FC09041F
     1567:10612400000C40183061729800280BD030697169F6
     1568:10613400884201DD306970613069B169884201DAF1
     1569:106144003069B0615A985C4E305A0025210C020C1B
     1570:1061540013464B4380B24143A4B2604354430A0CF8
     1571:10616400090440185A41210C2304181851410622ED
     1572:106174002B4604F0F5FB0904000C40186521890046
     1573:1061840070504B49C868514A12680969739B9A4216
     1574:1061940002D0521C4D4B1A60401A04F04BFB0446CB
     1575:1061A4000E46709F788804F091FB2246334605F032
     1576:1061B4002BFE2A46464B05F027FE2A46454B04F0A3
     1577:1061C40099F9454A454B04F095F904460E46942046
     1578:1061D4003949085804F02EFB2A46414B04F08AF949
     1579:1061E4002246334605F010FE04F082FA19210A0112
     1580:1061F4007292314988503A69D317F869C11704F08B
     1581:10620400AFFB5D9AD2002B4604F00EFC386435488F
     1582:106214000068396E081ACD214900274A5052324984
     1583:10622400081D7C2205F05CFC304E301D31467C227A
     1584:1062340005F056FC72982049085872902A49086063
     1585:10624400F868539030602A462B46739806E02D1D5B
     1586:10625400802D73913A463346204619D02349495933
     1587:10626400CC176140091B91420F4600DC1746739A14
     1588:10627400914200DB11461C4A5259D4176240141B48
     1589:106284009C42264600DC1E468442E0DB0446DEE7F0
     1590:10629400781AC1174840401A5190642828D3002521
     1591:1062A40027E0C046940A0020080F00204C0F00206D
     1592:1062B400E00E0020E40C0000280000200000B80BD1
     1593:1062C400740F0020E8FFFF7F780F00205C0F002090
     1594:1062D4000000F03E00004440FCA9F1D24D62303F82
     1595:1062E40080842E41640F0020200C0020200B00200D
     1596:1062F4000125094F301BC1174840441AF86D682125
     1597:10630400795A04F06DFBC117890F4018801050941E
     1598:1063140084426F9803DB01E028000020284600280F
     1599:10632400014D03D09CE2C04601A00000074842682A
     1600:106334008368981AC1174840401A72992492511AD6
     1601:10634400CA175140891A884203DC01E0200C00205E
     1602:1063540008460449CC68E11ACA175140891A814297
     1603:1063640003DC01E0200C0020014604480569281BD9
     1604:10637400C2175040801A884203DC01E0200C002040
     1605:10638400084604494E69711BCA175140891A814253
     1606:1063940003DC01E0200C0020014604488769B81B97
     1607:1063A400C2175040801A884203DC01E0200C002010
     1608:1063B40008460549C9694F91C91BCA175140891A32
     1609:1063C400814204DC02E0C046200C0020014605485E
     1610:1063D400026A4F984E92101AC2175040801A88428F
     1611:1063E40003DC01E0200C0020084605494A6A4E9966
     1612:1063F4004D92511ACA175140891A814203DC01E0B7
     1613:10640400200C002001460548826A4D984C92101ACF
     1614:10641400C2175040801A884203DC01E0200C00209F
     1615:1064240008460549CA6A4C994992511ACA175140FB
     1616:10643400891A814203DC01E0200C00200146054852
     1617:10644400026B49984892101AC2175040801A884229
     1618:1064540003DC01E0200C0020084605494A6B4899FA
     1619:106464004792511ACA175140891A814203DC01E04C
     1620:10647400200C002001460548826B47984692101A6A
     1621:10648400C2175040801A884203DC01E0200C00202F
     1622:1064940008460549CA6B46994592511ACA17514094
     1623:1064A400891A814203DC01E0200C00200146FE48E9
     1624:1064B400026C45984492101AC2175040801A8842C0
     1625:1064C40000DC08465490F848426C4498101AC117EE
     1626:1064D4004840411A54988142269100DC0146559166
     1627:1064E400F148806C4390801AC1174840411A55986E
     1628:1064F4008142289100DC01465691EB48C16C4398D7
     1629:106504004291081AC1174840411A5698814229916C
     1630:1065140000DC01465791E448016D42984191081A04
     1631:10652400C1174840411A579881422A9100DC01461C
     1632:106534005C91DD48416D41984091081AC11748406B
     1633:10654400411A5C9881422B9100DC01466191D64846
     1634:10655400816D40983F91081AC1174840411A6198CB
     1635:1065640081422C9100DC01466691CF48C16D3F9871
     1636:106574003E91081AC1174840411A669881422E91EB
     1637:1065840000DC014620976791C748016E3E983D9113
     1638:10659400081AC1174840411A679881422F9100DCBC
     1639:1065A40001462F466891C048416E3D983C91081AB7
     1640:1065B400C1174840411A68988142309100DC014675
     1641:1065C40025467191B848816E3C983B91081AC117D1
     1642:1065D4004840411A71988142319100DC014673911F
     1643:1065E4001F922196B048C26E3B98101AC1174840BA
     1644:1065F400441A73988442329400DC04462593AA48D2
     1645:10660400036F1E92991ACA1751408E1AA642314638
     1646:1066140000DC214633942395446F1D93E21AD3176B
     1647:106624005A40D31A8B421A4600DC0A462297856FD9
     1648:106634001C942C1BE7177C40E41B9442274600DC87
     1649:106644001746C06F1B951A90401BC5176840401B26
     1650:10665400B842964D00D903E1944200D900E18B423F
     1651:1066640000D9FDE03398864200D9F9E07398329955
     1652:10667400814200D9F4E071983199814200D9EFE068
     1653:1066840068983099814200D9EAE067982F9981424D
     1654:1066940000D9E5E066982E99814200D9E0E061983E
     1655:1066A4002C99814200D9DBE05C982B99814200D976
     1656:1066B400D6E057982A99814200D9D1E05698299971
     1657:1066C400814200D9CCE055982899814200D9C7E08D
     1658:1066D40054982699814200D8C2E0519804F0AAF84F
     1659:1066E40004460D46509804F0A5F802460B46204691
     1660:1066F400294603F0FFFE00226D4B05F085FB03F0F5
     1661:10670400F7FF14996B4B58522520C000185871900C
     1662:106714005720C000739019187298C8676722D00078
     1663:1067240072901B185398D86724988867624A151D7D
     1664:10673400E0CD10695469619494696694D46967944E
     1665:10674400146A68949D67259D4D675E67239D0D6758
     1666:106754001F67229DCD66D8662198886661989866E1
     1667:106764005648719C046020984866669858664F980D
     1668:106774000866679818664E98C8656898D8654D98F5
     1669:106784008865506A946AD56A166B576B6697976BDF
     1670:106794006797D76B6897176C719798654C9848659D
     1671:1067A4005C65499808651D654898C864DE64479827
     1672:1067B40088646698986446984864679858644598CD
     1673:1067C4000864689818644498C863DF631F988863F2
     1674:1067D400506C946CD56C166D576D6697976D679772
     1675:1067E400D76D6897176E71979863439848635C6395
     1676:1067F400429808631D634198C862DE6240988862CB
     1677:10680400669898623F984862679858623E98086212
     1678:10681400689818623D98C861DF613C988861506E41
     1679:10682400946ED56E166F576F6897976F7197D26F86
     1680:1068340098613B9848615C611E9808611D611D98D0
     1681:10684400C860DE60194D1C988860689898601B9831
     1682:1068540048605F60174F1A987399785072983A504D
     1683:1068640017480068012801D000F0CEFC74A800216C
     1684:1068740001720226134B5E77186882680124224352
     1685:1068840082607591104A74921A6A012A20D0022AF1
     1686:1068940006D0032A0A461ED10B4A0260002200E0F9
     1687:1068A4000A4A026016E0C046200C002001A0000045
     1688:1068B40000408F4028000020200B0020640F00209F
     1689:1068C400040F0020BC0E002012EC0000000012ECAB
     1690:1068D400C64A0280026874A88270C54A73945477C9
     1691:1068E4007BAC21727C917B91389FC24D2F61092230
     1692:1068F4002146FAF7E9FB2F602078FF28BE4D5AD1D4
     1693:1069040074A800787BA94978814254D174A840784E
     1694:106914007BA9897881424ED174A880787BA9C978F3
     1695:10692400814248D12F46B24D6E777BA8007A2A68FF
     1696:10693400936801210B4393602B6A012B17D0022B20
     1697:106944000AD0032B1CD17C9B13607D9B13607BAB13
     1698:10695400DC6814601B690CE07BABDC887C9E36042D
     1699:10696400341914605B897D9C2404E31801E07C9B4A
     1700:106974001BBA13601268697782423D4605D01AE05B
     1701:106984000022697782423D4615D17BA80079CC214B
     1702:10699400014084290FD17BA841790904827912022C
     1703:1069A4005118C07908180399491E88420AD9934995
     1704:1069B4000818801C06E02D99685A401C6852FBF7A1
     1705:1069C40051F800208E490968599A91426F9A07D06C
     1706:1069D4004A1C8B4B1A60132901DC00217391739AB2
     1707:1069E4007292884909680818CA0F89184910441A0C
     1708:1069F400E00F201847103120C0002F50A86F73906B
     1709:106A0400709EF068802169588822AA58401A504321
     1710:106A140003F010FF00252A467B4B03F06BFD03F0C7
     1711:106A240067FE63218900744B585076490C60739952
     1712:106A3400791A764A1160091A739175480160042025
     1713:106A4400305E7E21595E1F46401A03F0F3FE044671
     1714:106A54000E469020385803F0EDFE2246334605F0EA
     1715:106A6400D3F92A46684B03F045FD03F041FE7399C0
     1716:106A7400081A03F0DFFE2A46664B05F0C5F92A46DC
     1717:106A8400654B05F0C1F95D9AD3052A4605F0BCF9BA
     1718:106A940004460E466148046041609420385803F06F
     1719:106AA400C9FE2A465E4B03F025FD2246334605F017
     1720:106AB400ABF90246739071915A4802604160062016
     1721:106AC4007099085E9821795E401A03F0B3FE04467B
     1722:106AD4000E46A420385803F0ADFE2A46524B03F06C
     1723:106AE40009FD2246334605F08FF92A464F4B03F041
     1724:106AF400B9FB739A719B05F087F904460E467395AA
     1725:106B040000224B4B03F0B4FD002811D10022204693
     1726:106B14003146484B03F0CCFD002809D10022204621
     1727:106B24003146394B05F070F903F0E2FD324A03E0D7
     1728:106B340019200001304A1058E4215050729800285E
     1729:106B4400709D0BD0E869296A884201DDE8692862F2
     1730:106B5400E869696A884201DAE869686201213648AD
     1731:106B64006891016035480068296E081ACD214900F2
     1732:106B74005052334E301D7C22314604F0B1FF314F68
     1733:106B8400381D39467C2204F0ABFFE8696790306019
     1734:106B940028695390386059980546739E37463346A2
     1735:106BA40007E0361D802E0D46719A1746729B2046CB
     1736:106BB4004AD0244973968959CC176140091BB942BC
     1737:106BC4000C4600DC3C467194A94200DB29461C4A71
     1738:106BD4009259D4176240141B9C42224600DC1A4688
     1739:106BE40072928442DDDB0446DBE7C046EC1200000F
     1740:106BF400BC0E00201800005028000020FFFFFFFEFC
     1741:106C04007C0F0020800F002000408F402C0F0020BC
     1742:106C1400300F00200000084000005940900500207B
     1743:106C240080842E418805002065CDCD410000F03FD1
     1744:106C340000307140003071C0040F0020680F002044
     1745:106C4400A00C0020A00B0020501AC1174840401A85
     1746:106C54005190192801D300206890181BC11748408F
     1747:106C6400441A074FF86D6821795A03F0B9FE1421CC
     1748:106C740003F08EFE509484426F98024D05DB03E0CE
     1749:106C84002800002001A000006898002800D0B8E285
     1750:106C9400074842688368981AC1174840401A6799A0
     1751:106CA4002492511ACA175140891A884203DC01E020
     1752:106CB400A00C002008460449CC68E11ACA175140C8
     1753:106CC400891A814203DC01E0A00C0020014604483B
     1754:106CD4000569281BC2175040801A884203DC01E072
     1755:106CE400A00C0020084604494E69711BCA17514084
     1756:106CF400891A814203DC01E0A00C0020014604480B
     1757:106D04008769B81BC2175040801A884203DC01E02F
     1758:106D1400A00C002008460549C9694F91C91BCA1730
     1759:106D24005140891A814204DC02E0C046A00C0020D4
     1760:106D340001460548026A4F984E92101AC2175040F5
     1761:106D4400801A884203DC01E0A00C002008460549B3
     1762:106D54004A6A4E994D92511ACA175140891A814272
     1763:106D640003DC01E0A00C002001460548826A4D982E
     1764:106D74004C92101AC2175040801A884203DC01E07A
     1765:106D8400A00C002008460549CA6A4C994992511A38
     1766:106D9400CA175140891A814203DC01E0A00C00208B
     1767:106DA40001460548026B49984892101AC217504090
     1768:106DB400801A884203DC01E0A00C00200846054943
     1769:106DC4004A6B48994792511ACA175140891A81420D
     1770:106DD40003DC01E0A00C002001460548826B4798C3
     1771:106DE4004692101AC2175040801A884203DC01E010
     1772:106DF400A00C002008460549CA6B46994592511AD1
     1773:106E0400CA175140891A814203DC01E0A00C00201A
     1774:106E140001460548026C45984492101AC217504026
     1775:106E2400801A884203DC01E0A00C0020084654903C
     1776:106E34000548426C4498101AC1174840411A5498A6
     1777:106E44008142269103DC01E0A00C0020014655910B
     1778:106E54000548806C4390801AC1174840411A5598E0
     1779:106E64008142289103DC01E0A00C002001465691E8
     1780:106E74000648C16C43984291081AC1174840411A08
     1781:106E840056988142299104DC02E0C046A00C0020FF
     1782:106E9400014657910648016D42984191081AC1175D
     1783:106EA4004840411A579881422A9104DC02E0C046C6
     1784:106EB400A00C002001465C910648416D4198409128
     1785:106EC400081AC1174840411A5C9881422B9104DC8E
     1786:106ED40002E0C046A00C0020014661910648816D85
     1787:106EE40040983F91081AC1174840411A619881425D
     1788:106EF4002C9104DC02E0C046A00C002001466691FF
     1789:106F04000648C16D3F983E91081AC1174840411A7E
     1790:106F1400669881422E9104DC02E0C046A00C002059
     1791:106F2400014620976891FA48016E3E983D91081AEF
     1792:106F3400C1174840411A689881422F9100DC0146EC
     1793:106F44002F467191F248416E3D983C91081AC11741
     1794:106F54004840411A71988142309100DC014625462F
     1795:106F64007291EB48816E3C983B91081AC1174840D6
     1796:106F7400411A72988142319100DC014673911F924B
     1797:106F84002196E348C26E3B98101AC1174840441A30
     1798:106F940073988442329400DC04462593DC48036FE2
     1799:106FA4001E92991ACA1751408E1AA642314600DC25
     1800:106FB400214633942395446F1D93E21AD3175A4004
     1801:106FC400D31A8B421A4600DC0A462297856F1C941A
     1802:106FD4002C1BE7177C40E41B9442274600DC174631
     1803:106FE400C06F1B951A90401BC5176840401BB842E0
     1804:106FF400C84D00D905E1944200D902E18B4200D981
     1805:10700400FFE03398864200D9FBE0739832998142BD
     1806:1070140000D9F6E072983199814200D9F1E0719873
     1807:107024003099814200D9ECE068982F99814200D9C7
     1808:10703400E7E066982E99814200D9E2E061982C99A4
     1809:10704400814200D9DDE05C982B99814200D9D8E0D7
     1810:1070540057982A99814200D9D3E0569829998142B8
     1811:1070640000D9CEE055982899814200D9C9E05498B6
     1812:107074002699814200D8C4E0519803F0DBFB044612
     1813:107084000D46509803F0D6FB02460B46204629468F
     1814:1070940003F030FA0022A04B04F0B6FE03F028FB04
     1815:1070A40015999E4B58522520C000185871903720CE
     1816:1070B400C00073901A186798D0671698C000729031
     1817:1070C4001B185398D8672498906795490D1DE0CDF7
     1818:1070D40008694C6961948C696694CC6967940C6AFC
     1819:1070E40068949D67259D55675E67239D15671F6797
     1820:1070F400229DD566D86621989066619898668948DD
     1821:10710400719C046020985066669858664F98106683
     1822:10711400679818664E98D0656898D8654D989065BC
     1823:10712400486A8C6ACD6A0E6B4F6B66978F6B679754
     1824:10713400CF6B68970F6C719798654C9850655C6538
     1825:10714400499810651D654898D064DE64479890643A
     1826:107154006698986446985064679858644598106493
     1827:10716400689818644498D063DF631F989063486CF0
     1828:107174008C6CCD6C0E6D4F6D66978F6D6797CF6D70
     1829:1071840068970F6E71979863439850635C63429855
     1830:1071940010631D634198D062DE62409890626698E5
     1831:1071A40098623F985062679858623E981062689857
     1832:1071B40018623D98D061DF613C989061486E8C6E96
     1833:1071C400CD6E0E6F4F6F67978F6F6897C96F719110
     1834:1071D40098613B9850615C611E9810611D611D9817
     1835:1071E400D060DE604B4D1C989060679898601B9847
     1836:1071F40050605F60494F1A987399785072987199EA
     1837:1072040039500020FE490860FE4E3768FE48006889
     1838:10721400016840686A983C1A601E84416D98002891
     1839:10722400589800DC002072905B9801406998814274
     1840:107234003A4A01D100F0C7FC579161942520C1005E
     1841:107244005058401C5C9150505F98002816D1F14B67
     1842:10725400181F006801044B9A1040189C214008181C
     1843:1072640050401860F84C6069F849491C0204629B5C
     1844:1072740018400A401018294A5840A061D06D010CEA
     1845:107284006B9B1C0C22464A439BB2594380B26793C2
     1846:107294004343689460430C0C090459185441030C8B
     1847:1072A4000004401869906341E94903C9014309D1C5
     1848:1072B40000204B218900194A5158E64A5143E44AB7
     1849:1072C4001160506066937197E34903C9014309D182
     1850:1072D400002013210901114A5158DE4A5143DE4A64
     1851:1072E40011605060E4260D4FB85900281CD4522078
     1852:1072F400385A03F0EBFA0022D84B03F0FBF80446AB
     1853:107304000D46B85903F096FA22462B463DE0C04696
     1854:10731400A00C002001A0000000408F4028000020A5
     1855:10732400A00B0020680F0020F86D6821795A03F043
     1856:1073340057FB0446B85961428842B85929DA03F028
     1857:1073440079FA73900D466A91204603F073FA024667
     1858:107354000B460120C1076940739803F0CBF856909F
     1859:107364000D465020385A03F0B1FA0022BB4B03F00B
     1860:10737400C1F80022BA4B02F075FF02460B4656983C
     1861:10738400294602F011FE739A6A9B04F03DFD03F056
     1862:10739400AFF96A96709A906270205190385E916A43
     1863:1073A400081A9062D169D06900290FD4C117AA4E76
     1864:1073B4003268141875684D41002320462946A54AB1
     1865:1073C40003F04AFB13210901785018E04042C11729
     1866:1073D4009F4E3268141875684D4100232046294693
     1867:1073E4009C4A03F039FB4B218900785078586C99FA
     1868:1073F4004843F96D03F0F4FA4F2189007852346060
     1869:107404007560709CA06A616BC217236B18182063A7
     1870:107414004A416263A06AE16FC217A36F1818A0679C
     1871:107424004A41E267A06FE16F00256B9A2B4603F097
     1872:10743400FBFA2D21C90054917850606B216B699A35
     1873:10744400511A669E3146814104DAF8203A50384692
     1874:10745400F830466036988001391849683858401E1B
     1875:10746400A9416A9C04DB052080013D503818456021
     1876:10747400F96D3498385AD8227392BA5858235593D0
     1877:10748400FB5A9A4210DD484303F020FA2A46734B14
     1878:1074940003F030F803F046F93A59D317101A8B4128
     1879:1074A40002DA70480088451C6E4805805620385A18
     1880:1074B40029B2814228DD709C6663699820630020AC
     1881:1074C400E067A067396E0A0C689E33465343679D94
     1882:1074D4006A4389B24D437143160C1204AA185E41E3
     1883:1074E4000B0C09048918734117221201B950B918F9
     1884:1074F4004B6064997850639948605B2189007850A7
     1885:107504006F99594A1170A065709E306B716B00259C
     1886:107514006B9A2B4603F088FAF06230693A99C901F4
     1887:107524006691795A88425EDA739838586C99884221
     1888:1075340059DD4E490888401C088080B20A2854D37B
     1889:1075440049480078002850D00A20088009204001CA
     1890:107554003958474A914242D93858464988423ED818
     1891:10756400549978580028785800D5404270645B20BC
     1892:10757400800039583858002900D540423E49B0644B
     1893:10758400706C0028084623D4432080003958F86DD5
     1894:1075940081426C981CD2F86D0028374818D05D9849
     1895:1075A400C0000A0C060C3746574383B25A4388B2CC
     1896:1075B40043437043160C11045A187E412F4F010C9B
     1897:1075C400000480187141709EFA6D002303F044FAA0
     1898:1075D40005997852002024490870FBF7FFFF4920E1
     1899:1075E40080003D5001E02148058064205690385ABF
     1900:1075F400042800D9D8E005A1085C40008744C046AF
     1901:10760400040F002024000020900E00200C784D71FF
     1902:107614004000C04618000050F86D0023010C689D1E
     1903:107624002A464A43679C614380B2444368430E0C34
     1904:10763400090461185641040C000445187441F820EB
     1905:1076440038583946F83142E000040050FFFFFF008B
     1906:10765400A805002080EE3600B00500200000594047
     1907:107664000000F0BF920F0020880F00208E0F002032
     1908:107674000F0E000080FC0A00FFFF0000280000201D
     1909:1076840011200201B858002838DD43208000385802
     1910:10769400549979580818C11735E0386E002800D17C
     1911:1076A40082E00023010C689D2A464A43679C61439B
     1912:1076B40080B2444368430E0C090461185641040C1B
     1913:1076C4000004451874411720010178587918496855
     1914:1076D400F44A03F045F92A46234603F0A5F9054682
     1915:1076E40062E05B2080003958002932D4002032E067
     1916:1076F40054997858002835D4002035E0F86D549911
     1917:107704007958081800213369669C3C5BB56C012DDF
     1918:1077140002DBBD58EA1701E03D6E002269921A1996
     1919:10772400D30FD3185A10DB1703F01AF900236C9AFD
     1920:1077340003F07AF9DB4E3246002303F011F92A46AE
     1921:10774400699B03F071F90546C0178543B5422ADAEF
     1922:107754002AE038584042112109017A58002A08DCED
     1923:107764003C6E0AE078584042432189007A58002A46
     1924:1077740002DD7C58E11701E0FC6D00216991C1171D
     1925:107784000026C84D2A46334603F0EAF82246699B90
     1926:1077940003F04AF96A1E3346B341121A8B4100DBE7
     1927:1077A4002E1A002900D4354601204E9000023D5087
     1928:1077B400BD48026841681046084308D10021179863
     1929:1077C40080003A58B9484243B748026041604C923D
     1930:1077D400B74804684368204618436A9A08D10023CE
     1931:1077E4002720C0003C58B1484443B148046043607A
     1932:1077F4004D91B858002850934F940ED47220395AA2
     1933:10780400B8584843642103F0C3F85F2189007850D5
     1934:107814005198385E7958081A01E0F02038585F21F1
     1935:10782400890078507A58D31773983858C11703F0E1
     1936:1078340097F800236C9A549303F0F6F81722140176
     1937:1078440053943D1969953A6E6B683E5986193E51B9
     1938:107854004B416B60639C6368649D7E59301878511A
     1939:107864004B416360100C689B19464143679C60431D
     1940:1078740092B254435A43030C000426184B41100C93
     1941:10788400110489195841699A5268539B1E46FB5842
     1942:10789400CB1A0346934102DAB95169994860639B54
     1943:1078A40058682A467959491E5499884101DBB950D0
     1944:1078B4005960B858596800256B9C22462B4603F042
     1945:1078C400B3F85B2189007850B85969994968224610
     1946:1078D4006995002303F0A8F82F21C9007850379840
     1947:1078E400C0003958385800290FD4C1174F9A1418BA
     1948:1078F400509D4D410023204629466C4A03F0ACF8C4
     1949:107904002721C90078506A4817E04042C1174C9AB1
     1950:1079140014184D9D4D41002320462946634A03F027
     1951:107924009BF87099C866486E6C994843F96D03F0EA
     1952:1079340057F84F21890078525B48046045607424ED
     1953:10794400385B0028B34900D19AE1385B0128084626
     1954:1079540002D0385B0846103027990160385BAE4985
     1955:1079640008807624385B002800D1A3E1385B012825
     1956:10797400A849084602D0385B084610306299016075
     1957:10798400385BA64908805C983858A54903F028F864
     1958:10799400A4490968884204D0A24908600020FBF782
     1959:1079A4001DFE5599785A7E5ACF2149009E4D2C6868
     1960:1079B4007C5202F08BFF9D4A9D4B04F025FA02F0A5
     1961:1079C40097FE73997F58874202DD002028600EE0FD
     1962:1079D400304602F07BFF974A974B04F015FA02F009
     1963:1079E40087FE874200DBF4E100208F490860934959
     1964:1079F400086093490A46934F709E672080003A526C
     1965:107A04004F208000385A0028084613D0F06E02F048
     1966:107A14005DFF04460D46306F02F058FF02460B46E8
     1967:107A24002046294602F066FD0022874B04F0ECF95B
     1968:107A340002F05EFE8B21490078528448006A844932
     1969:107A44004843000C83490968401A1649484382494F
     1970:107A5400096802F09DFF814940180A2102F098FF4D
     1971:107A6400CC22B8525A21785A669BF852B85E6A24DE
     1972:107A74003B5F984238DAB85ABB5E6C22BD5EAB42BB
     1973:107A840000DCB85ABA5E6E23FB5E3D5F95422C461D
     1974:107A940010DC1446AA420FDA7D5E944210D1002015
     1975:107AA40020E0C046A08601009805002080EE360044
     1976:107AB400A0050020AA42EFDB2A467D5E9442EED068
     1977:107AC400AB421E4600DB2E469D4200DC1D46A11A39
     1978:107AD4000B467343AC1B00B2801A6043C01802F01B
     1979:107AE40057FF709E669978525848C0695849484370
     1980:107AF400C117090C401800145699414358480818F6
     1981:107B04000A2102F045FFF0800620315E359AB25E0C
     1982:107B1400305E914202DDD021785205E0D221795EB7
     1983:107B2400884201DAF0887081484840695A9EB95BFE
     1984:107B3400020C0B0C1C46544389B24A4380B24143A5
     1985:107B44005843130C12048A186341010C0004801872
     1986:107B540059410B227392002302F002FF02F0C4FE8B
     1987:107B64000022404B02F0C6FC02F0C2FD15210901BF
     1988:107B7400785236488069B95B020C0B0C1C4654439E
     1989:107B840089B24A4380B241435843130C12048A1801
     1990:107B94006341010C000480185941739A002302F0D8
     1991:107BA400DFFE02F0A1FE00222E4B02F0A3FC02F045
     1992:107BB4009FFDA92149007852579869902A4E3A4668
     1993:107BC4002A4D719F619C2A486599405C518B00291C
     1994:107BD40001D100F08DFC002801D000F089FC508B0D
     1995:107BE4002449884200DDE5E0401E0A2800D9E5E288
     1996:107BF4004000C046784480884000874448023D00E5
     1997:107C04002E022B02DF02A3081B0237020B021C0107
     1998:107C14009101C046180000508A0F0020860F0020F2
     1999:107C240080510100380F0020440F00207B14AE4720
     2000:107C3400E17AF03F0AD7A3703D0AEF3F3C0F0020E2
     2001:107C4400FFFF00002800002000005940E00E002043
     2002:107C5400E40C0000280F0020240F002030750000E1
     2003:107C6400A015FFFF000024412400002001A0000013
     2004:107C7400B8050020F1030000FAF79CFD00F035FC84
     2005:107C8400F84800880028F84902D08320400039527F
     2006:107C940083204600B85B002803D0B85B884200D03C
     2007:107CA400EBE273983858B98E884200DBB7E00127BD
     2008:107CB400FC48DAE2FC4800880028F94902D0412057
     2009:107CC4008000395241208600B85B002802D0B85B9E
     2010:107CD400884239D173983858398F8842F3482CDC5C
     2011:107CE4006A9838583E21795E6C9A51438842F0482C
     2012:107CF4000F994E9121DCCE21785E5E9ABA5E904255
     2013:107D0400EC483A9A4E9218DCCC22B85E5E9BFB5E3D
     2014:107D14009842E948529B4E930FDC785E6E99795EE7
     2015:107D24008842E64836994E9107DBB85E6E99795ED3
     2016:107D3400884209DA06204E90E14801F0F3FD4E989E
     2017:107D4400B8536298DF490861B85B002800D117E690
     2018:107D540073983858798F884200DB11E66A9838584E
     2019:107D64003E21795E6C9A5143884200DB08E6CE20BE
     2020:107D7400395E4222BB5E994200DB01E6CC217B5E88
     2021:107D8400BA5E934200DBFBE53A5E46203B5E9A42D4
     2022:107D940000DCF5E5795E385E814200DCF0E5B85B35
     2023:107DA400022800D1ECE5C84801F0BCFD0020B8531E
     2024:107DB400C448E3E5C549884224DCC549884200D16A
     2025:107DC40069E1C249884200D0F8E16F9801F05EF899
     2026:107DD4008BE3C04800680028BF4A02D1BD48076051
     2027:107DE400384601460A318F42709E03DC0A388742C6
     2028:107DF40000DBE5E100201060B6490860109AB74F37
     2029:107E0400A749FAE5FD218900884200D1A0E1B449DF
     2030:107E1400884200D0D2E10120FBF7E0FB65E36A98D9
     2031:107E240038581299795E6C9A5143884200DBD5E147
     2032:107E34000227AC4819E26194AB4802F09DFEA749C1
     2033:107E44009C240859002800D102E2085902F0F2FCEF
     2034:107E540000252A467395A54B02F04CFBA44A1668EC
     2035:107E64007197576832463B4602F044FB0022A14B0F
     2036:107E740003F0CAFF02F03CFC94226A9297498850AE
     2037:107E8400709AD08898236793C85290889A226892EF
     2038:107E9400885299483246994E3B46904D719F02F064
     2039:107EA4006BFE285902F0C6FC739C22468F4B02F0ED
     2040:107EB40021FB024692480B4602F05EFE6798285E5C
     2041:107EC400904D02F0B7FC22468F4B02F013FB0246A2
     2042:107ED4008E480B4602F050FE68988049085E02F016
     2043:107EE400A9FC2246884B02F005FB024688480B4653
     2044:107EF40002F042FE6A987949085802F09BFC224637
     2045:107F04007C4B03F081FF024682480B4602F034FEAC
     2046:107F1400814802F031FE2046FBF760FB619CE4E2FD
     2047:107F24007E48164602F028FE6194CE24305BA021E0
     2048:107F34007052705E02F07EFC0022734B02F0DAFA9B
     2049:107F4400024677480B4602F017FE305F9821715EB7
     2050:107F5400401A02F06FFC73906A9100226A4B02F09F
     2051:107F6400C9FA02466F480B4602F006FE6E48719746
     2052:107F7400076846686D483A46334602F0FDFD9C2486
     2053:107F84005648005902F056FC0022584B02F0B2FA4F
     2054:107F9400024667480B4602F0EFFD5048005902F0D4
     2055:107FA40049FC0022514B02F0A5FA3A46719F334630
     2056:107FB400524E02F09FFA00225E4B02F053F9739A7C
     2057:107FC4006A9B02F097FA00225B4C234603F01CFFE5
     2058:107FD40002F08EFBA421414A5050505802F02AFC72
     2059:107FE40000222346619C02F085FA0022464B03F0EE
     2060:107FF4000BFF0022514B02F035F9024650480B4664
     2061:1080040002F0BAFD4F4802F0B7FD00203D4DFBF7EA
     2062:10801400E5FA6AE2CC20105A8C215052505E7E213F
     2063:10802400515E411A484800686C9A504302F0B0FC13
     2064:1080340090212AE03120C000105890671346709AAE
     2065:10804400D0880A99585290887E215852D06880214D
     2066:1080540058501CE0FAF750FD47E20120FAF710FFF0
     2067:1080640043E2C0468A0F0020FFFF0000D4201058CE
     2068:1080740084215050505880215158411A3348006887
     2069:108084006C9A504302F084FC8821144A505000201A
     2070:10809400FBF7A4FA29E2002000F0F8FE25E2C0462E
     2071:1080A400FFFF00009FC80008860F0020D8CA000800
     2072:1080B400C0CA000894C60008E1C80008FDC400084E
     2073:1080C400C0C8000818000050B6C60008F30300003A
     2074:1080D400F20300003C0F0020440F00202800002081
     2075:1080E400D2040000A8CA0008A2C5000800408F40BE
     2076:1080F4009005002080842E411BC700082400002026
     2077:1081040022C3000801A000000000594031C3000848
     2078:10811400B4C50008B4C90008BEC500083CC30008C3
     2079:1081240053C30008D4C500088805002062C30008B2
     2080:10813400E2C500080000F0BF65CDCD410000F03F6E
     2081:1081440095C30008C8C90008300F00202C0F002078
     2082:10815400FC4B196A186A1A691A6900227592BB22C3
     2083:10816400789206227492052212067A920D9A1206C9
     2084:1081740079923F220A40194676928002800E7790C7
     2085:108184005868002809D508460838F54A0260F54AB7
     2086:1081940002604868002800D5AEE04868119908429A
     2087:1081A40000D1B2E0ED49081FEF4A0260EF4A0260D5
     2088:1081B40048681199084200D0A7E0A9E0EC4892E190
     2089:1081C400EC4F6A9838585199795E88420FDA00204A
     2090:1081D4001060E9490860E9498A1E0EE4CE20395E40
     2091:1081E4004822BB5E99422BDD0327E5483DE0601C35
     2092:1081F4001060E449884206D36A9838585199795AEC
     2093:10820400401A089978520898385E0128DE4C13DB2E
     2094:108214005C983858DD4902F0E3FB216888420BD0B2
     2095:108224000899795EDA4D2A689309D21A51188A0995
     2096:10823400029BFA5220602960D049699AFFF7DDFB5E
     2097:10824400CC217B5EBA5E934207DD0427D1480CE063
     2098:10825400D14801F067FB619C47E13A5E4C203B5EEC
     2099:108264009A4200DB7AE30527CC4801F05BFBC14866
     2100:1082740087530746CA4827990161B85B002801D192
     2101:10828400FFF76CFB73983858F98E884201DCFFF7CE
     2102:1082940065FB6A9838581299795E6C9A5143884202
     2103:1082A40001DCFFF75BFBCE20395E4A22BB5E9942BC
     2104:1082B40001DBFFF753FBCC217B5EBA5E934201DB0B
     2105:1082C400FFF74CFB3A5E4E203B5E9A4201DCFFF71F
     2106:1082D40045FB795E385E814201DCFFF73FFBB85B0A
     2107:1082E400022801D1FFF73AFBAE4801F01BFB002046
     2108:1082F400B853AB48FFF730FBAB4801F013FB974989
     2109:1083040048681199084200D04CE7A84801F00AFBDC
     2110:10831400A74801F007FB74A8F8F72AFC002864D0EA
     2111:10832400A44801F0FFFA30688C490968609A114248
     2112:1083340023D03168091A6C9A914226D28749096878
     2113:10834400609A114219D03168091A6C9A91421CD270
     2114:1083540082490968609A11420FD03168091A6C9AEF
     2115:10836400914212D27D490968609A114205D0316860
     2116:10837400091A6C9A9142D7D307E078490B688E4A60
     2117:10838400521C0A608C490B4206D074494868119A01
     2118:10839400104348604868A8E070490968139A11427C
     2119:1083A400F3D03168091A6C9A9142EED26B4909688C
     2120:1083B400139A1142E9D03168091A6C9A9142E4D2B5
     2121:1083C40066490968139A1142DFD03168091A6C9A18
     2122:1083D4009142DAD261490968139A1142D5D03168C1
     2123:1083E400091A6C9A9142D7D3CFE730685B49096880
     2124:1083F400609A114223D03168091A6C9A914227D2AB
     2125:1084040056490968609A114219D03168091A6C9A60
     2126:1084140091421DD251490968609A11420FD03168C6
     2127:10842400091A6C9A914213D24C490968609A114214
     2128:1084340005D03168091A6C9A9142D7D308E04749AC
     2129:108444000B685D4A521C0A605B490B4200D1E1E1B2
     2130:108454006194424C606811990843606060685748B1
     2131:1084640001F060FA30682168619C609A114227D05B
     2132:108474003168091A6C9A91422BD238490968609A7A
     2133:1084840011421DD03168091A6C9A914221D23349A4
     2134:108494000968609A114213D03168091A6C9A9142A2
     2135:1084A40017D22E490968609A114209D03168091A15
     2136:1084B4006C9A91420DD229490968609A1142D7D128
     2137:1084C400264B19683C4C621C1A602142619C00D105
     2138:1084D400D0E122494868079A104348604868384800
     2139:1084E40001F020FA374801F01DFA002021494883A1
     2140:1084F400729820406D9A121A334800685E990840B9
     2141:108504006D92104322D130683168091A0A290BD8B8
     2142:108514003168091A0A2907D83168091A0A2903D8BF
     2143:108524003168091A0B29EFD32748006840060BD499
     2144:108534006298F4306D905F980028244E48D0002053
     2145:108544004AE0C0461020024000206D901F4E307D4E
     2146:108554000028394647D1FDF784FDC046102002406B
     2147:1085640023016745AB89EFCD3B2A19087F6E5D4C2B
     2148:1085740014CA0008280000203C0F0020FFFF000060
     2149:1085840064C60008312A0000400F00208051010019
     2150:10859400480F00207EC8000838C70008DAC4000865
     2151:1085A4001800005086C60008C7C4000840C600086A
     2152:1085B40060CA000869C80008FA83000070CA00088D
     2153:1085C40056C6000888CA000810080050B8050020E4
     2154:1085D4004B98F749086001205F90307D00283946A8
     2155:1085E40001D1FDF73EFD4A98C0007390315805292A
     2156:1085F40001D2FDF72DFD71972723F05C72900120C5
     2157:1086040037466A90C6438C1E26402837F74A02E054
     2158:10861400BF1CB61E73D0781E007850404208C007B5
     2159:108624001AD06A405008D20719D14208C0071AD09C
     2160:108634006A405008D20719D14208C0071AD06A40CC
     2161:108644005008D20719D14508C0071AD0E848454058
     2162:108654006A08E80718D119E05008D207E5D0684045
     2163:108664004208C007E4D15008D207E5D06840420868
     2164:10867400C007E4D15008D207E5D068404508C007D8
     2165:10868400E4D16A08E80701D0D94842403D78554012
     2166:108694006808EA0705D0D64D68404208C00704D1EF
     2167:1086A40004E0D34D4208C00700D06A405008D20706
     2168:1086B40012D068404208C00711D15008D20712D026
     2169:1086C40068404208C00711D15008D20712D0684050
     2170:1086D4004208C0079CD010E04208C007EDD06A40B1
     2171:1086E4005008D207ECD14208C007EDD06A405008C8
     2172:1086F400D207ECD14208C0078AD06A4088E7C8078D
     2173:1087040005D1BC4E719F481C2CD1FDF7A1FC084635
     2174:108714006A9DA843B74E30182525405D424090B26B
     2175:108724004008B34DD20757D06840719F4208C00734
     2176:1087340056D15008D20757D068404208C00756D1D6
     2177:108744005008D20757D068404208C00756D1500895
     2178:10875400D20757D068404208C00756D1481C01D1FF
     2179:10876400FDF776FC3019C05C7118659BC95C090281
     2180:108774000818904201D0FDF76BFC7298002806D0CF
     2181:108784009D48008B7299884201D0FDF761FC5F9887
     2182:108794000028394601D0FDF764FC0E992831729BFC
     2183:1087A40073548B208500002474510B98325C102A7A
     2184:1087B400689500D1A2E0062A00D18BE0032A00D0FC
     2185:1087C400A6E08D48008B002B00D1B8E0984200D180
     2186:1087D400B5E00B228623FDE0719F4208C007A8D0B4
     2187:1087E4006A405008D207A7D14208C007A8D06A40FF
     2188:1087F4005008D207A7D14208C007A8D06A40500841
     2189:10880400D207A7D14208C007A8D06A40481CA9D102
     2190:10881400FDF71EFC79490968139A114200D117E645
     2191:108824003168091A6C9A914200D311E673490968B8
     2192:10883400139A114200D10BE63168091A6C9A9142DD
     2193:1088440000D305E66D490968139A114200D1FFE58A
     2194:108854003168091A6C9A914200D3F9E567490968AD
     2195:10886400139A114200D1F3E53168091A6C9A9142C6
     2196:10887400D0D3EDE561490968139A114200D128E685
     2197:108884003168091A6C9A914200D322E65B4909685F
     2198:10889400139A114200D11CE63168091A6C9A91426C
     2199:1088A40000D316E655490968139A114200D110E61F
     2200:1088B4003168091A6C9A914200D30AE64F49096853
     2201:1088C400139A114200D104E63168091A6C9A914254
     2202:1088D400D0D3FEE54848008B002B01D0984213D139
     2203:1088E40034462734E378A2781002C018629DDB3541
     2204:1088F400A8423AD92520C000414A57E03E48008B9F
     2205:10890400002B0CD098420AD02520C0003D4A4DE0EF
     2206:1089140070186A9B8370099B5A4042705DE032462E
     2207:108924002732577910790002C31918467C387B2402
     2208:10893400E443A0422AD82520C000392235E032463B
     2209:108944002732567910790002801905467E3D0A9B2C
     2210:10895400DF438323BD422DD203223AE0795E385EA1
     2211:10896400814200DB89E4062770E44000224F3D1871
     2212:1089740026796E7064793C541E484018447106711F
     2213:108984001C4EC37082700624447027E07297D57819
     2214:108994009478200242199F181B4BD819401E984204
     2215:1089A40000D352E12520C000069A1201325214E08D
     2216:1089B40018000050D57897783A02729552198518A4
     2217:1089C400669511484019401E0F4DA84200D37AE124
     2218:1089D4000222084E701882704370032425466A9858
     2219:1089E400854372182E46014F14E0C046FFFF000075
     2220:1089F40001A00000B805002028000020102002403B
     2221:108A040086020000860B000024FEFFFF921CB61EA7
     2222:108A140000D181E013787B405808DB071DD0DA4B86
     2223:108A240058404308C0071BD15808DB071DD0D64B5C
     2224:108A340058404308C0071BD15808DB071DD0D24B50
     2225:108A440058404308C0071BD15808DB071DD0CE4B44
     2226:108A540058404308C0071BD11CE04308C007E3D0BB
     2227:108A6400C94843405808DB07E1D14308C007E3D0B5
     2228:108A7400C54843405808DB07E1D14308C007E3D0A9
     2229:108A8400C14843405808DB07E1D14308C00701D07F
     2230:108A9400F848434057785F407808FB071DD0F54BF2
     2231:108AA40058404308C0071BD15808DB071DD0F14BC1
     2232:108AB40058404308C0071BD15808DB071DD0ED4BB5
     2233:108AC40058404308C0071BD15808DB071DD0E94BA9
     2234:108AD40058404708C00799D01BE04308C007E3D0BB
     2235:108AE400E44843405808DB07E1D14308C007E3D01A
     2236:108AF400E04843405808DB07E1D14308C007E3D00E
     2237:108B0400DC4843405808DB07E1D14708C00700D1DF
     2238:108B14007CE7D848474079E7E00703D13A0AD44BC9
     2239:108B2400689D3DE0D24B5819405C4740B8B24008BC
     2240:108B3400D04DFA0719D068404208C00718D1500830
     2241:108B4400D20719D068404208C00718D15008D2078C
     2242:108B540019D068404208C00718D15008D20719D06C
     2243:108B640068404708C00718D118E04208C007E6D09B
     2244:108B74006A405008D207E5D14208C007E6D06A40EF
     2245:108B84005008D207E5D14208C007E6D06A40500831
     2246:108B9400D207E5D14708C00700D06F40689D3A0A64
     2247:108BA40018194754401842700C20659A9854A41C14
     2248:108BB4005C51A2B2504250411A6813467C335D683E
     2249:108BC400202D6F9D00D10546002D719F34D19668EC
     2250:108BD4000C98864202D1106900282DD018780128FB
     2251:108BE4002AD0104654304480DD600480A0484018E8
     2252:108BF400106537985860506E019988420DD10C98D1
     2253:108C0400864203D1106900289E4800D09E481D70FA
     2254:108C140010671168083103980BE00C98864203D161
     2255:108C240010690028954800D095481D701067116898
     2256:108C340009980A6802430A6000208D49739A885093
     2257:108C4400087539468B4DFDF70CFA619568006694FA
     2258:108C540063021818854B1D180026AC198448831923
     2259:108C64002E20185C60702F20185CA855501CB84248
     2260:108C74001BD23020185CE0703120185CA070901C6E
     2261:108C8400B84212D23220185C60710498185C2071CA
     2262:108C9400D01CB84209D23420185CE0713520185C2D
     2263:108CA400A0710836121DBA42D7D3714E7018729A49
     2264:108CB400427100220271619AC270669A8270102217
     2265:108CC400427006248AE66A4D681873002E46837043
     2266:108CD40003234370729840007B021818634B1818E2
     2267:108CE4007290669D6791301972990B195F78952679
     2268:108CF400760087558719085D7870501CA84219D2F0
     2269:108D0400D878B8709878F870901CA84214D2587922
     2270:108D1400387118797871D01CA842554E67990FD2D2
     2271:108D2400D879B8719879F8710834121DAA42DAD347
     2272:108D3400E41C53E6641D00E0E41D4D4E67994DE6C6
     2273:108D440009344BE6BFF34F8F444914394A4808604D
     2274:108D5400BFF34F8F00BFFDE730682168C90701D01A
     2275:108D6400FDF786F8A168C90705D1A1683D4A1140FD
     2276:108D7400589A1143A1603168091A0329EDD3216877
     2277:108D8400C907EAD1FDF737F801A000000A68A56811
     2278:108D9400344B1D40034658980543A560579802403C
     2279:108DA4009A18D2082369119DAB4229D25B98830497
     2280:108DB4002D4D2D681D40AB0C072B21D3DB1E589D78
     2281:108DC4009D407B957B9B5B087B937B9B002B17D003
     2282:108DD4007B9B5B1E7B937B9B002B11D07B9B5B1E41
     2283:108DE4007B937B9B002B0BD07B9B5B1E7B937B9BA2
     2284:108DF400002B05D07B9B5B1E7B937B9B002BE7D1D9
     2285:108E04000B685798834313430B60A168154A1140BC
     2286:108E14000F9A1143A1603168A268D20712D0326858
     2287:108E2400521A032AF8D3A268D207F5D00C4A906DDF
     2288:108E3400102101439165D06D58990843D065D05DE8
     2289:108E4400FCF7B1FFE16872980143E1600448806D6A
     2290:108E5400589908430F998843FCF706FE20ED00E07B
     2291:108E6400840D0020E8FFFF7F082701402800002030
     2292:108E7400B805002001A000000400FA05B1130008A1
     2293:0C8E84005FC1000855130008FFBC000887
     2294:108E9000F0B589B00021069103910291F14C216A4D
     2295:108EA0003F220A400492216A8902890E05912569B0
     2296:108EB000ED49079122690A40089200284DD0EB48FD
     2297:108EC00000F032FDE8B2AA2800D08DE0BB20069069
     2298:108ED00002200290606800280BD520460838F84927
     2299:108EE0000160F84901606068002802D5F64800F08A
     2300:108EF0001BFD0126B5076068400007D5201FF44917
     2301:108F00000160F44901606068284202D0FA4800F02C
     2302:108F10000BFD0195FA4800F007FD02A8F7F72AFEBD
     2303:108F20003704002864D0F74800F0FEFCEB480168E5
     2304:108F300022683A4200D0B1E02268E94B5D1C25600E
     2305:108F40001A4203D12268520300D5E5E06068019916
     2306:108F500008436060606809B0F0BDE8B2AA2800D19B
     2307:108F6000D6E0CC2800D1D3E0AA20069002200290BF
     2308:108F70006068002809D520460838D1490160D149E8
     2309:108F800001606068002800D5C4E0D04800F0CCFC47
     2310:108F9000606840002AD50126B507201FCC49016032
     2311:108FA000CC4901606068284220D1CB4800F0BCFC6D
     2312:108FB00002A8F7F7DFFD002800D1D4E0C748016818
     2313:108FC0002268D20300D525E12268C54B5F1C2760CB
     2314:108FD0001A4203D12268520300D549E16068284350
     2315:108FE00060606068BF4891E0C4488FE0C2488DE08F
     2316:108FF0000096BA4E7D2130682268CD003A42B84BC7
     2317:109000002FD121685A1C2260194203D121684903DB
     2318:1090100000D5B7E060680199084360606068B348B4
     2319:1090200000F082FCAE4B3068216839425CD0316878
     2320:10903000091AA94260D22168394255D03168091A0B
     2321:10904000A94259D2216839424ED03168091AA94241
     2322:1090500052D22168394247D03168091AA942E3D374
     2323:109060004AE03168091AA942D4D221683942C8D0ED
     2324:109070003168091AA942CDD221683942C1D031687C
     2325:10908000091AA942C6D221683942BAD03168091AF0
     2326:10909000A942BFD221683942E3D1B2E77D22D20092
     2327:1090A00003685B1A934200D350E723683B4200D128
     2328:1090B00042E703685B1A934200D347E723683B42C9
     2329:1090C00000D139E703685B1A934200D33EE7236877
     2330:1090D0003B4200D130E703685B1A934200D335E787
     2331:1090E00023683B42DCD127E721685A1C22601942E1
     2332:1090F00002D1216849036BD40098C007616801431D
     2333:10910000616060687A4800F00FFC7F4800F00CFC5A
     2334:1091100009B0F0BD6C48F9E7B2047D23DB000568B7
     2335:109120006D1A9D4200D311E72568154200D10DE765
     2336:1091300005686D1A9D4200D308E72568154200D1E5
     2337:1091400004E705686D1A9D4200D3FFE625681542C5
     2338:1091500000D1FBE605686D1A9D4200D3F6E625684E
     2339:109160001542DCD1F2E6604800F0DEFBF7F7BCFB0D
     2340:109170005E4800F0D9FBF7F759FB5D4800F0D4FBDF
     2341:109180005C48C3E7009989043268121AAA4200D3E6
     2342:1091900040E722680A4200D13CE73268121AAA422C
     2343:1091A00000D337E722680A4200D133E73268121A47
     2344:1091B000AA4200D32EE722680A4200D12AE7326889
     2345:1091C000121AAA4200D325E722680A42DCD121E71D
     2346:1091D000009989043268121AAA428DD222680A4282
     2347:1091E0008AD03268121AAA4286D222680A4283D0F2
     2348:1091F0003268121AAA4200D37EE722680A4200D1DE
     2349:109200007AE73268121AAA4200D375E722680A4246
     2350:10921000E0D171E732047D23DB0007687F1A9F42AB
     2351:1092200000D3DBE62768174200D1CDE607687F1A36
     2352:109230009F4200D3D2E62768174200D1C4E60768F0
     2353:109240007F1A9F4200D3C9E62768174200D1BBE6C8
     2354:1092500007687F1A9F4200D3C0E627681742DCD117
     2355:10926000B2E6C0461020024000604F0740CA000826
     2356:10927000B2047D23DB000668761A9E4200D3ADE679
     2357:109280002668164200D1A9E60668761A9E4200D3E7
     2358:10929000A4E62668164200D1A0E60668761A9E4229
     2359:1092A00000D39BE62668164200D197E60668761A38
     2360:1092B0009E4200D392E626681642DCD18EE6C04676
     2361:1092C00023016745AB89EFCDC7C400082EC600084F
     2362:1092D0003B2A19087F6E5D4CF5C70008240000206A
     2363:1092E000FA8300002BC8000824CA000870CA0008CE
     2364:1092F00056C600080AC8000840C600084CC8000846
     2365:0C93000060CA000869C8000888CA00089C
     2366:10930C0006480168002908D10168002905D10168C7
     2367:10931C00002902D101680029F3D07047580F0020B2
     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:1098B800490F491C01F092F829684904490E4843A8
     2460:1098C8002968490F491C01F089F80BE07D20000246
     2461:1098D80008E00120C00305E00C3D28688004410F22
     2462:1098E8000848C84008490860226892093C23134088
     2463:1098F800064AD258D0400860B0BDC0460C1002409D
     2464:1099080000127A000024F4002000002090BB000818
     2465:1099180080B50249096802F048FA80BD14000020A9
     2466:10992800B0B5044608480568204602F04BF80246E0
     2467:109938002846214602F079FB401C03D00A20FFF795
     2468:0C994800E7FFB0BDC043B0BD140000201C
     2469:10995400C20F490089184000034A40428A4101D39A
     2470:0C99640000207047012070470000E0FF69
     2471:109970000122D2079143034A4A40104341424841E1
     2472:089980007047C0460000F07FB3
     2473:10998800074A0A40531E9A41C00F49000818054962
     2474:10999800884201D3002000E0012010407047C046F3
     2475:0899A8000000F07F0000E0FF69
     2476:1099B00030B50E4B5D1C0C0D2C4010D0AC420ED0BF
     2477:1099C000A2189A4205DD0120C00701400948091884
     2478:1099D00009E0002A04DD064B19401205114330BD91
     2479:1099E0000120C0070140002030BDC046FE07000036
     2480:0899F000FFFF0F800000F07F73
     2481:1099F80010B54B005B0D084CA34201D0002B02D1DF
     2482:109A08000023136010BD054C1B191360044A114054
     2483:109A1800044A891810BDC046FF07000002FCFFFF7A
     2484:089A2800FFFF0F800000E03F8A
     2485:109A3000F0B587B00E4604460021C843574F069044
     2486:109A4000401C0590384601914841590004914D0D44
     2487:109A5000534900D18CE0E50F71000291491903913F
     2488:109A6000650006994D1B03998F4100D282E0D10F0A
     2489:109A7000049D69185500059F7D1B88417AD30121FB
     2490:109A8000C807304004904748354605400340101B46
     2491:109A90001846A84171D2039109050298470D059116
     2492:109AA00003D0481E06400E430DE08D420AD20398B3
     2493:109AB000C004E10F6E00761864007F1E85423546B3
     2494:109AC000F7D300E02E461D0D3748054004D0059918
     2495:109AD000481E03400B430FE0059883420CD20398C5
     2496:109AE000C00406901946D30F4800C31852006D1EDB
     2497:109AF000069881421946F6D3AF4212DDA01A3146CC
     2498:109B0000994104D454405E40264302D113E02046DC
     2499:109B10003146C40F49000E1944007F1EAF42EDDCF0
     2500:109B20002F462046841A35469D41059906D450405B
     2501:109B30005E40064304D1019C049916E00446354674
     2502:109B40000D420AD10398C004E10F6A005118640065
     2503:109B50007F1E05420D46F7D000E02946002F15DD97
     2504:109B6000781E049A891800050918204607B0F0BD30
     2505:109B7000019CFAE7019C0A49F7E762405D40154302
     2506:109B800000D00496002DD7D10024D5E70398C21B3E
     2507:109B9000204600F0C7FE04460020E2E7FFFFDFFF9B
     2508:0C9BA0000000F87FFFFFFF7FFF070000C0
     2509:109BAC00F0B583B00D46044628494A1C280D1040D8
     2510:109BBC00421E8A4240D22749884205D20024002DF9
     2511:109BCC00264635DA264E33E03331884201D92E460B
     2512:109BDC002EE01F49461820462946324600F08CFEDE
     2513:109BEC001D4A114001434A424A410020002D01DA2E
     2514:109BFC00014600E0012111430291184901903246BF
     2515:109C0C0000F09AFE074632460E462E402740019B36
     2516:109C1C00D843401C1049594100F07EFE029A381876
     2517:109C2C007141002A00D10E46002A00D107463C465D
     2518:109C3C002046314603B0F0BD002802D10121C907EE
     2519:109C4C000D402E460028F3D10024F1E7FE0700005A
     2520:109C5C0001FCFFFFFF030000FFFF0F000000F0FFFF
     2521:049C6C000000F0BF45
     2522:109C7000F0B587B00A0D521E484B9A4214D206AA7C
     2523:109C8000FFF7BAFE06460F464948301A4748814159
     2524:109C9000069C3046394618DA0022474B00F0E4FAB9
     2525:109CA00006460F46641E14E0C30F4A00D318440052
     2526:109CB00064423B4C9C416AD3520D6CD000290A4649
     2527:109CC00000DA394A002963DA66E00022394B00F0F5
     2528:109CD000CBFA059403900D460024E24304943046E9
     2529:109CE0003946FFF765FE354B002200F0BDFA02460B
     2530:109CF0000B460398294600F0FFFB03900F460246EF
     2531:109D00000B4602F083F804460D462D4E02213046E4
     2532:109D100022462B4602F085FA2A4A2B4B00F0A4FA81
     2533:109D20000290019110360321304622462B4602F064
     2534:109D3000A0FA02460B460298019900F0DDFB22468C
     2535:109D40002B4602F063F8039C22463B4602F05EF885
     2536:109D500022463B4600F088FA06460F46059800F07A
     2537:109D60006BFD04460D46194A194B02F04FF8324676
     2538:109D70003B4600F079FA06460F46164B2046294628
     2539:109D8000049A02F043F832463B4600F06DFA0A4668
     2540:109D9000114607B0F0BD034A0020F9E7FE070000B6
     2541:109DA0000000E0FF0000F0FF0000F87F9EA0E63F0B
     2542:109DB000CE3B7F660000F0BF0000E0BF0000E03F48
     2543:109DC000C00000089AB5B312FF0750C0A80C615C30
     2544:089DD00010D02BBF0030E63F6C
     2545:109DD800F0B585B00C4607465948411C220D0A408B
     2546:109DE800511E814200D38EE05948C01B5748A041FC
     2547:109DF80000DAA2E000205849C91B5649A141014692
     2548:109E08007FD30120C007214681435648381A544859
     2549:109E1800814174D3544A554B3846214601F0F2FF2C
     2550:109E28000122D2072240524BD31800252A46049516
     2551:109E380000F016FA00F05AFC039000F0F9FC0290CA
     2552:109E48000E464C4B002201F0DDFF3A46234600F057
     2553:109E580007FA04460F46484A484B0298314601F033
     2554:109E6800D1FF22463B4600F0FBF906460D46024666
     2555:109E78000B4601F0C7FF0F46414A424B0446029089
     2556:109E880001F0C0FF404A414B00F0EAF922463B4648
     2557:109E980001F0B8FF3E4B049C224600F0E1F932463F
     2558:109EA8002B4601F0AFFF05460E46204630492A46AC
     2559:109EB800334600F0B9FA01900091364A364B029CBD
     2560:109EC8002046394601F09EFF344A354B00F0C8F968
     2561:109ED80022463B4601F096FF019A009B00F0C0F92C
     2562:109EE80002460B462846314600F002FB049A204BF6
     2563:109EF80000F0B6F9039A521CFFF756FD01E0174926
     2564:109F0800002005B0F0BDF80F61000818790049423B
     2565:109F18000C49814121460ED30120C00781430A48DC
     2566:109F28004840384300D075E7002C214600DA00216C
     2567:109F3800002C00DA00273846E3E70349E0E7C0468B
     2568:109F4800FE0700000000E0FF0000F07F422E864080
     2569:109F5800EF39FAFE2B2386C0D2BC7ADD0000F03F31
     2570:109F6800A19CC73B2342920C3CF92F9E2C15F73F2E
     2571:109F78000000E03F0030E6BFA80C615C10D02B3F2A
     2572:109F88001CDC586FA452F13EE0F6B36FE4707C3FDE
     2573:109F98000000D03F0938DE6F993F403FB35142710E
     2574:049FA8008E71AC3FCB
     2575:109FAC00F0B585B016460024E7438B4D7A1C2A4643
     2576:109FBC0062414A4002436FD001955A00550D00D1C1
     2577:109FCC0008E100940290874C601C039104930D0DE2
     2578:109FDC0005406D1EA54273D21D461C0D0440824BDC
     2579:109FEC00E4185B1C9C426BD337463046294600F084
     2580:109FFC007BFB064600F01AFC2A46029D7840514035
     2581:10A00C000143039C30D101200290C00786422BD023
     2582:10A01C00002E0096714B41D0F0174640361A00279F
     2583:10A02C0001970393012E019A00D02A460497012E22
     2584:10A03C006A4B00D023462F462846214601F0E0FE0D
     2585:10A04C00224605460C46304602990840634B00D028
     2586:10A05C00134642423A400498039901F0D1FE074658
     2587:10A06C000B467608DDD11AE000222846214613461D
     2588:10A07C0000F01AFB002802D0604900241DE00120EA
     2589:10A08C00C007844328462146FFF7ECFD3A46049B63
     2590:10A09C0001F0B6FEFFF79AFE04460EE00027002002
     2591:10A0AC004E493A461D4600F021FA04460098002815
     2592:10A0BC0000D42946002800D43C46204605B0F0BD0B
     2593:10A0CC000298C30F4C00E3184400641E484C5C41DA
     2594:10A0DC00E2D20125F30FD21873005B1B434B9A415C
     2595:10A0EC0010D23F4A114210D0424B0C465C40044304
     2596:10A0FC0026D00C4654400443049827D100283CDA5F
     2597:10A10C002146DAE734460499D7E737463046049CB3
     2598:10A11C00214600F0E9FA064600F088FB4C403B462D
     2599:10A12C004340234327D1049900291C46194600DAE1
     2600:10A13C002B49F007C1D0E807039E06407118BCE715
     2601:10A14C000094049800281ADA009819E05840064345
     2602:10A15C0002982CD1284A4A400243009C1F49ACD09B
     2603:10A16C00EA07039B93430022391A0198984114463D
     2604:10A17C002ED31B4A2CE0049A3FE711469DE710466C
     2605:10A18C0003903046049F394600F0AEFA044600F0C6
     2606:10A19C004DFB794070400843039802D1E8070399BE
     2607:10A1AC000818E10700D00390009C039985E7EB07A2
     2608:10A1BC000C469C430023391A0198A0411C461946B1
     2609:10A1CC0000D37AE70C48039E46400298304301D0F6
     2610:10A1DC00114672E7014970E7FFFFEF3F0000F03FC7
     2611:10A1EC000000F07FFE07000001F8FFFF0000E0FF19
     2612:10A1FC00FFFF1F000000F0FF0000F0BF0000F87F21
     2613:10A20C00F0B581B000280090124D13D00146C01754
     2614:10A21C0041400F1A0026104CF80707D00CCC3046E2
     2615:10A22C002946083C01F0ECFD06460D4608347F0833
     2616:10A23C00F2D100E000260020064932462B4600F001
     2617:10A24C0055F9009A002A00D43046002A00D4294639
     2618:0CA25C0001B0F0BD0000F03FE800000879
     2619:10A26800F0B40125ED070F005F405AD48B4200D1AE
     2620:10A27800824205D950404240504059404B405940D5
     2621:10A288004E18760DDF187F0D3BD0741C640529D05D
     2622:10A29800F41B352C26D80E0DDB022B43DB0AC90232
     2623:10A2A8002943C9121700202C1ED2E741E24057402B
     2624:10A2B800E3415A40A340E3405A40002480185941E2
     2625:10A2C8000AD3B21C520521D0C207012F62411700E0
     2626:10A2D8004008CB0718434908013636054208AF4104
     2627:10A2E80060417141F0BC7047203C06D01F00E74137
     2628:10A2F800E3405F400024012A6741C0186141EBD365
     2629:10A30800DFE7002EEED129400020EBE701363105CA
     2630:10A318000020E7E7E742E5D10020C143090DC90461
     2631:10A32800E0E76B400E00871A9E4104D26E40C01BC6
     2632:10A33800B141D21973414E18DF18AC0AE642E9D28E
     2633:10A34800760D7F0D31D0F41B362CCBD8B4460E0DCC
     2634:10A35800DB022B43DB0AC9022943C90A012C32D884
     2635:10A3680004D1D4075208DF073A435B08EF0A644276
     2636:10A37800904199411ED0002239424DD124194041C3
     2637:10A3880049410124394204D1013400184941394274
     2638:10A39800FAD06246A24204D9361B013E3605891915
     2639:10A3A800A0E7F10AC90700209CE736429AD10020AD
     2640:10A3B800002197E70200224394D0B842DED2010080
     2641:10A3C80020002024E3D1202C13DD203CE24117009B
     2642:10A3D800A240E2405740E3415A40A340E3405A407C
     2643:10A3E800012FBF410137174300227C429841914118
     2644:10A3F8000CE01700E741E2405740E3415A40A340D0
     2645:10A40800E3405A407C429041994100220F0303D215
     2646:10A41800013E241940414941013E36054708AC41F7
     2647:08A4280050417141F0BC704786
     2648:10A43000F0B40125ED076B40004C20476FA20008E7
     2649:10A4400030B405004D400124E407254042004B0094
     2650:10A45000120E32D01B0E3CD0FF2A33D0FF2B3FD040
     2651:10A46000D21800022043000A09022143090AC4B29B
     2652:10A470004C43000AC3B24B43000A4843210A5B180D
     2653:10A48000190A091801D44900013A080A7F3A2ADB5F
     2654:10A49000FE2A0FD2D2051C43240601D001242143F9
     2655:10A4A000C9B280295041802901D140084000284389
     2656:10A4B00030BC7047FF20C005F9E71B0EFF2B0AD008
     2657:10A4C0002800F5E7400206D1FF2BF3D1490202D163
     2658:10A4D000F0E7FF2AF4D17F2000010C300005E7E708
     2659:10A4E0004902F8D1E6E743020132E9D15B120233B7
     2660:08A4F000E6D9D805E4E7C046F7
     2661:10A4F800F0B40125ED070C005C402C40A446AE0AE0
     2662:10A508004C18DF18F4423DD2F74245D2640D4CD0C6
     2663:10A518007F0D3CD0E41BC9022943CF0ADB022B4341
     2664:10A52800DB0A0600B61A9F4104D2013CB6197F41E6
     2665:10A53800B6185F416812800D241838DD001884426F
     2666:10A5480025D8E80C0021B6197F41B61A9F4103D3DC
     2667:10A5580040414941F7D304E0B6185F41001849412A
     2668:10A56800F1D32405B6197F41B61A9F4105D3374365
     2669:10A57800C20717430022012F50416141624611432F
     2670:10A58800F0BC70470CD100280AD1F74208D200204D
     2671:10A59800C143490D0905F1E7002A01D1F74206D068
     2672:10A5A8000020C143090DC904EAE77F0DF8D0002057
     2673:04A5B8006146E5E72C
     2674:10A5BC0030B401256D054C00E54215D85C00E54230
     2675:10A5CC0012D80C001C436400044314430FD005D272
     2676:10A5DC0082428B418041013030BC7047904299419E
     2677:10A5EC008041013030BC7047002030BC70470120E6
     2678:04A5FC0030BC7047B8
     2679:10A6000070B4012676054C005D00E6420CD8EE429F
     2680:10A610000AD825430543154303D0994204D19042FB
     2681:10A6200002D1012070BC7047002070BC7047C0464A
     2682:10A6300030B401256D054C00E54215D85C00E542BB
     2683:10A6400012D80C001C436400044314430FD005D2FD
     2684:10A65000904299418041013030BC704782428B4129
     2685:10A660008041013030BC7047002030BC7047012071
     2686:04A6700030BC704743
     2687:10A6740030B401256D054C00E54215D85C00E54277
     2688:10A6840012D80C001C436400044314430CD005D2BC
     2689:10A6940082428B418041404230BC70479042994194
     2690:10A6A4008041404230BC7047002030BC7047C046F7
     2691:10A6B40030B401256D054C00E54215D85C00E54237
     2692:10A6C40012D80C001C436400044314430CD005D27C
     2693:10A6D400904299418041404230BC704782428B4154
     2694:10A6E4008041404230BC7047002030BC7047C046B7
     2695:10A6F400F4464A1805D200F063F801D5C0174008A3
     2696:10A70400604701235B05D34206D200F059F801D516
     2697:10A714000120C0074042604701D10042F5D0D01764
     2698:04A724004008704732
     2699:10A728004A00520D01239B02D21A01321DD4524213
     2700:10A738003F321DDD8C46C902430D1943C002012377
     2701:10A74800DB071943202A02D308000021203AD1410F
     2702:10A75800D04048409140D140484063461B4203D511
     2703:10A76800002340428B4119007047002000217047A8
     2704:10A77800002801D0012211434B0001225205D34287
     2705:10A7880000D959080020C90FC90701D4C04341089E
     2706:04A798007047C04600
     2707:10A79C0041000DD2090E7F390AD449421F3105D42C
     2708:10A7AC0000020122D2071043C8407047C8177047F7
     2709:04A7BC0000207047C2
     2710:10A7C0004A0010D2520D03231B02FF33D21A0AD4BF
     2711:10A7D00052421F3209D4400DC90208430123DB074E
     2712:10A7E0001843D040704700207047D0177047C046CC
     2713:10A7F0004B001BD25A0D01239B02D21A013215D4F1
     2714:10A8000052423F3215DBC902430D1943C0020123F6
     2715:10A81000DB071943202A02D308000021203AD14146
     2716:10A82000D04048409140D14048407047002000212E
     2717:08A830007047D01701007047CA
     2718:10A83800054B004206D5404200B5984708BC0122A6
     2719:0CA84800D207114318470000D1A80008F7
     2720:10A854000B00034329D0CA0FD200043212023D3246
     2721:10A86400094203D5002349424042994102D10100E3
     2722:10A874000020203A0B0C04D1103A0904030C1943AC
     2723:10A884000004094203D4013A00184941FBD5844627
     2724:10A89400C00A4B051843C90A120563465B055B41B0
     2725:0CA8A40002D3012B0023584151417047A2
     2726:10A8B0009D2201000AD002D4013A4900FCD5D205FC
     2727:10A8C000080A0906494100D3012950417047C04692
     2728:10A8D00042221201033A010007D002D4013A0018C3
     2729:0CA8E000FCD51205C30A4005991870470A
     2730:10A8EC000B00034305D0042212023D320942014BF6
     2731:08A8FC001847704771A800081D
     2732:10A90400202A07D203009040914052422032D34083
     2733:10A9140019437047203A0100914000207047C04617
     2734:10A92400202A07D2D0400B00D1405242203293401B
     2735:10A9340018437047203A0800D04000217047C046B1
     2736:10A94400202A07D2D0400B001141524220329340BA
     2737:10A9540018437047203A08001041C9177047C04691
     2738:10A9640030B5514343435C18010C130C0D005D4397
     2739:10A97400641992B2514380B242430D0C0904521837
     2740:10A9840065415843010C00048018694130BDC0463C
     2741:10A99400CA1751408B1A17D0C1174A4094464840F1
     2742:10A9A400411A48081A0000E052008242FCD90020F3
     2743:10A9B40000E05208914200D3891A40419A42F8D1EA
     2744:10A9C40062465040801A704710B500F095F810BDEB
     2745:10A9D40007B5FFF7DDFF0EBC4243891A00BDC04630
     2746:10A9E4000A0015D00300400800E052008242FCD95E
     2747:10A9F400002000E052089B1A06D340418A42F9D154
     2748:10AA0400704752089B18F8D200188A42F9D170474F
     2749:08AA140010B500F071F810BD4F
     2750:10AA1C0038B504004D42FFF7DFFF4543611938BDDF
     2751:10AA2C0070B5CC1760406140001BA141DD176A4036
     2752:10AA3C006B40521BAB4100F00BF862406340121BA1
     2753:10AA4C00A3416C4060406140001BA14170BDC046F9
     2754:10AA5C00002B09D1002907D110B51100FFF7D8FF41
     2755:10AA6C000A000021002310BD70B400240125ED075D
     2756:10AA7C00002B07D1002905D0834203D213000022FA
     2757:10AA8C002C0000250026A419994200D1904212D91D
     2758:10AA9C0092185B4103D2EE076D086408F3E7DE07FA
     2759:10AAAC005B08520892190126F6079B1903E0DE0792
     2760:10AABC005B0852089219801A994103D364416D4185
     2761:10AACC00F5D30FE024196D410AD2DE075B0852085A
     2762:10AADC00921980185941F5D364416D41E7D301E0D7
     2763:10AAEC008018594102000B002000290070BC7047EF
     2764:08AAFC00002000217047C04654
     2765:10AB0400F0B503AF93B06E46F51D2135F41D39340D
     2766:10AB140074613362F261F160306101F0EAFBB060AC
     2767:10AB2400C21D07218A436946B1616946881A70606B
     2768:10AB34008546F41D1D3400212422204600F0CAFF5E
     2769:10AB44000B487169F2680A6048600A4828603069F5
     2770:10AB54002862B06868617068E8602046F169326A0A
     2771:10AB640000F01EF8B1698D46FE1F053EB546F0BDE6
     2772:08AB7400E7C20008FFFFFF7FAC
     2773:10AB7C0083B010B581B0044603A80EC00548006828
     2774:10AB8C0003AA0092214601F041FA01B010BC02BCAC
     2775:08AB9C0003B00847140000207B
     2776:10ABA400F0B59FB012920B460446002020600121AC
     2777:10ABB4000A020F924A020B928A020192CA0200927E
     2778:10ABC40003220D92920205920D034A0307928A030F
     2779:10ABD40003920491C90317910A90C04302901694FA
     2780:10ABE40009951978252909D0002901D100F03CFEE6
     2781:10ABF4005C1C169801F0B1F92346F2E7DB1C0A9FAE
     2782:10AC04000B9C981E00780246203A102A2CD88021EA
     2783:10AC140092003E461F4602A39A583B463746974643
     2784:10AC240069AC000889AC000889AC000883AC000852
     2785:10AC340089AC000889AC000889AC00087DAC000828
     2786:10AC440089AC000889AC0008ADAC000881AC0008F0
     2787:10AC540089AC000875AC000889AC000889AC000810
     2788:10AC640079AC000840210AE05E28294607D009E0B3
     2789:10AC7400102104E0214602E0179900E020210F434F
     2790:10AC84005B1CBEE75B1E014630390024092916D837
     2791:10AC94000A2161434418303C591C18780246303A62
     2792:10ACA4000A2A0B46F4D30AE0129901C91291C10F82
     2793:10ACB40009010F43C1174840441A581E0078002662
     2794:10ACC4002E281CD118782A2805D158789B1C129953
     2795:10ACD40040C912910FE05B1C0146303909290CD898
     2796:10ACE4000A2171434618303E591C18780246303AFE
     2797:10ACF4000A2A0B46F4D3002E01D40F990F43E1170F
     2798:10AD04006B2808DC4C2803D068283CD06A280AD178
     2799:10AD14000220074305E06C2830D07A2801D074283B
     2800:10AD240001D118785B1C8C43462811931BDD014626
     2801:10AD34006339152937D8C0467944097949008F44C5
     2802:10AD4400710B4D1BD70A0B0A0A0A0A8194610A0A7D
     2803:10AD54008F0A560A0A3A44E70C94039C27430021BD
     2804:10AD6400089139468EE0442815DD452834D046281C
     2805:10AD740000D036E7079807430098BAE018786C28A3
     2806:10AD84002ED1022003E0187868282CD1082007432C
     2807:10AD940058789B1CC7E7252800D08EE225211698F9
     2808:10ADA40001F0DBF87AE2472800D19FE0582800D070
     2809:10ADB40017E707990F430C94D34A782800D120321F
     2810:10ADC400039C0F990F42394601D0D04B19403B06E2
     2811:10ADD400DB171340089355E007980743019888E070
     2812:10ADE4005B1C049A01E05B1C042217439BE70C9450
     2813:10ADF4000F990F4201D0C5490F403946039C0022E8
     2814:10AE040008923FE00C9438060F990F430E97C01731
     2815:10AE1400232101400891129820C812900024082090
     2816:10AE24000690D3E1129E3578621E169C2046394660
     2817:10AE3400159201F0E4F82046294601F08EF8361DFB
     2818:10AE44001296C2E01298006839071699096800D56D
     2819:10AE540037E2BA07016000D434E20021416031E2F4
     2820:10AE64001596129901C912918EE00C940F990F4214
     2821:10AE7400394601D0A54A11403A06D217302313406F
     2822:10AE84000893039C02220A40214205D1002A129A07
     2823:10AE940008D1131D00240BE0002A129B13D104CB0C
     2824:10AEA400D41715E0D21D07239A4354681346083378
     2825:10AEB400129315684A0713D408220A4000D0EDB251
     2826:10AEC400002A0ED102E1DB1D0722934314CB003389
     2827:10AED40012934B0707D40B0700D5E3E01546E4E0D3
     2828:10AEE400ADB20024F2E015B21204DDE00798074386
     2829:10AEF400059807430F98074201D0304600E006202A
     2830:10AF04000C943946059A1140891A4A424A4100284C
     2831:10AF140000D002461592129CE41D07208443266843
     2832:10AF2400656830462946FEF721FD0834129400284E
     2833:10AF3400304629460ED000221346FFF7B9FB3A46A5
     2834:10AF440007990A4000280C9C0FD0002A704819D099
     2835:10AF5400704817E0FEF7FCFC00280C9C37D00798DB
     2836:10AF640007426D480ED06D480CE0002A6C4900D0B1
     2837:10AF74006C49002A01D06B4800E06948401CBA06BD
     2838:10AF840000D5084668490F400028684E00D00646A0
     2839:10AF94000F980742304602D100F016FD02E01599E1
     2840:10AFA40000F04AFD054659480740621B1698394689
     2841:10AFB400159201F024F8002D07D0169C3178204614
     2842:10AFC40000F0CBFF761C6D1EF8D1F8065DE130462B
     2843:10AFD4002946FEF7D7FC002800D10646002800D1F8
     2844:10AFE400002513963046294601F017F9044601203E
     2845:10AFF400002C089001D0C00745401EAA3046109589
     2846:10B004002946FEF7F7FC1E980D9948430A21FFF7DD
     2847:10B01400BFFC06461E90002C01D06020074300228E
     2848:10B02400139C2046294614921346FFF7E7FA00289A
     2849:10B0340018D1701CFFF7E8F822462B46FFF738FBBF
     2850:10B0440000281E9806D0411C1E91801CF2E71E9811
     2851:10B05400401E1E90FFF7D8F822462B46FFF708FB48
     2852:10B064000028F4D13D4605980540089883021E98AF
     2853:10B074009D42159E00D113E105998D4207D1864268
     2854:10B0840000DC0DE10421C943884200DC08E1019998
     2855:10B094000F42109D0E9300D180E20E2800DCD0E117
     2856:10B0A400149E7BE255B21206D417002C05D48A06EE
     2857:10B0B4000AD44A060AD5202207E000226D42A241A2
     2858:10B0C4002D230893144601E02B2208920F9A114273
     2859:10B0D40001D00E4A11400A460F990E920A42049971
     2860:10B0E40000D03146069100276E2838DD6F380928D4
     2861:10B0F40000D98AE07844007940008744196786863D
     2862:10B10400868636868667C04658300000FFFDFFFFFE
     2863:10B1140007C9000802C900081CCB000818CB0008A6
     2864:10B1240011C900080CC90008FFFEFFFF20C5000874
     2865:10B134002846204369D0E8086107401801460720E3
     2866:10B144002840303018AAD055C808E408620780188F
     2867:10B154000A4622437F1C002A0D46EFD155E05828A9
     2868:10B1640034D0642801D069284FD1284620434CD0DC
     2869:10B1740011461798014010912A461098002808D0CB
     2870:10B1840038460D990840032803D118A82C21C1552D
     2871:10B194007F1C002510462146159414460A222B468E
     2872:10B1A400FFF75AFC149013910A222B46FFF7D8FBA1
     2873:10B1B400201A3021014318A8C1557F1C0920001B07
     2874:10B1C40015988541149D139CD6D31EE02846204330
     2875:10B1D4001AD007980E990142C04800D0C0482909E6
     2876:10B1E4002207891800270A460F212940415C18AB21
     2877:10B1F400D955110924092307C918134623437F1C71
     2878:10B20400002B1546EFD100E00027089DFF2D01D843
     2879:10B21400029801E0B348FF300B9C0C9B0699CE1BAF
     2880:10B22400F1178E43B9195A1A002D00D012180E992D
     2881:10B23400214203D1169800F0E2FE00221592290A59
     2882:10B24400169C03D0204600F088FE01E0002D03D0B8
     2883:10B254002046294600F081FE20460E99159A00F0FA
     2884:10B26400CEFE30212046324601F02DF8012F0ADBB4
     2885:10B274007D1C18A84019801E0178204600F06DFE40
     2886:10B284006D1E012DF5D80E98C006099D119B00D4A2
     2887:10B29400A7E420211698159A01F015F8119BA0E453
     2888:10B2A4000F9934318842109C06950FD1139821468A
     2889:10B2B4008D4A8E4BFFF71EF90FE0002800D090E472
     2890:10B2C400E2E201701298001D12908AE44042FEF7F7
     2891:10B2D4009BFF139A234600F097FD04460E46002276
     2892:10B2E4001346FFF78BF9002839D120463146FEF783
     2893:10B2F4003DFB00282046314600D01CE60E97002274
     2894:10B304007B4BFFF793F900281E9F0FD000222046A5
     2895:10B314003146774BFFF7EEF804460E460022744B95
     2896:10B32400FFF784F97F1C0028F0D11E9700222046E5
     2897:10B334003146704BFFF7BCF9002811D0002220469B
     2898:10B3440031466B4B00F060FD04460E460022694B0B
     2899:10B35400FFF7AEF97F1E0028F0D11E9700E00E978C
     2900:10B36400059806998142159801D0014600E0411ED6
     2901:10B37400029D0028149100D1002113914842FEF748
     2902:10B3840043FF2A46FEF712FB22463346FEF76AFFC6
     2903:10B3940006460D4600220692554C2346FFF746F911
     2904:10B3A40000280AD01E98401C1E90002230462946D0
     2905:10B3B4002346FFF79FF806460D46109615951398F9
     2906:10B3C400002866D000990B4680330E9A13408B42B6
     2907:10B3D40061D1102800DB10200546FEF715FF324628
     2908:10B3E400159B00F011FDFFF701FA0C4601462143BD
     2909:10B3F400069914914FD0214606463F4A3F4BFFF72A
     2910:10B40400AFFA4A08C3079A184008C90708183C4904
     2911:10B41400081A3C48904114953DD330460A22002333
     2912:10B424002146FFF719FB0C4607460A220023FFF7C3
     2913:10B4340013FB1498401E14902DD01A433846EDD0B7
     2914:10B4440029E0C143711810290E4600DB10263A0684
     2915:10B4540000D5A3E0002900D1A0E03046FEF7D4FED9
     2916:10B46400139A2B4600F0D0FC00242246264BFEF70C
     2917:10B47400F9FEFEF799FB22461D4BFEF7D7FA22464A
     2918:10B484002346FFF7BBF8002800D184E0761EE4D100
     2919:10B4940082E00698149080210E9806460140149A82
     2920:10B4A40011430C98801A002901D1401F00E0801F2D
     2921:10B4B400139009981E9C064201D1089D46E0032181
     2922:10B4C4002046FFF785FA881C0125C0467844007998
     2923:10B4D400400087441B2A381B2A00C04608CB0008BA
     2924:10B4E400F8CA0008FFFEFFFFA0C8EB85F3CCE17F9C
     2925:10B4F400000024400000F03FCDCCCCCCCCCCCCCC54
     2926:10B5040099999999999999190000E03F641E1E949C
     2927:10B51400002210981599DF4B00F076FC10901591DD
     2928:10B524001398401E139002250DE0A41E1E940022C1
     2929:10B5340010981599D84B00F067FC1090159113984A
     2930:10B54400801E13900325149AD01782437006800F2F
     2931:10B55400149202D01398401E1390204600F0AFFEC0
     2932:10B56400632802DD1398401E13900898C0023746E2
     2933:10B57400874310981599FFF739F906460C46FFF7EB
     2934:10B58400B3F902460B4610981599FEF74FFF109039
     2935:10B594001591139A76E034461E9826461038149670
     2936:10B5A4007142884200DC0846FEF72EFE029AFEF73E
     2937:10B5B400FDF9139A2B46FEF755FE05460C461E98D8
     2938:10B5C400401CFEF721FE2A462346FEF7F5FF00281D
     2939:10B5D4001E9800D0401C002814D4112818D301460A
     2940:10B5E40010391E911021081AFEF70EFE2A46234632
     2941:10B5F40000F00AFCFFF7FAF806460C460020159006
     2942:10B60400109018E01095159400261E96344612E00A
     2943:10B6140000201E9028462146FFF7E8F806461594B8
     2944:10B624000C46FFF761F902460B4628461599FEF7CA
     2945:10B63400FDFE1090159138460E99884397490831BC
     2946:10B6440000250A4608326D1C0B684968F31A234624
     2947:10B654008B411146F6D280213940149A11434B1E76
     2948:10B664000A469A41002901D00021C9437B069B0F59
     2949:10B6740000D0D1431E9A891A0C9A149BD21A5118DD
     2950:10B684004A1B0746D017114681430B9810300E977A
     2951:10B6940007420AD1012A08DB0F462021169800F040
     2952:10B6A4005CFC7F1EF9D10E9A01E03A460F46402019
     2953:10B6B4001040910603D4002809D0202104E000287A
     2954:10B6C40001D02D2100E02B21169800F046FC0E98A5
     2955:10B6D400C00607D4002F05D03021169800F03DFC99
     2956:10B6E4007F1EF9D16D1EE8006C4A11184968125882
     2957:10B6F400B01A2046884101D2302007E03020B61A23
     2958:10B704008C41401CB31A23468B41F8D2C1B216981F
     2959:10B7140000F023FC002DE5D113970E9E34460098CB
     2960:10B724000440169F0BD01E98012808DB401E1E9073
     2961:10B734003021384600F011FC1E980028F6DC8020E9
     2962:10B7440030401499084344D02E21384600F005FCBB
     2963:10B75400149D102D00DB1025E8178543002C01D122
     2964:10B76400284601E01E98281A159CFEF74DFD149AF0
     2965:10B77400012A22DB109A234600F046FBFFF736F835
     2966:10B7840004460E462F467F1EF800444A11184968A5
     2967:10B794001258A01A3046884101D2302007E03020E8
     2968:10B7A400A41A8E41401CA31A33468B41F8D2C1B26D
     2969:10B7B400169800F0D2FB002FE5D11499481B169F70
     2970:10B7C4000E9E06D06C1A3021384600F0C6FB641C6D
     2971:10B7D400F9D301980642099D139F38D00798064271
     2972:10B7E40001D0452100E06521169E304600F0B5FBEE
     2973:10B7F4001E980028304604D42B2100F0AEFB1E987E
     2974:10B8040005E02D2100F0A9FB1E9840421E906428FB
     2975:10B814000DDB6421FFF7E4F801463031304600F0D7
     2976:10B824009CFB1E986421FFF7D3F808461E910A2159
     2977:10B83400FFF7AEF801463031304600F08EFB1E981B
     2978:10B844000A21FFF7C5F83031304600F086FB002F9F
     2979:10B85400119B01D1FFF7C5F9169C2021204600F069
     2980:10B864007CFB7F1EF9D119E5169CE068002805D001
     2981:10B8740006CC083C914201D20A9A4254204600F078
     2982:10B88400B1FB20681FB0F0BD169800F0ABFB029826
     2983:10B89400F8E7C04600002440000059403001000889
     2984:10B8A40009490968091A4A1E9141084A1268121A7C
     2985:10B8B400531E9A410A4006490968081A411E8841E4
     2986:10B8C400104040427047C046140000201800002079
     2987:04B8D4001C00002034
     2988:10B8D8000F480321016141610E4A82610E49C1612D
     2989:10B8E800012189020162002181624162C16202660E
     2990:10B8F8000A4A4266102282660167C1664167084AA1
     2991:10B908000F234B40D35C4354491C1029F8D170478E
     2992:10B91800EC09002027C90008950F00209513002086
     2993:04B9280016C9000834
     2994:10B92C00F0B581B00D461821414316484618F06A0F
     2995:10B93C00183602281ED0144601280ED000270028E5
     2996:10B94C001DD1304600F074FBA04218D33046294676
     2997:10B95C00224600F078FB274611E0304600F068FBE9
     2998:10B96C000746A04200D32746304629463A4600F007
     2999:10B97C006AFB04E03046294600F082FB0746384655
     3000:08B98C0001B0F0BDEC09002040
     3001:10B99400F0B581B014460D4606460A4800780028E2
     3002:10B9A40001D1FFF797FFEFF31087012181F310888E
     3003:10B9B400304629462246FFF7B7FF87F3108801B0C7
     3004:08B9C400F0BDC046EC090020B3
     3005:10B9CC00F0B581B00178002925D003220146009200
     3006:10B9DC0091430D680023DC438607F60EB440E44324
     3007:10B9EC002C43114D6719A743104A174206D14C68D6
     3008:10B9FC0067191646A643091D3E42F8D022060FD001
     3009:10BA0C002204120E09D02202120E08D0220E009B24
     3010:10BA1C0006D0042304E0002004E0012300E002230C
     3011:10BA2C00C918081A01B0F0BDFFFEFEFE80808080B0
     3012:10BA3C00F0B581B00022002934D00378002B31D02E
     3013:10BA4C0003270246BA430024E5438607F60EB540A9
     3014:10BA5C00EE431568354306463E40711804290CD355
     3015:10BA6C000097134EAF19114BAB433B4204D1091F46
     3016:10BA7C005568121D0329F5D8009F2B060DD02B04F9
     3017:10BA8C001B0E07D02B021B0E06D02B0E00D004274A
     3018:10BA9C003C4602E0012400E002248C4200D30C4618
     3019:10BAAC00101A0219104601B0F0BDC046808080808B
     3020:04BABC00FFFEFEFE8D
     3021:10BAC000002A03D0013A8B5C8354FBD17047C046F7
     3022:10BAD00000220B0011001A00002A02D0013A815402
     3023:04BAE000FCD17047DE
     3024:10BAE400002A09D0884207D007D280188918524208
     3025:10BAF4008B5C83540132FBD17047013A8B5C8354D5
     3026:04BB0400FBD17047BA
     3027:10BB080002480068002800D1014870471C0F002037
     3028:04BB18000000002009
     3029:10BB1C007F2805D8034A125C0348405C10407047EC
     3030:0CBB2C000020704720CB000891C90008E1
     3031:10BB38007F2805D8034A125C0348405C10407047D0
     3032:0CBB48000020704720CB000891C90008C5
     3033:10BB540000000000040000000200000008000000D3
     3034:10BB640001000000020000000400000006000000C4
     3035:10BB7400080000000A0000000C0000001000000093
     3036:0CBB8400200000004000000080000000D5
     3037:10BB900000000000000000000000000000000000A5
     3038:10BBA0000000000000000000000000000000000095
     3039:10BBB000010000000200000003000000040000007B
     3040:10BBC0000600000007000000080000000900000057
     3041:10BBD0000000000000000000000000000000000065
     3042:10BBE000010000000200000003000000040000004B
     3043:0CBBF000FEC600081CBC0008FCBB0008DE
     3044:10BBFC001DBB00080BC3000819C1000839BB0008A5
     3045:10BC0C0017C3000827C10008FBC20008EBC00008DE
     3046:10BC1C0000C7000890C9000890C9000890C9000826
     3047:10BC2C0090C9000890C9000890C9000890C9000884
     3048:10BC3C0090C9000890C90008FFFFFFFFFFFFFFFF3E
     3049:10BC4C00FFFFFFFFFFFF0000C4C6000842C9000849
     3050:10BC5C0027C500085FC900087EC5000830C9000868
     3051:08BC6C0039C9000885C5000874
     3052:10BC7400034C206804348047FBE7F7F7B1FEFEE786
     3053:04BC8400A0CB000849
     3054:10BC880004480549884385460448804704480549CF
     3055:10BC98000160EBE70080002007000000B1BD00084C
     3056:08BCA80008ED00E000000008B7
     3057:10BCB000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE75C
     3058:10BCC000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE74C
     3059:10BCD000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE73C
     3060:10BCE000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE72C
     3061:0CBCF000FEE7FEE7FEE7FEE7FEE7FEE7EA
     3062:02BCFC0070478F
     3063:10BCFE0030B580214158212918D102465632938AF7
     3064:10BD0E00002B13D0016802E05B1E1C040ED01488B9
     3065:10BD1E00002C0CD0CC692406F6D5046D25788D62E6
     3066:10BD2E00641C04651488641E1480EDE730BD012088
     3067:10BD3E00C0058A6882438A600868402202430A600E
     3068:02BD4E0030BD06
     3069:10BD500010B5842141582229016810D102465E3273
     3070:10BD60005388496A1940836D19701188491E1180E2
     3071:10BD7000816D491C81651188002905D010BD886935
     3072:10BD8000082202438A6110BD014684310922520112
     3073:10BD900003681C6894431C609A680124A2439A605B
     3074:0ABDA0000022C2662020086010BDDA
     3075:02BDAA007047E0
     3076:02BDAC007047DE
     3077:02BDAE007047DC
     3078:02BDB0007047DA
     3079:10BDB20010B582B00B4601AC2070012120460A4624
     3080:10BDC20000F012FA002801D0207800E0C04302B04F
     3081:02BDD20010BDA2
     3082:10BDD40008D1002806D1F54204D801D3002A01D1A4
     3083:10BDE4006D0D09D10020C143090DC904F0BDF9D17D
     3084:10BDF4001242F7D1640DF5D00020C143490549082A
     3085:10BE0400A6E000206146F0BDF0B50127FF070E0053
     3086:10BE14005E403E40B446BE0A4C18DD18F442D7D208
     3087:10BE2400F542E4D2640DECD06D0DEAD06419C90278
     3088:10BE34003943460DC0023143DB023B43DB0A10B4F5
     3089:10BE44008E4685B297B26F43140C6C433E0CA41912
     3090:10BE5400260C2404BFB227439CB26C43A419190CCA
     3091:10BE64006943250CA4B249190D04090C6419000C8A
     3092:10BE740095B245433E0C76193743BFB2360C150CC8
     3093:10BE84004543AD19A6B2240CAD192E0437432E0C2C
     3094:10BE940036199DB24543AD19ACB22E0C89191D0C4F
     3095:10BEA40045436D182E04290C3443704680B295B274
     3096:10BEB40045433E0C76193743BFB2360C150C454347
     3097:10BEC400AD19A6B2AD19240C2E0437432E0C361925
     3098:10BED4009DB24543AD19ACB22E0C89191D0C4543D6
     3099:10BEE4006D182E043443290C75462D0C90B268430A
     3100:10BEF4003E0C80190604BFB23E43070CA0B23F18A3
     3101:10BF0400120C6A43D019020C80B2240CA4189AB201
     3102:10BF14006A43121914042043120C89181B0C6B4336
     3103:10BF2400C91810BC01273D05294203D1B619404167
     3104:10BF34004941013CFF077D0D013D641B0BDB6D0096
     3105:10BF4400AC4209DA240500254208BE41684161413A
     3106:0ABF540066463143F0BD54E74EE7A6
     3107:10BF5E0030B581B0044668460170206900280FD0C4
     3108:10BF6E000CCC083C9A4233D26269531C63618154F3
     3109:10BF7E00A069616981422BD1204600F02EF827E09E
     3110:10BF8E00E068002809D00CCC083C9A4220D2551CFF
     3111:10BF9E009D4200D1002181541AE0A068002808D0EB
     3112:10BFAE000CCC083C9A4213D2551C9D420DD0C9B2FE
     3113:10BFBE000CE0236A002B0BD003CC083C884207D23E
     3114:10BFCE00694601222046984702E0002192008150E6
     3115:0ABFDE002068401C206001B030BD57
     3116:10BFE80010B54269002A07D00446036A002B01D025
     3117:0ABFF800216998470020606110BD28
     3118:10C0020080B5CB0606D4890501D5302100E0202178
     3119:06C0120000F05AF980BDA8
     3120:10C0180070B514460D460646FFF772FD01463046D8
     3121:0AC028002A462346FEF76AFD70BDAC
     3122:0AC0320080B50068FFF7ADFC80BD8B
     3123:10C03C00C2680169914201D9D04302E0D243891808
     3124:06C04C008068081870472F
     3125:10C05200F0B581B0154604464068A268E6688019CA
     3126:10C06200971BBD4204D22A46FFF729FD751909E044
     3127:10C072000E463A46FFF723FDF119ED1B60682A468A
     3128:0AC08200FFF71DFDE56001B0F0BD01
     3129:10C08C00F0B583B016460D46C768002101900291A9
     3130:10C09C000269F943BA4202D95418816802E0521875
     3131:10C0AC00816854184268C91B8C4200D30C46B442B8
     3132:10C0BC0000D33446D01929462246FFF7FBFCE7197A
     3133:10C0CC00019881688F4200D100270299C760361B06
     3134:0EC0DC002D196118002EDAD1084603B0F0BD10
     3135:10C0EA0010B50446002000290DD0002A0BD009788B
     3136:10C0FA0048B2002808D4002C00D021600021196021
     3137:0EC10A005960411E884110BD0120C04310BD88
     3138:0EC11800014641391A2901D2202108437047FF
     3139:0EC12600014641391A2901D2202108437047F1
     3140:10C13400010002000400060008000A000C001000C0
     3141:06C1440020004000800015
     3142:10C14A00806A816D40220A438265C16D04220A43D6
     3143:04C15A00C265704703
     3144:10C15E0010B580214258212A0DD1034656331A8834
     3145:10C16E00002A026808D0016D0C789462491C0165A2
     3146:10C17E001888401E188010BD106888431060106823
     3147:08C18E0040210143116010BDC6
     3148:10C1960010B584214158222901680FD102465E322A
     3149:10C1A60053884C6A1C40836D1C801488641E14805E
     3150:10C1B6009B1C83651288002A05D010BD8869082259
     3151:10C1C60002438A6110BD092252010B6893430B603A
     3152:10C1D6008A6801239A438A600021C166843020213F
     3153:04C1E600016010BD27
     3154:10C1EA00F0B581B01E4615460C4607461846FFF7BD
     3155:10C1FA0054FB0146002000290AD46543A54207D30F
     3156:10C20A00304639462A46FFF70FFF2146FEF7E5FB7F
     3157:04C21A0001B0F0BDC2
     3158:04C21E00C80F70478E
     3159:10C22200F0B581B01C4615460091CA0017183E466B
     3160:10C23200103EB068F1682A46FFF7E7FD0CCEFEF724
     3161:10C2420012F8009A032A0DDB183F561E2A4623468F
     3162:10C25200FFF7DBFD0CCF083FFEF705F8761E083F1F
     3163:10C26200012EF3D82A462346FFF7CFFD01B0F0BDD9
     3164:10C27200F0B581B01D4616460346C800022916DBFA
     3165:10C2820000931F18083F4C1C304629460CCF083F2C
     3166:10C29200FDF7E9FF32462B46FFF7B7FD641E083F64
     3167:10C2A200022CF3D8009B083306460D4600E01B180B
     3168:10C2B200083B0CCB30462946FDF7D5FF01B0F0BD57
     3169:08C2C200C1174840401A704703
     3170:10C2CA0070B5012A09DB0C460546561C284621464C
     3171:0CC2DA00FFF740FE761E012EF8D870BD64
     3172:10C2E60010B50C46436A01212046FFF77BFF10BDBF
     3173:04C2F600402070472D
     3174:10C2FA00024601207F2901D9C04370471170704757
     3175:0CC30A00014661391A2900D22038704722
     3176:0CC31600014661391A2900D22038704716
     3177:0FC3220049205265666572656E7A3D25660A0090
     3178:0BC33100547368756E743D25660A00A9
     3179:10C33C002D2D2D204761696E20447269667420434F
     3180:07C34C00414C202D2D2D00B6
     3181:0FC3530041637475616C20543D256620430A00D8
     3182:10C3620041637574616C20493D25662041287769D7
     3183:10C3720074686F7574206761696E2074656D7020D2
     3184:10C38200647269667420636F7272656374696F6E3A
     3185:03C39200290A0075
     3186:10C395004B6F7272656B74757266616B746F723D0B
     3187:10C3A5002566205B2031202F2043656C73697573EA
     3188:03C3B5005D0A001E
     3189:10C3B8004552524F52204144535F313236305F5319
     3190:0BC3C80065744461746152617465008B
     3191:10C3D3004552524F52204144535F313236305F53FE
     3192:0BC3E300657443686F704D6F64650067
     3193:10C3EE00454550524F4D20776173206368616E67EB
     3194:10C3FE00656421205765206E65656420746F20701A
     3195:10C40E00726573657276652063616C6962726174C0
     3196:10C41E00696F6E20616E642073657474696E6773E4
     3197:07C42E00206461746121002C
     3198:10C43500454550524F4D20464143544F5259205285
     3199:0FC445004553544F52452F555044415445210003
     3200:0FC454007265616420636F6E6669672E2E2E001D
     3201:10C46300666163746F727920726573746F72652E7F
     3202:03C473002E2E006A
     3203:10C4760050524F54454354494F4E3A204F425F5213
     3204:0BC4860044505F4C4556454C5F3200AF
     3205:10C4910050524F54454354494F4E3A204F425F52F8
     3206:0BC4A10044505F4C4556454C5F310095
     3207:10C4AC0050524F54454354494F4E3A204F425F52DD
     3208:0BC4BC0044505F4C4556454C5F30007B
     3209:10C4C700466C61736820756E6C6F636B2065727262
     3210:03C4D7006F720081
     3211:10C4DA004F5554505554535F4C56505F5348554E20
     3212:10C4EA00545F554E44455254454D5045524154555A
     3213:03C4FA00524500A8
     3214:10C4FD004F5554505554535F4F56505F5348554EFA
     3215:10C50D00545F554E44455254454D50455241545536
     3216:03C51D0052450084
     3217:07C52000286E756C6C290008
     3218:10C527004A616E75617279004665627275617279EA
     3219:10C53700004D6172636800417072696C004D6179EA
     3220:10C54700004A756E65004A756C79004175677573A9
     3221:10C55700740053657074656D626572004F63746F24
     3222:10C56700626572004E6F76656D6265720044656341
     3223:07C57700656D6265720000B2
     3224:07C57E00414D00504D00008B
     3225:0FC5850025612025622025652025542025590099
     3226:0EC5940075617274206572726F72200A0D005C
     3227:10C5A2002D2D2D204761696E202043414C202D2DD9
     3228:02C5B2002D005A
     3229:0AC5B40054736869703D25660A00A3
     3230:10C5BE002D2D2D204761696E202043414C20454E84
     3231:06C5CE0044452D2D2D0057
     3232:0EC5D40064656C746120543D256620430A00A6
     3233:0AC5E20052656620493D25660A00F7
     3234:10C5EC004552524F52204144535F313236305F49ED
     3235:0EC5FC006E7075744D757853656C65637400D0
     3236:10C60A004669727374207374617274206465746508
     3237:06C61A0063746564210059
     3238:0EC620004953454E534F523A20496E697400FB
     3239:10C62E002E2E2E466C61736820756E6C6F636B6573
     3240:02C63E00640096
     3241:10C64000466C617368206F6220756E6C6F636B203F
     3242:06C650006572726F7200BA
     3243:0EC65600466C61736820206C6F636B65640036
     3244:10C664004F5554505554535F4C56505F5348554E94
     3245:10C67400545F4F56455254454D50455241545552BE
     3246:02C6840045006F
     3247:0EC686004F5554505554204C5650204F4B00E9
     3248:10C694004F5554505554535F4F56505F5348554E61
     3249:10C6A400545F4F56455254454D504552415455528E
     3250:02C6B40045003F
     3251:0EC6B6004F5554505554204F5650204F4B00B6
     3252:10C6C40053756E646179004D6F6E646179005475C1
     3253:10C6D4006573646179005765646E6573646179009C
     3254:10C6E4005468757273646179004672696461790093
     3255:0AC6F40053617475726461790000EF
     3256:02C6FE004300F7
     3257:02C700002E0009
     3258:10C702004672657175656E6379204D6561737572E8
     3259:09C712006564203D2025640A0045
     3260:10C71B00492028776974686F757420636F6D706535
     3261:0DC72B006E736174696F6E293D25660A000A
     3262:10C738004144535F313236305F42617474657279B7
     3263:10C7480043757272656E744761696E43616C6962A4
     3264:10C75800726174696F6E53746172743A20455252F3
     3265:10C768004F5220494E2043414C4942524154494F6F
     3266:10C778004E2C204E4F205245464552454E434520AB
     3267:09C7880043555252454E54210064
     3268:10C791004E6F726D616C207374617274207769746D
     3269:10C7A100686F757420454550524F4D206368616E26
     3270:0DC7B10067657320646574656374656400DA
     3271:10C7BE00454550524F4D2046554C4C2052455354F2
     3272:05C7CE004F524521005F
     3273:10C7D300454550524F4D2053544F524520434F4EE1
     3274:05C7E30046494721005A
     3275:0DC7E8004144533132363020496E697400EF
     3276:10C7F5002E2E2E466C617368206F6220756E6C6FED
     3277:05C80500636B65640097
     3278:10C80A002E2E2E44697361626C65206C6F636B20F7
     3279:10C81A0070726F636573732066696E6973686564A5
     3280:01C82A00000D
     3281:10C82B00466C617368204F7074696F6E62797465C2
     3282:10C83B002070726F6772616D6D206661696C6564E3
     3283:01C84B0000EC
     3284:10C84C002E2E2E466C617368206C6F636B20616CAE
     3285:0DC85C00726561647920616374697665001E
     3286:10C869002E2E2E456E61626C65206C6F636B2065A0
     3287:05C8790072726F7200F5
     3288:10C87E004F5554505554535F4C56505F4348495092
     3289:10C88E005F4F56455254454D5045524154555245B1
     3290:01C89E000099
     3291:10C89F004F5554505554535F4C56505F424154546A
     3292:10C8AF004552595F554E444552564F4C544147459A
     3293:01C8BF000078
     3294:10C8C0004F5554505554535F4F56505F434849504D
     3295:10C8D0005F554E444554454D50455241545552457F
     3296:01C8E0000057
     3297:10C8E1004F5554505554535F4F56505F434849502C
     3298:10C8F1005F4F56455254454D50455241545552454E
     3299:01C901000035
     3300:05C902002D494E460026
     3301:05C907002D696E6600C1
     3302:05C90C002B494E46001E
     3303:05C911002B696E6600B9
     3304:10C91600000000000000545452205245474745533A
     3305:01C926000010
     3306:09C927005465726D696E616C00CB
     3307:09C93000256D2F25642F257900E7
     3308:09C9390025483A254D3A2553002A
     3309:10C9420053756E004D6F6E00547565005765640037
     3310:0DC95200546875004672690053617400005E
     3311:10C95F004A616E00466562004D617200417072005F
     3312:10C96F004D6179004A756E004A756C00417567001C
     3313:10C97F00536570004F6374004E6F7600446563001B
     3314:01C98F0000A7
     3315:01C9900000A6
     3316:0DC991000007032004170201085710408022
     3317:04C9A000899800086A
     3318:10C9A40056616C7565206E6F742076616C696400E5
     3319:10C9B4004B6F7272656B74757266616B746F723DE6
     3320:04C9C40025660A00DA
     3321:10C9C8002D2D2D204761696E2044726966742043BD
     3322:0CC9D800414C20454E4445202D2D2D00E3
     3323:10C9E4004552524F52204144535F313236305F53E7
     3324:10C9F4006574496E7465726E616C526566657265C4
     3325:04CA04006E636500F8
     3326:0CCA080057726974696E6720534E21005C
     3327:10CA1400554E4B4E4F574E20434F4D4D414E4400C3
     3328:10CA2400466C617368204F7074696F6E62797465C7
     3329:0CCA34002070726F6772616D6D656400A8
     3330:10CA4000537461727420656E61626C6520726561F9
     3331:10CA5000646F75742070726F74656374696F6E00B3
     3332:10CA60002E2E2E466C61736820756E6C6F636B00A2
     3333:10CA7000466C617368204F7074696F6E627974657B
     3334:08CA8000206C6F636B6564001C
     3335:10CA88002E2E2E456E61626C65206C6F636B207074
     3336:10CA9800726F636573732066696E69736865640095
     3337:10CAA8004F5554505554535F4C56505F4F5645524E
     3338:08CAB80043555252454E540053
     3339:10CAC0004F5554505554535F4F56505F4F56455233
     3340:08CAD00043555252454E54003B
     3341:10CAD8004F5554505554535F4F56505F424154542C
     3342:10CAE8004552595F4F564552564F4C5441474500A1
     3343:10CAF800303132333435363738394142434445468C
     3344:10CB080030313233343536373839616263646566BB
     3345:04CB18004E414E003C
     3346:04CB1C006E616E00D8
     3347:10CB2000202020202020202020682828282820209D
     3348:10CB300020202020202020202020202020202020F5
     3349:10CB400048101010101010101010101010101010AD
     3350:10CB5000848484848484848484841010101010104D
     3351:10CB600010818181818181010101010101010101A6
     3352:10CB7000010101010101010101010110101010105A
     3353:10CB80001082828282828202020202020202020277
     3354:10CB9000020202020202020202020210101010201F
     3355:10CBA00015CC000824000020610F000015CC0008FF
     3356:10CBB000860F00200300000015CC00088A0F00201B
     3357:10CBC0000300000015CC00088E0F002003000000B9
     3358:10CBD00015CC0008920F00201304000027CC000899
     3359:10CBE00000000020F0CB0008240000007FBC0008FB
     3360:10CBF000F0BB0008F0BB0008F0BB0008F0BB000869
     3361:10CC0000F0BB0008100F0020140F0020180F0020A8
     3362:04CC10000024F40008
     3363:10CC1400206861680834002200E042540139FCD5E0
     3364:02CC2400704757
     3365:10CC260020686168A2680C3401E08B5C8354013A89
     3366:04CC3600FBD5704773
    34853367:020000040801F1
    3486 :10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    3487 :10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    3488 :10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    3489 :10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    3490 :10004000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    3491 :10005000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    3492 :10006000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    3493 :10007000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    3494 :10008000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    3495 :10009000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    3496 :1000A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    3497 :1000B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    3498 :1000C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    3499 :1000D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    3500 :1000E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    3501 :1000F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    3502 :10010000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    3503 :10011000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    3504 :10012000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    3505 :10013000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    3506 :10014000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    3507 :10015000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    3508 :10016000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    3509 :10017000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    3510 :10018000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    3511 :10019000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    3512 :1001A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    3513 :1001B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    3514 :1001C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    3515 :1001D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    3516 :1001E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    3517 :1001F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    3518 :10020000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    3519 :10021000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    3520 :10022000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    3521 :10023000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    3522 :10024000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    3523 :10025000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    3524 :10026000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    3525 :10027000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    3526 :10028000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    3527 :10029000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    3528 :1002A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    3529 :1002B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    3530 :1002C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    3531 :1002D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    3532 :1002E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    3533 :1002F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    3534 :10030000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    3535 :10031000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    3536 :10032000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    3537 :10033000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    3538 :10034000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    3539 :10035000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    3540 :10036000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    3541 :10037000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    3542 :10038000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    3543 :10039000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    3544 :1003A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    3545 :1003B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    3546 :1003C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    3547 :1003D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    3548 :1003E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    3549 :1003F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    3550 :10040000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    3551 :10041000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    3552 :10042000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    3553 :10043000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    3554 :10044000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    3555 :10045000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    3556 :10046000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    3557 :10047000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    3558 :10048000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    3559 :10049000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    3560 :1004A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    3561 :1004B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    3562 :1004C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    3563 :1004D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    3564 :1004E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    3565 :1004F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    3566 :10050000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    3567 :10051000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    3568 :10052000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    3569 :10053000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    3570 :10054000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    3571 :10055000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    3572 :10056000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    3573 :10057000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    3574 :10058000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    3575 :10059000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    3576 :1005A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    3577 :1005B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    3578 :1005C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    3579 :1005D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    3580 :1005E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    3581 :1005F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    3582 :10060000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    3583 :10061000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    3584 :10062000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    3585 :10063000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    3586 :10064000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    3587 :10065000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    3588 :10066000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    3589 :10067000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    3590 :10068000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    3591 :10069000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    3592 :1006A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    3593 :1006B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    3594 :1006C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    3595 :1006D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    3596 :1006E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    3597 :1006F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    3598 :10070000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    3599 :10071000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    3600 :10072000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    3601 :10073000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    3602 :10074000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    3603 :10075000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    3604 :10076000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    3605 :10077000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    3606 :10078000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    3607 :10079000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    3608 :1007A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    3609 :1007B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    3610 :1007C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    3611 :1007D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    3612 :1007E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    3613 :1007F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    3614 :10080000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    3615 :10081000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    3616 :10082000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    3617 :10083000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    3618 :10084000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    3619 :10085000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    3620 :10086000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    3621 :10087000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    3622 :10088000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    3623 :10089000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    3624 :1008A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    3625 :1008B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    3626 :1008C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    3627 :1008D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    3628 :1008E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    3629 :1008F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    3630 :10090000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    3631 :10091000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    3632 :10092000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    3633 :10093000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    3634 :10094000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    3635 :10095000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    3636 :10096000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    3637 :10097000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    3638 :10098000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    3639 :10099000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    3640 :1009A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    3641 :1009B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    3642 :1009C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    3643 :1009D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    3644 :1009E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    3645 :1009F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    3646 :100A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    3647 :100A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    3648 :100A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    3649 :100A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    3650 :100A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    3651 :100A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    3652 :100A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    3653 :100A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    3654 :100A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    3655 :100A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    3656 :100AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    3657 :100AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    3658 :100AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    3659 :100AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    3660 :100AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    3661 :100AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    3662 :100B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    3663 :100B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    3664 :100B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    3665 :100B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    3666 :100B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    3667 :100B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    3668 :100B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    3669 :100B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    3670 :100B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    3671 :100B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    3672 :100BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    3673 :100BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    3674 :100BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    3675 :100BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    3676 :100BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    3677 :100BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    3678 :100C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    3679 :100C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    3680 :100C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    3681 :100C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    3682 :100C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    3683 :100C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    3684 :100C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    3685 :100C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    3686 :100C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    3687 :100C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    3688 :100CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    3689 :100CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    3690 :100CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    3691 :100CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    3692 :100CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    3693 :100CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    3694 :100D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    3695 :100D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    3696 :100D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    3697 :100D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    3698 :100D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    3699 :100D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    3700 :100D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    3701 :100D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    3702 :100D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    3703 :100D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    3704 :100DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    3705 :100DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    3706 :100DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    3707 :100DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    3708 :100DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    3709 :100DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    3710 :100E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    3711 :100E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    3712 :100E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    3713 :100E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    3714 :100E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    3715 :100E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    3716 :100E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    3717 :100E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    3718 :100E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    3719 :100E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    3720 :100EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    3721 :100EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    3722 :100EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    3723 :100ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    3724 :100EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    3725 :100EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    3726 :100F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    3727 :100F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    3728 :100F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    3729 :100F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    3730 :100F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    3731 :100F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    3732 :100F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    3733 :100F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    3734 :100F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    3735 :100F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    3736 :100FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    3737 :100FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    3738 :100FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    3739 :100FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    3740 :100FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    3741 :100FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    3742 :10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    3743 :10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    3744 :10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    3745 :10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    3746 :10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    3747 :10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    3748 :10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    3749 :10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    3750 :10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    3751 :10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    3752 :1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    3753 :1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    3754 :1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    3755 :1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    3756 :1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    3757 :1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    3758 :10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    3759 :10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    3760 :10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    3761 :10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    3762 :10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    3763 :10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    3764 :10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    3765 :10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    3766 :10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    3767 :10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    3768 :1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    3769 :1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    3770 :1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    3771 :1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    3772 :1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    3773 :1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    3774 :10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    3775 :10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    3776 :10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    3777 :10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    3778 :10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    3779 :10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    3780 :10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    3781 :10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    3782 :10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    3783 :10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    3784 :1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    3785 :1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    3786 :1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    3787 :1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    3788 :1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    3789 :1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    3790 :10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    3791 :10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    3792 :10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    3793 :10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    3794 :10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    3795 :10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    3796 :10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    3797 :10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    3798 :10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    3799 :10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    3800 :1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    3801 :1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    3802 :1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    3803 :1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    3804 :1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    3805 :1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    3806 :10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    3807 :10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    3808 :10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    3809 :10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    3810 :10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    3811 :10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    3812 :10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    3813 :10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    3814 :10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    3815 :10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    3816 :1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    3817 :1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    3818 :1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    3819 :1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    3820 :1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    3821 :1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    3822 :10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    3823 :10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    3824 :10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    3825 :10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    3826 :10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    3827 :10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    3828 :10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    3829 :10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    3830 :10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    3831 :10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    3832 :1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    3833 :1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    3834 :1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    3835 :1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    3836 :1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    3837 :1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    3838 :10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    3839 :10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    3840 :10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    3841 :10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    3842 :10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    3843 :10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    3844 :10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    3845 :10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    3846 :10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    3847 :10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    3848 :1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    3849 :1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    3850 :1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    3851 :1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    3852 :1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    3853 :1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    3854 :10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    3855 :10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    3856 :10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    3857 :10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    3858 :10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    3859 :10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    3860 :10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    3861 :10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    3862 :10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    3863 :10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    3864 :1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    3865 :1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    3866 :1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    3867 :1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    3868 :1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    3869 :1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    3870 :10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    3871 :10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    3872 :10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    3873 :10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    3874 :10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    3875 :10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    3876 :10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    3877 :10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    3878 :10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    3879 :10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    3880 :1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    3881 :1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    3882 :1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    3883 :1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    3884 :1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    3885 :1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    3886 :10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    3887 :10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    3888 :10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    3889 :10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    3890 :10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    3891 :10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    3892 :10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    3893 :10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    3894 :10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    3895 :10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    3896 :1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    3897 :1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    3898 :1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    3899 :1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    3900 :1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    3901 :1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    3902 :101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    3903 :101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    3904 :101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    3905 :101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    3906 :101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    3907 :101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    3908 :101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    3909 :101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    3910 :101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    3911 :101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    3912 :101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    3913 :101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    3914 :101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    3915 :101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    3916 :101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    3917 :101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    3918 :101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    3919 :101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    3920 :101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    3921 :101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    3922 :101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    3923 :101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    3924 :101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    3925 :101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    3926 :101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    3927 :101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    3928 :101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    3929 :101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    3930 :101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    3931 :101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    3932 :101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    3933 :101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    3934 :101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    3935 :101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    3936 :101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    3937 :101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    3938 :101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    3939 :101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    3940 :101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    3941 :101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    3942 :101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    3943 :101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    3944 :101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    3945 :101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    3946 :101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    3947 :101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    3948 :101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    3949 :101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    3950 :101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    3951 :101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    3952 :101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    3953 :101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    3954 :101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    3955 :101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    3956 :101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    3957 :101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    3958 :101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    3959 :101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    3960 :101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    3961 :101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    3962 :101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    3963 :101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    3964 :101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    3965 :101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    3966 :101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    3967 :101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    3968 :101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    3969 :101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    3970 :101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    3971 :101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    3972 :101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    3973 :101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    3974 :101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    3975 :101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    3976 :101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    3977 :101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    3978 :101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    3979 :101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    3980 :101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    3981 :101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    3982 :101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    3983 :101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    3984 :101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    3985 :101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    3986 :101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    3987 :101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    3988 :101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    3989 :101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    3990 :101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    3991 :101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    3992 :101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    3993 :101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    3994 :101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    3995 :101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    3996 :101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    3997 :101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    3998 :10200000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    3999 :10201000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    4000 :10202000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    4001 :10203000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    4002 :10204000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    4003 :10205000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    4004 :10206000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    4005 :10207000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    4006 :10208000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    4007 :10209000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    4008 :1020A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    4009 :1020B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    4010 :1020C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    4011 :1020D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    4012 :1020E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    4013 :1020F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    4014 :10210000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    4015 :10211000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    4016 :10212000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    4017 :10213000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    4018 :10214000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    4019 :10215000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    4020 :10216000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    4021 :10217000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    4022 :10218000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    4023 :10219000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    4024 :1021A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    4025 :1021B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    4026 :1021C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    4027 :1021D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    4028 :1021E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    4029 :1021F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    4030 :10220000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    4031 :10221000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    4032 :10222000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    4033 :10223000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    4034 :10224000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    4035 :10225000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    4036 :10226000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    4037 :10227000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    4038 :10228000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    4039 :10229000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    4040 :1022A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    4041 :1022B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    4042 :1022C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    4043 :1022D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    4044 :1022E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    4045 :1022F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    4046 :10230000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    4047 :10231000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    4048 :10232000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    4049 :10233000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    4050 :10234000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    4051 :10235000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    4052 :10236000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    4053 :10237000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    4054 :10238000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    4055 :10239000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    4056 :1023A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    4057 :1023B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    4058 :1023C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    4059 :1023D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    4060 :1023E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    4061 :1023F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    4062 :10240000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    4063 :10241000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    4064 :10242000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    4065 :10243000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    4066 :10244000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    4067 :10245000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    4068 :10246000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    4069 :10247000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    4070 :10248000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    4071 :10249000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    4072 :1024A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    4073 :1024B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    4074 :1024C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    4075 :1024D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    4076 :1024E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    4077 :1024F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    4078 :10250000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    4079 :10251000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    4080 :10252000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    4081 :10253000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    4082 :10254000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    4083 :10255000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    4084 :10256000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    4085 :10257000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    4086 :10258000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    4087 :10259000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    4088 :1025A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    4089 :1025B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    4090 :1025C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    4091 :1025D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    4092 :1025E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    4093 :1025F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    4094 :10260000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    4095 :10261000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    4096 :10262000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    4097 :10263000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    4098 :10264000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    4099 :10265000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    4100 :10266000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    4101 :10267000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    4102 :10268000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    4103 :10269000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    4104 :1026A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    4105 :1026B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    4106 :1026C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    4107 :1026D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    4108 :1026E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    4109 :1026F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    4110 :10270000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    4111 :10271000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    4112 :10272000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    4113 :10273000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    4114 :10274000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    4115 :10275000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    4116 :10276000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    4117 :10277000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    4118 :10278000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    4119 :10279000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    4120 :1027A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    4121 :1027B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    4122 :1027C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    4123 :1027D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    4124 :1027E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    4125 :1027F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    4126 :10280000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    4127 :10281000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    4128 :10282000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    4129 :10283000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    4130 :10284000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    4131 :10285000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    4132 :10286000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    4133 :10287000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    4134 :10288000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    4135 :10289000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    4136 :1028A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    4137 :1028B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    4138 :1028C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    4139 :1028D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    4140 :1028E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    4141 :1028F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    4142 :10290000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    4143 :10291000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    4144 :10292000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    4145 :10293000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    4146 :10294000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    4147 :10295000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    4148 :10296000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    4149 :10297000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    4150 :10298000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    4151 :10299000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    4152 :1029A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    4153 :1029B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    4154 :1029C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    4155 :1029D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    4156 :1029E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    4157 :1029F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    4158 :102A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    4159 :102A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    4160 :102A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    4161 :102A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    4162 :102A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    4163 :102A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    4164 :102A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    4165 :102A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    4166 :102A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    4167 :102A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    4168 :102AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    4169 :102AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    4170 :102AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    4171 :102AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    4172 :102AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    4173 :102AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    4174 :102B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    4175 :102B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    4176 :102B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    4177 :102B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    4178 :102B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    4179 :102B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    4180 :102B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    4181 :102B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    4182 :102B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    4183 :102B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    4184 :102BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    4185 :102BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    4186 :102BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    4187 :102BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    4188 :102BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    4189 :102BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    4190 :102C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    4191 :102C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    4192 :102C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    4193 :102C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    4194 :102C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    4195 :102C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    4196 :102C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    4197 :102C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    4198 :102C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    4199 :102C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    4200 :102CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    4201 :102CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    4202 :102CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    4203 :102CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    4204 :102CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    4205 :102CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    4206 :102D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    4207 :102D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    4208 :102D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    4209 :102D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    4210 :102D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    4211 :102D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    4212 :102D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    4213 :102D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    4214 :102D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    4215 :102D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    4216 :102DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    4217 :102DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    4218 :102DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    4219 :102DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    4220 :102DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    4221 :102DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    4222 :102E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    4223 :102E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    4224 :102E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    4225 :102E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    4226 :102E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    4227 :102E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    4228 :102E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    4229 :102E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    4230 :102E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    4231 :102E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    4232 :102EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    4233 :102EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    4234 :102EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    4235 :102ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    4236 :102EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    4237 :102EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    4238 :102F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    4239 :102F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    4240 :102F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    4241 :102F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    4242 :102F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    4243 :102F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    4244 :102F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    4245 :102F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    4246 :102F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    4247 :102F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    4248 :102FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    4249 :102FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    4250 :102FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    4251 :102FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    4252 :102FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    4253 :102FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    4254 :10300000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    4255 :10301000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    4256 :10302000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    4257 :10303000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    4258 :10304000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    4259 :10305000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    4260 :10306000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    4261 :10307000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    4262 :10308000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    4263 :10309000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    4264 :1030A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    4265 :1030B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    4266 :1030C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    4267 :1030D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    4268 :1030E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    4269 :1030F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    4270 :10310000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    4271 :10311000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    4272 :10312000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    4273 :10313000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    4274 :10314000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    4275 :10315000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    4276 :10316000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    4277 :10317000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    4278 :10318000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    4279 :10319000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    4280 :1031A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    4281 :1031B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    4282 :1031C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    4283 :1031D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    4284 :1031E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    4285 :1031F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    4286 :10320000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    4287 :10321000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    4288 :10322000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    4289 :10323000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    4290 :10324000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    4291 :10325000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    4292 :10326000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    4293 :10327000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    4294 :10328000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    4295 :10329000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    4296 :1032A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    4297 :1032B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    4298 :1032C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    4299 :1032D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    4300 :1032E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    4301 :1032F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    4302 :10330000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    4303 :10331000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    4304 :10332000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    4305 :10333000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    4306 :10334000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    4307 :10335000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    4308 :10336000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    4309 :10337000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    4310 :10338000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    4311 :10339000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    4312 :1033A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    4313 :1033B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    4314 :1033C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    4315 :1033D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    4316 :1033E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    4317 :1033F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    4318 :10340000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    4319 :10341000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    4320 :10342000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    4321 :10343000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    4322 :10344000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    4323 :10345000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    4324 :10346000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    4325 :10347000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    4326 :10348000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    4327 :10349000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    4328 :1034A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    4329 :1034B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    4330 :1034C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    4331 :1034D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    4332 :1034E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    4333 :1034F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    4334 :10350000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    4335 :10351000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    4336 :10352000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    4337 :10353000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    4338 :10354000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    4339 :10355000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    4340 :10356000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    4341 :10357000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    4342 :10358000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    4343 :10359000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    4344 :1035A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    4345 :1035B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    4346 :1035C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    4347 :1035D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    4348 :1035E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    4349 :1035F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    4350 :10360000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    4351 :10361000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    4352 :10362000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    4353 :10363000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    4354 :10364000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    4355 :10365000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    4356 :10366000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    4357 :10367000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    4358 :10368000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    4359 :10369000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    4360 :1036A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    4361 :1036B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    4362 :1036C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    4363 :1036D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    4364 :1036E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    4365 :1036F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    4366 :10370000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    4367 :10371000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    4368 :10372000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    4369 :10373000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    4370 :10374000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    4371 :10375000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    4372 :10376000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    4373 :10377000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    4374 :10378000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    4375 :10379000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    4376 :1037A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    4377 :1037B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    4378 :1037C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    4379 :1037D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    4380 :1037E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    4381 :1037F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    4382 :10380000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    4383 :10381000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    4384 :10382000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    4385 :10383000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    4386 :10384000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    4387 :10385000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    4388 :10386000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    4389 :10387000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    4390 :10388000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    4391 :10389000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    4392 :1038A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    4393 :1038B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    4394 :1038C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    4395 :1038D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    4396 :1038E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    4397 :1038F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    4398 :10390000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    4399 :10391000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    4400 :10392000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    4401 :10393000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    4402 :10394000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    4403 :10395000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    4404 :10396000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    4405 :10397000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    4406 :10398000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    4407 :10399000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    4408 :1039A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    4409 :1039B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    4410 :1039C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    4411 :1039D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    4412 :1039E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    4413 :1039F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    4414 :103A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    4415 :103A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    4416 :103A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    4417 :103A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    4418 :103A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    4419 :103A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    4420 :103A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    4421 :103A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    4422 :103A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    4423 :103A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    4424 :103AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    4425 :103AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    4426 :103AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    4427 :103AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    4428 :103AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    4429 :103AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    4430 :103B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    4431 :103B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    4432 :103B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    4433 :103B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    4434 :103B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    4435 :103B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    4436 :103B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    4437 :103B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    4438 :103B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    4439 :103B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    4440 :103BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    4441 :103BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    4442 :103BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    4443 :103BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    4444 :103BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    4445 :103BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    4446 :103C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    4447 :103C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    4448 :103C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    4449 :103C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    4450 :103C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    4451 :103C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    4452 :103C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    4453 :103C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    4454 :103C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    4455 :103C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    4456 :103CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    4457 :103CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    4458 :103CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    4459 :103CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    4460 :103CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    4461 :103CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    4462 :103D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    4463 :103D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    4464 :103D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    4465 :103D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    4466 :103D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    4467 :103D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    4468 :103D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    4469 :103D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    4470 :103D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    4471 :103D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    4472 :103DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    4473 :103DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    4474 :103DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    4475 :103DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    4476 :103DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    4477 :103DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    4478 :103E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    4479 :103E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    4480 :103E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    4481 :103E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    4482 :103E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    4483 :103E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    4484 :103E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    4485 :103E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    4486 :103E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    4487 :103E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    4488 :103EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    4489 :103EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    4490 :103EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    4491 :103ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    4492 :103EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    4493 :103EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    4494 :103F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    4495 :103F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    4496 :103F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    4497 :103F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    4498 :103F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    4499 :103F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    4500 :103F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    4501 :103F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    4502 :103F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    4503 :103F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    4504 :103FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    4505 :103FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    4506 :103FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    4507 :103FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    4508 :103FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    4509 :103FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    4510 :10400000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    4511 :10401000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    4512 :10402000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    4513 :10403000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    4514 :10404000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    4515 :10405000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    4516 :10406000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    4517 :10407000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    4518 :10408000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    4519 :10409000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    4520 :1040A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    4521 :1040B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    4522 :1040C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    4523 :1040D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    4524 :1040E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    4525 :1040F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    4526 :10410000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    4527 :10411000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    4528 :10412000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    4529 :10413000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    4530 :10414000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    4531 :10415000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    4532 :10416000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    4533 :10417000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    4534 :10418000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    4535 :10419000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    4536 :1041A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    4537 :1041B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    4538 :1041C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    4539 :1041D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    4540 :1041E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    4541 :1041F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    4542 :10420000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    4543 :10421000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    4544 :10422000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    4545 :10423000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    4546 :10424000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    4547 :10425000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    4548 :10426000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    4549 :10427000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    4550 :10428000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    4551 :10429000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    4552 :1042A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    4553 :1042B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    4554 :1042C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    4555 :1042D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    4556 :1042E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    4557 :1042F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    4558 :10430000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    4559 :10431000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    4560 :10432000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    4561 :10433000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    4562 :10434000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    4563 :10435000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    4564 :10436000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    4565 :10437000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    4566 :10438000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    4567 :10439000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    4568 :1043A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    4569 :1043B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    4570 :1043C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    4571 :1043D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    4572 :1043E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    4573 :1043F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    4574 :10440000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    4575 :10441000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    4576 :10442000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    4577 :10443000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    4578 :10444000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    4579 :10445000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    4580 :10446000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    4581 :10447000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    4582 :10448000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    4583 :10449000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    4584 :1044A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    4585 :1044B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    4586 :1044C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    4587 :1044D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    4588 :1044E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    4589 :1044F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    4590 :10450000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    4591 :10451000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    4592 :10452000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    4593 :10453000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    4594 :10454000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    4595 :10455000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    4596 :10456000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    4597 :10457000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    4598 :10458000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    4599 :10459000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    4600 :1045A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    4601 :1045B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    4602 :1045C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    4603 :1045D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    4604 :1045E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    4605 :1045F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    4606 :10460000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    4607 :10461000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    4608 :10462000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    4609 :10463000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    4610 :10464000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    4611 :10465000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    4612 :10466000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    4613 :10467000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    4614 :10468000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    4615 :10469000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    4616 :1046A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    4617 :1046B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    4618 :1046C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    4619 :1046D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    4620 :1046E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    4621 :1046F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    4622 :10470000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    4623 :10471000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    4624 :10472000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    4625 :10473000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    4626 :10474000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    4627 :10475000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    4628 :10476000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    4629 :10477000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    4630 :10478000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    4631 :10479000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    4632 :1047A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    4633 :1047B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    4634 :1047C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    4635 :1047D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    4636 :1047E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    4637 :1047F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    4638 :10480000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    4639 :10481000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    4640 :10482000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    4641 :10483000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    4642 :10484000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    4643 :10485000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    4644 :10486000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    4645 :10487000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    4646 :10488000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    4647 :10489000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    4648 :1048A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    4649 :1048B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    4650 :1048C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    4651 :1048D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    4652 :1048E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    4653 :1048F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    4654 :10490000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    4655 :10491000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    4656 :10492000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    4657 :10493000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    4658 :10494000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    4659 :10495000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    4660 :10496000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    4661 :10497000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    4662 :10498000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    4663 :10499000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    4664 :1049A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    4665 :1049B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    4666 :1049C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    4667 :1049D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    4668 :1049E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    4669 :1049F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    4670 :104A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    4671 :104A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    4672 :104A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    4673 :104A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    4674 :104A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    4675 :104A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    4676 :104A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    4677 :104A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    4678 :104A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    4679 :104A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    4680 :104AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    4681 :104AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    4682 :104AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    4683 :104AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    4684 :104AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    4685 :104AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    4686 :104B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    4687 :104B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    4688 :104B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    4689 :104B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    4690 :104B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    4691 :104B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    4692 :104B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    4693 :104B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    4694 :104B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    4695 :104B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    4696 :104BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    4697 :104BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    4698 :104BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    4699 :104BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    4700 :104BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    4701 :104BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    4702 :104C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    4703 :104C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    4704 :104C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    4705 :104C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    4706 :104C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    4707 :104C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    4708 :104C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    4709 :104C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    4710 :104C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    4711 :104C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    4712 :104CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    4713 :104CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    4714 :104CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    4715 :104CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    4716 :104CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    4717 :104CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    4718 :104D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    4719 :104D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    4720 :104D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    4721 :104D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    4722 :104D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    4723 :104D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    4724 :104D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    4725 :104D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    4726 :104D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    4727 :104D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    4728 :104DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    4729 :104DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    4730 :104DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    4731 :104DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    4732 :104DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    4733 :104DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    4734 :104E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    4735 :104E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    4736 :104E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    4737 :104E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    4738 :104E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    4739 :104E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    4740 :104E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    4741 :104E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    4742 :104E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    4743 :104E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    4744 :104EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    4745 :104EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    4746 :104EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    4747 :104ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    4748 :104EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    4749 :104EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    4750 :104F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    4751 :104F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    4752 :104F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    4753 :104F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    4754 :104F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    4755 :104F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    4756 :104F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    4757 :104F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    4758 :104F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    4759 :104F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    4760 :104FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    4761 :104FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    4762 :104FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    4763 :104FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    4764 :104FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    4765 :104FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    4766 :10500000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    4767 :10501000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    4768 :10502000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    4769 :10503000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    4770 :10504000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    4771 :10505000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    4772 :10506000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    4773 :10507000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    4774 :10508000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    4775 :10509000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    4776 :1050A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    4777 :1050B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    4778 :1050C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    4779 :1050D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    4780 :1050E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    4781 :1050F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    4782 :10510000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    4783 :10511000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    4784 :10512000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    4785 :10513000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    4786 :10514000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    4787 :10515000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    4788 :10516000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    4789 :10517000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    4790 :10518000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    4791 :10519000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    4792 :1051A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    4793 :1051B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    4794 :1051C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    4795 :1051D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    4796 :1051E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    4797 :1051F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    4798 :10520000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    4799 :10521000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    4800 :10522000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    4801 :10523000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    4802 :10524000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    4803 :10525000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    4804 :10526000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    4805 :10527000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    4806 :10528000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    4807 :10529000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    4808 :1052A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    4809 :1052B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    4810 :1052C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    4811 :1052D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    4812 :1052E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    4813 :1052F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    4814 :10530000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    4815 :10531000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    4816 :10532000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    4817 :10533000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    4818 :10534000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    4819 :10535000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    4820 :10536000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    4821 :10537000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    4822 :10538000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    4823 :10539000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    4824 :1053A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    4825 :1053B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    4826 :1053C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    4827 :1053D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    4828 :1053E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    4829 :1053F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    4830 :10540000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    4831 :10541000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    4832 :10542000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    4833 :10543000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    4834 :10544000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    4835 :10545000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    4836 :10546000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    4837 :10547000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    4838 :10548000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    4839 :10549000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    4840 :1054A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    4841 :1054B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    4842 :1054C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    4843 :1054D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    4844 :1054E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    4845 :1054F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    4846 :10550000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    4847 :10551000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    4848 :10552000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    4849 :10553000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    4850 :10554000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    4851 :10555000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    4852 :10556000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    4853 :10557000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    4854 :10558000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    4855 :10559000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    4856 :1055A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    4857 :1055B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    4858 :1055C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    4859 :1055D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    4860 :1055E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    4861 :1055F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    4862 :10560000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    4863 :10561000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    4864 :10562000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    4865 :10563000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    4866 :10564000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    4867 :10565000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    4868 :10566000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    4869 :10567000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    4870 :10568000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    4871 :10569000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    4872 :1056A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    4873 :1056B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    4874 :1056C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    4875 :1056D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    4876 :1056E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    4877 :1056F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    4878 :10570000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    4879 :10571000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    4880 :10572000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    4881 :10573000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    4882 :10574000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    4883 :10575000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    4884 :10576000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    4885 :10577000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    4886 :10578000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    4887 :10579000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    4888 :1057A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    4889 :1057B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    4890 :1057C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    4891 :1057D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    4892 :1057E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    4893 :1057F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    4894 :10580000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    4895 :10581000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    4896 :10582000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    4897 :10583000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    4898 :10584000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    4899 :10585000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    4900 :10586000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    4901 :10587000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    4902 :10588000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    4903 :10589000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    4904 :1058A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    4905 :1058B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    4906 :1058C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    4907 :1058D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    4908 :1058E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    4909 :1058F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    4910 :10590000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    4911 :10591000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    4912 :10592000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    4913 :10593000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    4914 :10594000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    4915 :10595000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    4916 :10596000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    4917 :10597000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    4918 :10598000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    4919 :10599000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    4920 :1059A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    4921 :1059B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    4922 :1059C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    4923 :1059D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    4924 :1059E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    4925 :1059F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    4926 :105A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    4927 :105A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    4928 :105A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    4929 :105A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    4930 :105A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    4931 :105A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    4932 :105A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    4933 :105A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    4934 :105A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    4935 :105A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    4936 :105AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    4937 :105AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    4938 :105AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    4939 :105AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    4940 :105AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    4941 :105AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    4942 :105B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    4943 :105B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    4944 :105B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    4945 :105B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    4946 :105B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    4947 :105B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    4948 :105B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    4949 :105B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    4950 :105B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    4951 :105B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    4952 :105BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    4953 :105BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    4954 :105BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    4955 :105BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    4956 :105BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    4957 :105BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    4958 :105C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    4959 :105C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    4960 :105C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    4961 :105C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    4962 :105C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    4963 :105C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    4964 :105C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    4965 :105C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    4966 :105C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    4967 :105C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    4968 :105CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    4969 :105CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    4970 :105CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    4971 :105CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    4972 :105CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    4973 :105CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    4974 :105D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    4975 :105D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    4976 :105D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    4977 :105D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    4978 :105D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    4979 :105D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    4980 :105D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    4981 :105D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    4982 :105D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    4983 :105D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    4984 :105DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    4985 :105DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    4986 :105DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    4987 :105DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    4988 :105DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    4989 :105DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    4990 :105E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    4991 :105E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    4992 :105E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    4993 :105E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    4994 :105E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    4995 :105E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    4996 :105E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    4997 :105E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    4998 :105E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    4999 :105E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    5000 :105EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    5001 :105EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    5002 :105EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    5003 :105ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    5004 :105EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    5005 :105EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    5006 :105F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    5007 :105F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    5008 :105F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    5009 :105F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    5010 :105F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    5011 :105F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    5012 :105F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    5013 :105F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    5014 :105F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    5015 :105F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    5016 :105FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    5017 :105FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    5018 :105FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    5019 :105FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    5020 :105FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    5021 :105FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    5022 :10600000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    5023 :10601000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    5024 :10602000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    5025 :10603000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    5026 :10604000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    5027 :10605000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    5028 :10606000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    5029 :10607000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    5030 :10608000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    5031 :10609000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    5032 :1060A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    5033 :1060B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    5034 :1060C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    5035 :1060D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    5036 :1060E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    5037 :1060F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    5038 :10610000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    5039 :10611000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    5040 :10612000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    5041 :10613000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    5042 :10614000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    5043 :10615000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    5044 :10616000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    5045 :10617000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    5046 :10618000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    5047 :10619000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    5048 :1061A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    5049 :1061B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    5050 :1061C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    5051 :1061D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    5052 :1061E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    5053 :1061F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    5054 :10620000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    5055 :10621000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    5056 :10622000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    5057 :10623000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    5058 :10624000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    5059 :10625000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    5060 :10626000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    5061 :10627000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    5062 :10628000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    5063 :10629000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    5064 :1062A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    5065 :1062B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    5066 :1062C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    5067 :1062D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    5068 :1062E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    5069 :1062F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    5070 :10630000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    5071 :10631000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    5072 :10632000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    5073 :10633000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    5074 :10634000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    5075 :10635000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    5076 :10636000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    5077 :10637000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    5078 :10638000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    5079 :10639000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    5080 :1063A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    5081 :1063B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    5082 :1063C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    5083 :1063D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    5084 :1063E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    5085 :1063F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    5086 :10640000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    5087 :10641000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    5088 :10642000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    5089 :10643000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    5090 :10644000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    5091 :10645000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    5092 :10646000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    5093 :10647000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    5094 :10648000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    5095 :10649000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    5096 :1064A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    5097 :1064B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    5098 :1064C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    5099 :1064D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    5100 :1064E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    5101 :1064F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    5102 :10650000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    5103 :10651000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    5104 :10652000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    5105 :10653000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    5106 :10654000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    5107 :10655000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    5108 :10656000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    5109 :10657000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    5110 :10658000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    5111 :10659000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    5112 :1065A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    5113 :1065B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    5114 :1065C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    5115 :1065D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    5116 :1065E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    5117 :1065F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    5118 :10660000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    5119 :10661000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    5120 :10662000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    5121 :10663000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    5122 :10664000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    5123 :10665000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    5124 :10666000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    5125 :10667000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    5126 :10668000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    5127 :10669000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    5128 :1066A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    5129 :1066B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    5130 :1066C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    5131 :1066D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    5132 :1066E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    5133 :1066F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    5134 :10670000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    5135 :10671000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    5136 :10672000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    5137 :10673000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    5138 :10674000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    5139 :10675000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    5140 :10676000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    5141 :10677000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    5142 :10678000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    5143 :10679000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    5144 :1067A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    5145 :1067B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    5146 :1067C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    5147 :1067D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    5148 :1067E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    5149 :1067F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    5150 :10680000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    5151 :10681000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    5152 :10682000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    5153 :10683000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    5154 :10684000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    5155 :10685000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    5156 :10686000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    5157 :10687000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    5158 :10688000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    5159 :10689000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    5160 :1068A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    5161 :1068B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    5162 :1068C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    5163 :1068D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    5164 :1068E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    5165 :1068F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    5166 :10690000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    5167 :10691000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    5168 :10692000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    5169 :10693000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    5170 :10694000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    5171 :10695000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    5172 :10696000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    5173 :10697000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    5174 :10698000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    5175 :10699000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    5176 :1069A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    5177 :1069B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    5178 :1069C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    5179 :1069D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    5180 :1069E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    5181 :1069F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    5182 :106A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    5183 :106A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    5184 :106A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    5185 :106A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    5186 :106A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    5187 :106A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    5188 :106A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    5189 :106A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    5190 :106A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    5191 :106A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    5192 :106AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    5193 :106AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    5194 :106AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    5195 :106AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    5196 :106AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    5197 :106AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    5198 :106B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    5199 :106B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    5200 :106B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    5201 :106B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    5202 :106B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    5203 :106B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    5204 :106B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    5205 :106B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    5206 :106B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    5207 :106B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    5208 :106BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    5209 :106BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    5210 :106BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    5211 :106BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    5212 :106BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    5213 :106BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    5214 :106C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    5215 :106C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    5216 :106C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    5217 :106C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    5218 :106C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    5219 :106C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    5220 :106C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    5221 :106C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    5222 :106C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    5223 :106C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    5224 :106CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    5225 :106CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    5226 :106CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    5227 :106CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    5228 :106CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    5229 :106CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    5230 :106D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    5231 :106D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    5232 :106D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    5233 :106D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    5234 :106D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    5235 :106D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    5236 :106D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    5237 :106D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    5238 :106D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    5239 :106D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    5240 :106DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    5241 :106DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    5242 :106DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    5243 :106DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    5244 :106DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    5245 :106DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    5246 :106E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    5247 :106E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    5248 :106E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    5249 :106E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    5250 :106E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    5251 :106E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    5252 :106E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    5253 :106E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    5254 :106E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    5255 :106E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    5256 :106EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    5257 :106EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    5258 :106EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    5259 :106ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    5260 :106EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    5261 :106EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    5262 :106F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    5263 :106F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    5264 :106F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    5265 :106F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    5266 :106F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    5267 :106F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    5268 :106F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    5269 :106F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    5270 :106F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    5271 :106F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    5272 :106FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    5273 :106FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    5274 :106FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    5275 :106FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    5276 :106FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    5277 :106FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    5278 :10700000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    5279 :10701000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    5280 :10702000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    5281 :10703000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    5282 :10704000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    5283 :10705000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    5284 :10706000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    5285 :10707000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    5286 :10708000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    5287 :10709000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    5288 :1070A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    5289 :1070B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    5290 :1070C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    5291 :1070D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    5292 :1070E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    5293 :1070F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    5294 :10710000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    5295 :10711000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    5296 :10712000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    5297 :10713000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    5298 :10714000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    5299 :10715000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    5300 :10716000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    5301 :10717000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    5302 :10718000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    5303 :10719000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    5304 :1071A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    5305 :1071B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    5306 :1071C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    5307 :1071D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    5308 :1071E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    5309 :1071F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    5310 :10720000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    5311 :10721000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    5312 :10722000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    5313 :10723000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    5314 :10724000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    5315 :10725000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    5316 :10726000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    5317 :10727000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    5318 :10728000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    5319 :10729000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    5320 :1072A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    5321 :1072B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    5322 :1072C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    5323 :1072D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    5324 :1072E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    5325 :1072F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    5326 :10730000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    5327 :10731000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    5328 :10732000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    5329 :10733000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    5330 :10734000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    5331 :10735000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    5332 :10736000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    5333 :10737000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    5334 :10738000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    5335 :10739000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    5336 :1073A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    5337 :1073B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    5338 :1073C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    5339 :1073D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    5340 :1073E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    5341 :1073F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    5342 :10740000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    5343 :10741000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    5344 :10742000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    5345 :10743000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    5346 :10744000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    5347 :10745000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    5348 :10746000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    5349 :10747000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    5350 :10748000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    5351 :10749000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    5352 :1074A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    5353 :1074B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    5354 :1074C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    5355 :1074D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    5356 :1074E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    5357 :1074F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    5358 :10750000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    5359 :10751000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    5360 :10752000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    5361 :10753000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    5362 :10754000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    5363 :10755000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    5364 :10756000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    5365 :10757000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    5366 :10758000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    5367 :10759000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    5368 :1075A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    5369 :1075B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    5370 :1075C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    5371 :1075D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    5372 :1075E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    5373 :1075F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    5374 :10760000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    5375 :10761000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    5376 :10762000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    5377 :10763000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    5378 :10764000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    5379 :10765000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    5380 :10766000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    5381 :10767000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    5382 :10768000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    5383 :10769000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    5384 :1076A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    5385 :1076B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    5386 :1076C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    5387 :1076D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    5388 :1076E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    5389 :1076F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    5390 :10770000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    5391 :10771000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    5392 :10772000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    5393 :10773000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    5394 :10774000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    5395 :10775000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    5396 :10776000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    5397 :10777000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    5398 :10778000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    5399 :10779000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    5400 :1077A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    5401 :1077B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    5402 :1077C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    5403 :1077D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    5404 :1077E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    5405 :1077F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    5406 :10780000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    5407 :10781000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    5408 :10782000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    5409 :10783000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    5410 :10784000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    5411 :10785000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    5412 :10786000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    5413 :10787000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    5414 :10788000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    5415 :10789000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    5416 :1078A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    5417 :1078B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    5418 :1078C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    5419 :1078D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    5420 :1078E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    5421 :1078F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    5422 :10790000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    5423 :10791000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    5424 :10792000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    5425 :10793000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    5426 :10794000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    5427 :10795000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    5428 :10796000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    5429 :10797000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    5430 :10798000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    5431 :10799000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    5432 :1079A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    5433 :1079B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    5434 :1079C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    5435 :1079D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    5436 :1079E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    5437 :1079F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    5438 :107A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    5439 :107A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    5440 :107A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    5441 :107A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    5442 :107A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    5443 :107A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    5444 :107A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    5445 :107A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    5446 :107A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    5447 :107A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    5448 :107AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    5449 :107AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    5450 :107AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    5451 :107AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    5452 :107AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    5453 :107AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    5454 :107B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    5455 :107B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    5456 :107B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    5457 :107B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    5458 :107B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    5459 :107B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    5460 :107B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    5461 :107B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    5462 :107B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    5463 :107B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    5464 :107BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    5465 :107BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    5466 :107BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    5467 :107BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    5468 :107BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    5469 :107BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    5470 :107C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    5471 :107C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    5472 :107C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    5473 :107C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    5474 :107C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    5475 :107C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    5476 :107C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    5477 :107C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    5478 :107C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    5479 :107C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    5480 :107CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    5481 :107CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    5482 :107CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    5483 :107CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    5484 :107CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    5485 :107CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    5486 :107D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    5487 :107D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    5488 :107D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    5489 :107D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    5490 :107D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    5491 :107D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    5492 :107D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    5493 :107D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    5494 :107D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    5495 :107D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    5496 :107DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    5497 :107DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    5498 :107DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    5499 :107DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    5500 :107DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    5501 :107DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    5502 :107E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    5503 :107E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    5504 :107E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    5505 :107E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    5506 :107E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    5507 :107E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    5508 :107E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    5509 :107E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    5510 :107E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    5511 :107E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    5512 :107EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    5513 :107EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    5514 :107EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    5515 :107ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    5516 :107EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    5517 :107EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    5518 :107F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    5519 :107F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    5520 :107F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    5521 :107F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    5522 :107F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    5523 :107F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    5524 :107F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    5525 :107F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    5526 :107F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    5527 :107F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    5528 :107FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    5529 :107FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    5530 :107FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    5531 :107FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    5532 :107FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    5533 :107FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    5534 :10800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    5535 :10801000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    5536 :10802000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    5537 :10803000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    5538 :10804000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    5539 :10805000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    5540 :10806000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    5541 :10807000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    5542 :10808000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    5543 :10809000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    5544 :1080A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    5545 :1080B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    5546 :1080C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    5547 :1080D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    5548 :1080E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    5549 :1080F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    5550 :10810000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    5551 :10811000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    5552 :10812000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    5553 :10813000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    5554 :10814000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    5555 :10815000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    5556 :10816000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    5557 :10817000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    5558 :10818000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    5559 :10819000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    5560 :1081A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    5561 :1081B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    5562 :1081C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    5563 :1081D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    5564 :1081E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    5565 :1081F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    5566 :10820000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    5567 :10821000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    5568 :10822000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    5569 :10823000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    5570 :10824000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    5571 :10825000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    5572 :10826000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    5573 :10827000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    5574 :10828000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    5575 :10829000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    5576 :1082A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    5577 :1082B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    5578 :1082C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    5579 :1082D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    5580 :1082E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    5581 :1082F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    5582 :10830000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    5583 :10831000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    5584 :10832000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    5585 :10833000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    5586 :10834000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    5587 :10835000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    5588 :10836000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    5589 :10837000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    5590 :10838000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    5591 :10839000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    5592 :1083A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    5593 :1083B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    5594 :1083C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    5595 :1083D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    5596 :1083E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    5597 :1083F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    5598 :10840000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    5599 :10841000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    5600 :10842000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    5601 :10843000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    5602 :10844000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    5603 :10845000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    5604 :10846000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    5605 :10847000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    5606 :10848000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    5607 :10849000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    5608 :1084A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    5609 :1084B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    5610 :1084C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    5611 :1084D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    5612 :1084E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    5613 :1084F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    5614 :10850000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    5615 :10851000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    5616 :10852000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    5617 :10853000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    5618 :10854000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    5619 :10855000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    5620 :10856000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    5621 :10857000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    5622 :10858000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    5623 :10859000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    5624 :1085A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    5625 :1085B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    5626 :1085C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    5627 :1085D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    5628 :1085E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    5629 :1085F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    5630 :10860000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    5631 :10861000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    5632 :10862000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    5633 :10863000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    5634 :10864000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    5635 :10865000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    5636 :10866000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    5637 :10867000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    5638 :10868000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    5639 :10869000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    5640 :1086A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    5641 :1086B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    5642 :1086C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    5643 :1086D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    5644 :1086E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    5645 :1086F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    5646 :10870000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    5647 :10871000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    5648 :10872000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    5649 :10873000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    5650 :10874000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    5651 :10875000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    5652 :10876000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    5653 :10877000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    5654 :10878000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    5655 :10879000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    5656 :1087A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    5657 :1087B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    5658 :1087C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    5659 :1087D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    5660 :1087E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    5661 :1087F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    5662 :10880000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    5663 :10881000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    5664 :10882000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    5665 :10883000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    5666 :10884000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    5667 :10885000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    5668 :10886000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    5669 :10887000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    5670 :10888000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    5671 :10889000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    5672 :1088A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    5673 :1088B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    5674 :1088C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    5675 :1088D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    5676 :1088E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    5677 :1088F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    5678 :10890000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    5679 :10891000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    5680 :10892000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    5681 :10893000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    5682 :10894000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    5683 :10895000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    5684 :10896000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    5685 :10897000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    5686 :10898000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    5687 :10899000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    5688 :1089A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    5689 :1089B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    5690 :1089C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    5691 :1089D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    5692 :1089E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    5693 :1089F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    5694 :108A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    5695 :108A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    5696 :108A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    5697 :108A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    5698 :108A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    5699 :108A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    5700 :108A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    5701 :108A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    5702 :108A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    5703 :108A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    5704 :108AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    5705 :108AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    5706 :108AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    5707 :108AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    5708 :108AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    5709 :108AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    5710 :108B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    5711 :108B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    5712 :108B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    5713 :108B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    5714 :108B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    5715 :108B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    5716 :108B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    5717 :108B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    5718 :108B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    5719 :108B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    5720 :108BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    5721 :108BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    5722 :108BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    5723 :108BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    5724 :108BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    5725 :108BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    5726 :108C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    5727 :108C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    5728 :108C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    5729 :108C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    5730 :108C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    5731 :108C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    5732 :108C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    5733 :108C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    5734 :108C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    5735 :108C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    5736 :108CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    5737 :108CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    5738 :108CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    5739 :108CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    5740 :108CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    5741 :108CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    5742 :108D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    5743 :108D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    5744 :108D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    5745 :108D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    5746 :108D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    5747 :108D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    5748 :108D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    5749 :108D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    5750 :108D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    5751 :108D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    5752 :108DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    5753 :108DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    5754 :108DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    5755 :108DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    5756 :108DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    5757 :108DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    5758 :108E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    5759 :108E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    5760 :108E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    5761 :108E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    5762 :108E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    5763 :108E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    5764 :108E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    5765 :108E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    5766 :108E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    5767 :108E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    5768 :108EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    5769 :108EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    5770 :108EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    5771 :108ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    5772 :108EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    5773 :108EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    5774 :108F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    5775 :108F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    5776 :108F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    5777 :108F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    5778 :108F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    5779 :108F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    5780 :108F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    5781 :108F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    5782 :108F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    5783 :108F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    5784 :108FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    5785 :108FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    5786 :108FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    5787 :108FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    5788 :108FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    5789 :108FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    5790 :10900000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    5791 :10901000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    5792 :10902000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    5793 :10903000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    5794 :10904000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    5795 :10905000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    5796 :10906000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    5797 :10907000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    5798 :10908000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    5799 :10909000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    5800 :1090A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    5801 :1090B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    5802 :1090C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    5803 :1090D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    5804 :1090E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    5805 :1090F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    5806 :10910000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    5807 :10911000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    5808 :10912000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    5809 :10913000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    5810 :10914000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    5811 :10915000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    5812 :10916000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    5813 :10917000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    5814 :10918000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    5815 :10919000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    5816 :1091A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    5817 :1091B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    5818 :1091C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    5819 :1091D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    5820 :1091E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    5821 :1091F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    5822 :10920000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    5823 :10921000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    5824 :10922000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    5825 :10923000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    5826 :10924000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    5827 :10925000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    5828 :10926000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    5829 :10927000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    5830 :10928000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    5831 :10929000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    5832 :1092A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    5833 :1092B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    5834 :1092C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    5835 :1092D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    5836 :1092E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    5837 :1092F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    5838 :10930000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    5839 :10931000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    5840 :10932000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    5841 :10933000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    5842 :10934000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    5843 :10935000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    5844 :10936000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    5845 :10937000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    5846 :10938000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    5847 :10939000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    5848 :1093A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    5849 :1093B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    5850 :1093C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    5851 :1093D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    5852 :1093E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    5853 :1093F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    5854 :10940000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    5855 :10941000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    5856 :10942000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    5857 :10943000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    5858 :10944000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    5859 :10945000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    5860 :10946000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    5861 :10947000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    5862 :10948000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    5863 :10949000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    5864 :1094A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    5865 :1094B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    5866 :1094C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    5867 :1094D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    5868 :1094E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    5869 :1094F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    5870 :10950000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    5871 :10951000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    5872 :10952000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    5873 :10953000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    5874 :10954000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    5875 :10955000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    5876 :10956000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    5877 :10957000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    5878 :10958000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    5879 :10959000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    5880 :1095A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    5881 :1095B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    5882 :1095C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    5883 :1095D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    5884 :1095E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    5885 :1095F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    5886 :10960000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    5887 :10961000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    5888 :10962000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    5889 :10963000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    5890 :10964000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    5891 :10965000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    5892 :10966000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    5893 :10967000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    5894 :10968000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    5895 :10969000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    5896 :1096A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    5897 :1096B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    5898 :1096C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    5899 :1096D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    5900 :1096E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    5901 :1096F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    5902 :10970000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    5903 :10971000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    5904 :10972000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    5905 :10973000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    5906 :10974000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    5907 :10975000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    5908 :10976000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    5909 :10977000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    5910 :10978000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    5911 :10979000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    5912 :1097A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    5913 :1097B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    5914 :1097C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    5915 :1097D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    5916 :1097E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    5917 :1097F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    5918 :10980000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    5919 :10981000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    5920 :10982000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    5921 :10983000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    5922 :10984000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    5923 :10985000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    5924 :10986000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    5925 :10987000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    5926 :10988000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    5927 :10989000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    5928 :1098A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    5929 :1098B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    5930 :1098C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    5931 :1098D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    5932 :1098E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    5933 :1098F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    5934 :10990000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    5935 :10991000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    5936 :10992000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    5937 :10993000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    5938 :10994000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    5939 :10995000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    5940 :10996000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    5941 :10997000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    5942 :10998000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    5943 :10999000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    5944 :1099A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    5945 :1099B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    5946 :1099C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    5947 :1099D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    5948 :1099E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    5949 :1099F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    5950 :109A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    5951 :109A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    5952 :109A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    5953 :109A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    5954 :109A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    5955 :109A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    5956 :109A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    5957 :109A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    5958 :109A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    5959 :109A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    5960 :109AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    5961 :109AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    5962 :109AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    5963 :109AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    5964 :109AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    5965 :109AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    5966 :109B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    5967 :109B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    5968 :109B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    5969 :109B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    5970 :109B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    5971 :109B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    5972 :109B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    5973 :109B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    5974 :109B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    5975 :109B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    5976 :109BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    5977 :109BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    5978 :109BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    5979 :109BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    5980 :109BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    5981 :109BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    5982 :109C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    5983 :109C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    5984 :109C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    5985 :109C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    5986 :109C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    5987 :109C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    5988 :109C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    5989 :109C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    5990 :109C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    5991 :109C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    5992 :109CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    5993 :109CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    5994 :109CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    5995 :109CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    5996 :109CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    5997 :109CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    5998 :109D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    5999 :109D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    6000 :109D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    6001 :109D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    6002 :109D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    6003 :109D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    6004 :109D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    6005 :109D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    6006 :109D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    6007 :109D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    6008 :109DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    6009 :109DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    6010 :109DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    6011 :109DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    6012 :109DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    6013 :109DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    6014 :109E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    6015 :109E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    6016 :109E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    6017 :109E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    6018 :109E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    6019 :109E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    6020 :109E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    6021 :109E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    6022 :109E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    6023 :109E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    6024 :109EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    6025 :109EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    6026 :109EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    6027 :109ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    6028 :109EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    6029 :109EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    6030 :109F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    6031 :109F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    6032 :109F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    6033 :109F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    6034 :109F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    6035 :109F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    6036 :109F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    6037 :109F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    6038 :109F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    6039 :109F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    6040 :109FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    6041 :109FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    6042 :109FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    6043 :109FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    6044 :109FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    6045 :109FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    6046 :10A00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    6047 :10A01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    6048 :10A02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    6049 :10A03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    6050 :10A04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    6051 :10A05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    6052 :10A06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    6053 :10A07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    6054 :10A08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    6055 :10A09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    6056 :10A0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    6057 :10A0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    6058 :10A0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    6059 :10A0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    6060 :10A0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    6061 :10A0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    6062 :10A10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    6063 :10A11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    6064 :10A12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    6065 :10A13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    6066 :10A14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    6067 :10A15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    6068 :10A16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    6069 :10A17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    6070 :10A18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    6071 :10A19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    6072 :10A1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    6073 :10A1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    6074 :10A1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    6075 :10A1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    6076 :10A1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    6077 :10A1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    6078 :10A20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    6079 :10A21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    6080 :10A22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    6081 :10A23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    6082 :10A24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    6083 :10A25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    6084 :10A26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    6085 :10A27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    6086 :10A28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    6087 :10A29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    6088 :10A2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    6089 :10A2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    6090 :10A2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    6091 :10A2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    6092 :10A2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    6093 :10A2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    6094 :10A30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    6095 :10A31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    6096 :10A32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    6097 :10A33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    6098 :10A34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    6099 :10A35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    6100 :10A36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    6101 :10A37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    6102 :10A38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    6103 :10A39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    6104 :10A3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    6105 :10A3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    6106 :10A3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    6107 :10A3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    6108 :10A3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    6109 :10A3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    6110 :10A40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    6111 :10A41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    6112 :10A42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    6113 :10A43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    6114 :10A44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    6115 :10A45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    6116 :10A46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    6117 :10A47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    6118 :10A48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    6119 :10A49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    6120 :10A4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    6121 :10A4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    6122 :10A4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    6123 :10A4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    6124 :10A4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    6125 :10A4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    6126 :10A50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    6127 :10A51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    6128 :10A52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    6129 :10A53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    6130 :10A54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    6131 :10A55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    6132 :10A56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    6133 :10A57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    6134 :10A58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    6135 :10A59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    6136 :10A5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    6137 :10A5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    6138 :10A5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    6139 :10A5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    6140 :10A5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    6141 :10A5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    6142 :10A60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    6143 :10A61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    6144 :10A62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    6145 :10A63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    6146 :10A64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    6147 :10A65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    6148 :10A66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    6149 :10A67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    6150 :10A68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    6151 :10A69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    6152 :10A6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    6153 :10A6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    6154 :10A6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    6155 :10A6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    6156 :10A6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    6157 :10A6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    6158 :10A70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    6159 :10A71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    6160 :10A72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    6161 :10A73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    6162 :10A74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    6163 :10A75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    6164 :10A76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    6165 :10A77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    6166 :10A78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    6167 :10A79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    6168 :10A7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    6169 :10A7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    6170 :10A7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    6171 :10A7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    6172 :10A7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    6173 :10A7F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    6174 :10A80000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    6175 :10A81000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    6176 :10A82000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    6177 :10A83000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    6178 :10A84000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    6179 :10A85000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    6180 :10A86000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    6181 :10A87000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    6182 :10A88000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    6183 :10A89000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    6184 :10A8A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    6185 :10A8B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    6186 :10A8C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    6187 :10A8D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    6188 :10A8E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    6189 :10A8F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    6190 :10A90000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    6191 :10A91000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    6192 :10A92000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    6193 :10A93000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    6194 :10A94000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    6195 :10A95000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    6196 :10A96000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    6197 :10A97000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    6198 :10A98000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    6199 :10A99000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    6200 :10A9A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    6201 :10A9B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    6202 :10A9C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    6203 :10A9D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    6204 :10A9E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    6205 :10A9F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    6206 :10AA0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    6207 :10AA1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    6208 :10AA2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    6209 :10AA3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    6210 :10AA4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    6211 :10AA5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    6212 :10AA6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    6213 :10AA7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    6214 :10AA8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    6215 :10AA9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    6216 :10AAA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    6217 :10AAB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    6218 :10AAC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    6219 :10AAD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    6220 :10AAE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    6221 :10AAF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    6222 :10AB0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    6223 :10AB1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    6224 :10AB2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    6225 :10AB3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    6226 :10AB4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    6227 :10AB5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    6228 :10AB6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    6229 :10AB7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    6230 :10AB8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    6231 :10AB9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    6232 :10ABA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    6233 :10ABB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    6234 :10ABC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    6235 :10ABD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    6236 :10ABE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    6237 :10ABF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    6238 :10AC0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    6239 :10AC1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    6240 :10AC2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    6241 :10AC3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    6242 :10AC4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    6243 :10AC5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    6244 :10AC6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    6245 :10AC7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    6246 :10AC8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    6247 :10AC9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    6248 :10ACA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    6249 :10ACB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    6250 :10ACC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    6251 :10ACD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    6252 :10ACE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    6253 :10ACF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    6254 :10AD0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    6255 :10AD1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    6256 :10AD2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    6257 :10AD3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    6258 :10AD4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    6259 :10AD5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    6260 :10AD6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    6261 :10AD7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    6262 :10AD8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    6263 :10AD9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    6264 :10ADA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    6265 :10ADB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    6266 :10ADC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    6267 :10ADD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    6268 :10ADE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    6269 :10ADF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    6270 :10AE0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    6271 :10AE1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    6272 :10AE2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    6273 :10AE3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    6274 :10AE4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    6275 :10AE5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    6276 :10AE6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    6277 :10AE7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    6278 :10AE8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    6279 :10AE9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    6280 :10AEA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    6281 :10AEB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    6282 :10AEC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    6283 :10AED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    6284 :10AEE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    6285 :10AEF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    6286 :10AF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    6287 :10AF1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    6288 :10AF2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    6289 :10AF3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    6290 :10AF4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    6291 :10AF5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    6292 :10AF6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    6293 :10AF7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    6294 :10AF8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    6295 :10AF9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    6296 :10AFA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    6297 :10AFB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    6298 :10AFC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    6299 :10AFD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    6300 :10AFE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    6301 :10AFF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    6302 :10B00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    6303 :10B01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    6304 :10B02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    6305 :10B03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    6306 :10B04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    6307 :10B05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    6308 :10B06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    6309 :10B07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    6310 :10B08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    6311 :10B09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    6312 :10B0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    6313 :10B0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    6314 :10B0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    6315 :10B0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    6316 :10B0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    6317 :10B0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    6318 :10B10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    6319 :10B11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    6320 :10B12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    6321 :10B13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    6322 :10B14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    6323 :10B15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    6324 :10B16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    6325 :10B17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    6326 :10B18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    6327 :10B19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    6328 :10B1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    6329 :10B1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    6330 :10B1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    6331 :10B1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    6332 :10B1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    6333 :10B1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    6334 :10B20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    6335 :10B21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    6336 :10B22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    6337 :10B23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    6338 :10B24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    6339 :10B25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    6340 :10B26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    6341 :10B27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    6342 :10B28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    6343 :10B29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    6344 :10B2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    6345 :10B2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    6346 :10B2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    6347 :10B2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    6348 :10B2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    6349 :10B2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    6350 :10B30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    6351 :10B31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    6352 :10B32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    6353 :10B33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    6354 :10B34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    6355 :10B35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    6356 :10B36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    6357 :10B37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    6358 :10B38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    6359 :10B39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    6360 :10B3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    6361 :10B3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    6362 :10B3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    6363 :10B3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    6364 :10B3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    6365 :10B3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    6366 :10B40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    6367 :10B41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    6368 :10B42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    6369 :10B43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    6370 :10B44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    6371 :10B45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    6372 :10B46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    6373 :10B47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    6374 :10B48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    6375 :10B49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    6376 :10B4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    6377 :10B4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    6378 :10B4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    6379 :10B4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    6380 :10B4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    6381 :10B4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    6382 :10B50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    6383 :10B51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    6384 :10B52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    6385 :10B53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    6386 :10B54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    6387 :10B55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    6388 :10B56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    6389 :10B57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    6390 :10B58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    6391 :10B59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    6392 :10B5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    6393 :10B5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    6394 :10B5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    6395 :10B5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    6396 :10B5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    6397 :10B5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    6398 :10B60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    6399 :10B61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    6400 :10B62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    6401 :10B63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    6402 :10B64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    6403 :10B65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    6404 :10B66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    6405 :10B67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    6406 :10B68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    6407 :10B69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    6408 :10B6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    6409 :10B6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    6410 :10B6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    6411 :10B6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    6412 :10B6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    6413 :10B6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    6414 :10B70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    6415 :10B71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    6416 :10B72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    6417 :10B73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    6418 :10B74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    6419 :10B75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    6420 :10B76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    6421 :10B77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    6422 :10B78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    6423 :10B79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    6424 :10B7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    6425 :10B7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    6426 :10B7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    6427 :10B7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    6428 :10B7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    6429 :10B7F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    6430 :10B80000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    6431 :10B81000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    6432 :10B82000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    6433 :10B83000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    6434 :10B84000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    6435 :10B85000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    6436 :10B86000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    6437 :10B87000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    6438 :10B88000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    6439 :10B89000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    6440 :10B8A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    6441 :10B8B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    6442 :10B8C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    6443 :10B8D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    6444 :10B8E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    6445 :10B8F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    6446 :10B90000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    6447 :10B91000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    6448 :10B92000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    6449 :10B93000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    6450 :10B94000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    6451 :10B95000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    6452 :10B96000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    6453 :10B97000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    6454 :10B98000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    6455 :10B99000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    6456 :10B9A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    6457 :10B9B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    6458 :10B9C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    6459 :10B9D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    6460 :10B9E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    6461 :10B9F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    6462 :10BA0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    6463 :10BA1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    6464 :10BA2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    6465 :10BA3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    6466 :10BA4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    6467 :10BA5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    6468 :10BA6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    6469 :10BA7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    6470 :10BA8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    6471 :10BA9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    6472 :10BAA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    6473 :10BAB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    6474 :10BAC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    6475 :10BAD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    6476 :10BAE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    6477 :10BAF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    6478 :10BB0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    6479 :10BB1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    6480 :10BB2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    6481 :10BB3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    6482 :10BB4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    6483 :10BB5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    6484 :10BB6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    6485 :10BB7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    6486 :10BB8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    6487 :10BB9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    6488 :10BBA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    6489 :10BBB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    6490 :10BBC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    6491 :10BBD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    6492 :10BBE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    6493 :10BBF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    6494 :10BC0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    6495 :10BC1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    6496 :10BC2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    6497 :10BC3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    6498 :10BC4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    6499 :10BC5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    6500 :10BC6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    6501 :10BC7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    6502 :10BC8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    6503 :10BC9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    6504 :10BCA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    6505 :10BCB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    6506 :10BCC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    6507 :10BCD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    6508 :10BCE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    6509 :10BCF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    6510 :10BD0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    6511 :10BD1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    6512 :10BD2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    6513 :10BD3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    6514 :10BD4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    6515 :10BD5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    6516 :10BD6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    6517 :10BD7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    6518 :10BD8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    6519 :10BD9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    6520 :10BDA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    6521 :10BDB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    6522 :10BDC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    6523 :10BDD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    6524 :10BDE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    6525 :10BDF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    6526 :10BE0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    6527 :10BE1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    6528 :10BE2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    6529 :10BE3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    6530 :10BE4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    6531 :10BE5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    6532 :10BE6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    6533 :10BE7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    6534 :10BE8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    6535 :10BE9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    6536 :10BEA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    6537 :10BEB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    6538 :10BEC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    6539 :10BED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    6540 :10BEE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    6541 :10BEF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    6542 :10BF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    6543 :10BF1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    6544 :10BF2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    6545 :10BF3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    6546 :10BF4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    6547 :10BF5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    6548 :10BF6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    6549 :10BF7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    6550 :10BF8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    6551 :10BF9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    6552 :10BFA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    6553 :10BFB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    6554 :10BFC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    6555 :10BFD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    6556 :10BFE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    6557 :10BFF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    6558 :10C00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    6559 :10C01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    6560 :10C02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    6561 :10C03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    6562 :10C04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    6563 :10C05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    6564 :10C06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    6565 :10C07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    6566 :10C08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    6567 :10C09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    6568 :10C0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    6569 :10C0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    6570 :10C0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    6571 :10C0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    6572 :10C0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    6573 :10C0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    6574 :10C10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    6575 :10C11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    6576 :10C12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    6577 :10C13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    6578 :10C14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    6579 :10C15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    6580 :10C16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    6581 :10C17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    6582 :10C18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    6583 :10C19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    6584 :10C1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    6585 :10C1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    6586 :10C1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    6587 :10C1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    6588 :10C1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    6589 :10C1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    6590 :10C20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    6591 :10C21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    6592 :10C22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    6593 :10C23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    6594 :10C24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    6595 :10C25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    6596 :10C26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    6597 :10C27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    6598 :10C28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    6599 :10C29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    6600 :10C2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    6601 :10C2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    6602 :10C2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    6603 :10C2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    6604 :10C2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    6605 :10C2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    6606 :10C30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    6607 :10C31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    6608 :10C32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    6609 :10C33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    6610 :10C34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    6611 :10C35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    6612 :10C36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    6613 :10C37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    6614 :10C38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    6615 :10C39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    6616 :10C3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    6617 :10C3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    6618 :10C3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    6619 :10C3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    6620 :10C3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    6621 :10C3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    6622 :10C40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    6623 :10C41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    6624 :10C42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    6625 :10C43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    6626 :10C44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    6627 :10C45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    6628 :10C46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    6629 :10C47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    6630 :10C48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    6631 :10C49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    6632 :10C4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    6633 :10C4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    6634 :10C4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    6635 :10C4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    6636 :10C4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    6637 :10C4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    6638 :10C50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    6639 :10C51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    6640 :10C52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    6641 :10C53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    6642 :10C54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    6643 :10C55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    6644 :10C56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    6645 :10C57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    6646 :10C58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    6647 :10C59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    6648 :10C5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    6649 :10C5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    6650 :10C5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    6651 :10C5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    6652 :10C5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    6653 :10C5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    6654 :10C60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    6655 :10C61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    6656 :10C62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    6657 :10C63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    6658 :10C64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    6659 :10C65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    6660 :10C66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    6661 :10C67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    6662 :10C68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    6663 :10C69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    6664 :10C6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    6665 :10C6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    6666 :10C6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    6667 :10C6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    6668 :10C6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    6669 :10C6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    6670 :10C70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    6671 :10C71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    6672 :10C72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    6673 :10C73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    6674 :10C74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    6675 :10C75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    6676 :10C76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    6677 :10C77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    6678 :10C78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    6679 :10C79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    6680 :10C7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    6681 :10C7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    6682 :10C7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    6683 :10C7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    6684 :10C7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    6685 :10C7F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    6686 :10C80000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    6687 :10C81000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    6688 :10C82000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    6689 :10C83000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    6690 :10C84000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    6691 :10C85000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    6692 :10C86000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    6693 :10C87000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    6694 :10C88000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    6695 :10C89000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    6696 :10C8A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    6697 :10C8B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    6698 :10C8C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    6699 :10C8D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    6700 :10C8E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    6701 :10C8F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    6702 :10C90000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    6703 :10C91000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    6704 :10C92000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    6705 :10C93000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    6706 :10C94000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    6707 :10C95000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    6708 :10C96000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    6709 :10C97000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    6710 :10C98000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    6711 :10C99000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    6712 :10C9A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    6713 :10C9B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    6714 :10C9C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    6715 :10C9D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    6716 :10C9E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    6717 :10C9F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    6718 :10CA0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    6719 :10CA1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    6720 :10CA2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    6721 :10CA3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    6722 :10CA4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    6723 :10CA5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    6724 :10CA6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    6725 :10CA7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    6726 :10CA8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    6727 :10CA9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    6728 :10CAA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    6729 :10CAB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    6730 :10CAC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    6731 :10CAD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    6732 :10CAE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    6733 :10CAF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    6734 :10CB0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    6735 :10CB1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    6736 :10CB2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    6737 :10CB3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    6738 :10CB4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    6739 :10CB5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    6740 :10CB6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    6741 :10CB7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    6742 :10CB8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    6743 :10CB9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    6744 :10CBA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    6745 :10CBB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    6746 :10CBC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    6747 :10CBD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    6748 :10CBE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    6749 :10CBF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    6750 :10CC0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    6751 :10CC1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    6752 :10CC2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    6753 :10CC3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    6754 :10CC4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    6755 :10CC5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    6756 :10CC6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    6757 :10CC7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    6758 :10CC8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    6759 :10CC9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    6760 :10CCA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    6761 :10CCB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    6762 :10CCC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    6763 :10CCD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    6764 :10CCE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    6765 :10CCF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    6766 :10CD0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    6767 :10CD1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    6768 :10CD2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    6769 :10CD3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    6770 :10CD4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    6771 :10CD5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    6772 :10CD6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    6773 :10CD7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    6774 :10CD8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    6775 :10CD9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    6776 :10CDA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    6777 :10CDB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    6778 :10CDC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    6779 :10CDD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    6780 :10CDE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    6781 :10CDF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    6782 :10CE0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    6783 :10CE1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    6784 :10CE2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    6785 :10CE3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    6786 :10CE4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    6787 :10CE5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    6788 :10CE6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    6789 :10CE7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    6790 :10CE8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    6791 :10CE9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    6792 :10CEA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    6793 :10CEB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    6794 :10CEC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    6795 :10CED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    6796 :10CEE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    6797 :10CEF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    6798 :10CF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    6799 :10CF1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    6800 :10CF2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    6801 :10CF3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    6802 :10CF4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    6803 :10CF5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    6804 :10CF6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    6805 :10CF7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    6806 :10CF8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    6807 :10CF9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    6808 :10CFA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    6809 :10CFB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    6810 :10CFC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    6811 :10CFD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    6812 :10CFE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    6813 :10CFF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    6814 :10D00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    6815 :10D01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    6816 :10D02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    6817 :10D03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    6818 :10D04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    6819 :10D05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    6820 :10D06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    6821 :10D07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    6822 :10D08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    6823 :10D09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    6824 :10D0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    6825 :10D0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    6826 :10D0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    6827 :10D0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    6828 :10D0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    6829 :10D0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    6830 :10D10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    6831 :10D11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    6832 :10D12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    6833 :10D13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    6834 :10D14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    6835 :10D15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    6836 :10D16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    6837 :10D17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    6838 :10D18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    6839 :10D19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    6840 :10D1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    6841 :10D1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    6842 :10D1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    6843 :10D1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    6844 :10D1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    6845 :10D1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    6846 :10D20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    6847 :10D21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    6848 :10D22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    6849 :10D23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    6850 :10D24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    6851 :10D25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    6852 :10D26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    6853 :10D27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    6854 :10D28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    6855 :10D29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    6856 :10D2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    6857 :10D2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    6858 :10D2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    6859 :10D2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    6860 :10D2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    6861 :10D2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    6862 :10D30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    6863 :10D31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    6864 :10D32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    6865 :10D33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    6866 :10D34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    6867 :10D35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    6868 :10D36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    6869 :10D37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    6870 :10D38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    6871 :10D39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    6872 :10D3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    6873 :10D3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    6874 :10D3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    6875 :10D3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    6876 :10D3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    6877 :10D3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    6878 :10D40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    6879 :10D41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    6880 :10D42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    6881 :10D43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    6882 :10D44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    6883 :10D45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    6884 :10D46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    6885 :10D47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    6886 :10D48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    6887 :10D49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    6888 :10D4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    6889 :10D4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    6890 :10D4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    6891 :10D4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    6892 :10D4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    6893 :10D4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    6894 :10D50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    6895 :10D51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    6896 :10D52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    6897 :10D53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    6898 :10D54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    6899 :10D55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    6900 :10D56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    6901 :10D57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    6902 :10D58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    6903 :10D59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    6904 :10D5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    6905 :10D5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    6906 :10D5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    6907 :10D5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    6908 :10D5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    6909 :10D5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    6910 :10D60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    6911 :10D61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    6912 :10D62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    6913 :10D63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    6914 :10D64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    6915 :10D65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    6916 :10D66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    6917 :10D67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    6918 :10D68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    6919 :10D69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    6920 :10D6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    6921 :10D6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    6922 :10D6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    6923 :10D6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    6924 :10D6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    6925 :10D6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    6926 :10D70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    6927 :10D71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    6928 :10D72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    6929 :10D73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    6930 :10D74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    6931 :10D75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    6932 :10D76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    6933 :10D77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    6934 :10D78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    6935 :10D79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    6936 :10D7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    6937 :10D7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    6938 :10D7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    6939 :10D7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    6940 :10D7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    6941 :10D7F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    6942 :10D80000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    6943 :10D81000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    6944 :10D82000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    6945 :10D83000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    6946 :10D84000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    6947 :10D85000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    6948 :10D86000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    6949 :10D87000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    6950 :10D88000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    6951 :10D89000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    6952 :10D8A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    6953 :10D8B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    6954 :10D8C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    6955 :10D8D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    6956 :10D8E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    6957 :10D8F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    6958 :10D90000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    6959 :10D91000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    6960 :10D92000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    6961 :10D93000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    6962 :10D94000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    6963 :10D95000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    6964 :10D96000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    6965 :10D97000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    6966 :10D98000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    6967 :10D99000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    6968 :10D9A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    6969 :10D9B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    6970 :10D9C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    6971 :10D9D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    6972 :10D9E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    6973 :10D9F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    6974 :10DA0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    6975 :10DA1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    6976 :10DA2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    6977 :10DA3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    6978 :10DA4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    6979 :10DA5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    6980 :10DA6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    6981 :10DA7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    6982 :10DA8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    6983 :10DA9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    6984 :10DAA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    6985 :10DAB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    6986 :10DAC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    6987 :10DAD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    6988 :10DAE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    6989 :10DAF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    6990 :10DB0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    6991 :10DB1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    6992 :10DB2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    6993 :10DB3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    6994 :10DB4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    6995 :10DB5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    6996 :10DB6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    6997 :10DB7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    6998 :10DB8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    6999 :10DB9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    7000 :10DBA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    7001 :10DBB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    7002 :10DBC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    7003 :10DBD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    7004 :10DBE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    7005 :10DBF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    7006 :10DC0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    7007 :10DC1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    7008 :10DC2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    7009 :10DC3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    7010 :10DC4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    7011 :10DC5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    7012 :10DC6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    7013 :10DC7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    7014 :10DC8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    7015 :10DC9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    7016 :10DCA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    7017 :10DCB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    7018 :10DCC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    7019 :10DCD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    7020 :10DCE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    7021 :10DCF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    7022 :10DD0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    7023 :10DD1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    7024 :10DD2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    7025 :10DD3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    7026 :10DD4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    7027 :10DD5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    7028 :10DD6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    7029 :10DD7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    7030 :10DD8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    7031 :10DD9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    7032 :10DDA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    7033 :10DDB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    7034 :10DDC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    7035 :10DDD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    7036 :10DDE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    7037 :10DDF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    7038 :10DE0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    7039 :10DE1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    7040 :10DE2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    7041 :10DE3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    7042 :10DE4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    7043 :10DE5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    7044 :10DE6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    7045 :10DE7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    7046 :10DE8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    7047 :10DE9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    7048 :10DEA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    7049 :10DEB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    7050 :10DEC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    7051 :10DED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    7052 :10DEE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    7053 :10DEF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    7054 :10DF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    7055 :10DF1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    7056 :10DF2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    7057 :10DF3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    7058 :10DF4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    7059 :10DF5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    7060 :10DF6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    7061 :10DF7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    7062 :10DF8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    7063 :10DF9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    7064 :10DFA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    7065 :10DFB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    7066 :10DFC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    7067 :10DFD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    7068 :10DFE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    7069 :10DFF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    7070 :10E00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    7071 :10E01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    7072 :10E02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    7073 :10E03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    7074 :10E04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    7075 :10E05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    7076 :10E06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    7077 :10E07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    7078 :10E08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    7079 :10E09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    7080 :10E0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    7081 :10E0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    7082 :10E0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    7083 :10E0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    7084 :10E0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    7085 :10E0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    7086 :10E10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    7087 :10E11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    7088 :10E12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    7089 :10E13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    7090 :10E14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    7091 :10E15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    7092 :10E16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    7093 :10E17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    7094 :10E18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    7095 :10E19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    7096 :10E1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    7097 :10E1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    7098 :10E1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    7099 :10E1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    7100 :10E1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    7101 :10E1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    7102 :10E20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    7103 :10E21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    7104 :10E22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    7105 :10E23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    7106 :10E24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    7107 :10E25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    7108 :10E26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    7109 :10E27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    7110 :10E28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    7111 :10E29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    7112 :10E2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    7113 :10E2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    7114 :10E2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    7115 :10E2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    7116 :10E2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    7117 :10E2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    7118 :10E30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    7119 :10E31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    7120 :10E32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    7121 :10E33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    7122 :10E34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    7123 :10E35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    7124 :10E36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    7125 :10E37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    7126 :10E38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    7127 :10E39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    7128 :10E3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    7129 :10E3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    7130 :10E3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    7131 :10E3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    7132 :10E3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    7133 :10E3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    7134 :10E40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    7135 :10E41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    7136 :10E42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    7137 :10E43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    7138 :10E44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    7139 :10E45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    7140 :10E46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    7141 :10E47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    7142 :10E48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    7143 :10E49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    7144 :10E4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    7145 :10E4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    7146 :10E4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    7147 :10E4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    7148 :10E4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    7149 :10E4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    7150 :10E50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    7151 :10E51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    7152 :10E52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    7153 :10E53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    7154 :10E54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    7155 :10E55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    7156 :10E56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    7157 :10E57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    7158 :10E58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    7159 :10E59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    7160 :10E5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    7161 :10E5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    7162 :10E5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    7163 :10E5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    7164 :10E5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    7165 :10E5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    7166 :10E60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    7167 :10E61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    7168 :10E62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    7169 :10E63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    7170 :10E64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    7171 :10E65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    7172 :10E66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    7173 :10E67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    7174 :10E68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    7175 :10E69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    7176 :10E6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    7177 :10E6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    7178 :10E6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    7179 :10E6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    7180 :10E6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    7181 :10E6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    7182 :10E70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19
    7183 :10E71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    7184 :10E72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    7185 :10E73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    7186 :10E74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    7187 :10E75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    7188 :10E76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    7189 :10E77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    7190 :10E78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    7191 :10E79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    7192 :10E7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    7193 :10E7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    7194 :10E7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    7195 :10E7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    7196 :10E7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    7197 :10E7F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    7198 :10E80000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18
    7199 :10E81000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08
    7200 :10E82000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8
    7201 :10E83000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8
    7202 :10E84000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8
    7203 :10E85000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8
    7204 :10E86000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8
    7205 :10E87000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8
    7206 :10E88000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98
    7207 :10E89000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88
    7208 :10E8A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78
    7209 :10E8B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68
    7210 :10E8C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58
    7211 :10E8D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48
    7212 :10E8E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38
    7213 :10E8F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28
    7214 :10E90000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17
    7215 :10E91000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07
    7216 :10E92000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7
    7217 :10E93000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7
    7218 :10E94000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7
    7219 :10E95000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7
    7220 :10E96000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7
    7221 :10E97000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7
    7222 :10E98000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97
    7223 :10E99000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87
    7224 :10E9A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77
    7225 :10E9B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67
    7226 :10E9C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57
    7227 :10E9D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47
    7228 :10E9E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37
    7229 :10E9F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27
    7230 :10EA0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16
    7231 :10EA1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06
    7232 :10EA2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6
    7233 :10EA3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6
    7234 :10EA4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6
    7235 :10EA5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6
    7236 :10EA6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6
    7237 :10EA7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6
    7238 :10EA8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96
    7239 :10EA9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86
    7240 :10EAA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76
    7241 :10EAB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66
    7242 :10EAC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56
    7243 :10EAD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46
    7244 :10EAE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36
    7245 :10EAF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26
    7246 :10EB0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15
    7247 :10EB1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05
    7248 :10EB2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5
    7249 :10EB3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5
    7250 :10EB4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5
    7251 :10EB5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5
    7252 :10EB6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5
    7253 :10EB7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5
    7254 :10EB8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95
    7255 :10EB9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85
    7256 :10EBA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75
    7257 :10EBB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
    7258 :10EBC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55
    7259 :10EBD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45
    7260 :10EBE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35
    7261 :10EBF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25
    7262 :10EC0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14
    7263 :10EC1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04
    7264 :10EC2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4
    7265 :10EC3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4
    7266 :10EC4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4
    7267 :10EC5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4
    7268 :10EC6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4
    7269 :10EC7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4
    7270 :10EC8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94
    7271 :10EC9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84
    7272 :10ECA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74
    7273 :10ECB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64
    7274 :10ECC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54
    7275 :10ECD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44
    7276 :10ECE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34
    7277 :10ECF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24
    7278 :10ED0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13
    7279 :10ED1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03
    7280 :10ED2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3
    7281 :10ED3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3
    7282 :10ED4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3
    7283 :10ED5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3
    7284 :10ED6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3
    7285 :10ED7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3
    7286 :10ED8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93
    7287 :10ED9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83
    7288 :10EDA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73
    7289 :10EDB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63
    7290 :10EDC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53
    7291 :10EDD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43
    7292 :10EDE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33
    7293 :10EDF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23
    7294 :10EE0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12
    7295 :10EE1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02
    7296 :10EE2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2
    7297 :10EE3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2
    7298 :10EE4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2
    7299 :10EE5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2
    7300 :10EE6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2
    7301 :10EE7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2
    7302 :10EE8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92
    7303 :10EE9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82
    7304 :10EEA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72
    7305 :10EEB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62
    7306 :10EEC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52
    7307 :10EED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42
    7308 :10EEE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32
    7309 :10EEF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22
    7310 :10EF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11
    7311 :10EF1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01
    7312 :10EF2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
    7313 :10EF3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
    7314 :10EF4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1
    7315 :10EF5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1
    7316 :10EF6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1
    7317 :10EF7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1
    7318 :10EF8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91
    7319 :10EF9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81
    7320 :10EFA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71
    7321 :10EFB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61
    7322 :10EFC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51
    7323 :10EFD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41
    7324 :10EFE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31
    7325 :10EFF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21
    7326 :10F00000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10
    7327 :10F01000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
    7328 :10F02000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0
    7329 :10F03000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0
    7330 :10F04000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0
    7331 :10F05000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0
    7332 :10F06000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0
    7333 :10F07000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0
    7334 :10F08000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90
    7335 :10F09000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80
    7336 :10F0A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70
    7337 :10F0B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60
    7338 :10F0C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50
    7339 :10F0D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40
    7340 :10F0E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30
    7341 :10F0F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20
    7342 :10F10000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F
    7343 :10F11000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
    7344 :10F12000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF
    7345 :10F13000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF
    7346 :10F14000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF
    7347 :10F15000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF
    7348 :10F16000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF
    7349 :10F17000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F
    7350 :10F18000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F
    7351 :10F19000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F
    7352 :10F1A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F
    7353 :10F1B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F
    7354 :10F1C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F
    7355 :10F1D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F
    7356 :10F1E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F
    7357 :10F1F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F
    7358 :10F20000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E
    7359 :10F21000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
    7360 :10F22000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE
    7361 :10F23000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE
    7362 :10F24000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE
    7363 :10F25000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE
    7364 :10F26000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE
    7365 :10F27000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E
    7366 :10F28000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E
    7367 :10F29000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E
    7368 :10F2A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E
    7369 :10F2B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E
    7370 :10F2C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E
    7371 :10F2D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E
    7372 :10F2E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E
    7373 :10F2F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E
    7374 :10F30000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D
    7375 :10F31000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD
    7376 :10F32000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED
    7377 :10F33000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD
    7378 :10F34000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD
    7379 :10F35000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD
    7380 :10F36000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD
    7381 :10F37000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D
    7382 :10F38000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D
    7383 :10F39000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D
    7384 :10F3A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D
    7385 :10F3B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D
    7386 :10F3C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D
    7387 :10F3D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D
    7388 :10F3E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D
    7389 :10F3F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D
    7390 :10F40000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C
    7391 :10F41000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC
    7392 :10F42000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC
    7393 :10F43000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC
    7394 :10F44000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC
    7395 :10F45000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC
    7396 :10F46000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC
    7397 :10F47000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C
    7398 :10F48000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C
    7399 :10F49000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C
    7400 :10F4A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C
    7401 :10F4B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C
    7402 :10F4C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C
    7403 :10F4D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C
    7404 :10F4E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C
    7405 :10F4F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C
    7406 :10F50000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
    7407 :10F51000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB
    7408 :10F52000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB
    7409 :10F53000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB
    7410 :10F54000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB
    7411 :10F55000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB
    7412 :10F56000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB
    7413 :10F57000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B
    7414 :10F58000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B
    7415 :10F59000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B
    7416 :10F5A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B
    7417 :10F5B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B
    7418 :10F5C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B
    7419 :10F5D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B
    7420 :10F5E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B
    7421 :10F5F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B
    7422 :10F60000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A
    7423 :10F61000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA
    7424 :10F62000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA
    7425 :10F63000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA
    7426 :10F64000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA
    7427 :10F65000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA
    7428 :10F66000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
    7429 :10F67000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A
    7430 :10F68000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A
    7431 :10F69000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A
    7432 :10F6A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A
    7433 :10F6B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A
    7434 :10F6C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A
    7435 :10F6D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A
    7436 :10F6E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A
    7437 :10F6F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A
    7438 :10F70000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09
    7439 :10F71000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9
    7440 :10F72000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9
    7441 :10F73000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9
    7442 :10F74000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9
    7443 :10F75000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9
    7444 :10F76000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9
    7445 :10F77000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99
    7446 :10F78000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89
    7447 :10F79000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79
    7448 :10F7A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69
    7449 :10F7B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59
    7450 :10F7C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49
    7451 :10F7D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39
    7452 :10F7E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29
    7453 :0CF7F000FFFFFFFFFFFFFFFFFFFFFFFF19
    7454 :04F7FC0025789EB31B
    7455 :040000050800DF2DE3
     3368:04C7FC001F4DDADB18
     3369:040000050800BC89AA
    74563370:00000001FF
  • trunk/firmware/Release250A/firmware_files.ind

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

    r6 r26  
    1 Release250A/gpio.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\gpio.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\gpio.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\ads1260.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/hsi16 _calibration.d

    r6 r26  
    1 Release250A/hsi16\ _calibration.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Src\hsi16\ _calibration.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Inc\hsi16_calibration.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Inc\hsi16.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    52   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/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 \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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 \
     52  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/hsi16.d

    r6 r26  
    1 Release250A/hsi16.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Src\hsi16.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Inc\hsi16.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/hsi16.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Src\hsi16.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/main.d

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

    r6 r26  
    1 Release250A/modbus.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Modbus\modbus.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Modbus\modbus.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdbool.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    24   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    53   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h
     1Release250A/modbus.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Modbus\modbus.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdbool.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 \
     24  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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 \
     53  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h
  • trunk/firmware/Release250A/outputs.d

    r6 r26  
    1 Release250A/outputs.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\outputs.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\outputs.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/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 \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     16  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h \
     52  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h
  • trunk/firmware/Release250A/ref_voltage.d

    r6 r26  
    1 Release250A/ref_voltage.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\ref_voltage.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/rtc.d

    r6 r26  
    1 Release250A/rtc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\rtc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\rtc.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/self_discharge.d

    r6 r26  
    1 Release250A/self_discharge.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\self_discharge.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\self_discharge.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\inttypes.h
     1Release250A/self_discharge.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\self_discharge.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     10  D:\projekte\ecsSmartPro\trunk\firmware\Inc\self_discharge.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\inttypes.h
  • trunk/firmware/Release250A/shunt_temperature.d

    r6 r26  
    1 Release250A/shunt_temperature.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\shunt_temperature.c \
    3   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\shunt_temperature.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    25   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    53   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\adc.h
     1Release250A/shunt_temperature.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\shunt_temperature.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.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 \
     25  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/shunt_voltage.d

    r6 r26  
    1 Release250A/shunt_voltage.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\shunt_voltage.c \
    3   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdio.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\shunt_voltage.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    25   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    53   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\adc.h
     1Release250A/shunt_voltage.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\shunt_voltage.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdio.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     8  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.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 \
     25  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/spi.d

    r6 r26  
    1 Release250A/spi.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\spi.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\spi.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal.d

    r6 r26  
    1 Release250A/stm32g0xx_hal.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_adc.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_adc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_adc_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_adc_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_adc_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_cec.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_cec.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cec.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_comp.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_comp.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_comp.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_cortex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_cortex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cortex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_crc.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_crc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_crc_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_crc_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_crc_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_cryp.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_cryp.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_cryp_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_cryp_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_cryp_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_dac.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_dac.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_dac_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_dac_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dac_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_dma.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_dma.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_dma_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_dma_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_dma_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_exti.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_exti.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_exti.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_flash.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_flash.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_flash_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_flash_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_flash_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_gpio.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_gpio.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_gpio.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_i2c.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_i2c.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_i2c_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_i2c_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2c_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_i2s.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_i2s.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_i2s.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_irda.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_irda.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_irda.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_iwdg.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_iwdg.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_iwdg.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_lptim.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_lptim.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_lptim.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_msp.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_msp.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\stm32g0xx_hal_msp.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_pwr.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_pwr.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_pwr_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_pwr_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_pwr_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_rcc.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_rcc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_rcc_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_rcc_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rcc_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_rng.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_rng.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rng.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_rtc.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_rtc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_rtc_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_rtc_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_rtc_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_smartcard.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_smartcard.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_smartcard_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_smartcard_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smartcard_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_smbus.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_smbus.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_smbus.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_spi.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_spi.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_spi_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_spi_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_spi_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_tim.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_tim.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_tim_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_tim_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_tim_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_uart.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_uart.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_uart_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_uart_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_uart_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_usart.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_usart.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_usart_ex.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_usart_ex.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_usart_ex.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_hal_wwdg.d

    r6 r26  
    1 Release250A/stm32g0xx_hal_wwdg.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_hal_wwdg.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/stm32g0xx_it.d

    r6 r26  
    1 Release250A/stm32g0xx_it.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\stm32g0xx_it.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_it.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Modbus\modbus.h \
    52   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdbool.h \
    53   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    54   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\HSI16\Inc\hsi16_calibration.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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 \
     52  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdbool.h \
     53  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     54  D:\projekte\ecsSmartPro\trunk\firmware\HSI16\Inc\hsi16_calibration.h
  • trunk/firmware/Release250A/stm32g0xx_ll_adc.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_adc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c
     1Release250A/stm32g0xx_ll_adc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_adc.c
  • trunk/firmware/Release250A/stm32g0xx_ll_comp.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_comp.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c
     1Release250A/stm32g0xx_ll_comp.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_comp.c
  • trunk/firmware/Release250A/stm32g0xx_ll_crc.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_crc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_crc.c
     1Release250A/stm32g0xx_ll_crc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_crc.c
  • trunk/firmware/Release250A/stm32g0xx_ll_dac.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_dac.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dac.c
     1Release250A/stm32g0xx_ll_dac.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dac.c
  • trunk/firmware/Release250A/stm32g0xx_ll_dma.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_dma.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c
     1Release250A/stm32g0xx_ll_dma.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_dma.c
  • trunk/firmware/Release250A/stm32g0xx_ll_exti.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_exti.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c
     1Release250A/stm32g0xx_ll_exti.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_exti.c
  • trunk/firmware/Release250A/stm32g0xx_ll_gpio.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_gpio.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c
     1Release250A/stm32g0xx_ll_gpio.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_gpio.c
  • trunk/firmware/Release250A/stm32g0xx_ll_i2c.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_i2c.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_i2c.c
     1Release250A/stm32g0xx_ll_i2c.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_i2c.c
  • trunk/firmware/Release250A/stm32g0xx_ll_lptim.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_lptim.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lptim.c
     1Release250A/stm32g0xx_ll_lptim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lptim.c
  • trunk/firmware/Release250A/stm32g0xx_ll_lpuart.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_lpuart.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lpuart.c
     1Release250A/stm32g0xx_ll_lpuart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_lpuart.c
  • trunk/firmware/Release250A/stm32g0xx_ll_pwr.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_pwr.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c
     1Release250A/stm32g0xx_ll_pwr.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_pwr.c
  • trunk/firmware/Release250A/stm32g0xx_ll_rcc.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_rcc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c
     1Release250A/stm32g0xx_ll_rcc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rcc.c
  • trunk/firmware/Release250A/stm32g0xx_ll_rng.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_rng.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rng.c
     1Release250A/stm32g0xx_ll_rng.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rng.c
  • trunk/firmware/Release250A/stm32g0xx_ll_rtc.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_rtc.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rtc.c
     1Release250A/stm32g0xx_ll_rtc.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_rtc.c
  • trunk/firmware/Release250A/stm32g0xx_ll_spi.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_spi.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_spi.c
     1Release250A/stm32g0xx_ll_spi.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_spi.c
  • trunk/firmware/Release250A/stm32g0xx_ll_tim.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_tim.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c
     1Release250A/stm32g0xx_ll_tim.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_tim.c
  • trunk/firmware/Release250A/stm32g0xx_ll_ucpd.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_ucpd.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_ucpd.c
     1Release250A/stm32g0xx_ll_ucpd.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_ucpd.c
  • trunk/firmware/Release250A/stm32g0xx_ll_usart.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_usart.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c
     1Release250A/stm32g0xx_ll_usart.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_usart.c
  • trunk/firmware/Release250A/stm32g0xx_ll_utils.d

    r6 r26  
    1 Release250A/stm32g0xx_ll_utils.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Src\stm32g0xx_ll_utils.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_utils.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_system.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_pwr.h
     1Release250A/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 \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/sysdata.d

    r6 r26  
    1 Release250A/sysdata.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\sysdata.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h
     1Release250A/sysdata.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\sysdata.c \
     3  D:\projekte\ecsSmartPro\trunk\firmware\Inc\sysdata.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h
  • trunk/firmware/Release250A/system_stm32g0xx.d

    r6 r26  
    1 Release250A/system_stm32g0xx.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\system_stm32g0xx.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    10   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    21   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     10  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     21  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/template.d

    r6 r26  
    1 Release250A/template.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\template.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    11   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    22   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    23   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/usart.d

    r6 r26  
    1 Release250A/usart.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\usart.c \
    3   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\usart.h \
    4   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\main.h \
    5   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    6   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    7   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    8   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    9   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    12   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    13   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    14   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    15   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    16   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h
     1Release250A/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 \
     11  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     12  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.h \
     13  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     14  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     15  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.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 \
     22  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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/Release250A/wh_counter.d

    r6 r26  
    1 Release250A/wh_counter.o: \
    2   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Src\wh_counter.c \
    3   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\math.h \
    4   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_FP.h \
    5   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_ConfDefaults.h \
    6   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Conf.h \
    7   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL_Arm_Conf.h \
    8   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stdint.h \
    9   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\__SEGGER_RTL.h \
    10   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal.h \
    11   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\stm32g0xx_hal_conf.h \
    12   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc.h \
    13   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_def.h \
    14   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g0xx.h \
    15   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\stm32g070xx.h \
    16   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\core_cm0plus.h \
    17   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_version.h \
    18   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_compiler.h \
    19   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\cmsis_gcc.h \
    20   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Include\mpu_armv7.h \
    21   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\CMSIS\Device\ST\STM32G0xx\Include\system_stm32g0xx.h \
    22   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
    23   C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ for\ ARM\ 7.32\include\stddef.h \
    24   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_rcc.h \
    25   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rcc_ex.h \
    26   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio.h \
    27   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_gpio_ex.h \
    28   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma.h \
    29   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dma.h \
    30   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_dmamux.h \
    31   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_dma_ex.h \
    32   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_cortex.h \
    33   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc.h \
    34   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_ll_adc.h \
    35   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_adc_ex.h \
    36   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc.h \
    37   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_crc_ex.h \
    38   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_exti.h \
    39   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash.h \
    40   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_flash_ex.h \
    41   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr.h \
    42   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_pwr_ex.h \
    43   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc.h \
    44   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_rtc_ex.h \
    45   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi.h \
    46   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_spi_ex.h \
    47   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim.h \
    48   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_tim_ex.h \
    49   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart.h \
    50   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Drivers\STM32G0xx_HAL_Driver\Inc\stm32g0xx_hal_uart_ex.h \
    51   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\sysdata.h \
    52   D:\projekte\ecs_greenMeter\branches\i_sensor_500a_b_hp\firmwareV2\Inc\wh_counter.h
     1Release250A/wh_counter.bc: \
     2  D:\projekte\ecsSmartPro\trunk\firmware\Src\wh_counter.c \
     3  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\math.h \
     4  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_FP.h \
     5  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_ConfDefaults.h \
     6  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Conf.h \
     7  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL_Arm_Conf.h \
     8  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stdint.h \
     9  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\__SEGGER_RTL.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 \
     23  C:\Program\ Files\SEGGER\SEGGER\ Embedded\ Studio\ 8.24\include\stddef.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.