This commit is contained in:
liquidraver
2026-08-24 15:52:07 +02:00
parent 5629cbf776
commit 5286617e11
3 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
# ZephCore — MeshCore for Zephyr RTOS
<h1>ZephCore — MeshCore for Zephyr RTOS&nbsp;<img src="img/zephcore_logo.svg" alt="ZephCore logo" width="85" align="middle"></h1>
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)
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

+5 -1
View File
@@ -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.