Re: Integrating user code into a configuration

2024-04-28 Thread M. Edward (Ed) Borasky
Thanks! That's a big part of what I'm trying to do. Should I open an issue on the raspberrypi-pico-w:audiopack not having a wireless configuration option? As it stands now I'd have to pull in the WiFi stack from the Pico SDK into a custom application like I'm planning to do with TinyUSB. --

Re: Integrating user code into a configuration

2024-04-28 Thread Alan C. Assis
Hi Ed, Welcome to NuttX! We have a documentation explaining about it, please see section 3: https://nuttx.apache.org/docs/latest/guides/customapps.html Best Regards, Alan On Sun, Apr 28, 2024 at 1:36 AM M. Edward (Ed) Borasky wrote: > I've just run across NuttX, and I think it's a good fit

Re: Beginner questions

2024-04-28 Thread Nathan Hartman
On Sun, Apr 28, 2024 at 1:45 AM M. Edward (Ed) Borasky < zn...@algocompsynth.com> wrote: > I've just run across NuttX, and I think it's a good fit for my project. > What I'm trying to do is develop some computer music applications on > microcontrollers. I'm mostly interested in the Raspberry Pi