Ignore:
Timestamp:
Feb 14, 2025, 1:48:18 PM (3 months ago)
Author:
Zed
Message:

ADC3 with DMA was implemented.
DTS was activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/charger.emProject

    r94 r96  
    7272        <file file_name="Core/Inc/charge_controller.h" />
    7373        <file file_name="../CubeMX/Core/Inc/dma.h" />
     74        <file file_name="../CubeMX/Core/Inc/dts.h" />
    7475        <file file_name="Core/Inc/fan_thread.h">
    7576          <configuration Name="Release" build_exclude_from_build="No" />
     
    99100        </file>
    100101        <file file_name="../CubeMX/Core/Src/dma.c" />
     102        <file file_name="../CubeMX/Core/Src/dts.c" />
    101103        <file file_name="Core/Src/fan_thread.cpp">
    102104          <configuration Name="Debug" build_exclude_from_build="Yes" />
     
    150152          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h" />
    151153          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h" />
     154          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dts.h" />
    152155          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h" />
    153156          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h" />
     
    180183          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c" />
    181184          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c" />
     185          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dts.c" />
    182186          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c" />
    183187          <file file_name="../CubeMX/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c" />
Note: See TracChangeset for help on using the changeset viewer.