mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-08-29 05:58:28 +00:00
logo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ZephCore — MeshCore for Zephyr RTOS
|
||||
<h1>ZephCore — MeshCore for Zephyr RTOS <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).
|
||||
|
||||

|
||||
|
||||
(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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user