Hello,
I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio?
if yes, please let me know how can I perform that process.
Hello,
I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio?
if yes, please let me know how can I perform that process.
That is a rather generic question, so not sure exaclty how to answer this. But yes, it is possible to compile applications from command line using SES so it should be possible to build applications as part of a CI. As for CD you can use nrfjprog for programming development kits, or custom boards as long as there is an available programmer.
But yes, it is possible to compile applications from command line using SES so it should be possible to build applications as part of a CI.
can you give detail explanation on this, any tutorials so that I can perform CI.
As for CD you can use nrfjprog for programming development kits, or custom boards as long as there is an available programmer.
with this nfrjprog i can deploy the program into custom board right ?
Unfortunately I do not have an example make file using embuild, but you can build it from make if that is what you would use for your ci. Here is the segger documentation: Command-Line Project Builder.
yes, nrfjprog would work as long as you have a programmer. you can also specify which programmer to use to program multiple boards.
Unfortunately I do not have an example make file using embuild, but you can build it from make if that is what you would use for your ci. Here is the segger documentation: Command-Line Project Builder.
yes, nrfjprog would work as long as you have a programmer. you can also specify which programmer to use to program multiple boards.