Skip to content

Commit

Permalink
Fix GH WF to include display DTS
Browse files Browse the repository at this point in the history
  • Loading branch information
protocentralashwin committed May 28, 2024
1 parent 7abcf13 commit e3c52d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
working-directory: healthypi5_zephyr
run: |
west build -t pristine
west build -p auto -b healthypi5_rp2040 app -DEXTRA_CONF_FILE=overlay-display.conf
west build -p auto -b healthypi5_rp2040 app -DEXTRA_CONF_FILE=overlay-display.conf -DEXTRA_DTC_OVERLAY_FILE=healthypi5_rp2040_display.overlay
mv build/zephyr/zephyr.uf2 healthypi5_display.uf2
- name: Build BLE firmware
Expand Down
4 changes: 2 additions & 2 deletions app/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 4
PATCHLEVEL = 4
VERSION_MINOR = 5
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =

0 comments on commit e3c52d6

Please sign in to comment.