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

2025-06-02 Thread Alan C. Assis
Hi Miguel, Which kind of modification are you looking for? RS-485 is already supported: https://embeddedrelated.com/showarticle/1715.php BR, Alan On Mon, Jun 2, 2025 at 3:52 PM MIGUEL ALEXANDRE WISINTAINER < tcpipc...@hotmail.com> wrote: > should be good change too this driver to enable the R

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

2025-06-02 Thread MIGUEL ALEXANDRE WISINTAINER
wow, I see that sorry! De: Alan C. Assis Enviado: segunda-feira, 2 de junho de 2025 18:58 Para: dev@nuttx.apache.org Assunto: Re: Sv: RFC: fix race conditions in drivers/serial/serial.c Hi Miguel, Which kind of modification are you looking for? RS-485 is alread

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

2025-06-02 Thread MIGUEL ALEXANDRE WISINTAINER
should be good change too this driver to enable the RS-485 De: kr@kerogit.eu Enviado: segunda-feira, 2 de junho de 2025 16:58 Para: dev@nuttx.apache.org Assunto: Re: Sv: RFC: fix race conditions in drivers/serial/serial.c Hello, I noticed a review from Allan

Re: Path to [MAX_MQUEUE_PATH] not found

2025-06-02 Thread Alan C. Assis
Hi Oussama, Actually cpython also runs on ESP32-S3: $ git grep CPYTHON risc-v/qemu-rv/rv-virt/configs/python/defconfig:CONFIG_INTERPRETER_CPYTHON=y xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig:CONFIG_INTERPRETER_CPYTHON=y But I think Python requires a lot of memory, so you will need to

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

2025-06-02 Thread kr . git
Hello, I noticed a review from Allan C. Assis about a spelling error. Updated patches are attached and also available in repository in uart_fixes_rfc2 branch. (Sorry about the extra work, I was even trying to check the word using web search... but I didn't spot that the search autocorrected it

Re: Path to [MAX_MQUEUE_PATH] not found

2025-06-02 Thread Oussama Louati
Hello Alan, Thank you for the quick response, I'm using SAM v7 as base for my based ATSAME70 pcb, now i'm getting closer to the rootcause, i'm suspecting my arm gcc toolchain got corrupted while i was trying to set up cross compiler to use cpython on my board (i later found out this is only for vir

Re: Path to [MAX_MQUEUE_PATH] not found

2025-06-02 Thread Alan C. Assis
Hi Oussama, Could you please tell us which board and profile you are using? Although mqueue.h is in the local directory the root directory (fs/) should be in the path, then the file should be found. Note that there is a "notify/notify.h" that follows the same logic (it is at fs/). BR, Alan On

Path to [MAX_MQUEUE_PATH] not found

2025-06-02 Thread Oussama Louati
Hello Nuttx Community, My arm gcc compiler is failing to find MAX_MQUEUE_PATH when i'm building, if i change #include "mqueue/mqueue.h" in the files mq_open.c and mq_unlink.c to #include "mqueue.h", which make sense because the file is in the same folder, it works. Am I missing something on the big

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

2025-06-02 Thread alin.jerpe...@sony.com
Hi KR, thank for submitting the patches They have been uploaded to mainline and are under review https://github.com/apache/nuttx/pull/16466 Best regards Alin Från: kr@kerogit.eu Skickat: den 1 juni 2025 22:42 Till: dev@nuttx.apache.org Ämne: RFC: fix race

Re: Release branch out

2025-06-02 Thread Alin Jerpelea
Hi all, the release has been branched out https://github.com/apache/nuttx/tree/releases/12.10 https://github.com/apache/nuttx-apps/tree/releases/12.10 Please verify stability on this branch Best regards Alin On Tue, May 27, 2025 at 4:14 PM Tomek CEDRO wrote: > +1 for 12.10 :-) > Tomek > > On