Skip to content

Commit

Permalink
feat: update to NCS 2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Deubel <[email protected]>
  • Loading branch information
maxd-nordic committed Oct 27, 2023
1 parent efc2831 commit b4dbcee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ jobs:
if: contains(matrix.configuration, 'thingy91')
working-directory: firmware/sdk-nrf/ext
run: |
wget -q ${{ secrets.BSEC_ARCHIVE_URL }} -O bsec.zip
unzip -q bsec.zip
ls BSEC_1.4.8.0_Generic_Release_updated_v3
echo BSEC_OVERLAY=/workdir/project/overlay-bsec.conf >> $GITHUB_ENV
- run: cat firmware.conf
Expand All @@ -180,7 +177,7 @@ jobs:
-v ${PWD}:/workdir/project \
-v ${PWD}/sdk-nrf:/workdir/nrf \
-w /workdir/nrf/applications/asset_tracker_v2 \
nordicplayground/nrfconnect-sdk:v2.4-branch \
nordicplayground/nrfconnect-sdk:v2.5-branch \
west build \
-p always \
-b ${{ env.board }} \
Expand Down
2 changes: 1 addition & 1 deletion overlay-bsec.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Disable native Zephyr driver
CONFIG_BME680=n
# Enable vendor driver
CONFIG_EXTERNAL_SENSORS_BME680_BSEC=y
CONFIG_BME68X_IAQ=y
2 changes: 1 addition & 1 deletion sdk-nrf

0 comments on commit b4dbcee

Please sign in to comment.