Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 15f45b2

Browse files
authored
Update README.md
1 parent f73c307 commit 15f45b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,19 @@ Arduino Core API module for zephyr leverages the power of Zephyr under an Arduin
2525
west update
2626
```
2727

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:
28+
* 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:
2929
```sh
3030
$ git clone git@github.com:arduino/ArduinoCore-API # Any location
3131
$ ln -s /<your>/<location>/ArduinoCore-API/api cores/arduino/.
3232
```
33+
The `cores` folder can be found at `~/zephyrproject/modules/lib/Arduino-Zephyr-API/cores`.
3334

3435
**Known Bug(s):**
3536
* 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.
3637

3738
**Maintainers**:
38-
- [beriberikix](https://github.com/beriberikix)
39-
- [szczys](https://github.com/szczys)
39+
- [szczys](https://github.com/szczys)
40+
- [beriberikix](https://github.com/beriberikix)
4041
- [alvarowolfx](https://github.com/alvarowolfx)
4142

4243
**Contributor**: [DhruvaG2000](https://github.com/DhruvaG2000)

0 commit comments

Comments
 (0)