Hello,
Thank you for creating Arduino-pico, I'm a very happy user using rp2040! I'm also impressed how far the RP2350 support already is. Unfortunately for me the main project I'm creating depends on FreeRTOS.
As you stated there is currently no support for FreeRTOS. I've noticed however that raspberry pi have created a FreeRTOS clone with RP2350 support (for ARM M33 cores and based on existing implementation).
The repository is: https://github.com/raspberrypi/FreeRTOS-Kernel
Would this help to get FreeRTOS  working for rp2350s in Arduino-pico without to much effort?