FreeRTOS on Nordic nRF5340?

I have FreeRTOS running on my nRF5340DK application core. You will need to do some tweaks to the nRF9160 port to get this running.

I have a question though. I’d like to get BLE running on it using the network core. I can see in the Nordic example of the UART peripheral, they use the RPC library to do remote calls to the network core from the application core. However, all these examples use the Zephyr OS. I started looking for the FreeRTOS BLE library and looking for ways to interface with the RPC library. The network core would manage the BLE modem and part of the stack. It’s built under Zephyr. I’m fine with that for now and may want to rewrite that later. I’m more concerned with the application core at this point.

I’m seeing that the FreeRTOS BLE library is deprecated. I don’t see any updates as to where the new library is located. Does this mean FreeRTOS no longer supports BLE?