I am using a Windows machine and would like to compile a sample nrf5* project (preferrably nrf52) by using the command line only - no GUI.
Can you please tell me how I might go about doing this
Thanks,
Justin
I am using a Windows machine and would like to compile a sample nrf5* project (preferrably nrf52) by using the command line only - no GUI.
Can you please tell me how I might go about doing this
Thanks,
Justin
Same way that you'd compile any other project!
The SDK examples include a makefile as well as the IDE pojects.
Why do you want to avoid an IDE?
Same way that you'd compile any other project!
The SDK examples include a makefile as well as the IDE pojects.
Why do you want to avoid an IDE?
Take a look at compiling via gcc. Take a look at this tutorial for more help. As awneil pointed out, I would recommend using an IDE, such as Segger Embedded Studio.