TS101 rework for Miniware DFU (#44)

* Refactor output to allow turning hex duplication on/off

* Rough out being able to merge image files & firmware files

* Update output_hex.py

* Update TS101 to require merge

* Remove TS101 from CI

* .

* add py3-intelhex

* Update img2logo.py
This commit is contained in:
Ben V. Brown
2024-08-22 12:08:36 +10:00
committed by GitHub
parent 853b20eabc
commit d695535fd4
6 changed files with 229 additions and 144 deletions

View File

@@ -14,13 +14,12 @@ jobs:
- model: "pinecilv1"
- model: "pinecilv2"
- model: "mhp30"
- model: "ts101"
- model: "s60"
fail-fast: true
steps:
- name: Install dependencies (apk)
run: apk add --no-cache git python3 py3-pip zlib py3-pillow
run: apk add --no-cache git python3 py3-pip zlib py3-pillow py3-intelhex
- uses: actions/checkout@v3
with: