Skip to content
Merged
Changes from all 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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ starting point for your own projects.

This repository is a Zephyr manifest-module, which means it can be used in either
of the following ways:

- As a module brought in by a different manifest (recommended for product development)

**[Prototyped but not verified]** Add the following into the root manifest file (e.g., $workspace_dir/$manifest_repo/west.yml)
Expand All @@ -36,7 +36,7 @@ of the following ways:
# In external manifest repository, `west.yml`
# to bring in the Zephyr integration of bacnet-stack
# as a Zephyr module

# Add the following under remotes:
- name: bacnet-stack
url-base: https://github.com/bacnet-stack
Expand All @@ -48,13 +48,13 @@ of the following ways:
import:
name-allowlist:
- bacnet-stack

- name: bacnet-stack
path: modules/lib/bacnet/stack
```

- As a workspace manifest repository (recommended for bacnet-stack contributions):

`west init -m https://github.com/bacnet-stack/bacnet-stack-zephyr --mr default $my_workspace`


Expand All @@ -70,25 +70,25 @@ to the console.

A device application demonstrating configuration of a
[BACnet Smart Actuator (B-SA) device profile](./zephyr/samples/profiles/b-sa/README.rst)
that can be used with any supported board boards.
that can be used with any supported boards.

### Device Profile - BACnet Smart Sensor (B-SS)

A device application demonstrating configuration of a
[BACnet Smart Sensor (B-SS) device profile](./zephyr/samples/profiles/b-ss/README.rst)
that can be used with any supported board boards.
that can be used with any supported boards.

### Device Profile - BACnet Lighting Device (B-LD)

A device application demonstrating configuration of a
[BACnet Lighting Device (B-LD) device profile](./zephyr/samples/profiles/b-ld/README.rst)
that can be used with any supported board boards.
that can be used with any supported boards.

### Device Profile - BACnet Lighting Supervisor (B-LS)

A device application demonstrating configuration of a
[BACnet Lighting Supervisor (B-LS) device profile](./zephyr/samples/profiles/b-ls/README.rst)
that can be used with any supported board boards.
that can be used with any supported boards.

# Coding Style and Guidelines

Expand Down