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
manifest: Make ArduinoCore-API a downloadable blob
Make the license-incompatible headers and implementations
a downloadable blob using `west blobs fetch`.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,11 @@ The **Arduino Core API** module for zephyr leverages the power of Zephyr under a
26
26
west update
27
27
```
28
28
29
-
***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.
30
-
If you are able to run that script successfully then you can skip the next steps.
29
+
* You also need to fetch the ArduinoCore-API sources using the following command:
31
30
32
-
* 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:
33
31
```sh
34
-
$ git clone git@github.com:arduino/ArduinoCore-API # Any location
0 commit comments