Skip to content

Commit

Permalink
Merge pull request #6 from vChavezB/zephyr_3.7.0
Browse files Browse the repository at this point in the history
Zephyr 3.7.0
  • Loading branch information
vChavezB authored Nov 3, 2024
2 parents a687777 + 07e84d5 commit 7834d0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .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 Expand Up @@ -68,14 +68,13 @@ jobs:
- name: Run tests on latest Renode
uses: antmicro/renode-test-action@v3.0.0
with:
renode-version: '1.13.3'
renode-version: '1.15.3'
tests-to-run: 'tests/renode/uptime_test.robot'
artifacts-path: ${{ github.workspace }}


- name: Archive latest results
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-results-latest
path: |
Expand Down
12 changes: 4 additions & 8 deletions samples/uptime/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
#
# 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
CONFIG_BT_EXT_ADV=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=100
5 changes: 2 additions & 3 deletions tests/renode/ble_central/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
#---------
#C++
#----------
CONFIG_CPLUSPLUS=y
CONFIG_LIB_CPLUSPLUS=y
CONFIG_CPP=y
CONFIG_STD_CPP17=y
CONFIG_NEWLIB_LIBC=y
CONFIG_REQUIRES_FULL_LIBCPP=y
CONFIG_UART_CONSOLE=y
CONFIG_BLE_UTILS=y
CONFIG_CBPRINTF_FP_SUPPORT=y
Expand Down

0 comments on commit 7834d0b

Please sign in to comment.