Make RUST baremetal implementation directly run without embassy scheduler. Secure partitions running under hafnium don't actually control scheduling as such trying to add a scheduler has caused more problems than help and increases code size and complexity.
We will look to moving on top of OPTEE for situations where we need OS services.