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

Commit 940f87a

Browse files
committed
README: clarify path differences and bug workaround
* Explain where to look for path setting in sample code folders * Explain where to find file for the WCharacter.h workaround Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent 5009acc commit 940f87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Arduino Core API module for zephyr leverages the power of Zephyr under an Arduin
88

99
## Adding Arduino Core API to Zephyr
1010

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.
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. If you have zephyr installed in a custom path you may need to make changes to the CMakeLists.txt file in the sample code directory when building these samples.
1212

1313
* Add following entry to `west.yml` file in `manifest/projects` subtree of Zephyr:
1414
```
@@ -32,7 +32,7 @@ $ ln -s /<your>/<location>/ArduinoCore-API/api cores/arduino/.
3232
```
3333

3434
**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.
35+
* 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.
3636

3737
**Maintainers**:
3838
- [beriberikix](https://github.com/beriberikix)

0 commit comments

Comments
 (0)