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).
+

(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.