Skip to content

Commit

Permalink
Move all CAN related examples into subfolder "CAN". (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Sep 5, 2023
1 parent d2cad71 commit 11437e0
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
sketch-paths: |
- examples/OpenCyphal-Blink
- examples/OpenCyphal-Heartbeat-Publisher
- examples/OpenCyphal-Heartbeat-Subscriber
- examples/OpenCyphal-Service-Client
- examples/OpenCyphal-Service-Server
- examples/CAN/OpenCyphal-Blink
- examples/CAN/OpenCyphal-Heartbeat-Publisher
- examples/CAN/OpenCyphal-Heartbeat-Subscriber
- examples/CAN/OpenCyphal-Service-Client
- examples/CAN/OpenCyphal-Service-Server
- name: Save memory usage change report as artifact
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ target_include_directories(${PROJECT_NAME} PUBLIC src extras/cyphal++/include sr
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_17)
##########################################################################
if(BUILD_EXAMPLES)
add_subdirectory(examples/host-example-01-opencyphal-basic-node)
add_subdirectory(examples/CAN/host-example-01-opencyphal-basic-node)
endif()
##########################################################################

0 comments on commit 11437e0

Please sign in to comment.