Re: Try to blink led by nuttx

2025-01-03 Thread Alan C. Assis
Hi Yashvi, The serial port and pins used on linum board are different, linum uses USART1 on PD14 and PD15, nucleo uses USART3 on pins PD9 and PD8. Also I think the clock crystal could be different (didn't check). Jorge, could you please confirm? BR, Alan On Fri, Jan 3, 2025 at 3:53 AM 24 yash

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-03 Thread Tiago Medicci Serrano
> > Nxstyle is not a problem unless we have compilation issues. > We had various nxstyle errors before and we fixed them as we touched the > files. I agree that this should not stop a release. *Changing my vote to +1 (binding)*. Thanks, Alin! Best regards Em sex., 3 de jan. de 2025 às 14:32, Al

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-03 Thread Alin Jerpelea
Thanks Filipe, I appreciate the effort to test all those boards and validate the release Best regards Alin On Fri, 3 Jan 2025, 18:25 Filipe Cavalcanti, wrote: > With all that said, > > +1 from Espressif. > > The following devices were tested using the internal CI with all > available defconfi

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-03 Thread Filipe Cavalcanti
With all that said, +1 from Espressif. The following devices were tested using the internal CI with all available defconfigs. - esp32_devkitc - esp32_ethernet_kit - esp32_lyrat - esp32_pico_kit - esp32_wrover_kit - esp32c3_generic - esp32c6_devkitc - esp32c6_devkitm - esp32h2_devkit - esp32s2_

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-03 Thread Alin Jerpelea
Hi Tiago, Nxstyle is not a problem unless we have compilation issues. We had various nxstyle errors before and we fixed them as we touched the files. @all do you think that we should stop the release for nxstyle errors? Do you have issues your boards? Best regards Alin On Fri, 3 Jan 2025, 13:0

Re: Try to blink led by nuttx

2025-01-03 Thread 24 yashvi shah
Okay On Sat, Jan 4, 2025, 7:03 AM Alan C. Assis wrote: > Hi Yashvi, > > The serial port and pins used on linum board are different, linum uses > USART1 on PD14 and PD15, nucleo uses USART3 on pins PD9 and PD8. > > Also I think the clock crystal could be different (didn't check). > > Jorge, could

Re: Inquiries on NuttX

2025-01-03 Thread Ludovic Vanasse
Hi Yousif and all, Please take my input with a grain of salt, as I'm still early in my career and not as experienced with NuttX as others here. That said, here’s my take on the topic: I feel like I'm in a similar position. I'm part of a team building a drone-like product that might require certif

Re: Try to blink led by nuttx

2025-01-03 Thread 24 yashvi shah
Suggest me next step On Sat, Jan 4, 2025, 10:23 AM 24 yashvi shah wrote: > Okay > > On Sat, Jan 4, 2025, 7:03 AM Alan C. Assis wrote: > >> Hi Yashvi, >> >> The serial port and pins used on linum board are different, linum uses >> USART1 on PD14 and PD15, nucleo uses USART3 on pins PD9 and PD8.