Skip to content

Commit

Permalink
fix: remove nrf9160dk.debug.wifi assets
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Mar 26, 2024
1 parent 9bc0947 commit 000fafc
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,26 +308,6 @@
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/thingy91x.wifi-*/zephyr.elf",
"name": "thingy_world-Thingy91X-low-power.wifi-${nextRelease.gitTag}.elf",
"label": "Symbol file for Thingy:91 X with Wi-Fi firmware"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/nrf9160dk.debug.wifi-*/merged.hex",
"name": "thingy_world-nRF9160DK-debug.wifi-${nextRelease.gitTag}.hex",
"label": "Pre-build HEX file for nRF9160 DK with WiFi Shield (debug)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/nrf9160dk.debug.wifi-*/app_signed.hex",
"name": "thingy_world-nRF9160DK-debug.wifi-${nextRelease.gitTag}-signed.hex",
"label": "Pre-build HEX file for nRF9160 DK with WiFi Shield (debug, signed)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/nrf9160dk.debug.wifi-*/app_update.bin",
"name": "thingy_world-nRF9160DK-debug.wifi-${nextRelease.gitTag}-app_upgrade.bin",
"label": "App upgrade file for nRF9160 DK with WiFi Shield (debug)"
},
{
"path": "/home/runner/work/thingy-world-firmware-aws/thingy-world-firmware-aws/nrf9160dk.debug.wifi-*/zephyr.elf",
"name": "thingy_world-nRF9160DK-debug.wifi-${nextRelease.gitTag}.elf",
"label": "Symbol file for nRF9160 DK with WiFi Shield firmware (debug)"
}
]
}
Expand Down

2 comments on commit 000fafc

@coderbyheart
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxd-nordic why was this removed?

@coderbyheart
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WiFi and Debug don't fit into RAM anymore.

Please sign in to comment.