From 5286617e1165da0ab912347a6070f7526a143382 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:45:55 +0200 Subject: [PATCH] logo --- README.md | 5 ++++- img/zephcore_logo.svg | 1 + zephcore/LICENSE | 6 +++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 img/zephcore_logo.svg diff --git a/README.md b/README.md index f7f97a0..dde4d98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZephCore — MeshCore for Zephyr RTOS +

ZephCore — MeshCore for Zephyr RTOS ZephCore logo

A port of [MeshCore](https://github.com/meshcore-dev/MeshCore/) LoRa mesh firmware from Arduino to [Zephyr RTOS](https://zephyrproject.org/). Aiming for full protocol compatibility with the original Arduino firmware and the MeshCore mobile apps. @@ -270,6 +270,9 @@ upstream MeshCore project, which this work relies heavily on (see the A few vendored dependencies carry their own (compatible) licenses — see the notice at the bottom of `LICENSE` for details (Monocypher, Zephyr patches). +Logo by [recrof](https://github.com/recrof), licensed under the +[WTFPL](https://en.wikipedia.org/wiki/WTFPL). + ![aXa0YNLq_700w_0](https://github.com/user-attachments/assets/ddce17fd-7b83-4dc7-999f-0519593fcc3d) (FYI the whole project is 99,9% claude and cursor backed, relying heavily on the [official meshcore repo](https://github.com/meshcore-dev/MeshCore/) and the work they do in it) diff --git a/img/zephcore_logo.svg b/img/zephcore_logo.svg new file mode 100644 index 0000000..98699a7 --- /dev/null +++ b/img/zephcore_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/zephcore/LICENSE b/zephcore/LICENSE index df494b6..8cf6f6d 100644 --- a/zephcore/LICENSE +++ b/zephcore/LICENSE @@ -22,7 +22,8 @@ SOFTWARE. --- -This repository vendors third-party code under separate, compatible licenses: +This repository vendors third-party code and assets under separate, +compatible licenses: - `lib/monocypher/` — Monocypher, by Loup Vaillant. Dual-licensed BSD-2-Clause OR CC0-1.0 (see file headers). @@ -30,3 +31,6 @@ This repository vendors third-party code under separate, compatible licenses: patches are applied to, and remain part of, the separately-licensed Zephyr source tree fetched via `west update`; they are not distributed as standalone files under this project's MIT license. +- `img/zephcore_logo.svg` (at the repository root, one level above this file) + — ZephCore logo, by recrof (https://github.com/recrof). Licensed under the + WTFPL.