Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/zephyr-twister.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
export ZEPHYR_BASE=/zephyr_ws/zephyr
"$ZEPHYR_BASE/scripts/twister" \
--testsuite-root demos/inverted_pendulum \
--testsuite-root zenbedded_rcl \
--testsuite-root demos \
--platform native_sim \
--platform esp32s3_devkitc/esp32s3/procpu \
--inline-logs \
Expand Down
4 changes: 4 additions & 0 deletions demos/rcl_cpp_test/boards/esp32s3_devkitc_esp32s3_procpu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ CONFIG_NET_L2_WIFI_MGMT=y
CONFIG_NET_DHCPV4=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=n

# zenoh-pico 1.9.0 redefines Z_FEATURE_* macros that the build sets via -D;
# harmless redefinition warnings are fatal under the esp32s3 -Werror build.
CONFIG_COMPILER_WARNINGS_AS_ERRORS=n
Comment thread
EnejiOhieku marked this conversation as resolved.
Outdated
4 changes: 2 additions & 2 deletions zenbedded_rcl/sample.yaml → demos/rcl_cpp_test/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sample:
name: Zenbedded RCL
name: RCL C++ Test
common:
build_only: true
tags: zenoh
tests:
sample.zenbedded.rcl:
sample.zenbedded.rcl_cpp_test:
platform_allow:
- native_sim
- esp32s3_devkitc/esp32s3/procpu
Loading