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
{{ message }}
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ Arduino Core API module for zephyr leverages the power of Zephyr under an Arduin
8
8
9
9
## Adding Arduino Core API to Zephyr
10
10
11
-
Add following entry to `west.yml` file in `manifest/projects` subtree of Zephyr:
11
+
***Pre requisites:** It is assumed that you have zephyrproject configured and installed on your system as per the official [Get Started Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html). The recommended path to install is `~/zephyrproject` as specified in the guide. You may face path issues if you have zephyr installed in a custom path.
12
+
13
+
* Add following entry to `west.yml` file in `manifest/projects` subtree of Zephyr:
12
14
```
13
15
# Arduino API repository.
14
16
- name: Arduino-Core-Zephyr
@@ -17,21 +19,20 @@ Add following entry to `west.yml` file in `manifest/projects` subtree of Zephyr:
To "complete" the core you need to copy or symlink the api folder from [this repo](https://github.com/arduino/ArduinoCore-API.git) to the target's ``cores/arduino`` folder:
28
+
*To "complete" the core you need to copy or symlink the api folder from [this repo](https://github.com/arduino/ArduinoCore-API.git) to the target's ``cores/arduino`` folder:
27
29
```sh
28
30
$ git clone git@github.com:arduino/ArduinoCore-API # Any location
While compiling with the ArduinoCore-API `WCharacter.h` produces many errors. It needs to be deleted from ArduinoAPI.h (it is unused in this port.) We are looking into resolving the issue.
34
-
34
+
**Known Bug(s):**
35
+
* While compiling with the ArduinoCore-API `WCharacter.h` produces many errors. It needs to be deleted from ArduinoAPI.h (it is unused in this port.) We are looking into resolving the issue.
0 commit comments