Re: Integrating user code into a configuration

2024-04-29 Thread Alan C. Assis
I think you can do it, but keep in mind that the idea of board profile is to test some specific feature or a set of features. Probably you were expecting the raspberrypi-pico-w:audiopack to include the WiFi since the board has WiFi support, but probably for the author of the board profile his plan

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. -- Alg

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