kywwilson11 commented on code in PR #17239: URL: https://github.com/apache/nuttx/pull/17239#discussion_r2460873088
########## arch/arm/src/stm32h5/Make.defs: ########## @@ -96,6 +96,10 @@ ifeq ($(CONFIG_STM32H5_DTS),y) CHIP_CSRCS += stm32_dts.c endif +ifeq ($(CONFIG_STM32H5_PWM),y) Review Comment: There currently is no cmake for H5, but that PR is in progress. I will wait until that PR is merged in before I add PWM to cmake. Should be soon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
