Skip to content

Commit

Permalink
feat: add non-low-power dt2c build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxd-nordic committed Apr 8, 2024
1 parent 02de842 commit 74e4f8a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
# Double-tap to crash (dt2c) sends Button ID 42 and crashes on double tap of button
# to demonstrate the Memfault crash reporting feature.
- thingy91.low-power.memfault.dt2c
- thingy91.memfault.dt2c
- nrf9160dk.low-power.memfault
# Not enough flash for Memfault AND debug on Thingy:91,
# and it's not that useful anyway because debug builds
Expand Down
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/app_signed.hex",
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}-signed.hex",
"label": "Firmware Update Image HEX file for Thingy:91 (with double-tap-to-crash) (low power, signed)"
"label": "Firmware Update Image HEX file for Thingy:91 (with double-tap-to-crash) (low power)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.dt2c-*/app_update.bin",
Expand All @@ -154,6 +154,26 @@
"name": "thingy_world-Thingy91-low-power-dt2c-${nextRelease.gitTag}.elf",
"label": "App Symbols ELF file for Thingy:91 (with double-tap-to-crash) firmware (low power)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/merged.hex",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}.hex",
"label": "App with Bootloader HEX file for Thingy:91 (with double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/app_signed.hex",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}-signed.hex",
"label": "Firmware Update Image HEX file for Thingy:91 (with double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/app_update.bin",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}-app_upgrade.bin",
"label": "Firmware Update Image BIN file for Thingy:91 (with double-tap-to-crash)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.memfault.dt2c-*/zephyr.elf",
"name": "thingy_world-Thingy91-dt2c-${nextRelease.gitTag}.elf",
"label": "App Symbols ELF file for Thingy:91 (with double-tap-to-crash) firmware"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91.low-power.memfault.nbiot-*/merged.hex",
"name": "thingy_world-${nextRelease.gitTag}-Thingy91-low-power-nbiot.hex",
Expand Down

0 comments on commit 74e4f8a

Please sign in to comment.