From 7ca3f1968417d2bcb03a2f3804b798810fb5be2e Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Tue, 10 Jun 2025 22:19:04 +0200 Subject: [PATCH] add rtthread (#3052) * add rtthread * fix syntax --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 09a0259..96c2770 100644 --- a/packages.json +++ b/packages.json @@ -35399,7 +35399,7 @@ ], "description": "Zero-overhead compile-time unit system with algebraic expressions", "license": "MIT", - "web": "https://github.com/5-6-1/unitx-nim", + "web": "https://github.com/5-6-1/unitx-nim" }, { "name": "thorvg", @@ -35443,5 +35443,18 @@ "description": "A comprehensive and standards-compliant UUID library", "license": "MIT", "web": "https://github.com/jamesfrancis2004/uuidgen" + },{ + "name": "rtthread", + "url": "https://github.com/capocasa/rtthread", + "method": "git", + "tags": [ + "thread", + "dsp", + "audio", + "realtime" + ], + "description": "Nim threads with realtime scheduling", + "license": "MIT", + "web": "https://github.com/capocasa/rtthread" } ]