I cloned the 1.14 version, so upgraded to 2.0.0 with west and all worked fine.
Now i just upgrade with git cleaning the zephyr root, but i can't build my project
C:/Users/alemo/zephyrproject/zephyr/soc/arm/nxp_imx/rt/soc.h:18:10: fatal error: fsl_common.h: No such file or directory #include <fsl_common.h> ^~~~~~~~~~~~~~
I noticed that in a /zephyr/ext/hal/ a lot of folders has been deleted. I have my old zephyr folder and i restore "nxp" forlder, but the problem persists. How can i build my project with the new version of zephyr?