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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,9 @@ The most important components of this project are:
113
113
114
114
## 🛠️ Setup a Zephyr build environment
115
115
116
+
> [!WARNING]
117
+
> If you checked out this repo before 0.3.2 was released, delete your local copy and clone the repository again following the installation instructions. See [#163](https://github.com/arduino/ArduinoCore-zephyr/issues/163) for more details.
118
+
116
119
In this section, we’ll guide you through setting up your environment to work on and update the Zephyr core.
117
120
118
121
Shell scripts are available to simplify the installation process (Windows is not supported at the moment 😔).
@@ -273,8 +276,6 @@ Contributions are always welcome. The preferred way to receive code contribution
273
276
274
277
## 📌 Upcoming features
275
278
276
-
- [ ] Remove binaries from this repo history (arduino/ArduinoCore-zephyr#102, :warning: will require a clean clone)
277
-
- [x] Network: support UDP and TLS
278
279
- [ ] USB: switch to `USB_DEVICE_STACK_NEXT` to support PluggableUSB
279
280
- [ ] Relocate RODATA in flash to accommodate sketches with large assets
280
281
- [ ] Provide better error reporting for failed llext operations
0 commit comments