Skip to content

Commit

Permalink
boards/stm32: Add ds1307 to CMake build
Browse files Browse the repository at this point in the history
  • Loading branch information
acassis committed Apr 17, 2024
1 parent 9798674 commit 16fec44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/stm32/common/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ if(CONFIG_LCD_SSD1306)
list(APPEND SRCS stm32_ssd1306.c)
endif()

if(CONFIG_RTC_DS1307)
list(APPEND SRCS stm32_ds1307.c)
endif()

if(CONFIG_SENSORS_LM75)
list(APPEND SRCS stm32_lm75.c)
endif()
Expand Down

0 comments on commit 16fec44

Please sign in to comment.