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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Open1722 is under BSD License. For more information see LICENSE file.
45
45
46
46
This repository is organized as follows:
47
47
- The `src/` and `include/` folders contain the IEEE 1722 protocol implementation. We strive to make the implementation platform independant and avoid usage of platform specific headers or libraries. For now the implementation is tested only on Linux.
48
-
- The `examples/` folder contains various applications that use our Open1722 library. The applications are targeted to Linux platforms.
48
+
- The `examples/` folder contains various applications that use our Open1722 library. Most applications are targeted to Linux platforms. Few applications (e.g. [_acf-can-bridge_](./examples/acf-can/zephyr/)) are also ported for Zephyr RTOS. Compilation instructions for Zephyr is available in the corresponding folder of the application.
49
49
50
50
Before building Open1722 make sure you have installed the following software :
51
51
* CMake >= 3.20
@@ -118,7 +118,7 @@ The `examples/` directory provides sample applications which demonstrate the Ope
0 commit comments