Ignore:
Timestamp:
Apr 1, 2026, 9:33:58 AM (5 weeks ago)
Author:
f.jahn
Message:

Fixing Projects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/smartPro.emProject

    r54 r55  
    2626      arm_fp_abi="Hard"
    2727      arm_fpu_type="FPv4-SP-D16"
    28       arm_linker_heap_size="1024"
     28      arm_linker_heap_size="4096"
    2929      arm_linker_process_stack_size="0"
    3030      arm_linker_stack_size="2048"
     
    3434      arm_target_interface_type="SWD"
    3535      batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V"
    36       c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY"
    37       c_user_include_directories="$(ProjectDir)/../Drivers/STM32G4xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32G4xx/Include;$(ProjectDir)/inc"
     36      c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY;USBPD_PORT_COUNT=1;USBPDCORE_LIB_PD3_FULL;USE_FULL_LL_DRIVER;USE_HAL_DRIVER;_SRC"
     37      c_user_include_directories="$(ProjectDir)/../Drivers/STM32G4xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32G4xx/Include;$(ProjectDir)/inc;$(ProjectDir)/../USB_Device/App;$(ProjectDir)/../USB_Device/Target;$(ProjectDir)/../Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Inc;$(ProjectDir)/../Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Inc;$(ProjectDir)/../USBPD;$(ProjectDir)/../USBPD/App;$(ProjectDir)/../USBPD/Target;$(ProjectDir)/../Middlewares/ST/STM32_USBPD_Library/Core/inc;$(ProjectDir)/../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc"
    3838      debug_initial_breakpoint_set_option="Never"
    3939      debug_register_definition_file="$(ProjectDir)/STM32G473xx_Registers.xml"
     
    6262      Name="Debug125A_24V"
    6363      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
    64       gcc_debugging_level="Level 3"
    65       gcc_optimization_level="Debug" />
     64      gcc_debugging_level="Level 3" />
    6665    <configuration
    6766      Name="Release125A_12V"
     
    9695        <file file_name="../Core/Inc/stm32g4xx_hal_conf.h" />
    9796        <file file_name="../Core/Inc/stm32g4xx_it.h" />
     97        <file file_name="../Core/Inc/tim.h" />
    9898        <file file_name="../Core/Inc/usart.h" />
    99         <file file_name="../Core/Inc/usb.h" />
    10099      </folder>
    101100      <folder Name="src">
     
    103102        <file file_name="../Core/Src/crc.c" />
    104103        <file file_name="../Core/Src/dma.c" />
    105         <file file_name="../Core/Src/fdcan.c" />
    106104        <file file_name="../Core/Src/gpio.c" />
    107105        <file file_name="../Core/Src/i2c.c" />
     
    118116          <configuration Name="Common" build_exclude_from_build="Yes" />
    119117        </file>
     118        <file file_name="../Core/Src/tim.c" />
    120119        <file file_name="../Core/Src/usart.c" />
    121         <file file_name="../Core/Src/usb.c" />
    122120      </folder>
    123121    </folder>
     
    149147        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h" />
    150148        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h" />
     149        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim.h" />
     150        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_tim_ex.h" />
    151151        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h" />
    152152        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h" />
     
    165165        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h" />
    166166        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h" />
     167        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_ucpd.h" />
    167168        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h" />
    168169        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h" />
     
    179180        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" />
    180181        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c" />
    181         <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c" />
    182182        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c" />
    183183        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c" />
     
    197197        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c" />
    198198        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c" />
     199        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c" />
     200        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c" />
    199201        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c" />
    200202        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c" />
    201203        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c" />
     204        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_dma.c" />
     205        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_gpio.c" />
     206        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_ucpd.c" />
    202207        <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" />
    203208      </folder>
     
    214219      <file file_name="inc/fast_current.h" />
    215220      <file file_name="inc/int_bat_voltage.h" />
    216       <file file_name="src/main.c">
    217         <configuration Name="Common" build_exclude_from_build="Yes" />
    218       </file>
     221      <file file_name="inc/ltc_current.h" />
    219222      <file file_name="inc/modbus.h" />
    220223      <file file_name="inc/outputs.h" />
     
    244247      <file file_name="src/fast_current.c" />
    245248      <file file_name="src/int_bat_voltage.c" />
     249      <file file_name="src/ltc_current.c" />
    246250      <file file_name="src/modbus.c" />
    247251      <file file_name="src/outputs.c" />
     
    263267      <file file_name="../Core/Src/system_stm32g4xx.c" />
    264268    </folder>
     269    <folder Name="usb">
     270      <folder Name="inc">
     271        <file file_name="../Core/Inc/ucpd.h" />
     272        <file file_name="../USB_Device/App/usb_device.h" />
     273        <file file_name="../USB_Device/App/usbd_cdc_if.h" />
     274        <file file_name="../USB_Device/Target/usbd_conf.h" />
     275        <file file_name="../USB_Device/App/usbd_desc.h" />
     276        <file file_name="../USBPD/App/usbpd.h" />
     277        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_cad_hw_if.h" />
     278        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_core.h" />
     279        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/inc/usbpd_def.h" />
     280        <file file_name="../USBPD/usbpd_devices_conf.h" />
     281        <file file_name="../USBPD/Target/usbpd_dpm_conf.h" />
     282        <file file_name="../USBPD/App/usbpd_dpm_core.h" />
     283        <file file_name="../USBPD/Target/usbpd_dpm_user.h" />
     284        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw.h" />
     285        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_hw_if.h" />
     286        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_phy.h" />
     287        <file file_name="../USBPD/App/usbpd_pwr_if.h" />
     288        <file file_name="../USBPD/Target/usbpd_pwr_user.h" />
     289        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/inc/usbpd_timersserver.h" />
     290      </folder>
     291      <folder Name="src">
     292        <file file_name="../Core/Src/ucpd.c" />
     293        <file file_name="../USB_Device/App/usb_device.c" />
     294        <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c" />
     295        <file file_name="../USB_Device/App/usbd_cdc_if.c" />
     296        <file file_name="../USB_Device/Target/usbd_conf.c" />
     297        <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c" />
     298        <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c" />
     299        <file file_name="../USB_Device/App/usbd_desc.c" />
     300        <file file_name="../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c" />
     301        <file file_name="../USBPD/App/usbpd.c" />
     302        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_cad_hw_if.c" />
     303        <file file_name="../USBPD/App/usbpd_dpm_core.c" />
     304        <file file_name="../USBPD/Target/usbpd_dpm_user.c" />
     305        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw.c" />
     306        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_hw_if_it.c" />
     307        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy.c" />
     308        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_phy_hw_if.c" />
     309        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_pwr_hw_if.c" />
     310        <file file_name="../USBPD/App/usbpd_pwr_if.c" />
     311        <file file_name="../USBPD/Target/usbpd_pwr_user.c" />
     312        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Devices/STM32G4XX/src/usbpd_timersserver.c" />
     313        <file file_name="../Middlewares/ST/STM32_USBPD_Library/Core/lib/USBPDCORE_PD3_FULL_CM4_wc32.a" />
     314      </folder>
     315    </folder>
    265316  </project>
    266317</solution>
Note: See TracChangeset for help on using the changeset viewer.