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

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

Integrating user code into a configuration

2024-04-27 Thread M. Edward (Ed) Borasky
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 computer music applications on microcontrollers. I'm mostly interested in the Raspberry Pi Pico W, but I also have some ESP32 S3, ESP 32 C3/C6, and Teensy 4.1 boards and would like the