Hi, I've recently been diving into the whole trustzone implementation on Zephyr and I'm having trouble understanding how to properly work with it.
My question is fairly simple: is there a way to develop two separate pieces of code (a secure and a non-secure) both using zephyr and have them built and merged together in a simple manner, using west for example ? There doesn't seem to be any example on Zephyr's side and the documentation is fairly vague about the procedure.