acassis commented on code in PR #15780: URL: https://github.com/apache/nuttx/pull/15780#discussion_r1954545343
########## 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: @raiden00pl my plane it to add support for other stm32 families too, but for now only stm32. If some application try to use this IOCTL it will receive the error indicating it is not implemented. -- 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