Re: Inquiries on NuttX

2025-01-02 Thread MIGUEL ALEXANDRE WISINTAINER
Do you know if there is something to RDA8910/UIS8910 ? Enviado do meu iPhone Em 2 de jan. de 2025, à(s) 19:52, Alan C. Assis escreveu: Hi Yousif, This is the kind of feedback we like to hear! Thank you for that! NuttX is used in many areas including critical real-time applications. So, if y

Re: Inquiries on NuttX

2025-01-02 Thread Sebastien Lorquet
Hello, On 1/2/25 23:52, Alan C. Assis wrote: Hi Yousif, This is the kind of feedback we like to hear! Thank you for that! NuttX is used in many areas including critical real-time applications. So, if your question is: Is NuttX safe enough to be used in medical application, the answer is YES!

Re: Inquiries on NuttX

2025-01-02 Thread Tomek CEDRO
My first question is Yousif@BD subscribed to the list to see our replies? :-) On Fri, Jan 3, 2025 at 12:20 AM Sebastien Lorquet wrote: > Hello, >> On 1/2/25 23:52, Alan C. Assis wrote: >> Hi Yousif, >> This is the kind of feedback we like to hear! Thank you for that! >> NuttX is used in many area

Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
I try linum-stm32h753bi:nsh,:usbnsh But ... On Fri, Jan 3, 2025, 10:49 AM 24 yashvi shah wrote: > Yes I refer to this vlog > the led board support is disabled > All configurations are the same > > But.. > 0800 A _stext > 0800 T _vectors > 08000298 t stm32_tcmenable > 080002d8 T __st

Re: Try to blink led by nuttx

2025-01-02 Thread Alan C. Assis
Hi Yashvi, Could you please confirm that Board LED Status support is not selected? Normally this is the "trap" that prevent USERLED to work, more here: https://embeddedrelated.com/showarticle/1633.php I just tested here: $ ./tools/configure.sh nucleo-f446re:nsh $ make menuconfig Board Select

Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
Yes I refer to this vlog the led board support is disabled All configurations are the same But.. 0800 A _stext 0800 T _vectors 08000298 t stm32_tcmenable 080002d8 T __start 08000354 t rcc_reset 080003d4 t rcc_enableahb1 080003ec t rcc_enableahb2 08000404 t rcc_enableahb3 0800041c t rcc

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-02 Thread Alin Jerpelea
Hi Felipe, the suggested PR is a feature not a bugfix. Usually only fixes are backported. There are some concerns we should think about: Adding a feature during the release will restart the release process and delay the release. Adding features on demand during the vote may trigger a new feature

nxdiag updates

2025-01-02 Thread Tomek CEDRO
Hello world :-) There is a PR that extends nxdiag with sysinfo and other useful information: https://github.com/apache/nuttx/pull/15304 This may be really useful as information provider from the build host and the running target for our distributed build and runtime test farm :-) However, parts

Re: Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
NuttShell is not working with that On Fri, Jan 3, 2025, 12:05 PM 24 yashvi shah wrote: > I try linum-stm32h753bi:nsh,:usbnsh > > But ... > > On Fri, Jan 3, 2025, 10:49 AM 24 yashvi shah wrote: > >> Yes I refer to this vlog >> the led board support is disabled >> All configurations are the same

Re: Inquiries on NuttX

2025-01-02 Thread Alan C. Assis
Hi Yousif, This is the kind of feedback we like to hear! Thank you for that! NuttX is used in many areas including critical real-time applications. So, if your question is: Is NuttX safe enough to be used in medical application, the answer is YES! It is used in drone, rockets (search for NuttX l

Re: Inquiries on NuttX

2025-01-02 Thread Alan C. Assis
Hi Sebastien, Any certification applies only for a specific version of any system/RTOS and each vendor needs to do their own recertification. Also it is important to know that a safety system eventually could fail, but it has ways to mitigate the failure, as redundancy and security fail-operation

Try to blink led by nuttx

2025-01-02 Thread 24 yashvi shah
Hello, I am trying to blink an LED on the Nucleo H753ZI board. However, in Minicom, when I type ls /dev, there is no option for userled shown after configuration. I checked the system map, but there is no function for board_userled_initialize. How can I solve this issue? Thank you! On Thu, Jan

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-02 Thread Filipe Cavalcanti
-1 We are having issues testing ESP32C3 on this tag, due to a missing fix. Can we backport this PR? https://github.com/apache/nuttx/pull/15321 [https://opengraph.githubassets.com/81ba79de2d577149394fe3e933d244bb47903f11701e3954febfdae67530b95c/apache/nuttx/pull/15321]

Inquiries on NuttX

2025-01-02 Thread Yousif Askar
Hello! My name is Yousif Askar, and I'm a software engineer at the global medical device company Becton, Dickinson, & Co. My team and I discovered NuttX recently and were wondering if it was utilized in the medical device industry often? We know it to be a wonderful low-powered RTOS but are not

Re: [VOTE] Apache NuttX 12.8.0 RC0 release

2025-01-02 Thread Filipe Cavalcanti
Sorry for the broken email response. Found some style issues on many include files on arch/xtensa. We suspect those came up due to adding SPDX identifier, causing the files to be checked by the CI. We'll fix it and submit a PR. Thanks. Filipe From: Filipe Cavalc