I have been developing my code on NRF52840 based on nrfsdk v1.7. Since keil free version has a limit of 32kb i am moving my code to VS code. VS by default adds 2.0 latest sdk. But i dont want to use Zephyr rtos. When i try to manually set the sdk to 1.7 the softwares throws error for cmake files. I tried making cmake files and editing json files to work with 1.7. Is there a instruction set for this particular problem?