From a261a6aa36698bd93b94e02d0f8a72d3a0243d3a Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 2 May 2022 19:04:36 -0700 Subject: [PATCH] Added package nephyr (#2220) Co-authored-by: Jaremy J. Creechley --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8e96b10..06e2378 100644 --- a/packages.json +++ b/packages.json @@ -26042,5 +26042,20 @@ "description": "TheMealDB API client", "license": "Apache-2.0", "web": "https://github.com/thechampagne/mealdb-nim" + }, + { + "name": "nephyr", + "url": "https://github.com/EmbeddedNim/nephyr", + "method": "git", + "tags": [ + "zephyr", + "embedded", + "wrapper", + "rtos", + "mcu" + ], + "description": "Nim wrapper for Zephyr RTOS", + "license": "Apache-2.0", + "web": "https://github.com/EmbeddedNim/nephyr" } ]