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
+6
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ Arduino Core API module for zephyr leverages the power of Zephyr under an Arduin
28
28
west update
29
29
```
30
30
31
+
***Note:** For ***Linux users only*** there exists an ``install.sh`` script in this project that can be run to quickly link the ArduinoCore-API to this module.
32
+
If you are able to run that script successfully then you can skip the next steps.
33
+
31
34
* To "complete" the core you need to copy or symlink the api folder from the [ArduinoCore-API](https://github.com/arduino/ArduinoCore-API.git) repo to the target's ``cores/arduino`` folder:
32
35
```sh
33
36
$ git clone [email protected]:arduino/ArduinoCore-API # Any location
The `cores` folder can be found at `~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores`.
37
40
38
41
**Known Bug(s):**
42
+
43
+
__NOTE:__ You can skip this step as well if you ran ``install.sh``.
44
+
39
45
* While compiling with the ArduinoCore-API `WCharacter.h` produces many errors. The include of that file needs to be deleted from `cores/arduino/api/ArduinoAPI.h` (it is unused in this port.) We are looking into resolving the issue.
0 commit comments