File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 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
69697070 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 : |
Original file line number Diff line number Diff line change 33#
44# SPDX-License-Identifier: Apache-2.0
55#
6-
6+ CONFIG_CPP=y
7+ CONFIG_STD_CPP17=y
78CONFIG_BT=y
8- CONFIG_BT_DEBUG_LOG=y
99CONFIG_BT_PERIPHERAL=y
1010CONFIG_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
1611CONFIG_BLE_UTILS=y
1712CONFIG_BT_ASSERT=n
1813CONFIG_LOG=y
19- CONFIG_BT_EXT_ADV=y
14+ CONFIG_BT_EXT_ADV=y
15+ CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=100
Original file line number Diff line number Diff line change 33#---------
44#C++
55#----------
6- CONFIG_CPLUSPLUS=y
7- CONFIG_LIB_CPLUSPLUS=y
6+ CONFIG_CPP=y
87CONFIG_STD_CPP17=y
9- CONFIG_NEWLIB_LIBC =y
8+ CONFIG_REQUIRES_FULL_LIBCPP =y
109CONFIG_UART_CONSOLE=y
1110CONFIG_BLE_UTILS=y
1211CONFIG_CBPRINTF_FP_SUPPORT=y
You can’t perform that action at this time.
0 commit comments