Skip to content

Commit 7834d0b

Browse files
authored
Merge pull request #6 from vChavezB/zephyr_3.7.0
Zephyr 3.7.0
2 parents a687777 + 07e84d5 commit 7834d0b

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
1515
env:
1616
CMAKE_PREFIX_PATH: /opt/toolchains
17-
ZEPHYR_VERSION: 3.6.0
17+
ZEPHYR_VERSION: 3.7.0
1818
# Board to use with renode
1919
BOARD: nrf52840dk_nrf52840
2020
steps:
@@ -68,14 +68,13 @@ jobs:
6868
- name: Run tests on latest Renode
6969
uses: antmicro/[email protected]
7070
with:
71-
renode-version: '1.13.3'
71+
renode-version: '1.15.3'
7272
tests-to-run: 'tests/renode/uptime_test.robot'
7373
artifacts-path: ${{ github.workspace }}
7474

7575

7676
- name: Archive latest results
7777
uses: actions/upload-artifact@v4
78-
if: failure()
7978
with:
8079
name: test-results-latest
8180
path: |

samples/uptime/prj.conf

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
6-
6+
CONFIG_CPP=y
7+
CONFIG_STD_CPP17=y
78
CONFIG_BT=y
8-
CONFIG_BT_DEBUG_LOG=y
99
CONFIG_BT_PERIPHERAL=y
1010
CONFIG_BT_DEVICE_NAME="BLEUtils_Uptime"
11-
12-
CONFIG_CPLUSPLUS=y
13-
CONFIG_LIB_CPLUSPLUS=y
14-
CONFIG_STD_CPP17=y
15-
CONFIG_NEWLIB_LIBC=y
1611
CONFIG_BLE_UTILS=y
1712
CONFIG_BT_ASSERT=n
1813
CONFIG_LOG=y
19-
CONFIG_BT_EXT_ADV=y
14+
CONFIG_BT_EXT_ADV=y
15+
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=100

tests/renode/ble_central/prj.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
#---------
44
#C++
55
#----------
6-
CONFIG_CPLUSPLUS=y
7-
CONFIG_LIB_CPLUSPLUS=y
6+
CONFIG_CPP=y
87
CONFIG_STD_CPP17=y
9-
CONFIG_NEWLIB_LIBC=y
8+
CONFIG_REQUIRES_FULL_LIBCPP=y
109
CONFIG_UART_CONSOLE=y
1110
CONFIG_BLE_UTILS=y
1211
CONFIG_CBPRINTF_FP_SUPPORT=y

0 commit comments

Comments
 (0)