Re: Creating our own driver in NUCLEO-H743ZI2 with Nuttx rtos

2021-08-19 Thread rushi ghatkar
Hi, Thank you Alan sir. Now it's working. Did you enable NSH_ARCHINIT ? Application Configuration ---> NSH Library ---> [*] Have architecture-specific initialization Could you please tell me how this nsh library works here? This built-in leds driver works but it shows binary v

Re: Creating our own driver in NUCLEO-H743ZI2 with Nuttx rtos

2021-08-19 Thread Alan Carvalho de Assis
Hi Rushikesh, You need to look the source code example to understand how to control a single LED. The userled works as a set of LEDs, so you need to use an IOCTL command to set a single bit to turn on/off single LED. It is not like the GPIO that you have a unique device file for each GPIO. BR,

New license setup Kconfig

2021-08-19 Thread Nathan Hartman
Since there's a new "license setup" Kconfig, does it make sense to move other license-related questions into this menu too? (e.g., vik memcpy) Cheers, Nathan

RE: New license setup Kconfig

2021-08-19 Thread Alin.Jerpelea
Hi Nathan I am working on it and the plan is to add the others in the same menu but it takes some time (MIT is next) Regards Alin -Original Message- From: Nathan Hartman Sent: den 19 augusti 2021 15:55 To: dev@nuttx.apache.org Subject: New license setup Kconfig Since there's a new "

Re: New license setup Kconfig

2021-08-19 Thread Nathan Hartman
On Thu, Aug 19, 2021 at 9:58 AM wrote: > > Hi Nathan > > I am working on it and the plan is to add the others in the same menu but it > takes some time (MIT is next) > > Regards > Alin Understood. No rush! Thank you! Nathan

RE: New license setup Kconfig

2021-08-19 Thread Alin.Jerpelea
I hope that all will be ready for the next NuttX release Regards Alin -Original Message- From: Nathan Hartman Sent: den 19 augusti 2021 16:22 To: dev@nuttx.apache.org Subject: Re: New license setup Kconfig On Thu, Aug 19, 2021 at 9:58 AM wrote: > > Hi Nathan > > I am working on it and

Re: New license setup Kconfig

2021-08-19 Thread Nathan Hartman
On Thu, Aug 19, 2021 at 10:25 AM wrote: > > I hope that all will be ready for the next NuttX release > Regards > Alin That's fabulous. I'm glad to hear it. It's a very valuable addition for companies that need to control licenses used in products. Thanks for driving this. Nathan

sama5D2 class D audio

2021-08-19 Thread Tim Hardisty
Working through the remaining driver support I need for my custom board and I can’t find anything related to audio for the sama5d2 devices (they have Class D capability, with lots of modes). Before I dive in and find some time to create a driver from scratch, have I missed something? Documen

Re: sama5D2 class D audio

2021-08-19 Thread Gregory Nutt
I implemented audo on the SAMA4D3 and D4: ./sama5d3x-ek/configs/nxplayer/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/elf/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/ipv6/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/configs/nsh/defconfig:CONFIG_DRIVERS_AUDIO=y ./sama5d4-ek/con

Re: sama5D2 class D audio

2021-08-19 Thread Tim Hardisty
Yes, I saw I2S support as well as for external audio codec chips, but nothing for the on-chip Class D. Are there any other supported processors that have on-board audio that I can use as a “template”? I’ve run out of ideas of what to search for! From: Gregory Nutt Reply to: Date: Thursd