raiden00pl commented on code in PR #15780: URL: https://github.com/apache/nuttx/pull/15780#discussion_r1952780235
########## arch/arm/src/stm32/stm32_serial.c: ########## @@ -465,6 +465,9 @@ struct up_dev_s #ifdef CONFIG_SERIAL_OFLOWCONTROL const uint32_t cts_gpio; /* U[S]ART CTS GPIO pin configuration */ #endif +#ifdef CONFIG_SERIAL_TIOCGICOUNT Review Comment: should we modify all stm32 chips ? I know it's a lot of work, but so far we've tried to synchronize changes between stm32. Or at least add a compilation error that this feature is not supported in other families but can be easily ported from stm32 -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org