Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1019 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 1019 Bytes

nRF Programmer firmware images

Publish to Github Pages

Provides a list of pre-compiled firmware images for nRF Programmer in the GitHub pages website for this repository.

Updating the manifest.json

Changes to saga will trigger a publication of the new manifest.json and the archive files to GitHub pages using the publishToGHPages action which runs the generate-assets.ts script.

Adding firmware images

  1. Create a folder for the application in applications.
  2. Add one or more files containing the installable firmware images.
  3. Document the application in a JSON document following the existing examples.
  4. Push the changes to saga directly, or create a PR.