/nrfprogrammer-firmware-images

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

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.