NuttX icon indicating copy to clipboard operation
NuttX copied to clipboard

problems in NuttX/arch/arm/src/stm32f7/Make.defs

Open BensonLiou opened this issue 2 years ago • 0 comments

Line 141 ifeq ($(filter y,$(CONFIG_STM32F7_IWDG) $(CONFIG_STM32F7_RTC_LSICLOCK)),y) CHIP_CSRCS += stm32_lsi.c endif

stm32_lsi.c will NOT be compiled if both CONFIG_STM32F7_IWDG and CONFIG_STM32F7_RTC_LSICLOCK equals to y Could you please check it? Thanks

BensonLiou avatar Jun 24 '22 09:06 BensonLiou