Skip to content

Commit

Permalink
update sample to zephyr 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB committed Nov 1, 2024
1 parent a687777 commit 7314be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
env:
CMAKE_PREFIX_PATH: /opt/toolchains
ZEPHYR_VERSION: 3.6.0
ZEPHYR_VERSION: 3.7.0
# Board to use with renode
BOARD: nrf52840dk_nrf52840
steps:
Expand Down
9 changes: 2 additions & 7 deletions samples/uptime/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
#
# SPDX-License-Identifier: Apache-2.0
#

CONFIG_CPP=y
CONFIG_STD_CPP17=y
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="BLEUtils_Uptime"

CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_STD_CPP17=y
CONFIG_NEWLIB_LIBC=y
CONFIG_BLE_UTILS=y
CONFIG_BT_ASSERT=n
CONFIG_LOG=y
Expand Down

0 comments on commit 7314be1

Please sign in to comment.