Skip to content

Commit

Permalink
modules: canopennode: make the CANopenNode module optional
Browse files Browse the repository at this point in the history
Make the CANopenNode module, which provides a CANopen protocol
implementation, optional.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and carlescufi committed Oct 26, 2023
1 parent ba82408 commit 7579ead
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions samples/modules/canopennode/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Requirements
Building and Running
********************

First, ensure the optional CANopenNode module is enabled and available:

.. code-block:: console
west config manifest.group-filter +optional
west update canopennode
Building and Running for TWR-KE18F
==================================
The :ref:`twr_ke18f` board is equipped with an onboard CAN
Expand Down
6 changes: 6 additions & 0 deletions submanifests/optional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ manifest:
- name: upstream
url-base: https://github.com/zephyrproject-rtos
projects:
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
remote: upstream
groups:
- optional
- name: chre
revision: 3b32c76efee705af146124fb4190f71be5a4e36e
path: modules/lib/chre
Expand Down
3 changes: 0 additions & 3 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ manifest:
revision: eed6d7038e839153e340bd333bc43541cb90ba64
groups:
- babblesim
- name: canopennode
revision: dec12fa3f0d790cafa8414a4c2930ea71ab72ffd
path: modules/lib/canopennode
- name: cmsis
revision: 5a00331455dd74e31e80efa383a489faea0590e3
path: modules/hal/cmsis
Expand Down

0 comments on commit 7579ead

Please sign in to comment.