From 5098e8d89a6d37cfb4978ff119c0c1345276e275 Mon Sep 17 00:00:00 2001 From: Leonardo Cavagnis Date: Fri, 1 Aug 2025 13:18:57 +0200 Subject: [PATCH 1/4] update README: note for upgrading from 0.3.1 or earlier --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9dafc94..7678d742 100644 --- a/README.md +++ b/README.md @@ -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 😔). From 527aac6d2faea15917724327f4b5de5b2318bedb Mon Sep 17 00:00:00 2001 From: Leonardo Cavagnis Date: Fri, 1 Aug 2025 14:53:36 +0200 Subject: [PATCH 2/4] update readme.md: remove upcoming features done --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7678d742..f7e79df2 100644 --- a/README.md +++ b/README.md @@ -263,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 From 0ad57ab740a641dfc8b0df2218533a3342502a57 Mon Sep 17 00:00:00 2001 From: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:27:36 +0200 Subject: [PATCH 3/4] Update README.md Co-authored-by: Luca Burelli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e79df2..f4a225c8 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ 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. +> 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 for more details. In this section, we’ll guide you through setting up your environment to work on and update the Zephyr core. From febb8786fdf73458c86413d8c236ca7139288567 Mon Sep 17 00:00:00 2001 From: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:33:04 +0200 Subject: [PATCH 4/4] Update README.md: fix pr link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4a225c8..395222bd 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The most important components of this project are: ## 🛠️ Setup a Zephyr build environment > [!WARNING] -> 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 for more details. +> 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. In this section, we’ll guide you through setting up your environment to work on and update the Zephyr core.