RE: Serial driver: No BREAK support?

2023-01-30 Thread David Sidrane
Hi Nathan, Have you seen https://github.com/apache/nuttx/blob/master/arch/arm/src/stm32f7/stm32_serial.c#L2657 ? David -Original Message- From: Nathan Hartman Sent: Monday, January 30, 2023 7:16 PM To: dev@nuttx.apache.org Subject: Serial driver: No BREAK support? Serial communications

Re: Serial driver: No BREAK support?

2023-01-30 Thread Alan C. Assis
Hi Nathan, Some UART drivers implement TIOCSBRK instead. I was thinking we had a discussion about serial break here in the mailing list, but I couldn't find it. As I recall from that discussion (I think it was in the company, not here in the list), there are different types and meanings of break

Serial driver: No BREAK support?

2023-01-30 Thread Nathan Hartman
Serial communications sometimes use a condition called BREAK [1]. I need to interface to 3rd party equipment that uses this feature. In Unix-like OSes a BREAK can be sent by calling termios function tcsendbreak() or ioctl TCSBRK. NuttX has an extern declaration for tcsendbreak() and a #define for

Re: NuttX PTP Support

2023-01-30 Thread Alan C. Assis
Hi James, Yes, Espressif is doing a good work adding support to it. I hope in the future others silicon vendors start to contribute as well (hello ST, Microchip, Renesas, ...) Very nice James, I think PTP will be very useful. Please let me know if you want some help with tests, etc. BR, Alan

Re: [OT] Article: NuttX trips ChatGPT

2023-01-30 Thread Sebastien Lorquet
Hi, At the end of this article, you write: """ My question to all AI Programs out there… Do you understand the words that I’m writing now? """ As a developer community, we should be more than convinced that the answer is a clear NO :-) ChatGPT is a text generator that, at any time, choose

Re: NuttX PTP Support

2023-01-30 Thread James Dougherty
wow, it is really well supported! OK I will start looking at a PTP server implementation and work on client later… > On Jan 27, 2023, at 11:36 AM, James Dougherty wrote: > > Thanks, I will try it this weekend on one of my boards…. > >> On Jan 27, 2023, at 11:12 AM, Alan C. Assis wrote: >> >>