Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub action to build firmware #178

Open
wants to merge 7 commits into
base: beta
Choose a base branch
from

Conversation

mdkendall
Copy link
Contributor

@mdkendall mdkendall commented Aug 12, 2022

This PR adds a GitHub Action that automatically builds the firmware (in a Ubuntu virtual machine on GitHub's servers) whenever a commit is pushed to the GitHub repository. The output archive contains two files:

  • tinygs-tagname-full.bin is a full image containing the second-stage bootloader, partition table and firmware itself. It is suitable for programming with the one-click uploader.
  • tinygs-tagname-ota.bin contains just the firmware. It is suitable for over-the-air reprogramming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant