From 44b226dd8e2d1109be8ddc3b1120b47071cc0b1e Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Fri, 10 Oct 2025 12:10:35 +0200 Subject: [PATCH] README: make it clear this is a downstream fork --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6765cea..373b6dc8b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ # 🚧 Arduino Core for Zephyr -This repository contains the official implementation of **Arduino Core** for Zephyr RTOS based board. +This repository is a downstream fork of the [Arduino Core for Zephyr RTOS-based +boards](https://github.com/zephyrproject-rtos/arduino-core-zephyr) that +includes support for Arduino software tools, allowing it to be seamlessly used +by the [Arduino IDE](https://docs.arduino.cc/software/ide/), +[Arduino CLI](https://docs.arduino.cc/arduino-cli/) and +[Arduino AppLab](https://docs.arduino.cc/software/app-lab/). ## 🧐 What is Zephyr?