Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ The most important components of this project are:

## 🛠️ Setup a Zephyr build environment

> [!WARNING]
> If upgrading from release ≤ 0.3.1 to > 0.3.1: delete your local copy and clone the repository again following the installation instructions.

In this section, we’ll guide you through setting up your environment to work on and update the Zephyr core.

Shell scripts are available to simplify the installation process (Windows is not supported at the moment 😔).
Expand Down Expand Up @@ -260,8 +263,6 @@ Contributions are always welcome. The preferred way to receive code contribution

## 📌 Upcoming features

- [ ] Remove binaries from this repo history (arduino/ArduinoCore-zephyr#102, :warning: will require a clean clone)
- [x] Network: support UDP and TLS
- [ ] USB: switch to `USB_DEVICE_STACK_NEXT` to support PluggableUSB
- [ ] Relocate RODATA in flash to accommodate sketches with large assets
- [ ] Provide better error reporting for failed llext operations
Expand Down