You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ C library hosted on Sourceforge and Github sites.
9
9
10
10
# Continuous Integration
11
11
12
-
This integration uses automated continuous integration services to assist in automated compilation, validation, linting, security scanning, and unit testing to produce robust C code.
12
+
This integration uses automated continuous integration services to assist
13
+
in automated compilation, validation, linting, security scanning, and unit
14
+
testing to produce robust C code.
13
15
14
-
[](https://github.com/bacnet-stack/bacnet-stack/actions/workflows/zephyr.yml) GitHub Workflow: BACnet Stack Zephyr Twister Unit Tests
16
+
[](https://github.com/bacnet-stack/bacnet-stack-zephyr/actions/workflows/zephyr.yml) GitHub Workflow: BACnet Stack Zephyr Twister Unit Tests
15
17
16
18
# What the code does
17
19
@@ -25,19 +27,23 @@ starting point for your own projects.
25
27
26
28
## Hello BACnet Stack
27
29
28
-
A simple "Hello World" sample that can be used with any supported board boards and prints ["Hello BACnet-Stack"](./zephyr/samples/hello_bacnet_stack/README.rst) to the console.
30
+
A simple "Hello World" sample that can be used with any supported board boards
31
+
and prints ["Hello BACnet-Stack"](./zephyr/samples/hello_bacnet_stack/README.rst)
32
+
to the console.
29
33
30
34
## BACnet Standardized Device Profiles
31
35
32
36
### Device Profile - BACnet Smart Actuator (B-SA)
33
37
34
38
A device application demonstrating configuration of a
35
-
[BACnet Smart Actuator (B-SA) device profile](./zephyr/samples/profiles/b-sa/README.rst) that can be used with any supported board boards.
0 commit comments