Raspberry Pi Pico 1 RP2040 FreeRTOS-Kernel & Tinyusb + lwip

Dear Community,

I’m currently workin on a Pico 1 RP2040 C/C++ SDK feat. FreeRTOS-Kernel Project, which should use the latest known compatible Versions of all components which are able to be used. My Project should serve a USB-Webserver, printing text on an oled ssd1306 display & a lcd 1602 liquidcrystal display. Could someone help me in using the best practise for the File/Folder-Tree / the CMakeLists etc. ? Here is my Template, which isnt using the latest components, buts the only one which currently works for me : but the usb-webserver needs to be integrated and I dont know how. I tried it, but only the webserver starts in this example and the other tasks dont be executed.

I’d be gratefull for help.

Thnx

I do not see any template. Did you forget to include one?

Did you create those tasks and the tasks are not starting? Do these tasks work if you do not create this webserver? Can you share code snippet where you create these tasks?