mirror of
https://github.com/Ralim/IronOS-Meta.git
synced 2025-04-15 11:27:48 +00:00
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:
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user