Changeset 76 for trunk/fw_g473rct/cmake


Ignore:
Timestamp:
Sep 9, 2026, 3:02:30 PM (11 days ago)
Author:
f.jahn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/cmake/stm32cubemx/CMakeLists.txt

    r65 r76  
    4747    ${CMAKE_CURRENT_SOURCE_DIR}/../../Core/Src/adc.c
    4848    ${CMAKE_CURRENT_SOURCE_DIR}/../../Core/Src/crc.c
     49    ${CMAKE_CURRENT_SOURCE_DIR}/../../Core/Src/dac.c
    4950    ${CMAKE_CURRENT_SOURCE_DIR}/../../Core/Src/dma.c
    5051    ${CMAKE_CURRENT_SOURCE_DIR}/../../Core/Src/i2c.c
     
    9091    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c
    9192    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c
     93    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac.c
     94    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dac_ex.c
    9295    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c
    9396    ${CMAKE_CURRENT_SOURCE_DIR}/../../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c
Note: See TracChangeset for help on using the changeset viewer.