@@ -27,7 +27,7 @@ starting point for your own projects.
2727
2828This repository is a Zephyr manifest-module, which means it can be used in either
2929of the following ways:
30-
30+
3131- As a module brought in by a different manifest (recommended for product development)
3232
3333 ** [ Prototyped but not verified] ** Add the following into the root manifest file (e.g., $workspace_dir/$manifest_repo/west.yml)
@@ -36,7 +36,7 @@ of the following ways:
3636 # In external manifest repository, `west.yml`
3737 # to bring in the Zephyr integration of bacnet-stack
3838 # as a Zephyr module
39-
39+
4040 # Add the following under remotes:
4141 - name: bacnet-stack
4242 url-base: https://github.com/bacnet-stack
@@ -48,13 +48,13 @@ of the following ways:
4848 import:
4949 name-allowlist:
5050 - bacnet-stack
51-
51+
5252 - name: bacnet-stack
5353 path: modules/lib/bacnet/stack
5454 ```
5555
5656 - As a workspace manifest repository (recommended for bacnet-stack contributions):
57-
57+
5858 ` west init -m https://github.com/bacnet-stack/bacnet-stack-zephyr --mr default $my_workspace `
5959
6060
@@ -70,25 +70,25 @@ to the console.
7070
7171A device application demonstrating configuration of a
7272[ BACnet Smart Actuator (B-SA) device profile] ( ./zephyr/samples/profiles/b-sa/README.rst )
73- that can be used with any supported board boards.
73+ that can be used with any supported boards.
7474
7575### Device Profile - BACnet Smart Sensor (B-SS)
7676
7777A device application demonstrating configuration of a
7878[ BACnet Smart Sensor (B-SS) device profile] ( ./zephyr/samples/profiles/b-ss/README.rst )
79- that can be used with any supported board boards.
79+ that can be used with any supported boards.
8080
8181### Device Profile - BACnet Lighting Device (B-LD)
8282
8383A device application demonstrating configuration of a
8484[ BACnet Lighting Device (B-LD) device profile] ( ./zephyr/samples/profiles/b-ld/README.rst )
85- that can be used with any supported board boards.
85+ that can be used with any supported boards.
8686
8787### Device Profile - BACnet Lighting Supervisor (B-LS)
8888
8989A device application demonstrating configuration of a
9090[ BACnet Lighting Supervisor (B-LS) device profile] ( ./zephyr/samples/profiles/b-ls/README.rst )
91- that can be used with any supported board boards.
91+ that can be used with any supported boards.
9292
9393# Coding Style and Guidelines
9494
0 commit comments