I can see in Segger Embedded Studio v4.52 under the Build Tab, there are two methods to build the project.
1- Build > Build zephyr/zephyr.elf
2- Build > Build solution
What is the difference between the two methods?
Kind regards
I can see in Segger Embedded Studio v4.52 under the Build Tab, there are two methods to build the project.
1- Build > Build zephyr/zephyr.elf
2- Build > Build solution
What is the difference between the two methods?
Kind regards
Yes, there is a west.yml file in the "zephyr" directory as well and you can run west update there. However, the "west.yml" file in nrf is the one that describes what NCS environment the sample is written in, because that's the west.yml file that comes from the repository.
Yes, there is a west.yml file in the "zephyr" directory as well and you can run west update there. However, the "west.yml" file in nrf is the one that describes what NCS environment the sample is written in, because that's the west.yml file that comes from the repository.