Skip to content

Commit

Permalink
Set manual resolution / formatting (#51)
Browse files Browse the repository at this point in the history
* Formatting

* Set manual resolution
  • Loading branch information
viktorxda authored Jan 29, 2025
1 parent 8324c68 commit 8ed94f9
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 167 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
platform:
# Sigmastar [I6E]
- {"platform": "ssc30kq", "release": "fpv"}
- {"platform": "ssc338q", "release": "fpv"}
- ssc30kq_lite
- ssc338q_lite

# Hisilicon [HI3516EV200]
- {"platform": "hi3516ev200", "release": "fpv"}
- {"platform": "hi3516ev300", "release": "fpv"}
- hi3516ev200_lite
- hi3516ev300_lite

# Hisilicon [HI3536DV100]
- {"platform": "hi3536dv100", "release": "fpv"}
- hi3536dv100_lite

# Goke [GK7205V200]
- {"platform": "gk7205v200", "release": "fpv"}
- {"platform": "gk7205v210", "release": "fpv"}
- {"platform": "gk7205v300", "release": "fpv"}
- gk7205v200_lite
- gk7205v210_lite
- gk7205v300_lite
steps:
- name: Build OpenIPC
env:
MSPOSD_VERSION: ${{ github.sha }}
run: |
git clone https://github.com/openipc/firmware --depth=1
cd firmware
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd
Loading

0 comments on commit 8ed94f9

Please sign in to comment.