I have been using Segger Embedded Studio with an external zephyr repo by setting the following in SES:
Tools->Options->nRF Connect->Zephyr Base
It works fine. However, if I attempt to change the value to another Zephyr repo, I am unable to create a newSES project with:
File->Open nRF Connect SDK Project
The problem is that SES caches information from the old Zephyr Base which causes a conflict and error message (problem with cmake etc etc).
Is it possible to flush SES cache e.g. delete certain files, etc. so multiple Zephyr repos can be used?
This would be very helpful for development.