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
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ To get started with your board:
72
72
#### **Q: I get an out of memory error**
73
73
**A:** Since collecting bug reports is very important at this time, we are keeping Zephyr's shell enabled to allow loading a full sketch (which requires a large stack). Adjust your board's `.conf` file to reduce the stack size if your platform doesn't have enough RAM.
74
74
75
+
---
76
+
77
+
#### **Q: I get a compilation error during library detection, but the mentioned libraries are installed**
78
+
**A:** If you have installed the core locally in your Arduino sketchbook, make sure the Zephyr core is installed in a folder named `zephyr` (`${sketchbook}/hardware/arduino-git/zephyr`).
79
+
See the [Using the Core in Arduino IDE/CLI](#using-the-core-in-arduino-idecli) section for further details on the installation.
80
+
75
81
## 📚 Libraries
76
82
77
83
### Included with the core: ###
@@ -131,11 +137,6 @@ In this section, we’ll guide you through setting up your environment to work o
131
137
132
138
Shell scripts are available to simplify the installation process (Windows is not directly supported at the moment 😔, but there are some tricks - see below).
Before running the installation script, ensure that Python, `pip` and `venv` are installed on your system. The script will automatically install `west` and manage the necessary dependencies.
Note: Homebrew’s Python installation already includes `pip`, `setuptools` and `venv`.
157
158
158
-
### On Windows
159
+
####On Windows
159
160
Building natively on Windows is not currently supported; however, it is possible to setup and build the loader using [WSL](https://learn.microsoft.com/windows/wsl/about). Once you have that installed, you will need to follow these instructions as if you had Ubuntu.
160
161
161
162
There are two strategies to set up the sources for building the loader on Windows:
@@ -168,6 +169,12 @@ There are pros and cons to both strategies:
168
169
169
170
After `bootstrap.sh` has completed, you may also have to update the `cores\arduino\api` link to the path of the ArduinoCore-API's `api` folder.
0 commit comments