This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CI/CD process implementation.

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.

 

Parents
  • 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.

Reply
  • 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.

Children
Related