Re: Sv: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-19 Thread kr . git
apache.org > Ämne: Re: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c > > Hello, thanks. Here is a response to xiaoxiang781216's review: > could > we extract a common typedef to avoid #ifdef/#else/#endif spread > the > code base? Can do - sbuf_size_t seem

Re: Sv: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-19 Thread Alin Jerpelea
her > architectures. > > If there is still something left to improve, let me know. Thanks. > > On 2025-06-11 13:42, alin.jerpe...@sony.com wrote: > > Hi KR, > > > > I added your comments > > > > Best regards > > Alin > > __

Re: Sv: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-18 Thread kr . git
@nuttx.apache.org Ämne: Re: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c Hello, thanks. Here is a response to xiaoxiang781216's review: > could we extract a common typedef to avoid #ifdef/#else/#endif spread > the code base? Can do - sbuf_size_t seems unused throughou

Sv: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-11 Thread alin.jerpe...@sony.com
Hi KR, I added your comments Best regards Alin Från: kr@kerogit.eu Skickat: den 11 juni 2025 07:54 Till: dev@nuttx.apache.org Ämne: Re: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c Hello, thanks. Here is a response to xiaoxiang781216&#

Re: Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-10 Thread kr . git
Hello, thanks. Here is a response to xiaoxiang781216's review: could we extract a common typedef to avoid #ifdef/#else/#endif spread the code base? Can do - sbuf_size_t seems unused throughout the whole tree so I'll add that to serial.h. can we change to ARCH_HAVE_8BIT_BUFSIZE and put int

Sv: Sv: RFC: fix race conditions in drivers/serial/serial.c

2025-06-09 Thread alin.jerpe...@sony.com
Hi KR, the patches have been updated https://github.com/apache/nuttx/pull/16466 Best regads Alin Från: kr@kerogit.eu Skickat: den 9 juni 2025 12:12 Till: dev@nuttx.apache.org Ämne: Re: Sv: RFC: fix race conditions in drivers/serial/serial.c Hello, reworked