I am using a FreeRTOS demo project with TrustZone,
I am trying to use the "Manage SDK components" feature to manage drivers and different components,
The issue is that when using this feature, I could not specify the path for added/updated components(drivers, board, CMSIS..) which will be under "projects/MCUXpresso/Secure/", and in the demo project some of these components already exist in different path "NXP_Code"
1Q: How can I specify the path or solve this path conflict safely automatically to keep use of the SDK feature?
2Q: I am using TrustZone for the Normal world and Secure world, how can I delete these components or unlink them from the normal world while they are not in the expected IDE path, (normal world will not be able to access peripherals so all drivers are not necessary)